Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Aug 2006 13:08:51 +0200
From:      "[LoN]Kamikaze" <LoN_Kamikaze@gmx.de>
To:        Kiffin Gish <kiffin.gish@planet.nl>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Skipping certain ports, no upgrade of installed packages ...
Message-ID:  <44DF0843.8010303@gmx.de>
In-Reply-To: <1155466969.52536.15.camel@localhost>
References:  <1155466969.52536.15.camel@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help

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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44DF0843.8010303>