From owner-freebsd-questions@FreeBSD.ORG Tue May 8 21:51:20 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6179E106564A for ; Tue, 8 May 2012 21:51:20 +0000 (UTC) (envelope-from jmc-freebsd2@milibyte.co.uk) Received: from avasout07.plus.net (avasout07.plus.net [84.93.230.235]) by mx1.freebsd.org (Postfix) with ESMTP id AD88B8FC0A for ; Tue, 8 May 2012 21:51:19 +0000 (UTC) Received: from curlew.milibyte.co.uk ([84.92.153.232]) by avasout07 with smtp id 7ZrG1j009516WCc01ZrJcn; Tue, 08 May 2012 22:51:18 +0100 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.0 cv=VpKh8pKn c=1 sm=1 a=lfSX4pPLp9EkufIcToJk/A==:17 a=rLpCYgkgFLgA:10 a=-Txt6FHj514A:10 a=ZTb9aqGL9YkA:10 a=8nJEP1OIZ-IA:10 a=gczVm7oiezOCPfO6-qUA:9 a=wPNLvfGTeEIA:10 a=lfSX4pPLp9EkufIcToJk/A==:117 Received: by curlew.milibyte.co.uk with local (Exim 4.77) (envelope-from ) id 1SRsJQ-0005wu-KD; Tue, 08 May 2012 22:51:16 +0100 From: Mike Clarke To: John Webster Date: Tue, 8 May 2012 22:51:16 +0100 User-Agent: KMail/1.9.10 References: <201205082133.59417.jmc-freebsd2@milibyte.co.uk> <5E7F55D0038D5B0206E5E841@Sky.local> In-Reply-To: <5E7F55D0038D5B0206E5E841@Sky.local> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <201205082251.16507.jmc-freebsd2@milibyte.co.uk> X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: jmc-freebsd2@milibyte.co.uk X-SA-Exim-Scanned: No (on curlew.milibyte.co.uk); SAEximRunCond expanded to false Cc: freebsd-questions@freebsd.org Subject: Re: Preventing portmaster from using packages for specified ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2012 21:51:20 -0000 On Tuesday 08 May 2012, John Webster wrote: > Would this work for you? =A0From the manpage: > > =A0 =A0 =A0For those who wish to be sure that specific ports are always > compiled instead of being installed from packages the > PT_NO_INSTALL_PACKAGE vari- able can be defined in the make(1) > environment, perhaps in /usr/local/etc/ports.conf if using > /usr/ports/ports-mgmt/portconf, or in /etc/make.conf. =A0This setting > is not compatible with the -PP/--packages-only option. Yes, that looks like exactly what I need. I don't know how I missed it,=20 I must have searched through the manpage several times and had a total=20 blind spot for that paragraph - sorry for looking so dumb. =2D-=20 Mike Clarke