Date: Thu, 16 Feb 2012 08:00:28 +0000 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: freebsd-questions@freebsd.org Subject: Re: How to prevent gam_server from running? Message-ID: <4F3CB79C.2030704@infracaninophile.co.uk> In-Reply-To: <20120216024408.GA57917@sputnjik.localdomain> References: <20120215165738.75518ea9@cox.net> <20120216024408.GA57917@sputnjik.localdomain>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig56B2AC9A3863F0CAF3136D89 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 16/02/2012 02:44, Nikola Pavlovi=C4=87 wrote: > (Yes some of the stuff in that list can be > weeded out with pkg_cutleaves but they end coming back as build > dependencies of other stuff that I do need). You know that portmaster(8) has the capability to delete build-only dependencies? If you create packages of everything you build, the effect can be that portmaster will just install the build dependency as required for updates. Add this in portmaster.rc to do the deletion of build-only dependencies: PM_DEL_BUILD_ONLY=3Dpw_dbo These will keep a cache of any packages you build, and use that cache preferentially to reinstall anything (which is also really handy if you've got a bunch of machines that can all share the same cache): MAKE_PACKAGE=3Dgopt PM_PACKAGES=3Dfirst LOCAL_PACKAGEDIR=3D/usr/ports/packages PM_PACKAGES_LOCAL=3Dpmp_local 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 --------------enig56B2AC9A3863F0CAF3136D89 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/ iEYEARECAAYFAk88t6MACgkQ8Mjk52CukIyAwgCfXmg0DyvZqxD/Mf2JdMnIkrig zl8AoIT9w49Xwp4/l20hK5VWUXyOUdes =npmA -----END PGP SIGNATURE----- --------------enig56B2AC9A3863F0CAF3136D89--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F3CB79C.2030704>