Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Dec 2008 11:12:18 +0100
From:      Leslie Jensen <leslie@eskk.nu>
To:        freebsd-questions@freebsd.org
Subject:   Re: Uninstalling kde3 meta-port
Message-ID:  <49365B82.4070208@eskk.nu>
In-Reply-To: <49365830.7040702@eskk.nu>
References:  <4934E5DA.6040308@eskk.nu>	<200812021335.42120.fbsd.questions@rachie.is-a-geek.net> <49365830.7040702@eskk.nu>

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


Leslie Jensen skrev:
> 
> 
> Mel skrev:
>> On Tuesday 02 December 2008 08:38:02 Leslie Jensen wrote:
>>
>>> How would you guys uninstall a meta-port?
>>>
>>> I'm considering a move to kde4 but I want a clean install, so I want to
>>> remove the kde3 meta-port first.
>>
>> cd /usr/ports/x11/kde3
>> for dep in `make -V RUN_DEPENDS`; do     origin=${dep##*:};
>>     portname=`make -C ${origin} -V PORTNAME`;
>>     pkg_delete -Xf "^${portname}-[0-9\.,_]+\$";
>> done
>> cd /usr/ports/ports-mgmt/pkg_cutleaves
>> make install
>> pkg_cutleaves -xg
>>
>> Delete all leaves you are sure you don't need anymore, till no leaves 
>> are left.
> 
> Thanks Mel
> 
> I did a
> 
> root@bsdpc/usr/ports/x11/kde3:make PORTNAME
> make: don't know how to make PORTNAME. Stop
> 
> How do I solve the error?
> 
> /Leslie
> 
> 

Problem solved

Answering my own question. I forgot the -V.







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49365B82.4070208>