Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 May 2006 16:44:37 -0600 (MDT)
From:      Phil Oleson <oz@nixil.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/97060: security/openssl -> openssl-stable install & package fix
Message-ID:  <200605092244.k49MibLt073871@nixil.net>
Resent-Message-ID: <200605092250.k49MoH0l079765@freefall.freebsd.org>

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

>Number:         97060
>Category:       ports
>Synopsis:       security/openssl -> openssl-stable install & package fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 09 22:50:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Phil Oleson
>Release:        FreeBSD 4.7-RELEASE-p28 i386
>Organization:
N/A
>Environment:
System: FreeBSD nixil.net 4.7-RELEASE-p28 FreeBSD 4.7-RELEASE-p28 #43: Wed Jul 20 09:35:30 MDT 2005 root@nixil:/usr/src/sys/compile/nixil i386


>Description:
	When trying to build the openssl-stable port with the OPENSSL_OVERWRITE_BASE=yes
        tunable, the install target has problems with registering man pages.
>How-To-Repeat:
	cd /usr/ports/security/openssl-stable && make OPENSSL_OVERWRITE_BASE=yes deinstall reinstall
>Fix:

--- openssl.patch begins here ---
diff -ruN openssl.orig/Makefile openssl/Makefile
--- openssl.orig/Makefile	Sun May  7 13:27:13 2006
+++ openssl/Makefile	Tue May  9 16:24:44 2006
@@ -938,6 +938,7 @@
 PREFIX=		/usr
 OPENSSLDIR=	/etc/ssl
 MANPREFIX=	${PREFIX}/openssl
+MAN3PREFIX=	${PREFIX}/openssl
 PLIST_SUB+=	MANDIR=""
 PLIST_SUB+=	NOBASE="@comment "
 .else
--- openssl.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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