From owner-freebsd-ports@FreeBSD.ORG Sun Aug 13 11:11:06 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A50D516A4DD for ; Sun, 13 Aug 2006 11:11:06 +0000 (UTC) (envelope-from kiffin.gish@planet.nl) Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net [194.159.73.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4361A43D67 for ; Sun, 13 Aug 2006 11:11:04 +0000 (GMT) (envelope-from kiffin.gish@planet.nl) Received: from gish.demon.nl ([83.160.27.223]:28682 helo=[192.168.1.33]) by post-23.mail.nl.demon.net with esmtp (Exim 4.51) id 1GCDrz-000CNC-6E; Sun, 13 Aug 2006 11:11:03 +0000 From: Kiffin Gish To: "[LoN]Kamikaze" In-Reply-To: <44DF0843.8010303@gmx.de> References: <1155466969.52536.15.camel@localhost> <44DF0843.8010303@gmx.de> Content-Type: text/plain Date: Sun, 13 Aug 2006 13:11:19 +0200 Message-Id: <1155467479.52536.20.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Skipping certain ports, no upgrade of installed packages ... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Aug 2006 11:11:06 -0000 On Sun, 2006-08-13 at 13:08 +0200, [LoN]Kamikaze wrote: > Kiffin Gish wrote: > > How can prevent a given package from being reinstalled during the next > > portupgrade when I want to delete permanently? > > > > An example is the Galeon browser. Since it also appears in the > > gnome2-fifth-toe makefile t will automatically be rebuilt. > > > > 2nd question: how can I just keep a given version without having it > > upgraded? > > > > Thanks alot in advance. > > > > .if ${.CURDIR:M/usr/ports/category/port} > IGNORE= not wanted > .endif > > This will keep the ports system from building them. But you will have to > edit dependant ports Makefiles. I'm doing that for arts and have to edit > the kdelibs Makefile every time kdelibs gets updated. The only problem with that approach is that every time I run cvsup the modified makefiles are overwritten. Can also just delete the dependencies line containing galeon for example, but overwritten by next cvsup. -- Kiffin Gish