# Set the directory in which to install ports prefix /tmp/darwinports-tests/opt/local # Where to store ports specific database files portdbpath /tmp/darwinports-tests/opt/local/var/db/dports # Type of storage to use for the port registry information, "flat" or "sqlite" # NOTE: sqlite not yet supported. portdbformat flat # Type of installation to do for ports, "direct" or "image". See documentation. portinstalltype image # Directory containing the X11 installation. x11prefix /tmp/darwinports-tests/usr/X11R6 # Where to find the sources list. sources_conf /tmp/darwinports-tests/opt/local/etc/ports/sources.conf # Where to find global variants definition file (optional) #variants_conf /opt/local/etc/ports/variants.conf # Create and use binary archive packages for installation/reinstallation ease portarchivemode yes # Where to store/retrieve ports binary archive files portarchivepath /tmp/darwinports-tests/opt/local/var/db/dports/packages # Type of binary archive packages to create when using archive mode # # Note: Multiple types ARE allowed and must be a colon or comma # separated list of choices (NO spaces). Use of multiple types will # cause archive creation to build all the specified types in one step. # Unarchive uses multiple types as a search list to locate the archive, # first archive to match one of the specified types in order is used. # # Supported types: tgz (default), tar, tbz, xar, zip, cpgz, cpio portarchivetype tbz # Set whether to automatically execute "clean" after "install" of ports portautoclean yes # Rsync server to use rsync_server rsync.opendarwin.org # Rsync directory from which to pull the base/ component (infrastructure) of DP rsync_dir dpupdate1/base/ # Rsync options rsync_options "-rtzv --delete --delete-after" # Extra environment variables to keep. Any variables listed here are added # to the list of variables that are not removed from the environment used # while processing ports # extra_env KEEP_THIS THIS_TOO extra_env ENVA ENVB