faf2
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Hi,
Even though I do not check the GUI option in 'make config' and even though my /etc/make.conf has all these GUI and X related options: Code:
NO_X=yes NO_X11=yes NO_GUI=yes NO_XWINDOWS=yes WITHOUT_X=yes WITHOUT_X11=yes WITHOUT_GUI=yes WITH_X=no WITH_X11=no WITH_GUI=no ENABLE_GUI=no I'm installing on a headless server. I don't need gitk, nor do I want any X libs dragged in. Is there a bug in the devel/git Makefile? Or am I forgetting something? For extra weirdness: http://www.freshports.org/devel/git/ doesn't speak of any dependencies on tk85... Hopla |
|
#2
|
|||
|
|||
|
If you disable the GUI option in 'make config' does it still build gitk?
|
|
#3
|
||||
|
||||
|
Remove all those options and leave only WITHOUT_X11.
WITH_X11 isn't a variable. It's a knob. Just having it defined will mean the opposite of WITHOUT_X11.
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
| The Following User Says Thank You to SirDice For This Useful Post: | ||
hopla (June 2nd, 2010) | ||
|
#4
|
|||
|
|||
|
Code:
/usr/ports/devel/git # make all-depends-list /usr/ports/lang/perl5.8 /usr/ports/lang/p5-Error /usr/ports/ftp/curl /usr/ports/lang/python26 /usr/ports/devel/gmake /usr/ports/textproc/expat2 /usr/ports/converters/libiconv /usr/ports/mail/p5-Net-SMTP-SSL /usr/ports/security/ca_root_nss /usr/ports/devel/gettext /usr/ports/devel/libtool22 /usr/ports/security/p5-IO-Socket-SSL /usr/ports/security/p5-Net-SSLeay Thanks SirDice!So WITHOUT_X11 in /etc/make.conf is really all I need to disable X11 building? Because I got all those other options from all kinds of different tutorials on the web... |
|
#5
|
||||
|
||||
|
Quote:
Quote:
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
| The Following 3 Users Say Thank You to SirDice For This Useful Post: | ||
|
#6
|
||||
|
||||
|
'Tutorials on the web' are at the very bottom of the well of knowledge.
[/zen]
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#7
|
|||
|
|||
|
Thanks for the pointer. I've been using Ports for quite a while now, and I didn't know that the knobs are documentated there.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to setup a Git repository | dennylin93 | Howtos & FAQs (Moderated) | 3 | May 25th, 2012 20:05 |
| [Solved] need some help with git | graudeejs | Off-Topic | 4 | March 19th, 2010 16:15 |
| Where to get libjpeg-devel? | fred6633 | Installation and Maintenance of FreeBSD Ports or Packages | 4 | June 1st, 2009 11:40 |
| Multiple installs | murias | Installation and Maintenance of FreeBSD Ports or Packages | 3 | February 4th, 2009 11:03 |
| Using X.Org from git | SaveTheRbtz | X.Org | 2 | November 26th, 2008 23:51 |