svn commit: r483101 - head/security/openca-tools-forked
Steve Wills
swills at FreeBSD.org
Sat Oct 27 02:42:29 UTC 2018
Author: swills
Date: Sat Oct 27 02:42:27 2018
New Revision: 483101
URL: https://svnweb.freebsd.org/changeset/ports/483101
Log:
security/openca-tools-forked: mark BROKEN on FreeBSD-12
PR: 232441
Submitted by: Sergei Vyshenski <svysh.fbsd at gmail.com> (maintainer)
Modified:
head/security/openca-tools-forked/Makefile (contents, props changed)
Modified: head/security/openca-tools-forked/Makefile
==============================================================================
--- head/security/openca-tools-forked/Makefile Sat Oct 27 02:27:20 2018 (r483100)
+++ head/security/openca-tools-forked/Makefile Sat Oct 27 02:42:27 2018 (r483101)
@@ -4,7 +4,7 @@
PORTNAME= openca-tools-forked
PORTVERSION= 1.4.0
DISTVERSIONPREFIX= v
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MAINTAINER= svysh.fbsd at gmail.com
@@ -14,12 +14,13 @@ LICENSE= APACHE20
BROKEN_SSL= openssl-devel
-USE_GITHUB= yes
-GH_ACCOUNT= openxpki
+USES= gmake perl5 ssl
GNU_CONFIGURE= yes
-USES= gmake perl5 ssl
+USE_GITHUB= yes
+GH_ACCOUNT= openxpki
+
CONFIGURE_ARGS+= --with-openssl-prefix=${OPENSSLBASE}
# security/openssl already has a verify.1 manpage.
@@ -28,4 +29,10 @@ post-install:
@${MV} ${STAGEDIR}${PREFIX}/man/man1/${f} ${STAGEDIR}${PREFIX}/man/man1/openca-${f}
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000 && ${SSL_DEFAULT} == base
+BROKEN= OpenSSL-1.1.1 not supported by the upstream
+.endif
+
+.include <bsd.port.post.mk>
More information about the svn-ports-all
mailing list