From owner-freebsd-ports@FreeBSD.ORG Sat Dec 24 04:23:39 2005 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 43AAE16A41F for ; Sat, 24 Dec 2005 04:23:39 +0000 (GMT) (envelope-from surija@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92DA943D55 for ; Sat, 24 Dec 2005 04:23:38 +0000 (GMT) (envelope-from surija@gmail.com) Received: by uproxy.gmail.com with SMTP id o2so227473uge for ; Fri, 23 Dec 2005 20:23:37 -0800 (PST) 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; b=ZWVM2+IpP9sjfHkrdhRFtWU6o9IGzwGjVzwriBL6H+95D/v0rfQorcVaEPN0+964Kd37toZjfySFTAYew3Qt7mOVLl0zta4nTyc9Su1l5B+PgFbE9vRaff5QQhGsteMWbqVB9z9sK+0qIpmeaSqPgdwE6+XJ5csgHl3jhkVD1dg= Received: by 10.66.225.5 with SMTP id x5mr1102963ugg; Fri, 23 Dec 2005 20:23:37 -0800 (PST) Received: by 10.66.241.13 with HTTP; Fri, 23 Dec 2005 20:23:37 -0800 (PST) Message-ID: <21bc91010512232023q518c6eeej2dda453e08fcd756@mail.gmail.com> Date: Fri, 23 Dec 2005 23:23:37 -0500 From: Ranko Sredojevic To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: cleaning ports manually? 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: Sat, 24 Dec 2005 04:23:39 -0000 I did it wrong last time. Sorry about that. Trying to fix here by posting here... If I want to clean up, and really know what is inside my box, is the following ok to do: pkg_delete -a % at this point I should have just base system, right? % do I have to rebuild the world or is it guaranteed to be independent from anything in ports? rebuild & install the world rebuild & install kernel put back, one by one (or by dependencies) desired ports? How do I inspect what entered the system when making a port? On some list, I have seen people having problems with DRM and ati radeon 9250 cards. It is enabled, it is being loaded but glxgears and glxinfo are claiming no direct rendering. glx, dri and all the stuff is loaded through xorg.conf Someone sugested rebuilding the Xorg since some library might need fixing for radeon??? Is this possible? And if it is how do I force linking some radeon-specific code? What is the status of gnome 2.12? Does it build? I tried upgrading through the script, but now my gnome is totally messed up... and I was planing to learn more by doing the thing from beginning... so can I follow this procedure? tnx, rasha