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 |
| 2 | prefix @prefix_expanded@ |
6 | 3 | |
7 | 4 | # Where to store ports specific database files |
8 | 5 | portdbpath @localstatedir_expanded@/db/dports |
9 | 6 | |
10 | | # Set the directory in which to install ports |
11 | | prefix @prefix_expanded@ |
12 | | |
13 | 7 | # Type of storage to use for the port registry information, "flat" or "sqlite" |
14 | 8 | # NOTE: sqlite not yet supported. |
15 | 9 | portdbformat flat |
… |
… |
|
20 | 14 | # Directory containing the X11 installation. |
21 | 15 | x11prefix /usr/X11R6 |
22 | 16 | |
23 | | # Set whether to automatically execute "clean" after "install" of ports |
24 | | portautoclean yes |
| 17 | # Where to find the sources list. |
| 18 | sources_conf @PORTCONFIGDIR_EXPANDED@/sources.conf |
| 19 | |
| 20 | # Where to find global variants definition file (optional) |
| 21 | variants_conf @PORTCONFIGDIR_EXPANDED@/variants.conf |
25 | 22 | |
26 | 23 | # Create and use binary archive packages for installation/reinstallation ease |
27 | 24 | portarchivemode yes |
… |
… |
|
40 | 37 | # Supported types: tgz (default), tar, xar, zip, cpgz , cpio |
41 | 38 | portarchivetype tgz |
42 | 39 | |
| 40 | # Set whether to automatically execute "clean" after "install" of ports |
| 41 | portautoclean yes |
| 42 | |
43 | 43 | # Rsync server to use |
44 | 44 | rsync_server rsync.opendarwin.org |
45 | | # Rsync directory |
| 45 | |
| 46 | # Rsync directory from which to pull the base/ component (infrastructure) of DP |
46 | 47 | rsync_dir dpupdate1/base/ |
| 48 | |
47 | 49 | # Rsync options |
48 | 50 | rsync_options "-rtzv --delete --delete-after" |