Date: Wed, 26 Aug 2009 07:05:12 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Kevin Oberman <oberman@es.net> Cc: ports@freebsd.org, Peter Pentchev <roam@ringlet.net>, ahze@freebsd.org Subject: Re: serpentine port forces dependency on muine Message-ID: <4A94D098.2040501@infracaninophile.co.uk> In-Reply-To: <20090825231551.3A3131CC09@ptavv.es.net> References: <20090825231551.3A3131CC09@ptavv.es.net>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigCA29C0D865D14962DAA05F5C Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Kevin Oberman wrote: > If muine found in /usr/local/bin/, it will be built with the plug-in, > regardless of which way the MUINE configure option is set because: > .if (defined(MUINE) || exists(${LOCALBASE}/bin/muine)) && ${ARCH}=3D=3D= "i386" This is incorrect behaviour in any case: ports should not arbitrarily cha= nge configuration depending on what is or is not already installed, and u= ser choices from OPTIONS dialogues should be paramount. The test should be: =2Eif defined(WITH_MUINE) && !defined(WITHOUT_MUINE) && ${ARCH} =3D=3D"i3= 86" 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 --------------enigCA29C0D865D14962DAA05F5C Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREIAAYFAkqU0J8ACgkQ8Mjk52CukIxHdwCfYBPBedSLS14e1MD9Bf+Dzwty I3cAn3GVXDUWOOBeHrQFFoscRIVt43GX =jtdl -----END PGP SIGNATURE----- --------------enigCA29C0D865D14962DAA05F5C--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A94D098.2040501>