summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed numerous misquotings by introducing arraysLars Wendler2014-08-071-33/+34
|
* added prefix support (bug #433736)Christoph Junghans2014-08-051-30/+37
|
* Handle grsec TPE to ensure apache can compile. $T is group-writable, owned ↵Robin H. Johnson2014-07-301-1/+4
| | | | by portage, and TPE blocks that.
* Eclass cleanup. Now requires >=EAPI-4 ebuilds. Fixed bugs #509922 and #503640Lars Wendler2014-05-221-28/+52
|
* add sanity check on code execution in $T to weed out bad mount/kernel ↵Mike Frysinger2014-02-121-1/+8
| | | | settings #500928
* fix pcre-config/pkg-config/apr/apr-util handling when cross-compiling by ↵Mike Frysinger2014-01-311-5/+16
| | | | leveraging SYSROOT #385783 by Bertrand Jacquin
* Removing silly beep from apache-2.eclassPatrick Lauer2014-01-081-3/+2
|
* Inherit the user eclass for enewuser/etc...Mike Frysinger2014-01-081-2/+2
|
* Bug #467646 - Refer to /etc/portage/make.conf, not /etc/make.conf.Zac Medico2013-04-281-2/+2
|
* Don't let apache install re-set all permissions on log-dir.Hanno Böck2013-03-081-8/+2
|
* Avoid using 'make' for installing; use 'mkdir -p' for creating the ↵Diego Elio Pettenò2012-05-231-2/+2
| | | | directories to solve parallel install issues (Apache's script is not safe, but we expect a working mkdir -p). Tested on a 32-way system.
* Sanitizing directory permissions #398899Patrick Lauer2012-03-291-2/+8
|
* Don't set eapi in eclass, #405911Patrick Lauer2012-03-051-4/+2
|
* Update copyright years in headersChristian Faulhammer2011-12-271-2/+2
|
* Convert every instance of hasq to has.Samuli Suominen2011-07-081-2/+2
|
* fix small typo in log messageBenedikt Boehm2010-12-221-2/+2
|
* improve upgrade description wrt #332765Benedikt Boehm2010-08-281-4/+3
|
* remove unused references to long dead (circa 2006) AT_GNUCONF_UPDATE variableMike Frysinger2010-08-211-2/+2
|
* make mod_cgi and mod_cgid modular and handled via USE flagsFabio Erculiani2010-07-111-9/+9
|
* do not install magic file unconditionally wrt #307747Benedikt Boehm2010-03-051-2/+2
|
* Replace -Wl,--no-as-needed with function from flag-o-matic eclass.Samuli Suominen2009-10-041-7/+2
|
* fix #277297 and #277298; convert to EAPI2Benedikt Boehm2009-09-201-59/+34
|
* fix SUEXEC_CALLER, bug #264261Benedikt Boehm2009-07-051-2/+2
|
* Backport non-GNU ld fixes for most notably Darwin from PrefixFabian Groffen2009-04-041-2/+25
|
* Update the comment to say explicitly how to override the variable sanely.Robin H. Johnson2008-12-101-2/+5
|
* Allow overriding of $GENTOO_PATCHNAME and $GENTOO_PATCHDIR for easier ↵Robin H. Johnson2008-12-101-6/+14
| | | | testing in overlays with other revision numbers. Use GENTOO_PATCHNAME="gentoo-${PV}${ORIG_PR:+-${ORIG_PR}}" in the ebuild.
* install apache2ctl wrapper script if availableBenedikt Boehm2008-10-251-3/+8
|
* remove unsupported --with-perl; add message for BSD usersBenedikt Boehm2008-08-291-2/+7
|
* fix default webroot installation; fix einfo output; update documentationBenedikt Boehm2008-03-231-26/+26
|
* fix documentation syntaxBenedikt Boehm2008-03-231-3/+4
|
* fix documentation; use confutils eclassBenedikt Boehm2008-03-231-16/+11
|
* remove depend.apache usage wrt #208033Benedikt Boehm2008-02-021-5/+5
|
* update openssl dependency for TLS extensions; documentation cleanupBenedikt Boehm2008-01-191-6/+6
|
* fix #205994Benedikt Boehm2008-01-161-5/+5
|
* fix #202722Benedikt Boehm2007-12-311-2/+2
|
* Bug #202748 - In setup_mpm(), initialize MY_MPM to an emptyZac Medico2007-12-201-1/+2
| | | | | | | | | string before entering the loop so that it still works when setup_mpm() is called a second time during pkg_setup() of a binary package. This is needed for compatibility with portage-2.1.4 since the MY_MPM value from build time will still exist at binary package installation time. Thanks to Tais M. Hansen for <tais.hansen@osd.dk> for debugging this.
* fix #202376; add a check for critical modules; support local IUSE in apache ↵Benedikt Boehm2007-12-151-13/+39
| | | | ebuilds
* Fix #200736 and man-page installationBenedikt Boehm2007-11-291-2/+3
|
* Add apache-2 eclassBenedikt Boehm2007-11-281-0/+543