summaryrefslogtreecommitdiffstats
path: root/cnf
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - add new echo module for people who don't want any real loggingMarius Mauch2007-04-302-0/+2
| | | | | | | | - add copyright header in elog modules and enable keyword substitution - enable save_summary and echo modules in make.globals svn path=/main/trunk/; revision=6458
* For bug #175058, avoid potential quoting issues by spawning FETCHCOMMAND ↵Zac Medico2007-04-291-2/+2
| | | | | | without a shell. svn path=/main/trunk/; revision=6456
* For bug #175058, properly quote the variables in FETCHCOMMAND and ↵Zac Medico2007-04-281-2/+2
| | | | | | RESUMECOMMAND since the command is spawned in a bash shell. svn path=/main/trunk/; revision=6452
* For bug #168646, remove --prune-empty-dirs from PORTAGE_RSYNC_OPTS since ↵Zac Medico2007-03-021-1/+1
| | | | | | it's only a small optimization and it's inconvenient to force >=rsync-2.6.4 on server admins at this time. If users desire, they can still add it to PORTAGE_RSYNC_EXTRA_OPTS. svn path=/main/trunk/; revision=6129
* For bug #167668, prune empty ${FILESDIR}s by adding --prune-empty-dirs to ↵Zac Medico2007-02-261-1/+1
| | | | | | PORTAGE_RSYNC_OPTS. Thanks to Ulrich Mueller <ulm@kph.uni-mainz.de> for the suggestion. svn path=/main/trunk/; revision=6070
* For bug #167668, use an rsync "hide" filter rule to exclude ↵Zac Medico2007-02-221-1/+1
| | | | | | **/files/digest-* and delete them on the receiver. svn path=/main/trunk/; revision=6047
* tweak PORT_LOGDIR comments so as to not give the wrong impression about the ↵Mike Frysinger2007-02-131-1/+2
| | | | | | default value svn path=/main/trunk/; revision=5959
* update make.conf.example with per-module filteringMarius Mauch2007-01-181-1/+5
| | | | svn path=/main/trunk/; revision=5708
* make.conf is not a manual so only list common FEATURES #161985Mike Frysinger2007-01-161-29/+4
| | | | svn path=/main/trunk/; revision=5664
* Add 'stricter' description, misc typo fixes, patch by Max Lorenz (bug #153755)Marius Mauch2007-01-111-6/+9
| | | | svn path=/main/trunk/; revision=5544
* Update CCACHE docs, patch by Ryan Hill (bug #156865)Marius Mauch2007-01-111-8/+19
| | | | svn path=/main/trunk/; revision=5543
* Update x86 CFLAGS section, original patch by Peter Gantner (bug #133402)Marius Mauch2007-01-101-14/+46
| | | | svn path=/main/trunk/; revision=5505
* Mention new QA loglevel in make.conf.exampleMarius Mauch2007-01-091-1/+1
| | | | svn path=/main/trunk/; revision=5491
* New elog modules for dismerging messages into a single file/mailMarius Mauch2006-12-191-0/+6
| | | | svn path=/main/trunk/; revision=5325
* Add support for frozen config files for which updates are automatically ↵Zac Medico2006-10-311-0/+3
| | | | | | zapped. Thanks to Bo Ørsted Andresen for the initial patch from bug #151685. svn path=/main/trunk/; revision=4887
* Merge package.use and USE from make.defaults together at each level of the ↵Zac Medico2006-10-171-1/+1
| | | | | | profile stack. This is analogous to how use.mask and package.use.mask are planned to be merged for bug #151586. svn path=/main/trunk/; revision=4734
* add make.conf diff for sparc-fbsd arch (from Uberlord)Marius Mauch2006-10-161-0/+35
| | | | svn path=/main/trunk/; revision=4724
* Implement per-package default USE flags at the ebuild and profile levels for ↵Zac Medico2006-10-141-1/+1
| | | | | | bug #61732. svn path=/main/trunk/; revision=4679
* For bug #140021, remove autoaddcvs from the docs. Thanks to exg for this patch.Zac Medico2006-10-081-5/+2
| | | | svn path=/main/trunk/; revision=4618
* Remove redundant quotes from PORTAGE_RSYNC_OPTS.Zac Medico2006-10-071-1/+1
| | | | svn path=/main/trunk/; revision=4614
* diff for superhMike Frysinger2006-09-101-0/+43
| | | | svn path=/main/trunk/; revision=4432
* some INSTALL_MASK docs by compnerdMike Frysinger2006-08-191-0/+5
| | | | svn path=/main/trunk/; revision=4308
* Add a link for "Setting up your own local rsync mirror" as suggested by jkt.Zac Medico2006-07-211-0/+2
| | | | svn path=/main/trunk/; revision=3982
* note that there is the possibility to have a local rsync server; bug 141110Simon Stelling2006-07-201-1/+5
| | | | svn path=/main/trunk/; revision=3966
* Remove USE_EXPAND_HIDDEN from make.globals since it's now included in the ↵Zac Medico2006-07-071-3/+0
| | | | | | base profile. svn path=/main/trunk/; revision=3812
* s/i686-unknown/i686-gentoo/ for bug #136532.Zac Medico2006-06-131-1/+1
| | | | svn path=/main/trunk/; revision=3504
* add code to allow sendmail binaries to be used instead of a smtp connection ↵Marius Mauch2006-06-101-0/+1
| | | | | | for sending mails svn path=/main/trunk/; revision=3485
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-103-3/+3
| | | | svn path=/main/trunk/; revision=3483
* Move hard coding of /etc/env.d in CONFIG_PROTECT_MASK from ↵Zac Medico2006-06-081-0/+1
| | | | | | portage.config.__getitem__() to make.globals. Thanks to pauldv for reporting. svn path=/main/trunk/; revision=3470
* Escape the shell parameter expansions in the PORTAGE_ELOG_COMMAND example ↵Zac Medico2006-06-041-1/+1
| | | | | | for bug #135429. svn path=/main/trunk/; revision=3452
* Update make.conf.example for x86-fbsd with patch from Flameeyes for bug #135241.Zac Medico2006-06-021-4/+5
| | | | svn path=/main/trunk/; revision=3448
* Update FEATURES docs for 'assume-digests' and 'digest'. Thanks to robbat2 ↵Zac Medico2006-05-281-1/+9
| | | | | | for reporting. svn path=/main/trunk/; revision=3434
* update the wget examples in make.confAlec Warner2006-05-251-4/+4
| | | | svn path=/main/trunk/; revision=3413
* set a timeout on wget to 60 seconds to fix bug 101196; the old timeout was ↵Alec Warner2006-05-251-2/+2
| | | | | | 15 minutes :/ svn path=/main/trunk/; revision=3412
* Add kernel to the default USE_EXPAND_HIDDEN. Thanks to Flameeyes for reporting.Zac Medico2006-05-231-1/+1
| | | | svn path=/main/trunk/; revision=3404
* Add ELIBC and USERLAND to USE_EXPAND_HIDDEN in make.globals since the user ↵Zac Medico2006-05-231-0/+3
| | | | | | can't change those flags easily. svn path=/main/trunk/; revision=3401
* Document userfetch for bug #133975. Thanks to RiverRat for this patch.v2.1_rc2Zac Medico2006-05-231-0/+2
| | | | svn path=/main/trunk/; revision=3392
* s/mtarget/mtune/g for bug #133528.Zac Medico2006-05-171-4/+4
| | | | svn path=/main/trunk/; revision=3367
* Add a warning message for AUTOCLEAN="no". Thanks to jakub for reporting.Zac Medico2006-05-161-0/+3
| | | | svn path=/main/trunk/; revision=3364
* escape $ in PORTAGE_ELOG_MAILSUBJECT; bug 131373Simon Stelling2006-04-271-1/+1
| | | | svn path=/main/trunk/; revision=3248
* fix typo in make.conf and remove RSYNC_EXCLUDEFROM since it's deprecated; ↵Simon Stelling2006-04-041-9/+2
| | | | | | bug 127614 svn path=/main/trunk/; revision=3070
* fix make.conf indentation per bug 127868; thanks to Paul Varner for the patchSimon Stelling2006-04-041-2/+2
| | | | svn path=/main/trunk/; revision=3069
* move some elog defaults into make.globals, add new vars for mail from and ↵Marius Mauch2006-03-262-1/+20
| | | | | | subject (bug #116637), change default location for mod_save logfiles to PORT_LOGDIR/elog (bug #124165) svn path=/main/trunk/; revision=3014
* Replacing arch specific make.conf files with patches for the fallback ↵Marius Mauch2006-03-2424-4347/+714
| | | | | | | | | make.conf which should be applied in the ebuild. Add a helper script to update patches if the main make.conf is changed. svn path=/main/trunk/; revision=2987
* make the fallback make.conf more generic by removing x86 specific stuff and ↵Marius Mauch2006-03-191-35/+2
| | | | | | removing CHOST completely svn path=/main/trunk/; revision=2956
* Add support for generic PORTAGE_RSYNC_{EXTRA_,}OPTS, deprecate existing ↵Marius Mauch2006-03-1915-138/+121
| | | | | | RSYNC_ variables, rename RSYNC_RETRIES to PORTAGE_RSYNC_RETRIES svn path=/main/trunk/; revision=2955
* Add a new PORTAGE_WORKDIR_MODE config variable so that the mode of WORKDIR ↵Zac Medico2006-03-161-0/+3
| | | | | | is no longer hard coded. See bug #8688. svn path=/main/trunk/; revision=2901
* Move PORTAGE_INST_UID and PORTAGE_INST_GID from ebuild.sh to make.globals so ↵Zac Medico2006-03-111-0/+4
| | | | | | they can be overridden. svn path=/main/trunk/; revision=2846
* update copyrightsMike Frysinger2006-03-0915-15/+15
| | | | svn path=/main/trunk/; revision=2827