Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Feb 2006 22:56:48 +0100 (CET)
From:      Pawel Wieleba <P.Wieleba@iem.pw.edu.pl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/93540: [PATCH] security/gnupg; enable OPTIONS; configure KNOBS via dialog
Message-ID:  <200602182156.k1ILumg1007342@volt.iem.pw.edu.pl>
Resent-Message-ID: <200602182200.k1IM0NhM043336@freefall.freebsd.org>

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

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



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