Changeset 98485


Ignore:
Timestamp:
Oct 6, 2012, 7:51:59 PM (12 years ago)
Author:
blair@…
Message:

doc/macports.conf.in: consistently line up configuration option values.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/doc/macports.conf.in

    r91509 r98485  
    1818
    1919# Directory containing Xcode Tools (default is to ask xcode-select)
    20 #developer_dir       @DEVELOPER_DIR@
     20#developer_dir          @DEVELOPER_DIR@
    2121
    2222# Path to PackageMaker.app
     
    4343# archive if available or builds from source otherwise. 'always' has the same
    4444# effect as -s on the command line, and 'never' is likewise the same as -b.
    45 #buildfromsource    ifneeded
     45#buildfromsource        ifneeded
    4646
    4747# Type of archives to use for port images
    4848#
    4949# Supported types: tgz, tar, tbz, tbz2 (default), tlz, txz, xar, zip, cpgz, cpio
    50 #portarchivetype                tbz2
     50#portarchivetype        tbz2
    5151
    5252# CPU architecture to compile for. Defaults to i386 or ppc on Mac OS X 10.5
    5353# and earlier, depending on the CPU type detected at runtime. On Mac OS X 10.6
    5454# the default is x86_64 if the CPU supports it, i386 otherwise.
    55 #build_arch                     i386
     55#build_arch             i386
    5656
    5757# CPU architectures to use for Universal Binaries (+universal variant)
     
    5959
    6060# Use ccache (C/C++ compiler cache) - see http://ccache.samba.org/
    61 #configureccache                no
     61#configureccache        no
    6262
    6363# Location where ccache stores its files
    64 #ccache_dir                     @localstatedir_expanded@/macports/build/.ccache
     64#ccache_dir             @localstatedir_expanded@/macports/build/.ccache
    6565
    6666# Maximum size ccache may use.
    6767# Use 'G', 'M', or 'K' suffix for giga-, mega- or kilobytes.
    68 #ccache_size                    2G
     68#ccache_size            2G
    6969
    7070# Use distcc (distributed compiler) - see http://distcc.samba.org/
    71 #configuredistcc                no
     71#configuredistcc        no
    7272
    7373# Use pipes rather than intermediate files when compiling C/C++/etc
     
    8484
    8585# umask value to use when a port installs its files
    86 #destroot_umask 022
     86#destroot_umask         022
    8787
    8888# Set whether to automatically execute "clean" after "install" of ports
     
    9090
    9191# Set to yes if you don't want logs to be deleted after successful builds
    92 #keeplogs no
     92#keeplogs               no
    9393
    9494# Rsync server to fetch MacPorts sources from. Note that this is only used
     
    103103# If this points to a .tar file, a signed .rmd160 must exist next to it
    104104# on the server and will be used to verify its integrity.
    105 #rsync_dir                      release/tarballs/base.tar
     105#rsync_dir              release/tarballs/base.tar
    106106
    107107# Rsync options
     
    121121# if the option is NOT "no" then a symlink for the startupitem will be created in
    122122# the appropriate system directory.
    123 #startupitem_install    yes
     123#startupitem_install    yes
    124124
    125125# Extra environment variables to keep. Any variables listed here are added
     
    141141# RSYNC_PROXY, NO_PROXY
    142142#
    143 #proxy_override_env    yes
     143#proxy_override_env     yes
    144144# HTTP proxy:
    145 #proxy_http            hostname:12345
     145#proxy_http             hostname:12345
    146146# HTTPS proxy:
    147 #proxy_https       hostname:12345
     147#proxy_https            hostname:12345
    148148# FTP proxy:
    149 #proxy_ftp         hostname:12345
     149#proxy_ftp              hostname:12345
    150150# rsync proxy:
    151 #proxy_rsync       hostname:12345
     151#proxy_rsync            hostname:12345
    152152# hosts not to go through the proxy (comma-separated, applies to HTTP, HTTPS,
    153153# and FTP, but not rsync):
    154 #proxy_skip            internal1, internal2, internal3
     154#proxy_skip             internal1, internal2, internal3
    155155
    156156# Set whether to automatically run rev-upgrade after upgrading ports
     
    159159# linking and can rebuild affected ports. Possible values are
    160160#'rebuild' (default) or 'report'.
    161 #revupgrade_mode rebuild
     161#revupgrade_mode        rebuild
Note: See TracChangeset for help on using the changeset viewer.