2a91c25f5f
- update APR to 1.4.6 - update APR-util to 1.4.1 - remove PKGNAMESUFFIX'es www/apache-(event|itk|peruser|worker)-mpm - adopt new Makefile header, adjust PKGNAMESUFFIX in apache22 masterport PKGNAME match now LATEST_LINK www/apache22 [2]-[6] - rewrite for options NG - PORTNAME s|apache|apache22| - remove APR APR-util specific otions, will be checked now with help of apr/u-1-config Mk/bsd.apache.mk - rewrite for options NG - remove no longer needet make targets (show-categories, make-options-list) [1] PR: 165143 [2]-[6] PR: 130479 PR: 153406 PR: 158565 PR: 168769 PR: 167965 with hat apache@
24 lines
549 B
Makefile
24 lines
549 B
Makefile
# $FreeBSD$
|
||
#
|
||
# To build this port with the additional mpm-itk-perdir-regex
|
||
# patch use -DWITH_ITK_PERDIR_REGEX
|
||
#
|
||
# To build this port with the additional mpm-itk-limits
|
||
# patch use -DWITH_ITK_LIMITS
|
||
#
|
||
# Note:
|
||
# It's not possible to use both patches together
|
||
#´
|
||
# For a quick description take a look into the mpm-itk* patches
|
||
# in the apache22/files directory
|
||
|
||
MASTERDIR= ${.CURDIR}/../apache22
|
||
|
||
MAINTAINER= apache@FreeBSD.org
|
||
|
||
WITH_MPM= itk
|
||
|
||
LATEST_LINK= apache22-${WITH_MPM}-mpm
|
||
DESCR= ${.CURDIR}/pkg-descr
|
||
|
||
.include "${MASTERDIR}/Makefile"
|