From owner-freebsd-questions Wed Apr 3 6:21: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uk2.kanda-systems.net (uk2.kanda-systems.net [193.195.117.202]) by hub.freebsd.org (Postfix) with ESMTP id 1714A37B41B for ; Wed, 3 Apr 2002 06:21:03 -0800 (PST) Received: from localhost.kanda-systems.net (localhost.kanda-systems.net [127.0.0.1]) by uk2.kanda-systems.net (Postfix) with ESMTP id ABA7D3C395; Wed, 3 Apr 2002 16:26:39 +0100 (BST) Date: Wed, 3 Apr 2002 16:26:39 +0100 (BST) From: jason+freebsd@kanda.com X-X-Sender: jason@uk2.kanda-systems.net Reply-To: jason+freebsd@kanda.com To: stan Cc: Free BSD Questions list Subject: Re: Can I mark a port for "hold" ? In-Reply-To: <20020403141659.GA27334@teddy.fas.com> Message-ID: <20020403162524.E82078-100000@uk2.kanda-systems.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 3 Apr 2002, stan wrote: > Is there some way that I can mark a given port (say hylafax) to not _ever_ > be touched by portupgrade? Maybe not quite what your after but portupgrade has exclude syntax: --exclude GLOB Exclude packages matching the specified glob pat- tern. Exclusion is performed after recursing dependency in response to -r and/or -R, which means, for example, the following command will upgrade all the packages depending on XFree86 but leave XFree86 as it is: portupgrade -rx XFree86 XFree86 Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message