summaryrefslogtreecommitdiff
path: root/cnf
Commit message (Collapse)AuthorAgeFilesLines
* 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.Zac 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
* Add some docs for metadata-transfer in make.conf.example and make.conf.5.Zac Medico2006-02-2613-0/+39
| | | | svn path=/main/trunk/; revision=2791
* Make the post-sync metadata-transfer a FEATURE so that it can be optionally ↵Zac Medico2006-02-261-1/+1
| | | | | | disabled. svn path=/main/trunk/; revision=2788
* Remove all bug referencesJason Stubbs2006-02-041-1/+1
| | | | svn path=/main/trunk/; revision=2649
* Fix bug #86067. Thanks to J\xc3\xbcrgen H\xc3\xb6tzel <gentoo@hoetzel.info> ↵Alec Warner2006-02-031-3/+7
| | | | | | for the emacs command svn path=/main/trunk/; revision=2646
* confcache updates...Brian Harring2006-02-0311-0/+22
| | | | svn path=/main/trunk/; revision=2635
* confcache make.conf example...Brian Harring2006-02-031-0/+2
| | | | svn path=/main/trunk/; revision=2634
* Add support for EMERGE_DEFAULT_OPTS configuration variable for settingJason Stubbs2006-01-2713-0/+78
| | | | | | options that emerge always considers to be specified. svn path=/main/trunk/; revision=2588
* Disable auto-use prior to code removalMarius Mauch2006-01-241-0/+3
| | | | svn path=/main/trunk/; revision=2582
* s/maketest/test/Mike Frysinger2006-01-1813-13/+13
| | | | svn path=/main/trunk/; revision=2566
* adress -> address spelling typo.Brian Harring2006-01-0513-39/+39
| | | | | | Sidenote, really should remove the 101 files and centralize this damn thing.. svn path=/main/trunk/; revision=2531
* quote vars inside PORTAGE_ELOG_COMMANDMarius Mauch2005-12-1913-13/+26
| | | | svn path=/main/trunk/; revision=2409
* use spaces for space aligned text (kind of a duh)Brian Harring2005-12-191-1/+1
| | | | svn path=/main/trunk/; revision=2402
* added parallel-fetch in...Brian Harring2005-12-191-0/+2
| | | | svn path=/main/trunk/; revision=2401
* config additions for elogMarius Mauch2005-11-1513-0/+520
| | | | svn path=/main/trunk/; revision=2312
* Updated make.conf.ppc as requested by lu_zero (#102656)Jason Stubbs2005-11-081-11/+18
| | | | svn path=/main/trunk/; revision=2263
* Update the casing of "linux" on the default distfile mirror.Jason Stubbs2005-09-291-1/+1
| | | | svn path=/main/branches/2.0/; revision=2054
* header changes, $Header: -> $Id:Brian Harring2005-08-3016-16/+16
| | | | svn path=/main/branches/2.0/; revision=1951