ports/93540: [PATCH] security/gnupg; enable OPTIONS; configure KNOBS via dialog

Pawel Wieleba P.Wieleba at iem.pw.edu.pl
Sat Feb 18 22:00:28 UTC 2006


>Number:         93540
>Category:       ports
>Synopsis:       [PATCH] security/gnupg; enable OPTIONS; configure KNOBS via dialog
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 18 22:00:22 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Wieleba
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD srv 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Mon Feb 13 17:22:48 CET 2005 root at srv:/usr/src/sys/i386/compile/SRV i386
	
>Description:
	This port doesn't support configuration via dialog (doesn't support options).
	
>How-To-Repeat:
	"make config" is not supported
	
>Fix:
	I've added OPTIONS support to security/gnupg port in the below patch:
	



--- Makefile-options.txt begins here ---
--- Makefile-OLD	Sat Feb 18 22:10:25 2006
+++ Makefile	Sat Feb 18 22:37:03 2006
@@ -35,6 +35,11 @@
 MAN7=		gnupg.7
 INFO=		gpg gpgv
 
+OPTIONS=	LDAP "LDAP keyserver interface" off \
+		LIBICONV "use libiconv" off \
+		SUID_GPG "install GPG with suid" off \
+		NOPORTDOCS "without port docs" off
+
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_LIBICONV) || exists(${PREFIX}/lib/libiconv.so)
--- Makefile-options.txt ends here ---

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



More information about the freebsd-ports-bugs mailing list