From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 22:00:28 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2609A16A4D7 for ; Sat, 18 Feb 2006 22:00:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1A0643D49 for ; Sat, 18 Feb 2006 22:00:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1IM0Nna043337 for ; Sat, 18 Feb 2006 22:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1IM0NhM043336; Sat, 18 Feb 2006 22:00:23 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2006 22:00:23 GMT Resent-Message-Id: <200602182200.k1IM0NhM043336@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pawel Wieleba Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E78716A420 for ; Sat, 18 Feb 2006 21:56:51 +0000 (GMT) (envelope-from wielebap@volt.iem.pw.edu.pl) Received: from volt.iem.pw.edu.pl (volt.iem.pw.edu.pl [194.29.146.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id E42B743D45 for ; Sat, 18 Feb 2006 21:56:50 +0000 (GMT) (envelope-from wielebap@volt.iem.pw.edu.pl) Received: from volt.iem.pw.edu.pl (wielebap@localhost [127.0.0.1]) by volt.iem.pw.edu.pl (8.13.4/8.13.1) with ESMTP id k1ILunuI007343 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 18 Feb 2006 22:56:49 +0100 (CET) (envelope-from wielebap@volt.iem.pw.edu.pl) Received: (from wielebap@localhost) by volt.iem.pw.edu.pl (8.13.4/8.13.4/Submit) id k1ILumg1007342; Sat, 18 Feb 2006 22:56:48 +0100 (CET) (envelope-from wielebap) Message-Id: <200602182156.k1ILumg1007342@volt.iem.pw.edu.pl> Date: Sat, 18 Feb 2006 22:56:48 +0100 (CET) From: Pawel Wieleba To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/93540: [PATCH] security/gnupg; enable OPTIONS; configure KNOBS via dialog X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pawel Wieleba List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2006 22:00:28 -0000 >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 .if defined(WITH_LIBICONV) || exists(${PREFIX}/lib/libiconv.so) --- Makefile-options.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: