[98485] trunk/base/doc/macports.conf.in

blair at macports.org blair at macports.org
Sat Oct 6 12:51:59 PDT 2012


Revision: 98485
          http://trac.macports.org//changeset/98485
Author:   blair at macports.org
Date:     2012-10-06 12:51:59 -0700 (Sat, 06 Oct 2012)
Log Message:
-----------
doc/macports.conf.in: consistently line up configuration option values.

I went with tabs throughout the file to match the top most options.

Modified Paths:
--------------
    trunk/base/doc/macports.conf.in

Modified: trunk/base/doc/macports.conf.in
===================================================================
--- trunk/base/doc/macports.conf.in	2012-10-06 18:52:01 UTC (rev 98484)
+++ trunk/base/doc/macports.conf.in	2012-10-06 19:51:59 UTC (rev 98485)
@@ -17,7 +17,7 @@
 #binpath		@prefix_expanded@/bin:@prefix_expanded@/sbin:/bin:/sbin:/usr/bin:/usr/sbin
 
 # Directory containing Xcode Tools (default is to ask xcode-select)
-#developer_dir       @DEVELOPER_DIR@
+#developer_dir		@DEVELOPER_DIR@
 
 # Path to PackageMaker.app
 # It may be necessary to set this with Xcode >= 4.3, as that version
@@ -42,33 +42,33 @@
 # When to build ports from source. Default is 'ifneeded', which downloads an
 # archive if available or builds from source otherwise. 'always' has the same
 # effect as -s on the command line, and 'never' is likewise the same as -b.
-#buildfromsource    ifneeded
+#buildfromsource	ifneeded
 
 # Type of archives to use for port images
 #
 # Supported types: tgz, tar, tbz, tbz2 (default), tlz, txz, xar, zip, cpgz, cpio
-#portarchivetype		tbz2
+#portarchivetype	tbz2
 
 # CPU architecture to compile for. Defaults to i386 or ppc on Mac OS X 10.5
 # and earlier, depending on the CPU type detected at runtime. On Mac OS X 10.6
 # the default is x86_64 if the CPU supports it, i386 otherwise.
-#build_arch			i386
+#build_arch		i386
 
 # CPU architectures to use for Universal Binaries (+universal variant)
 universal_archs		@UNIVERSAL_ARCHS@
 
 # Use ccache (C/C++ compiler cache) - see http://ccache.samba.org/
-#configureccache		no
+#configureccache	no
 
 # Location where ccache stores its files
-#ccache_dir			@localstatedir_expanded@/macports/build/.ccache
+#ccache_dir		@localstatedir_expanded@/macports/build/.ccache
 
 # Maximum size ccache may use.
 # Use 'G', 'M', or 'K' suffix for giga-, mega- or kilobytes.
-#ccache_size			2G
+#ccache_size		2G
 
 # Use distcc (distributed compiler) - see http://distcc.samba.org/
-#configuredistcc		no
+#configuredistcc	no
 
 # Use pipes rather than intermediate files when compiling C/C++/etc
 #configurepipe		yes
@@ -83,13 +83,13 @@
 #buildmakejobs		0
 
 # umask value to use when a port installs its files
-#destroot_umask 022
+#destroot_umask		022
 
 # Set whether to automatically execute "clean" after "install" of ports
 #portautoclean		yes
 
 # Set to yes if you don't want logs to be deleted after successful builds
-#keeplogs no
+#keeplogs		no
 
 # Rsync server to fetch MacPorts sources from. Note that this is only used
 # for selfupdate. The source(s) for the ports tree are set in sources.conf.
@@ -102,7 +102,7 @@
 # Rsync directory from which to pull the base/ component (infrastructure) of MacPorts
 # If this points to a .tar file, a signed .rmd160 must exist next to it
 # on the server and will be used to verify its integrity.
-#rsync_dir			release/tarballs/base.tar
+#rsync_dir		release/tarballs/base.tar
 
 # Rsync options
 #rsync_options		-rtzv --delete-after
@@ -120,7 +120,7 @@
 # startupitem_install may be empty, "yes" or "no";
 # if the option is NOT "no" then a symlink for the startupitem will be created in
 # the appropriate system directory.
-#startupitem_install    yes
+#startupitem_install	yes
 
 # Extra environment variables to keep. Any variables listed here are added
 # to the list of variables that are not removed from the environment used
@@ -140,22 +140,22 @@
 # Equivalent environment variables: http_proxy, HTTPS_PROXY, FTP_PROXY,
 # RSYNC_PROXY, NO_PROXY
 #
-#proxy_override_env    yes
+#proxy_override_env	yes
 # HTTP proxy:
-#proxy_http            hostname:12345
+#proxy_http		hostname:12345
 # HTTPS proxy:
-#proxy_https       hostname:12345
+#proxy_https		hostname:12345
 # FTP proxy:
-#proxy_ftp         hostname:12345
+#proxy_ftp		hostname:12345
 # rsync proxy:
-#proxy_rsync       hostname:12345
+#proxy_rsync		hostname:12345
 # hosts not to go through the proxy (comma-separated, applies to HTTP, HTTPS,
 # and FTP, but not rsync):
-#proxy_skip            internal1, internal2, internal3
+#proxy_skip		internal1, internal2, internal3
 
 # Set whether to automatically run rev-upgrade after upgrading ports
 #revupgrade_autorun yes
 # Option controlling action taken by rev-upgrade, which checks for broken
 # linking and can rebuild affected ports. Possible values are
 #'rebuild' (default) or 'report'.
-#revupgrade_mode rebuild
+#revupgrade_mode	rebuild
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121006/03ab4f01/attachment.html>


More information about the macports-changes mailing list