Date: Tue, 28 Mar 2006 02:55:51 -0500 From: Randy Pratt <bsd-unix@comcast.net> To: perl@FreeBSD.org Cc: ports@FreeBSD.org Subject: security/p5-Authen-SASL "GSSAPI optional module" Message-ID: <20060328025551.46b817b3.bsd-unix@comcast.net>
next in thread | raw e-mail | index | archive | help
I was upgrading 'p5-Authen-SASL-2.09' to 'p5-Authen-SASL-2.10' and came back to the machine to find it sitting waiting for input at this point: ===> Configuring for p5-Authen-SASL-2.10 *** Module::AutoInstall version 1.02 *** Checking for Perl dependencies... [DIGEST-MD5 mechanism] - Digest::MD5 ...loaded. (2.36) [CRAM-MD5 mechanism] - Digest::HMAC_MD5 ...loaded. (1.01) [GSSAPI mechanism] - GSSAPI ...missing. ==> Auto-install the 1 optional module(s) from CPAN? [n] I looked thru the Makefile but didn't see any method for controlling whether or not this module was to be installed. I did see that the Makefile wanted to install the manual page: MAN3+= Authen::SASL::Perl::GSSAPI.3 Does this mean that it was intended for the GSSAPI was to be installed? I chose the default "[n]" and rebuilt and again it stopped at the same point waiting for input. If indeed the GSSAPI is optional, could there be a make argument to control this behavior so that it could be configured via pkgtools.conf? Alternatively, using "make config" would be another way to store the desired option. My objective is to control this behavior in an manner conducive to (semi-)automated ports updating. Randy --
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060328025551.46b817b3.bsd-unix>