From owner-freebsd-ports@FreeBSD.ORG Wed Aug 26 06:05:43 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30EF91065690; Wed, 26 Aug 2009 06:05:43 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id ACF358FC1C; Wed, 26 Aug 2009 06:05:42 +0000 (UTC) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.3/8.14.3) with ESMTP id n7Q65JFf092347; Wed, 26 Aug 2009 07:05:31 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.8.3 smtp.infracaninophile.co.uk n7Q65JFf092347 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=infracaninophile.co.uk; s=200708; t=1251266731; bh=9847bYy9PTV2BlLtcheJvSRNXm33SQrVTtxLaHwLHlk=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Cc:Content-Type:Date:From:In-Reply-To: Message-ID:Mime-Version:References:To; z=Message-ID:=20<4A94D098.2040501@infracaninophile.co.uk>|Date:=20W ed,=2026=20Aug=202009=2007:05:12=20+0100|From:=20Matthew=20Seaman= 20|Organization:=20Infracaninophi le|User-Agent:=20Thunderbird=202.0.0.23=20(X11/20090823)|MIME-Vers ion:=201.0|To:=20Kevin=20Oberman=20|CC:=20Peter=20 Pentchev=20,=20ports@freebsd.org,=20=0D=0A=20ahz e@freebsd.org|Subject:=20Re:=20serpentine=20port=20forces=20depend ency=20on=20muine|References:=20<20090825231551.3A3131CC09@ptavv.e s.net>|In-Reply-To:=20<20090825231551.3A3131CC09@ptavv.es.net>|X-E nigmail-Version:=200.95.6|Content-Type:=20multipart/signed=3B=20mi calg=3Dpgp-sha256=3B=0D=0A=20protocol=3D"application/pgp-signature "=3B=0D=0A=20boundary=3D"------------enigCA29C0D865D14962DAA05F5C" ; b=k1RKCsGdHoZOYESetMS3e/TW/gsztlPlfwBQIkVRmEL32wfxIddZ5U4zXMabl0ud1 fCgvNGrVRxNGmjId+WvpzQdU7MLAuarhwdatpMeYhycRzOrIBPrWGP/TDNNEB5yQUw rJaqZeqDCo2OnHG18w151Nin7qos1Ywcf8eKtzAk= X-Authentication-Warning: happy-idiot-talk.infracaninophile.co.uk: Host localhost [IPv6:::1] claimed to be happy-idiot-talk.infracaninophile.co.uk Message-ID: <4A94D098.2040501@infracaninophile.co.uk> Date: Wed, 26 Aug 2009 07:05:12 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.23 (X11/20090823) MIME-Version: 1.0 To: Kevin Oberman References: <20090825231551.3A3131CC09@ptavv.es.net> In-Reply-To: <20090825231551.3A3131CC09@ptavv.es.net> X-Enigmail-Version: 0.95.6 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigCA29C0D865D14962DAA05F5C" X-Virus-Scanned: clamav-milter 0.95.2 at happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VERIFIED,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on happy-idiot-talk.infracaninophile.co.uk Cc: ports@freebsd.org, Peter Pentchev , ahze@freebsd.org Subject: Re: serpentine port forces dependency on muine X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Aug 2009 06:05:43 -0000 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--