Revision: 105465 https://trac.macports.org/changeset/105465 Author: mk@macports.org Date: 2013-04-21 23:47:11 -0700 (Sun, 21 Apr 2013) Log Message: ----------- Guide: remove option default_compiler from macports.conf Modified Paths: -------------- trunk/doc-new/Makefile trunk/doc-new/guide/xml/macports.conf.xml Modified: trunk/doc-new/Makefile =================================================================== --- trunk/doc-new/Makefile 2013-04-21 19:06:53 UTC (rev 105464) +++ trunk/doc-new/Makefile 2013-04-22 06:47:11 UTC (rev 105465) @@ -10,7 +10,7 @@ UNAME := $(shell uname) # Prefix of the MacPorts installation. -PREFIX = /opt/local +PREFIX = /opt/macports-test ifeq ($(UNAME), Linux) PREFIX = /usr endif Modified: trunk/doc-new/guide/xml/macports.conf.xml =================================================================== --- trunk/doc-new/guide/xml/macports.conf.xml 2013-04-21 19:06:53 UTC (rev 105464) +++ trunk/doc-new/guide/xml/macports.conf.xml 2013-04-22 06:47:11 UTC (rev 105465) @@ -342,18 +342,6 @@ <para>Default: rebuild</para> </listitem> </varlistentry> - - <varlistentry> - <term>default_compiler</term> - - <listitem> - <para>Default value for configure.compiler. This can be a space-separated list. - Later entries will be used if earlier entries are unavailable or blacklisted by - a port. Setting this is unsupported.</para> - - <para>Default: none (internal list based on Xcode version is normally used)</para> - </listitem> - </varlistentry> </variablelist> <para>Options for MacPorts Universal Binaries (+universal variant)</para>
participants (1)
-
mk@macports.org