Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2013 10:38:26 +0400 (MSK)
From:      Sergei Vyshenski <svysh.fbsd@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/181828: [Maintainer update] security/p5-openxpki compiles only with freebsd vesions 7, 8, 9
Message-ID:  <201309050638.r856cQ7c030026@host32.mydomain.com>
Resent-Message-ID: <201309050640.r856e2EK088626@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309050638.r856cQ7c030026>