Date: Mon, 9 Mar 2015 12:09:16 +0000 From: Mike Clarke <jmc-freebsd2@milibyte.co.uk> To: heasley <heas@shrubbery.net> Cc: freebsd-ports@freebsd.org Subject: Re: Overriding binary package with local build Message-ID: <20150309120916.16413dd5@curlew.lan> In-Reply-To: <20150309094324.GA23245@shrubbery.net> References: <20150309094324.GA23245@shrubbery.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 9 Mar 2015 09:43:24 +0000 heasley <heas@shrubbery.net> wrote: > For example. On this system I've built gld with postgres instead of mysql > and postfix with another option. The mysql dependency is coming from the > binary gld with the default options. And, in theory postfix has > different options, but also needs an update. pkg lock gld This will prevent gld from being updated by pkg but it will also prevent you from installing it when you rebuild it so you will need to unlock it for the duration while you're building it. See pkg-lock(8). -- Mike Clarke
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150309120916.16413dd5>