From owner-freebsd-questions@FreeBSD.ORG Fri Oct 24 08:46:35 2003 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 83C6516A4B3 for ; Fri, 24 Oct 2003 08:46:35 -0700 (PDT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BFBE43FF2 for ; Fri, 24 Oct 2003 08:46:34 -0700 (PDT) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.12.10/8.12.10) with ESMTP id h9OFlLHR035248; Fri, 24 Oct 2003 17:47:22 +0200 (CEST) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.12.10/8.12.10/Submit) id h9OFlL1Q035247; Fri, 24 Oct 2003 17:47:21 +0200 (CEST) (envelope-from mail25@bzerk.org) X-Authentication-Warning: ei.bzerk.org: bulk set sender to mail25@bzerk.org using -f Date: Fri, 24 Oct 2003 17:47:21 +0200 From: Ruben de Groot To: Jesse Guardiani Message-ID: <20031024154721.GB35140@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Jesse Guardiani , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: freebsd-questions@freebsd.org Subject: Re: howto dissallow upgrade for specific port? 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: Fri, 24 Oct 2003 15:46:35 -0000 On Fri, Oct 24, 2003 at 11:23:03AM -0400, Jesse Guardiani typed: > Howdy list, > > I have a port that I do NOT want to upgrade: python-2.2.2 > If I do upgrade it, some of the software on my system will > not work correctly. > > However, I'd still like to use portupgrade -R on a few > ports to upgrade all dependencies EXCEPT python. > > Is there a way to mark a port as non-upgradable? Yes, see /usr/local/etc/pkgtools.conf HOLD_PKGS = [ 'bsdpan-*', 'x11*/XFree86*', 'portupgrade', 'python-*', ] > Thanks. > > -- > Jesse Guardiani, Systems Administrator > WingNET Internet Services, > P.O. Box 2605 // Cleveland, TN 37320-2605 > 423-559-LINK (v) 423-559-5145 (f) > http://www.wingnet.net > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"