ports/181828: [Maintainer update] security/p5-openxpki compiles only with freebsd vesions 7, 8, 9
Sergei Vyshenski
svysh.fbsd at gmail.com
Thu Sep 5 06:40:02 UTC 2013
>Number: 181828
>Category: ports
>Synopsis: [Maintainer update] security/p5-openxpki compiles only with freebsd vesions 7,8,9
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu Sep 05 06:40:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Sergei Vyshenski
>Release: FreeBSD 8.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD host32 8.4-STABLE FreeBSD 8.4-STABLE #0 r251871: Tue Jun 18 03:48:00 MSK 2013 root at host32:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Port security/p5-openxpki needs openssl-0.9.8+, but does not yet compile with openssl-1.0.0+.
freebsd-6 or less has base openssl-0.9.7 which is bad.
freebsd-7,8,9 have base openssl-0.9.8 which is good.
freebsd-10 has base openssl-1.0+ which is bad.
openssl from port now has version 1.0+ only
So we need to IGNORE port security/p5-openxpki for freebsd versions <7 or >=10
>How-To-Repeat:
>Fix:
diff -ur security/p5-openxpki.orig/Makefile security/p5-openxpki/Makefile
--- security/p5-openxpki.orig/Makefile 2013-04-29 01:02:39.000000000 +0400
+++ security/p5-openxpki/Makefile 2013-09-05 10:17:02.000000000 +0400
@@ -302,15 +302,16 @@
# this port needs openssl-0.9.8+, but does not yet compile with openssl-1.0.0+
# freebsd-6 or less has base openssl-0.9.7 which is bad
-# freebsd-7 or more has base openssl-0.9.8 which is good
-# openssl from port now has version 1.0.0 only
+# freebsd-7,8,9 have base openssl-0.9.8 which is good
+# freebsd-10 has base openssl-1.0+ which is bad
+# openssl from port now has version 1.0+ only
.if ${OSVERSION} < 700000
IGNORE= needs openssl-0.9.8+, but does not yet compile with openssl-1.0.0+
.endif
-.if ${OSVERSION} >= 700000
-WITH_OPENSSL_BASE= yes
-
+.if ${OSVERSION} >= 1000000
+IGNORE= needs openssl-0.9.8+, but does not yet compile with openssl-1.0.0+
.endif
+WITH_OPENSSL_BASE= yes
.include <bsd.port.pre.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list