summaryrefslogtreecommitdiffstats
path: root/man/make.conf.5
Commit message (Collapse)AuthorAgeFilesLines
* Remove FEATURES=preserve-libs config/docs.Zac Medico2012-02-041-4/+0
| | | | Support for FEATURES=preserve-libs is disabled in the stable branch.
* repoman: support git commit --gpg-signZac Medico2012-02-041-1/+3
| | | | | | | In order to sign commits with git, you will need Git >=1.7.9 and your key will have to be configured by `git config user.signingkey key_id`. Also, the repository will need to have "sign-commits = true" in metadata/layout.conf. This will fix bug #333687.
* add support for compressing debug sections to save spaceMike Frysinger2012-01-141-1/+9
| | | | | | | | | | | Since binutils/gdb can compress the .debug* sections with zlib into .zdebug*, we should be able to save quite a bit of space -- on my system, I saw /usr/lib/debug/ go from ~20GB to ~7.5GB. This requires binutils/gdb to be built with USE=zlib which is why this defaults to off. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Update date headers in man pages.Zac Medico2011-12-241-1/+1
|
* Add FEATURES=config-protect-if-modified support.Zac Medico2011-12-241-0/+4
| | | | | This causes the CONFIG_PROTECT behavior to be skipped for files that have not been modified since they were installed.
* Share variables for CFLAGS and LDFLAGS checks.Zac Medico2011-12-221-3/+4
| | | | | | | The rationale is that any exceptions to either of these checks will probably apply to both checks. So, QA_CFLAGS_IGNORED and QA_DT_HASH are merged into QA_FLAGS_IGNORED, and QA_STRICT_CFLAGS_IGNORED and QA_STRICT_DT_HASH are merged into QA_STRICT_FLAGS_IGNORED.
* s/QA_STRICT_DT_SWITCHES/QA_STRICT_CFLAGS_IGNORED/Zac Medico2011-12-211-1/+1
|
* s/QA_DT_SWITCHES/QA_CFLAGS_IGNORED/Zac Medico2011-12-211-1/+1
|
* Support checking for ignored CFLAGS using -frecord-gcc-switches.Michał Górny2011-12-211-0/+4
|
* make.conf.5: it's -> itsZac Medico2011-12-151-1/+1
|
* Support FEATURES=xattr.Zac Medico2011-12-091-0/+4
|
* Support FEATURES=force-prefix.Zac Medico2011-12-081-0/+6
| | | | | | | This adjusts the logic from commit ff52f9dc31004becb8022e6437088d01917f413c to use FEATURES=force-prefix instead of USE=prefix. This has the advantage that we don't have to make any assumptions about the USE=prefix.
* make.conf(5): clarify "repo" and "defaults" sources for USE_ORDERMike Frysinger2011-11-301-2/+4
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* man/make.conf.5: mention LINGUAS in USE_ORDER docZac Medico2011-10-261-1/+2
| | | | | The reason for env.d being in USE_ORDER is not really obvious, so mention LINGUAS as an example (from bug #187016).
* man/make.conf.5: elaborate on prelink-checksumsMartin von Gagern2011-10-261-0/+6
|
* Remove FEATURES=fixpackages support.v2.2.0_alpha67Zac Medico2011-10-111-5/+0
| | | | | | | This reduces the probability of users encountering issues related to package moves when they disable --dynamic-deps, and --package-moves=n can be set in EMERGE_DEFAULT_OPTS if package moves need to be temporarily avoided for some reason.
* manifest: controllable per repoBrian Harring2011-09-271-4/+0
| | | | | | | | | | | This adds three states to layout.conf key use-manifest; false, true, and strict. false means "don't use manifests at all" true means "use and generate manifests, but allow them to be missing" strict means "manifests must be used everywhere in this repo" BUG=chromium-os:11308 TEST=repoman manifest usage.
* make.conf.5: bump date stampZac Medico2011-08-311-1/+1
|
* Add FEATURES=clean-logs support.Zac Medico2011-08-311-0/+13
| | | | | | | Enable automatic execution of the command specified by the PORT_LOGDIR_CLEAN variable. The default PORT_LOGDIR_CLEAN setting will remove all files from PORT_LOGDIR that were last modified at least 7 days ago.
* make.conf.5: document EMERGE_WARNING_DELAYZac Medico2011-08-221-0/+6
|
* Update timestamps in headers of modified files.Zac Medico2011-07-121-1/+1
|
* make.conf.5: fix grammarZac Medico2011-07-071-1/+1
|
* digestcheck: support allow-missing-manifestsZac Medico2011-07-061-0/+4
| | | | Also, update the man page.
* Remove unimplemented "severe" FEATURES value.Zac Medico2011-06-281-4/+0
| | | | This will fix bug #373301.
* config: repo-level make.defaults/package.useZac Medico2011-06-201-1/+4
| | | | This completes the implementation of bug #370693.
* Add FEATURES=distcc-pump support.MATSUU Takuto2011-05-201-0/+3
| | | | This will fix bug #288597.
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2011-05-151-1/+1
|
* LinkageMapELF: remove unused importsv2.2.0_alpha32Zac Medico2011-05-081-1/+1
|
* Add FEATURES=parallel-install for finer locks.Zac Medico2011-05-071-1/+6
|
* Rename FEATURES=no-ebuild-locks to ebuild-locks.Zac Medico2011-05-071-0/+4
|
* Update timestamps in headers of modified files.Zac Medico2011-04-131-1/+1
|
* Add force-mirror FEATURE.David James2011-04-071-0/+4
| | | | | | | | | | | | | force-mirror: Only fetch files from configured mirrors, ignoring SRC_URI, except when mirror is in the ebuild(5) RESTRICT variable. BUG=chromium-os:13221 TEST=Test that ebuilds now fail with FEATURES=force-mirror if files are not in the configured mirror. Change-Id: I8484d5af8dff97b431398030b33c024ff1295ba0 Review URL: http://codereview.chromium.org/6677171
* Support PORTAGE_GPG_SIGNING_COMMAND variable.Arfrever Frehtes Taifersar Arahesis2011-04-031-0/+4
|
* Update timestamps in headers of modified files.v2.2.0_alpha28Zac Medico2011-03-181-1/+1
|
* make.conf.5: fix "direcory" spellingZac Medico2011-03-171-1/+1
| | | | Thanks to Francesco Turco in bug #359273.
* make.conf.5: doc multi PORTAGE_BINHOST supportZac Medico2011-01-261-4/+4
|
* make.conf.5: document FFLAGS and FCFLAGSSébastien Fabbro2011-01-191-1/+11
|
* Bug #339642 - Make --sync try all addresses.Zac Medico2010-10-041-3/+4
|
* Add support for FEATURES=binpkg-logs which is similar to unmerge-logs,Zac Medico2010-09-221-0/+4
| | | | but applies to all binary package merges.
* Bug #336338 - Document FEATURES=candy.Zac Medico2010-09-071-0/+4
|
* Bug #335340 - Add support for PORTAGE_BZIP2_COMMAND andZac Medico2010-08-301-0/+10
| | | | | | PORTAGE_BUNZIP2_COMMAND settings in make.conf. This only adds support for binary packages, since that's where pbzip2 can provide the most benefit in common cases.
* Bug #326561 - Implement FEATURES=unknown-features-filter. This is notZac Medico2010-08-301-0/+3
| | | | | enabled by default now, but it may be in the future, depending on feedback from unknown-features-warn.
* Replace the literal portage version in all man page headers with theZac Medico2010-08-301-1/+1
| | | | | | string 'VERSION' which can be used as a sed template at install time. This will help avoid lots of merge conflicts since these header lines contain both a date and a portage version.
* Bug #334817 - Make the make.conf.5 man page document the fact thatZac Medico2010-08-271-4/+7
| | | | /etc/portage/make.conf overrides /etc/make.conf.
* Add ebuild(1) support for FEATURES=digest.Zac Medico2010-08-251-2/+2
|
* Mention repoman support in the FEATURES=digest docs.Zac Medico2010-08-251-1/+2
|
* * By default, disable the calc_prelink parameter to perform_md5() forZac Medico2010-08-211-0/+7
| | | | | merge and unmerge. * Add FEATURES=prelink-checksums in order to trigger the old behavior.
* Bug #324191 - Add support for FEATURES=compress-build-logs. The causesZac Medico2010-08-211-0/+6
| | | | | | | all build logs to be compressed while they are being written. Log file names have an extension that is appropriate for the compression type. Currently, only gzip(1) compression is supported, so build logs will have a '.gz' extension when this feature is enabled.
* Bug #44796 - Add support for /etc/portage/package.env. As documented inZac Medico2010-08-201-0/+3
| | | | | | | | | | | | | | man/portage.5: Per-package environment variable settings. Entries refer to environment files that are placed in the /etc/portage/env/ directory and have the same format as make.conf(5). Format: - comment lines begin with # (no inline comments) - one DEPEND atom per line followed by name(s) of environment file(s) Example: sys-libs/glibc glibc.conf
* Update docs, comments, and messages to refer to make.globals inZac Medico2010-08-191-2/+2
| | | | /usr/share/portage/config/ instead of /etc/make.globals.