summaryrefslogtreecommitdiffstats
path: root/cnf
Commit message (Collapse)AuthorAgeFilesLines
...
* 'decent' CFLAGS should not feature -O3. Bug 188619Ned Ludd2007-08-128-14/+14
| | | | svn path=/main/trunk/; revision=7596
* For bug #187016, and env.d to the default USE_ORDER.Zac Medico2007-07-291-1/+1
| | | | svn path=/main/trunk/; revision=7427
* Fix make.conf.example rejects.Zac Medico2007-07-242-12/+13
| | | | svn path=/main/trunk/; revision=7383
* For bug #186337, show an ewarn message if FEATURES=installsources is enabled ↵Zac Medico2007-07-241-0/+9
| | | | | | but debugedit is not installed. Also document installsources and splitdebug in make.conf.example. svn path=/main/trunk/; revision=7381
* Add sfperms and strict to the default FEATURES since they're already in the ↵Zac Medico2007-07-231-1/+1
| | | | | | base profile's make.defaults. svn path=/main/trunk/; revision=7377
* Enable FEATURES=userfetch by default.Zac Medico2007-07-231-1/+1
| | | | svn path=/main/trunk/; revision=7375
* sync MAILSUBJECT in make.conf with make.globalsMarius Mauch2007-07-161-1/+1
| | | | svn path=/main/trunk/; revision=7270
* s/PORTAGE_EXTRA_RSYNC_OPTS/PORTAGE_RSYNC_OPTS/ for correctness.Zac Medico2007-07-011-1/+1
| | | | svn path=/main/trunk/; revision=7114
* For bug #131030, update the warning about potential for emerge --sync ↵Zac Medico2007-07-011-2/+12
| | | | | | overwrite or delete files in ${PORTDIR}. Add references to the PKGDIR and DISTDIR docs. svn path=/main/trunk/; revision=7112
* change default diff_command for emacs (bug #147558)Marius Mauch2007-06-231-1/+1
| | | | svn path=/main/trunk/; revision=6977
* Add a logrotate config for the save_summary elog module since it's enabled ↵Zac Medico2007-06-231-0/+8
| | | | | | by default now. svn path=/main/trunk/; revision=6962
* For bug #134620, add a FEATURES=unmerge-orphans option that causes unmerge ↵Zac Medico2007-06-131-1/+1
| | | | | | 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
* Remove stray newline.Zac Medico2007-06-111-1/+0
| | | | svn path=/main/trunk/; revision=6810
* Update the PORT_LOGDIR docs for bug #82378. Thanks to Arfrever FTA for ↵Zac Medico2007-06-111-6/+6
| | | | | | reporting. svn path=/main/trunk/; revision=6808
* For bug #153967, use -O ${DISTDIR}/${FILE} in the default FETCHCOMMAND.Zac Medico2007-06-061-2/+2
| | | | svn path=/main/trunk/; revision=6741
* Add a 'ignore-previously-merged' config option which gives similar behavior ↵Zac Medico2007-05-231-0/+5
| | | | | | to the --noconfmem emerge option. svn path=/main/trunk/; revision=6592
* 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