<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.freebsdwiki.net/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.freebsdwiki.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jsa</id>
		<title>FreeBSDwiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://www.freebsdwiki.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jsa"/>
		<link rel="alternate" type="text/html" href="http://www.freebsdwiki.net/index.php/Special:Contributions/Jsa"/>
		<updated>2026-05-07T15:38:09Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.18.0</generator>

	<entry>
		<id>http://www.freebsdwiki.net/index.php/Etc/make.conf</id>
		<title>Etc/make.conf</title>
		<link rel="alternate" type="text/html" href="http://www.freebsdwiki.net/index.php/Etc/make.conf"/>
				<updated>2009-07-15T17:32:37Z</updated>
		
		<summary type="html">&lt;p&gt;Jsa: append inlince # comment to SUP line to indicate the step is not required&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The file /etc/make.conf specifies all the defaults that [[make]] should use when building programs. Any changes in here will reflect globally, and specific changes can be very handy if you're going to be using the same options on a lot of builds. For example, adding &lt;br /&gt;
 WITHOUT_X11= yes&lt;br /&gt;
to your make.conf will mean that if a port that you're building can be made without X11 options, it will be -- very handy for a [[headless_server]]. Note that in FreeBSD 7 and above the packages that are compiled moved from make.conf to src.conf. View the man page for src.conf for more information.&lt;br /&gt;
&lt;br /&gt;
Following the tip from [[http://simon.nitro.dk/freebsd-tips.html this page]], I added the lines&lt;br /&gt;
&lt;br /&gt;
 SUP_UPDATE=yes&lt;br /&gt;
 SUP= /usr/local/bin/cvsup # override default `csup` in base&lt;br /&gt;
 SUPFLAGS= -g -L 2&lt;br /&gt;
 SUPHOST= cvsupX.us.freebsd.org &lt;br /&gt;
 SUPFILE= /usr/share/examples/cvsup/standard-supfile&lt;br /&gt;
 PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile&lt;br /&gt;
&lt;br /&gt;
to my make.conf, I was able to go into /usr/ports and type in &lt;br /&gt;
 # make update&lt;br /&gt;
and update all my ports. Likewise, I can go into /usr/src and run the same command and update all my system sources. &lt;br /&gt;
&lt;br /&gt;
You can see what options are available to you in /usr/share/examples/etc/make.conf &lt;br /&gt;
&lt;br /&gt;
Note that you can also set compiler settings (for you Gentoo Linux expatriates) and CPU architecture in make.conf.&lt;br /&gt;
&lt;br /&gt;
[[Category : New_User_Tips_and_FAQs]]&lt;br /&gt;
[[Category:Important Config Files|Make.conf]]&lt;/div&gt;</summary>
		<author><name>Jsa</name></author>	</entry>

	</feed>