summaryrefslogtreecommitdiff
path: root/mk/apache.mk
AgeCommit message (Collapse)AuthorFilesLines
2012-04-14Added support for apache24adam1-6/+10
2011-03-12Add MULTI variable, and add it to BUILD_DEFS, to more easily findwiz1-1/+5
variable settings affecting binary packages. From Aleksey Cheusov in PR 44695.
2007-12-17Make Apache 2.2.x the default as discussed on "tech-pkg" mailing list.tron1-2/+2
2007-10-17Made the .include lines simpler.rillig1-2/+2
2007-08-13APACHE_PKG_PREFIX can be ap22.rillig1-2/+2
2007-05-11PKGBASE must not include a backslash.rillig1-4/+4
2007-05-09Fix prefix for Apache 2.2 packages.joerg1-2/+2
2007-05-07Added variable descriptions.rillig1-1/+6
2007-01-24Oops, this was meant to go in with the rest of the apr changes.epg1-3/+4
Use devel/apr0 for apache2 and devel/apr and devel/apr-util for apache22.
2006-12-09".else if" -> ".elif", from David A. Holland in PR 35218.wiz1-2/+2
2006-12-08tyopxtraeme1-2/+2
2006-12-08apache.mk now knows about apache22, available for PKG_APACHE_DEFAULT.xtraeme1-4/+10
2006-11-09Added BUILD_DEFS_EFFECTS.rillig1-2/+2
2006-10-14Completely rewrote apache.mk and apachever.mk. The latter is now anrillig1-33/+105
alias for apache.mk, since I don't see a reason why a package should query the apache version without also adding a dependency on apache. Fixed the documentation to match the code. Made the code simpler. Added sanity checks for both package-settable and user-settable variables.
2006-07-10Remove reference to buildlink2.wiz1-2/+2
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg1-94/+2
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-05-09Make the "apache2" package the default. Apache 1.3.x is very outdated.tron1-2/+2
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2005-04-21Fix typo.sketch1-2/+2
2005-03-24USE_BUILDLINK3 is no longer optional (and cannot be turned off). Per mailtv1-19/+3
to tech-pkg: ===== * USE_BUILDLINK3=YES will be unconditional. (In fact, USE_BUILDLINK3 will be ignored altogether by mk/; but see below.) * NO_BUILDLINK and NO_WRAPPER will be ignored by mk/. If a build happens, these phases will happen. * The existing NO_BUILD will imply the previous NO_BUILDLINK and NO_WRAPPER. If no build happens, those phases are not needed. * NO_TOOLS will be ignored by mk/. The tools phase, which provides much more than just the C compiler, will always happen regardless of package. This will make metapackage builds only slightly slower, in trade for far less user error.
2005-01-03Apache6 package was removed on 2004/11/22: remove code to support it inseb1-7/+3
mk/apache.mk and references to it in mk/defaults/mk.conf. It is now only referenced in some CONFLICTS specifications and some dependencies specifications (for www/ap-dav and www/ap-jserv; should theses be removed too?)
2004-07-06Retire buildlink2, now that all packages using it have been converted towiz1-7/+1
buildlink3.
2003-12-11add missing }.grant1-2/+2
from Aidan Kehoe in PR pkg/23676.
2003-11-25Support buildlink3.jlam1-10/+18
2003-11-21apache6 has no buildlink2.mk as it is handled automagically bygrant1-3/+6
apache/buildlink2.mk, so include that instead. makes this actually work with apache6.
2003-10-19style/whitespace fixesgrant1-27/+27
2003-09-04Add an apache.mk, similar to java-vm.mk and emacs.mk, that allows apacheerh1-0/+161
modules that will work with more than one version of the apache web server to not require a separate package for each version of apache. This was originally based on java-vm.mk Makefile variables added: PKG_APACHE_ACCEPTED : Contains the list of valid versions of apache. USE_APR : If set, the package required apr to run. User variabled added: PKG_APACHE_DEFAULT : The version of apache to install, if there is none yet. Defaults to apache13 Variables set: PKG_APACHE : Which version of apache is being used.