From owner-freebsd-perl@FreeBSD.ORG Sat Apr 1 19:24:27 2006 Return-Path: X-Original-To: freebsd-perl@freebsd.org Delivered-To: freebsd-perl@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEB4B16A41F for ; Sat, 1 Apr 2006 19:24:27 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.187.76.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8071A43D48 for ; Sat, 1 Apr 2006 19:24:25 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from [IPv6:::1] (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.13.6/8.13.6) with ESMTP id k31JOF7L002944 for ; Sat, 1 Apr 2006 20:24:15 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Message-ID: <442ED357.1060508@infracaninophile.co.uk> Date: Sat, 01 Apr 2006 20:24:07 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 1.5 (X11/20060401) MIME-Version: 1.0 To: freebsd-perl@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enig48E106C7F41D92636019DEBF" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (smtp.infracaninophile.co.uk [IPv6:::1]); Sat, 01 Apr 2006 20:24:15 +0100 (BST) X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on happy-idiot-talk.infracaninophile.co.uk Subject: security/p5-GSSAPI on FreeBSD 4.x X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2006 19:24:27 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig48E106C7F41D92636019DEBF Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Dear port maintainers, There is a little problem with the recently committed security/p5-GSSAPI = port on machines running FreeBSD 4.x. By default those machines won't have Kerberos 5 installed, so the p5-GSSAPI compile fails at the 'perl Makefil= e.PL' stage. I've found two solutions that will enable p5-GSSAPI to install, and that work at least well enough to let me get p5-Mail-SpamAssassin working. The first is simply to install the security/krb5 port. The second is to define MAKE_KERBEROS5=3Dyes in /etc/make.conf and do a {build,install}wor= ld cycle. I suggest something like this in the port Makefile: happy-idiot-talk:...ports/security/p5-GSSAPI:% diff -u Makefile.orig Make= file --- Makefile.orig Tue Mar 28 10:57:33 2006 +++ Makefile Sat Apr 1 20:21:54 2006 @@ -24,6 +24,10 @@ =20 .include =20 +.if ${OSVERSION} < 500000 +LIB_DEPENDS+=3D gssapi:${PORTSDIR}/security/krb5 +.endif + .if ${PERL_LEVEL} < 500600 IGNORE=3D requires perl 5.6.0 or later. Install lang/perl= 5.8 and try again .endif which should deal fairly neatly with either of the ways you can install Kerberos5 stuff on 4.x Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enig48E106C7F41D92636019DEBF Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFELtNf8Mjk52CukIwRA5SkAJ0UcAQDpPbftLF3xup7SJCBfovUzwCfXS3Q 3XREg0+KWqFgSvBxw71UUxU= =8bmm -----END PGP SIGNATURE----- --------------enig48E106C7F41D92636019DEBF--