diff options
author | delphij <delphij@FreeBSD.org> | 2015-08-11 22:43:28 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2015-08-11 22:43:28 +0000 |
commit | bbd79549070c177afd786d0486133058ba511695 (patch) | |
tree | 342a5233632dac5bf81115a55c98e27c238b6475 /etc | |
parent | 95ba2a527592a0f1d37f8db28b8809675cc75282 (diff) | |
download | FreeBSD-src-bbd79549070c177afd786d0486133058ba511695.zip FreeBSD-src-bbd79549070c177afd786d0486133058ba511695.tar.gz |
Disable building INDEX-9 and INDEX-10 because they are not useful for
users who uses only FreeBSD -CURRENT, and building these indexes are
only useful to those who share ports tree across different FreeBSD
releases, and system administrator with that need can always enable
this behavior.
MFC after: 2 weeks (only the principals, not actual change)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/portsnap.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/portsnap.conf b/etc/portsnap.conf index f6c18de..5325e76 100644 --- a/etc/portsnap.conf +++ b/etc/portsnap.conf @@ -30,6 +30,6 @@ KEYPRINT=9b5feee6d69f170e3dd0a2c8e469ddbd64f13f978f2f3aede40c98633216c330 # REFUSE korean polish portuguese russian ukrainian vietnamese # List of INDEX files to build and the DESCRIBE file to use for each -INDEX INDEX-9 DESCRIBE.9 -INDEX INDEX-10 DESCRIBE.10 +#INDEX INDEX-9 DESCRIBE.9 +#INDEX INDEX-10 DESCRIBE.10 INDEX INDEX-11 DESCRIBE.11 |