From owner-freebsd-questions@FreeBSD.ORG Sun Dec 26 09:04:51 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 5A68616A4CE for ; Sun, 26 Dec 2004 09:04:51 +0000 (GMT) Received: from minnie.everett.org (minnie.everett.org [66.220.13.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48B8343D55 for ; Sun, 26 Dec 2004 09:04:51 +0000 (GMT) (envelope-from harlan@everett.org) Received: by minnie.everett.org (Postfix, from userid 1008) id 2A69A54878; Sun, 26 Dec 2004 01:04:51 -0800 (PST) To: questions@freebsd.org Message-Id: <20041226090451.2A69A54878@minnie.everett.org> Date: Sun, 26 Dec 2004 01:04:51 -0800 (PST) From: harlan@everett.org (Harlan Stenn) Subject: 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 09:04:51 -0000 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). H