From owner-freebsd-questions@FreeBSD.ORG Sun May 13 02:36:57 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D441516A516 for ; Sun, 13 May 2007 02:36:57 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 916F513C459 for ; Sun, 13 May 2007 02:36:54 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so1108957pyh for ; Sat, 12 May 2007 19:36:53 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=D4+pJHLQs/KcDKRAFEFlC6yW0mJILaBDe3OcMYVXgFj9e1c4XO65gEtUGwdwQ9g6qKs2b9r+5Zv2DgzKEtk/yhXZPftcg/1IeGlwkBu1EpMVB/QxehdZFYUepOF81/9woNY6wlH/H2im7+Hi84XaZngK75HPdNxmQKPUkiRu7Yg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Gtp1aGiMXdZ8qqmmXSpZ6n9o6cKelTvVU9cqeAdbeWBOCM4TX1DJTI31IU+c4/+33AtmEDz5BW7SAmv67x5iPIOuJDCKgJR6IzKlVLnvxE3+pPYj3DLRhOzLM7CrEYcPzEl7Ej/27yIf7/pGQd0vr1TPs3Sy9eAxNAbwEdZRRJw= Received: by 10.35.90.11 with SMTP id s11mr8129986pyl.1179023813422; Sat, 12 May 2007 19:36:53 -0700 (PDT) Received: by 10.35.71.3 with HTTP; Sat, 12 May 2007 19:36:53 -0700 (PDT) Message-ID: <340a29540705121936m7c7d5cadj9f19bc7dbc995c8b@mail.gmail.com> Date: Sat, 12 May 2007 20:36:53 -0600 From: "Andrew Falanga" To: RW In-Reply-To: <20070511211310.61e84935@gumby.homeunix.com.> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <340a29540705102053k4365b00bua92b56ed194bbf05@mail.gmail.com> <46444AC8.5090401@gahr.ch> <340a29540705110648v62ee41fej24737dadf9697f5d@mail.gmail.com> <20070511171837.306763a3@gumby.homeunix.com.> <340a29540705111201v32ccd135u1f9fccfcf2fc21d4@mail.gmail.com> <20070511211310.61e84935@gumby.homeunix.com.> Cc: freebsd-questions@freebsd.org Subject: Re: How to recompile the VIM port for GUI 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: Sun, 13 May 2007 02:36:57 -0000 On 5/11/07, RW wrote: > Don't do that. > > I'm wondering if this is due to the prefix change. Look at the output > of: > > pkg_info -px "^gtk-" > > If you don't see > > CWD to /usr/local > > for your GTK ports, you'll need the rebuild some stuff: > > pkgdb -Ff > portupgrade -rf pkg-config\* > What is the pkg-config* package anyway? When you said here that I'd have to rebuild some stuff, I didn't think you meant every single port in the system. I finally got the pkgdb -Ff to work, but I had to remove a couple of packages that kept kicking it out because two packages placed files in the same place. I don't recall the packages now, but it the pkgdb did finally work. Then I did the portupgrade -rf pkg-config\*. That was last night (Friday) @ ~10. It's probably taken longer than it should have because I went to bed at 12 and got up through the night to answer the prompts. However, here it is 8:34 on Saturday night (MST) and it's still building KDE. I think that there was some things that hadn't upgraded before even though I thought that they had. I have a very serious question now. How am I supposed to know to check that stuff you said to with "pkg_info -px "^gtk-" and look for "CWD /usr/local" instead of what I had for everything "CWD /usr/X11"? How did you know that? Would that all have been in that /usr/ports/UPDATING? Thanks for the help. Andy