From owner-freebsd-questions@FreeBSD.ORG Sat Aug 6 14:38:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 14F2916A41F for ; Sat, 6 Aug 2005 14:38:07 +0000 (GMT) (envelope-from richard.cinema@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10F0F43D6E for ; Sat, 6 Aug 2005 14:38:03 +0000 (GMT) (envelope-from richard.cinema@gmail.com) Received: by wproxy.gmail.com with SMTP id i22so772534wra for ; Sat, 06 Aug 2005 07:38:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=W2WiDdaHuLreDFvAtZptNa0CCacC5WChQqaq531nQvssDxp+YcSbRigYAJCgBeDEyF8DFTz2KXqH4LpekE4A+MSAHgz8AQYrGYiryopTzrUs4sp1FiGlsey63h/oqAKVRYsYeH4rjPxYnTaBiS/UaWnMRx1eJ3K2oScBrXBrRHg= Received: by 10.54.116.12 with SMTP id o12mr3407511wrc; Sat, 06 Aug 2005 07:38:02 -0700 (PDT) Received: by 10.54.32.55 with HTTP; Sat, 6 Aug 2005 07:38:02 -0700 (PDT) Message-ID: <147fc4b905080607385f50ead@mail.gmail.com> Date: Sun, 7 Aug 2005 02:38:02 +1200 From: richard cinema To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: how to deinstall the gnome2-lite port from my system completely? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2005 14:38:07 -0000 hi everybody, i'm a newbie of freebsd although i 've had some exps in linux. so here comes my problem: i got 5.4-RELEASE-p6 installed in my pc. after finished the good "world and kernel building" stuff,i installed the xorg from port, and test it after that.it works well. then came the gnome2. because of the hd and time limit, i chose the gnome2-lite meta port and compiling is done without any problems. i got some " another panel running" error when i enter gnome2 , hmm, the gnome still runs well with this error. but i dn't want to see it everytime, google told me it could be some kind of gcc3.4 optimising error with pentium4 cpu( i got prescott cpu in my pc ). so i decide to recompile the whole gnome2-lite port from the very begining (say from gtk2?). at first, i try to do a " make deinstall" under /usr/ports/x11/gnome2-lite . no error occured except i found all the gnome stuff stay there when i run "pkg_info" then. it seems the port did nothing with my "make deinstall" command. anybody can help me to figure out a proper solution to this problem? btw: i know a "silly and slow" way: use "pkg_delete -f " to delete all the gnome2 and gtk2 packages manually. well, it make me feel like a type machine:) so, i'm waiting in front of my pc for the answer. thx in advance.