From owner-freebsd-ports@FreeBSD.ORG Sat Dec 24 04:08:51 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 E2BD216A41F for ; Sat, 24 Dec 2005 04:08:50 +0000 (GMT) (envelope-from surija@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id E131C43D60 for ; Sat, 24 Dec 2005 04:08:49 +0000 (GMT) (envelope-from surija@gmail.com) Received: by uproxy.gmail.com with SMTP id o2so227152uge for ; Fri, 23 Dec 2005 20:08:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=tm5QEoSaBLAKQDhIXf9RcPpuRsmniRxeddq4K72kgpoiujj8yjPHroo0WF97FTwLcpFg3DFSS+wZIM8YrU4+kpJOqbLeRT5QFbZIzvP/dnRZPmkkJr8/eereRpfOxClUnxvwbGFUQtdj7MmT13wmzGingvXKs7hxOeL7Km5m0Xc= Received: by 10.66.224.6 with SMTP id w6mr1107813ugg; Fri, 23 Dec 2005 20:08:48 -0800 (PST) Received: by 10.66.241.13 with HTTP; Fri, 23 Dec 2005 20:08:48 -0800 (PST) Message-ID: <21bc91010512232008p24c2475cide36fc44657cea26@mail.gmail.com> Date: Fri, 23 Dec 2005 23:08:48 -0500 From: Ranko Sredojevic To: freebsd-ports@freebsd.org In-Reply-To: <43AC7F29.31605.916986@dan.langille.org> MIME-Version: 1.0 References: <43AC7F29.31605.916986@dan.langille.org> 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: Re: FreshPorts now on IPv6 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:08:51 -0000 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