From owner-freebsd-current@FreeBSD.ORG Tue Jul 13 15:21:43 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55D6116A4CE for ; Tue, 13 Jul 2004 15:21:43 +0000 (GMT) Received: from ion.gank.org (ion.gank.org [69.55.238.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BF0143D45 for ; Tue, 13 Jul 2004 15:21:43 +0000 (GMT) (envelope-from craig@xfoil.gank.org) Received: by ion.gank.org (mail, from userid 1001) id 8EDC32BE10; Tue, 13 Jul 2004 10:21:42 -0500 (CDT) Date: Tue, 13 Jul 2004 10:21:39 -0500 From: Craig Boston To: "Eli K. Breen" Message-ID: <20040713152138.GA41495@nowhere> Mail-Followup-To: Craig Boston , "Eli K. Breen" , freebsd-current@freebsd.org References: <40F30168.8010603@gopostal.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40F30168.8010603@gopostal.ca> User-Agent: Mutt/1.4.2.1i cc: freebsd-current@freebsd.org Subject: Re: portupgrade upgrades ports despite +IGNOREME files X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2004 15:21:43 -0000 On Mon, Jul 12, 2004 at 02:23:52PM -0700, Eli K. Breen wrote: > cd /usr/ports/lang/perl5.8/ > touch "+IGNOREME" AFAICT, the +IGNOREME file should be in the package directory, not the port directory. For example, cd /var/db/pkg/perl-5.8.4/ touch +IGNOREME > Add 'lang/perl*', as a held package in /usr/local/etc/pkgtools.conf to > no avail. The -f option to portupgrade overrides held packages and reinstalls them anyway. Another possibility that may be useful to you is the -x option to portupgrade to exclude certain ports from this run only. i.e. portupgrade -Raf -x perl Multiple -x options can be specified if you have a long list of ports that you don't want to reinstall. Hope this helps, Craig