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

Rong-En Fan rafan at infor.org
Sun May 14 19:56:21 UTC 2006


>Submitter-Id:	current-users
>Originator:	Rong-En Fan
>Organization:	NTU CSIE
>Confidential:	no 
>Synopsis:	[PATCH] security/p5-Authen-SASL: use OPTIONS
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 7.0-CURRENT i386
>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 ---



More information about the freebsd-perl mailing list