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: [PATCH] security/p5-Authen-SASL: use OPTIONS Message-ID: <200605141955.k4EJtEhw004378@woodstock.rafan.org>
next in thread | raw e-mail | index | archive | help
>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@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 ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605141955.k4EJtEhw004378>