Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 May 2006 15:55:14 -0400 (EDT)
From:      Rong-En Fan <rafan@infor.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        perl@FreeBSD.org
Subject:   ports/97270: [PATCH] security/p5-Authen-SASL: use OPTIONS
Message-ID:  <200605141955.k4EJtEhw004378@woodstock.rafan.org>
Resent-Message-ID: <200605142000.k4EK0cjF011589@freefall.freebsd.org>

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

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



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