Date: Sat, 01 Jan 2011 14:50:50 +0000 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Doug Barton <dougb@freebsd.org> Cc: marco <marco+freebsd-ports@lordsith.net>, freebsd-ports <freebsd-ports@freebsd.org> Subject: Re: ports-mgmt/portconf , ports-mgmt/portmaster and make args Message-ID: <4D1F3F4A.5060708@infracaninophile.co.uk> In-Reply-To: <4D1E8866.7050509@FreeBSD.org> References: <20101231091044.GA98464@lordsith.net> <4D1E8866.7050509@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigACA7B56ABCF01FA6826AD336 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 01/01/2011 01:50, Doug Barton wrote: > If someone can come up with a programmatic way of determining if such > settings exist in ports.conf I'd be willing to consider adding the > support, but given the wide variety of syntax that is supported I think= > such a thing would be difficult. There's a NO_PACKAGE variable used to prevent the build cluster from generating packages, or at least, from uploading packages to the FTP servers. You could (ab)use this to mark packages you always want to install from source -- so, choosing apache22 as an example, you could put something like this in /etc/make.conf: =2Eif ${.CURDIR:M*/www/apache22} NO_PACKAGE=3D yes =2Eendif or you could put NO_PACKAGE=3Dyes into /usr/ports/www/apache22/Makefile.local or use portconf or various other ways. portmaster would then have to run something on the lines of: cd ${PORTSDIR}/www/apache22 ; make -V NO_PACKAGE to detect the setting. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate JID: matthew@infracaninophile.co.uk Kent, CT11 9PW --------------enigACA7B56ABCF01FA6826AD336 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk0fP1IACgkQ8Mjk52CukIw/MwCfShi9Y8zp19I3+5I8eG4vX1pq AOQAn2yefK39Oafc2HnXsFYF/8fMNpRz =AeTn -----END PGP SIGNATURE----- --------------enigACA7B56ABCF01FA6826AD336--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D1F3F4A.5060708>