Re: How to recompile the VIM port for GUI

2007-05-12 Thread Andrew Falanga
On 5/11/07, RW <[EMAIL PROTECTED]> 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-co

Re: How to recompile the VIM port for GUI

2007-05-11 Thread RW
On Fri, 11 May 2007 13:01:39 -0600 "Andrew Falanga" <[EMAIL PROTECTED]> wrote: > On 5/11/07, RW <[EMAIL PROTECTED]> wrote: > > On Fri, 11 May 2007 07:48:16 -0600 > > "Andrew Falanga" <[EMAIL PROTECTED]> wrote: > > > > > On 5/11/07, Pietro Cerutti <[EMAIL PROTECTED]> wrote: > > > > Andrew Falanga w

Re: How to recompile the VIM port for GUI

2007-05-11 Thread Andrew Falanga
On 5/11/07, RW <[EMAIL PROTECTED]> wrote: On Fri, 11 May 2007 07:48:16 -0600 "Andrew Falanga" <[EMAIL PROTECTED]> wrote: > On 5/11/07, Pietro Cerutti <[EMAIL PROTECTED]> wrote: > > Andrew Falanga wrote: > > > Hi, > > Hello, > > > So, how do I modify the build environment properly to allow for >

Re: How to recompile the VIM port for GUI

2007-05-11 Thread RW
On Fri, 11 May 2007 07:48:16 -0600 "Andrew Falanga" <[EMAIL PROTECTED]> wrote: > On 5/11/07, Pietro Cerutti <[EMAIL PROTECTED]> wrote: > > Andrew Falanga wrote: > > > Hi, > > Hello, > > > So, how do I modify the build environment properly to allow for > > > the building of the GUI? There are seve

Re: How to recompile the VIM port for GUI

2007-05-11 Thread Andrew Falanga
On 5/11/07, Pietro Cerutti <[EMAIL PROTECTED]> wrote: Andrew Falanga wrote: > Hi, Hello, > So, how do I modify the build environment properly to allow for the > building of the GUI? There are several variables referenced in the > Makefile in /usr/ports/editors/vim, but I'm not sure what to make

Re: How to recompile the VIM port for GUI

2007-05-11 Thread Pietro Cerutti
Andrew Falanga wrote: > Hi, Hello, > So, how do I modify the build environment properly to allow for the > building of the GUI? There are several variables referenced in the > Makefile in /usr/ports/editors/vim, but I'm not sure what to make of > them. cd /usr/ports/editors/vim make WITH_GTK2=yes

Re: How to recompile the VIM port for GUI

2007-05-10 Thread Bill Campbell
On Thu, May 10, 2007, Andrew Falanga wrote: >Hi, > >As I'd mentioned before, I upgraded my vim installation using >portupgrade. However, when the upgrade completed, I could no longer >start vim in the GUI. I get an error saying that GUI stuff wasn't >compiled. I asked here at that time and was t

How to recompile the VIM port for GUI

2007-05-10 Thread Andrew Falanga
Hi, As I'd mentioned before, I upgraded my vim installation using portupgrade. However, when the upgrade completed, I could no longer start vim in the GUI. I get an error saying that GUI stuff wasn't compiled. I asked here at that time and was told to check up with the port maintainer. I've d