From owner-freebsd-questions@FreeBSD.ORG Fri Mar 25 06:36:10 2005 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 969CA16A4CF for ; Fri, 25 Mar 2005 06:36:10 +0000 (GMT) Received: from ms-smtp-01-eri0.southeast.rr.com (ms-smtp-01-lbl.southeast.rr.com [24.25.9.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20CFB43D2F for ; Fri, 25 Mar 2005 06:36:10 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from [192.168.1.101] (cpe-065-184-201-054.ec.rr.com [65.184.201.54]) j2P6a6Lv001643; Fri, 25 Mar 2005 01:36:07 -0500 (EST) Message-ID: <4243B3A1.80600@ec.rr.com> Date: Fri, 25 Mar 2005 01:45:53 -0500 From: jason henson User-Agent: Mozilla Thunderbird 1.0 (X11/20050321) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "T.F. Cheng" References: <20050325021537.19443.qmail@web51008.mail.yahoo.com> In-Reply-To: <20050325021537.19443.qmail@web51008.mail.yahoo.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: FreeBSD Subject: Re: remove all xfce4 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, 25 Mar 2005 06:36:10 -0000 T.F. Cheng wrote: >yo! trying to remove all the xfce4 components so I can >rebuild it. I pkg_delete each individual *xfce* >package manually (probably a bad idea). But anyhow, I >can still find a lot of xfce4 app under >/usr/local/bin, this interfere with the rebuild >process since it think something is already there. >Anything I can do? thansk a lot!! > > >Best Regards, > >Tsu-Fan Cheng > >_________________________________________________________ >Do You Yahoo!? >登記免費的 @yahoo.com 中文電子郵件 @ http://chinese.mail.yahoo.com >Get your free @yahoo.com address at http://chinese.mail.yahoo.com >_______________________________________________ >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" > > > portupgrade -faRr, or portmanager. Try cd /usr/ports/x11-wm/xfce4 && make all-depends-list. You don't need to rebuild unless you have upgraded a dependancy(then portupgrade or portmanager will do it for you) or you want to change build options(then portupgrade will do it).