serpentine port forces dependency on muine

Matthew Seaman m.seaman at infracaninophile.co.uk
Wed Aug 26 06:05:43 UTC 2009


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}=="i386"

This is incorrect behaviour in any case: ports should not arbitrarily change configuration depending on what is or is not already installed, and user
choices from OPTIONS dialogues should be paramount.  The test should be:

.if defined(WITH_MUINE) && !defined(WITHOUT_MUINE) && ${ARCH} =="i386"

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                   7 Priory Courtyard
                                                  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey     Ramsgate
                                                  Kent, CT11 9PW

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 259 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20090826/542207bd/signature.pgp


More information about the freebsd-ports mailing list