From owner-freebsd-questions@FreeBSD.ORG Sun Dec 26 12:58:23 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB07616A4CE for ; Sun, 26 Dec 2004 12:58:23 +0000 (GMT) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 977F843D46 for ; Sun, 26 Dec 2004 12:58:23 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend3.messagingengine.com (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id DC4E8C474EC for ; Sun, 26 Dec 2004 07:58:22 -0500 (EST) X-Sasl-enc: vFWRpEybOjVfJiteykc0Wg 1104065902 Received: from gumby.localhost (dsl-80-41-58-25.access.uk.tiscali.com [80.41.58.25]) by frontend3.messagingengine.com (Postfix) with ESMTP id 313ED26A03 for ; Sun, 26 Dec 2004 07:58:22 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Sun, 26 Dec 2004 12:58:16 +0000 User-Agent: KMail/1.7.2 References: <20041226090451.2A69A54878@minnie.everett.org> In-Reply-To: <20041226090451.2A69A54878@minnie.everett.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412261258.17222.list-freebsd-2004@morbius.sent.com> Subject: Re: portupgrade -P and local changes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 12:58:24 -0000 On Sunday 26 December 2004 09:04, Harlan Stenn wrote: > I have a couple of ports where I am using a Makefile.local to provide some > customizations for the local environment (I think they are for > postfix+SASL, and apache2+the experimental modules, but I could be > mistaken) where "stock" prebuilt packages are available. > > When I update the installed packages on the box, I like to use: > > portupgrade -Ppa > > The problem I have is that when these two ports get upgraded, portupgrade > fetches and installs the prebuilt packages, which means I have to remember > to then reinstall these two packages from the ports tree. > > Is there a way to tell portupgrade that it should not *fetch* prebuilt > ports for these two packages? If the packages are already there I'm fine > having them installed (as it means they were built using the Makefile.local > values and wrapped as a package from the -p flag). One thing you could do is enter them in HOLD_PKGS in pkgtools.conf, so that they wont be upgraded by portupgrade -a