summaryrefslogtreecommitdiffstats
path: root/man/make.conf.5
Commit message (Collapse)AuthorAgeFilesLines
* For bug #134620, add a FEATURES=unmerge-orphans option that causes unmerge ↵Zac Medico2007-06-131-0/+5
| | | | | | to remove files more aggressively. If a file is not claimed by another package in the same slot and it is not protected by CONFIG_PROTECT, unmerge it even if the modification time or checksum differs from the file that was originally installed. This is enabled in make.globals since the vast majority of users probably want this. svn path=/main/trunk/; revision=6829
* Update the PORT_LOGDIR docs for bug #82378. Thanks to Arfrever FTA for ↵Zac Medico2007-06-111-1/+5
| | | | | | reporting. svn path=/main/trunk/; revision=6809
* Document EXTRA_ECONF, thanks to Arfrever FTA in bug #167057.Zac Medico2007-06-051-0/+4
| | | | svn path=/main/trunk/; revision=6732
* Use the PORTAGE_BINHOST_HEADER_URI environment variable to define the URI ↵Zac Medico2007-06-021-3/+16
| | | | | | header field for the Packages index. If the URI header field is defined then the client will use it as a base URI for fetching packages. svn path=/main/trunk/; revision=6725
* For bug #180009, add a PORTAGE_RSYNC_INITIAL_TIMEOUT config variable. The ↵Zac Medico2007-05-281-0/+6
| | | | | | default is 15 seconds and it can be disabled by setting it to 0. svn path=/main/trunk/; revision=6650
* s:${PORTDIR}:/usr/portage: so that it's not implied that those variables are ↵Zac Medico2007-05-121-2/+2
| | | | | | automatically relative to ${PORTDIR} when the value of ${PORTDIR} has changed to something other than /usr/portage. Thanks to kerframil for reporting. svn path=/main/trunk/; revision=6523
* For bug #177763, clarify about how FEATURES=keepwork allows ${WORKDDIR} to ↵Zac Medico2007-05-101-3/+4
| | | | | | be reused. svn path=/main/trunk/; revision=6519
* fix typo from previous commitZac Medico2007-05-091-1/+1
| | | | svn path=/main/trunk/; revision=6512
* For bug #177763, document that FEATURES=keepwork can interfere with normal ↵Zac Medico2007-05-091-1/+4
| | | | | | emerge operation. svn path=/main/trunk/; revision=6511
* In the installsources docs, note that CFLAGS needs to be set to include ↵Zac Medico2007-04-261-1/+2
| | | | | | debug information. Thanks to tigger^ for reporting. svn path=/main/trunk/; revision=6442
* Update the FEATURES=strict docs for better clarity. Thanks to taviso for ↵Zac Medico2007-04-091-1/+1
| | | | | | reporting. svn path=/main/trunk/; revision=6357
* Synchronize PORTAGE_COMPRESS_FLAGS to reflect that -9 is the default now.Zac Medico2007-03-281-1/+1
| | | | svn path=/main/trunk/; revision=6303
* For bug #168267, use add --force to the default PORTAGE_COMPRESS_FLAGS so ↵Zac Medico2007-02-271-1/+1
| | | | | | that hardlinks are automatically broken. svn path=/main/trunk/; revision=6088
* Document PORTAGE_WORKDIR_MODE for bug #8688. Thanks to Peter Hjalmarsson in ↵Zac Medico2007-02-061-0/+3
| | | | | | bug #164617. svn path=/main/trunk/; revision=5904
* add warning about storing data in PORTDIRAlec Warner2007-02-011-0/+9
| | | | svn path=/main/trunk/; revision=5866
* Add a warning about confcache to make.conf(5)Marius Mauch2007-01-281-4/+0
| | | | svn path=/main/trunk/; revision=5802
* document FEATURES=sesandbox #161985Mike Frysinger2007-01-161-0/+3
| | | | svn path=/main/trunk/; revision=5663
* Fix alphabetical order.v2.1.2Zac Medico2007-01-141-4/+4
| | | | svn path=/main/trunk/; revision=5649
* Document DOC_SYMLINKS_DIR.Zac Medico2007-01-141-0/+4
| | | | svn path=/main/trunk/; revision=5648
* For bug #161975, document the fact that GENTOO_MIRRORS supports mounted ↵Zac Medico2007-01-141-1/+3
| | | | | | filesystem mirrors. svn path=/main/trunk/; revision=5644
* Document PORTAGE_LOG_FILE, update PORTAGE_TMPDIR path which now includes ↵Zac Medico2007-01-141-33/+39
| | | | | | CATEGORY, and lots of style/syntax fixes. Thanks to Arfrever Frehtes Taifersar Arahesis <FFTA@WP.PL> from bug #161979. svn path=/main/trunk/; revision=5643
* Document PORTAGE_COMPRESS and PORTAGE_COMPRESS_FLAGS.Zac Medico2007-01-131-0/+7
| | | | svn path=/main/trunk/; revision=5626
* Add note that any value enables EPAUSE_IGNOREMarius Mauch2007-01-111-0/+1
| | | | svn path=/main/trunk/; revision=5552
* Update CCACHE docs, patch by Ryan Hill (bug #156865)Marius Mauch2007-01-111-1/+1
| | | | svn path=/main/trunk/; revision=5543
* Add elog related variables to make.conf(5) with a pointer to ↵Marius Mauch2007-01-101-0/+13
| | | | | | make.conf.example. Add elog() description to ebuild(5) and update einfo() description. svn path=/main/trunk/; revision=5506
* Remove all traces of FEATURES=cvs since code for that feature no longer ↵Zac Medico2006-12-081-4/+0
| | | | | | exists (apparently since portage-2.1). svn path=/main/trunk/; revision=5228
* Fix the USE_ORDER docs for bug #153764. Thanks to Alec Warner for the ↵Zac Medico2006-11-021-7/+22
| | | | | | initial patch. svn path=/main/trunk/; revision=4912
* Remove ACCEPT_LICENSE docs until they're really implemented.Zac Medico2006-10-251-6/+0
| | | | svn path=/main/trunk/; revision=4813
* Add some ACCEPT_LICENSE docs.Zac Medico2006-10-221-0/+6
| | | | svn path=/main/trunk/; revision=4797
* For bug #140021, remove autoaddcvs from the docs. Thanks to exg for this patch.Zac Medico2006-10-081-6/+1
| | | | svn path=/main/trunk/; revision=4618
* Update CONFIG_PROTECT docs to reflect that files are now supported.Zac Medico2006-09-291-4/+4
| | | | svn path=/main/trunk/; revision=4565
* Update installsources docs for bug #149491.Zac Medico2006-09-291-2/+2
| | | | svn path=/main/trunk/; revision=4564
* Document the new COLLISION_IGNORE variable.Zac Medico2006-09-291-0/+6
| | | | svn path=/main/trunk/; revision=4563
* document FEATURES=buildsyspkg #147729Mike Frysinger2006-09-161-0/+3
| | | | svn path=/main/trunk/; revision=4463
* note that you need to use an absolute path for ROOT #147427 by Brad PlantMike Frysinger2006-09-141-1/+1
| | | | svn path=/main/trunk/; revision=4443
* some INSTALL_MASK docs by compnerdMike Frysinger2006-08-191-0/+7
| | | | svn path=/main/trunk/; revision=4308
* Add notes about nostrip and installsources to the splitdebug docs.Zac Medico2006-08-051-1/+2
| | | | svn path=/main/trunk/; revision=4157
* Add some docs for the installsources feature.Zac Medico2006-08-051-0/+4
| | | | svn path=/main/trunk/; revision=4156
* Document RESTRICT="confcache" and add a reference econf in the ↵Zac Medico2006-06-011-1/+1
| | | | | | FEATURES="confcache" docs. svn path=/main/trunk/; revision=3444
* Update the default USE_ORDER setting in the man page. Thanks to jakub for ↵Zac Medico2006-05-281-1/+1
| | | | | | reporting. svn path=/main/trunk/; revision=3436
* Update FEATURES docs for 'assume-digests' and 'digest'. Thanks to robbat2 ↵Zac Medico2006-05-281-2/+6
| | | | | | for reporting. svn path=/main/trunk/; revision=3434
* - More updates from Kevin Q bug 131779 ; document the stricter feature along ↵Ned Ludd2006-05-241-0/+17
| | | | | | with the QA_* handling svn path=/main/trunk/; revision=3410
* Add some documentation for USE_EXPAND_HIDDEN.Zac Medico2006-05-231-0/+4
| | | | svn path=/main/trunk/; revision=3400
* Fix bad spelling of "privileges" in userpriv docs.Zac Medico2006-05-211-1/+1
| | | | svn path=/main/trunk/; revision=3385
* Document userfetch for bug #133975.Zac Medico2006-05-211-0/+4
| | | | svn path=/main/trunk/; revision=3384
* Add support for generic PORTAGE_RSYNC_{EXTRA_,}OPTS, deprecate existing ↵Marius Mauch2006-03-191-20/+18
| | | | | | RSYNC_ variables, rename RSYNC_RETRIES to PORTAGE_RSYNC_RETRIES svn path=/main/trunk/; revision=2955
* default CCACHE_DIR doesnt use PORTAGE_TMPDIR, it just happens to also reside ↵Mike Frysinger2006-03-111-1/+1
| | | | | | there by default svn path=/main/trunk/; revision=2851
* Add some docs for metadata-transfer in make.conf.example and make.conf.5.Zac Medico2006-02-261-0/+3
| | | | svn path=/main/trunk/; revision=2791
* add a new emerge --ignore-default-opts option for bug 121695Zac Medico2006-02-121-1/+3
| | | | svn path=/main/trunk/; revision=2696
* FEATURES="confcache" additionBrian Harring2006-02-031-0/+4
| | | | svn path=/main/trunk/; revision=2633