Re: Installing portupgrade without X.org

2005-04-09 Thread Lewis Thompson
On Sat, Apr 09, 2005 at 06:35:27PM -0700, Sergei Gnezdov wrote: > Manpage does not seem to provide much help and I could not find > anything related to individual package configuration options such as > WITHOUT_X11 in the file itself. pkgtools.conf is just a handy way of storing all of the port-sp

Re: Installing portupgrade without X.org

2005-04-09 Thread Sergei Gnezdov
On 2005-04-09, Lewis Thompson <[EMAIL PROTECTED]> wrote: > Once you've got portupgrade installed you can control individual > ports more specifically through editing pkgtools.conf > in /usr/local/etc. Manpage does not seem to provide much help and I could not find anything related to individual

Re: Installing portupgrade without X.org

2005-04-09 Thread Pat Maddox
The only thing that matters is that WITHOUT_X11 is defined. The value itself doesn't matter. On Apr 9, 2005 2:37 PM, Sergei Gnezdov <[EMAIL PROTECTED]> wrote: > On 2005-04-09, Lewis Thompson <[EMAIL PROTECTED]> wrote: > > On Sat, Apr 09, 2005 at 12:26:48PM +0100, Paul Waring wrote: > >> I'm cur

Re: Installing portupgrade without X.org

2005-04-09 Thread Kris Kennaway
On Sat, Apr 09, 2005 at 01:37:22PM -0700, Sergei Gnezdov wrote: > On 2005-04-09, Lewis Thompson <[EMAIL PROTECTED]> wrote: > > On Sat, Apr 09, 2005 at 12:26:48PM +0100, Paul Waring wrote: > >> I'm currently trying to get portupgrade onto my new FreeBSD system by > >> running make install clean from

Re: Installing portupgrade without X.org

2005-04-09 Thread Lewis Thompson
On Sat, Apr 09, 2005 at 01:37:22PM -0700, Sergei Gnezdov wrote: > I think it is > > WITHOUT_X11="YES" > > Does it make any difference? Not really. WITHOUT_X11=1 works perfectly for me. Just saves a little time typing it ;) -Lewis Thompson. -- I was so much older then, I'm younger than that

Re: Installing portupgrade without X.org

2005-04-09 Thread Sergei Gnezdov
On 2005-04-09, Lewis Thompson <[EMAIL PROTECTED]> wrote: > On Sat, Apr 09, 2005 at 12:26:48PM +0100, Paul Waring wrote: >> I'm currently trying to get portupgrade onto my new FreeBSD system by >> running make install clean from /usr/ports/sysutils/portupgrade (after >> doing a recent cvsup). Everyt

Re: Installing portupgrade without X.org

2005-04-09 Thread Paul Waring
On Apr 9, 2005 5:23 PM, Glenn Dawson <[EMAIL PROTECTED]> wrote: > adding WITHOUT_X11=yes to /etc/make.conf will keep all your ports from > trying to pull in X as a dependency. I use that on all my server systems > for exactly that reason. Cheers Glenn, that solved the problem (I was having the sa

Re: Installing portupgrade without X.org

2005-04-09 Thread Lewis Thompson
On Sat, Apr 09, 2005 at 12:26:48PM +0100, Paul Waring wrote: > I'm currently trying to get portupgrade onto my new FreeBSD system by > running make install clean from /usr/ports/sysutils/portupgrade (after > doing a recent cvsup). Everything seems to go along fine, it starts > fetching all the pack

Re: Installing portupgrade without X.org

2005-04-09 Thread Roman Shakin
Hey Paul From what I remember portupgrade does not use x-libs. But your culprit might be ruby or bzip because they are the dependencies for this pkg and those might require some kind of x-libs to run. You might want to look into the makefiles for each dependency and looking if it's using X in