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
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
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
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
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
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
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
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
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