summaryrefslogtreecommitdiff
path: root/mk/apache.mk
AgeCommit message (Collapse)AuthorFilesLines
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.