Re: using ports without X

2006-03-26 Thread albi
Kris Kennaway wrote:

> On Sun, Mar 26, 2006 at 09:33:19PM +0200, albi wrote:
>> i wanted to try "madman" from ports on a local fileserver, but i prefer
>> not to compile X and Qt for this, is that possible ? 
> 
> You can't use Qt-based graphical applications without Qt or an X
> server, no.

well, the thing is that madman also works as a remote musicmanager via
http, but i now remember that that only seems to work from the
madman-gui,  sorry for the noise

-- 
grtjs, albi
gpg-key: lynx -dump http://scii.nl/~albi/gpg.asc | gpg --import
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: using ports without X

2006-03-26 Thread Garrett Cooper
- Original Message - 
From: "albi" <[EMAIL PROTECTED]>

To: 
Sent: Sunday, March 26, 2006 11:33 AM
Subject: using ports without X




i wanted to try "madman" from ports on a local fileserver, but i prefer
not to compile X and Qt for this, is that possible ?
a look at the Makefile and a google-search didn't provide any options

can someone point me to certain general "flags" for /etc/make.conf to
prevent X and Qt being build at all? tia

--
grtjs, albi
gpg-key: lynx -dump http://scii.nl/~albi/gpg.asc | gpg --import



Not sure if this is still valid as they aren't in the manpage, but try 
adding the following to your /etc/make.conf:


WITHOUT_X11=yes
WITHOUT_GUI=yes

That should disable building X for the entire system.
-Garrett 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: using ports without X

2006-03-26 Thread Kris Kennaway
On Sun, Mar 26, 2006 at 09:33:19PM +0200, albi wrote:
> 
> i wanted to try "madman" from ports on a local fileserver, but i prefer
> not to compile X and Qt for this, is that possible ? 

You can't use Qt-based graphical applications without Qt or an X
server, no.

Kris

pgpT57fb7XDNa.pgp
Description: PGP signature


using ports without X

2006-03-26 Thread albi

i wanted to try "madman" from ports on a local fileserver, but i prefer
not to compile X and Qt for this, is that possible ? 
a look at the Makefile and a google-search didn't provide any options

can someone point me to certain general "flags" for /etc/make.conf to
prevent X and Qt being build at all? tia

-- 
grtjs, albi
gpg-key: lynx -dump http://scii.nl/~albi/gpg.asc | gpg --import
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"