ports/97270: [PATCH] security/p5-Authen-SASL: use OPTIONS

Rong-En Fan rafan at infor.org
Sun May 14 20:01:13 UTC 2006


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



More information about the freebsd-ports-bugs mailing list