From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 14 20:01:00 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 82ABC16A431 for ; Sun, 14 May 2006 20:01:00 +0000 (UTC) (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 09D5A43D49 for ; Sun, 14 May 2006 20:00:41 +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 k4EK0c1k011590 for ; Sun, 14 May 2006 20:00:38 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4EK0cjF011589; Sun, 14 May 2006 20:00:38 GMT (envelope-from gnats) Resent-Date: Sun, 14 May 2006 20:00:38 GMT Resent-Message-Id: <200605142000.k4EK0cjF011589@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, Rong-En Fan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BE6C16A402; Sun, 14 May 2006 19:56:21 +0000 (UTC) (envelope-from rafan@woodstock.rafan.org) Received: from muse.csie.ntu.edu.tw (muse.csie.ntu.edu.tw [140.112.28.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE69543D46; Sun, 14 May 2006 19:56:20 +0000 (GMT) (envelope-from rafan@woodstock.rafan.org) Received: from woodstock.rafan.org (220-135-116-9.HINET-IP.hinet.net [220.135.116.9]) by muse.csie.ntu.edu.tw (Postfix) with ESMTP id 43DD1520CC; Mon, 15 May 2006 03:56:14 +0800 (CST) Received: (from rafan@localhost) by woodstock.rafan.org (8.13.6/8.13.6/Submit) id k4EJtEhw004378; Sun, 14 May 2006 15:55:14 -0400 (EDT) (envelope-from rafan) Message-Id: <200605141955.k4EJtEhw004378@woodstock.rafan.org> Date: Sun, 14 May 2006 15:55:14 -0400 (EDT) From: Rong-En Fan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: perl@FreeBSD.org Subject: ports/97270: [PATCH] security/p5-Authen-SASL: use OPTIONS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 20:01:13 -0000 >Number: 97270 >Category: ports >Synopsis: [PATCH] security/p5-Authen-SASL: use OPTIONS >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: Sun May 14 20:00:38 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Rong-En Fan >Release: FreeBSD 7.0-CURRENT i386 >Organization: NTU CSIE >Environment: System: FreeBSD woodstock.rafan.org 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Sat May 13 17:23:02 EDT 2006 >Description: - use OPTIONS to specify the optional dependency GSSAPI. The reason is that, if you specify WITHOUT_KERBEROS when installing this port, and install other port that depends on this, but no WITHOUT_KERBEROS specified, the dependency list still counts GSSAPI in. Using make.conf to specify WITHOUT_KERBEROS for p5-Authen-SASL can solve the problem above. However, using OPTIONS is more convenient for users. Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Authen-SASL-2.10_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/p5-Authen-SASL/Makefile /home/rafan/tmp/ports/p5-Authen-SASL/Makefile --- /usr/ports/security/p5-Authen-SASL/Makefile Tue Apr 25 20:16:05 2006 +++ /home/rafan/tmp/ports/p5-Authen-SASL/Makefile Sun May 14 15:43:44 2006 @@ -20,6 +20,8 @@ p5-Digest-MD5>0:${PORTSDIR}/security/p5-Digest-MD5 \ p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC +OPTIONS= KERBEROS "Enable Kerberos support" On + PERL_CONFIGURE= yes CONFIGURE_ENV+= AUTOMATED_TESTING=yes --- p5-Authen-SASL-2.10_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: