summaryrefslogtreecommitdiff
path: root/mk/apachever.mk
AgeCommit message (Collapse)AuthorFilesLines
2007-10-13Fix the .include lines so that make looks in the right place first.dsl1-2/+2
Remember .include "foo.mk" is looked for (first) in the directory that contains the makefile being processed (like in C), so remove all the ${.PARSEDIR} and ../ sequences that just cause grief.
2007-09-29obsolete.rillig1-1/+3
2006-10-14Completely rewrote apache.mk and apachever.mk. The latter is now anrillig1-128/+2
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-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg1-0/+129
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@.