Ticket #2979: ports.conf.in.diff

File ports.conf.in.diff, 1.8 KB (added by jmpp@…, 19 years ago)

base/doc/ports.conf.in.diff

  • ports.conf.in

    RCS file: /Volumes/src/cvs/od/proj/darwinports/base/doc/ports.conf.in,v
    retrieving revision 1.8.2.3
    diff -u -r1.8.2.3 ports.conf.in
     
    1 # Where to find the sources list.
    2 sources_conf            @PORTCONFIGDIR_EXPANDED@/sources.conf
    3 
    4 # Where to find global variants definition file (optional)
    5 variants_conf           @PORTCONFIGDIR_EXPANDED@/variants.conf
     1# Set the directory in which to install ports
     2prefix                  @prefix_expanded@
    63
    74# Where to store ports specific database files
    85portdbpath              @localstatedir_expanded@/db/dports
    96
    10 # Set the directory in which to install ports
    11 prefix                  @prefix_expanded@
    12 
    137# Type of storage to use for the port registry information, "flat" or "sqlite"
    148# NOTE: sqlite not yet supported.
    159portdbformat            flat
     
    2014# Directory containing the X11 installation.
    2115x11prefix               /usr/X11R6
    2216
    23 # Set whether to automatically execute "clean" after "install" of ports
    24 portautoclean           yes
     17# Where to find the sources list.
     18sources_conf            @PORTCONFIGDIR_EXPANDED@/sources.conf
     19
     20# Where to find global variants definition file (optional)
     21variants_conf           @PORTCONFIGDIR_EXPANDED@/variants.conf
    2522
    2623# Create and use binary archive packages for installation/reinstallation ease
    2724portarchivemode         yes
     
    4037# Supported types: tgz (default), tar, xar, zip, cpgz , cpio
    4138portarchivetype         tgz
    4239
     40# Set whether to automatically execute "clean" after "install" of ports
     41portautoclean           yes
     42
    4343# Rsync server to use
    4444rsync_server            rsync.opendarwin.org
    45 # Rsync directory
     45
     46# Rsync directory from which to pull the base/ component (infrastructure) of DP
    4647rsync_dir                       dpupdate1/base/
     48
    4749# Rsync options
    4850rsync_options           "-rtzv --delete --delete-after"