atom feed11 messages in org.freebsd.freebsd-questionssetting X11BASE
FromSent OnAttachments
per...@pluto.rain.comFeb 22, 2008 7:12 am 
MelFeb 22, 2008 12:28 pm 
Paul SchmehlFeb 22, 2008 3:30 pm 
per...@pluto.rain.comFeb 23, 2008 8:11 am 
per...@pluto.rain.comFeb 23, 2008 8:11 am 
Dominic FandreyFeb 23, 2008 8:19 am 
MelFeb 23, 2008 11:59 am 
per...@pluto.rain.comFeb 23, 2008 6:12 pm 
MelFeb 23, 2008 6:32 pm 
Paul SchmehlFeb 23, 2008 6:34 pm 
per...@pluto.rain.comFeb 24, 2008 8:10 am 
Subject:setting X11BASE
From:Mel (fbsd@rachie.is-a-geek.net)
Date:Feb 23, 2008 11:59:22 am
List:org.freebsd.freebsd-questions

On Saturday 23 February 2008 09:01:26 per@pluto.rain.com wrote:

* What is the value of LOCALBASE? I'm not finding any definition, or other reference, in /etc/make.conf.

Just set it to ${LOCALBASE} verbatim. Not what you think is the value of the variable LOCALBASE but the word ${LOCALBASE}.

Academic interest :)

I'm finding it especially "interesting" that /etc/make.conf, which to judge from its location is part of the base, depends on a setting from something in the /usr/ports tree.

No, the ports tree uses make(1), a base utility and the global configuration file for make is /etc/make.conf. So the ports tree depends on a base utility.