head	1.7;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2013.03.03.00.35.53;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2013.03.03.00.29.18;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.11.17.06.02.28;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.09.02.14.31.58;	author ohauer;	state Exp;
branches;
next	1.3;

1.3
date	2012.07.22.21.13.34;	author ohauer;	state Exp;
branches;
next	1.2;

1.2
date	2011.03.31.17.03.41;	author ohauer;	state Exp;
branches;
next	1.1;

1.1
date	2010.12.07.19.25.08;	author pgollucci;	state Exp;
branches;
next	;


desc
@@


1.7
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313288
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/www/apache22-itk-mpm/Makefile 313288 2013-03-02 19:46:37Z ohauer $

# 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 files directory

MASTERDIR=		${.CURDIR}/../apache22

MAINTAINER=		apache@@FreeBSD.org

WITH_MPM=		itk

LATEST_LINK=		apache22-${WITH_MPM}-mpm
DESCR=			${.CURDIR}/pkg-descr

MPM_ITK_VERSION?=	20110321-01

EXTRA_PATCHES+=		${.CURDIR}/files/mpm-itk-${MPM_ITK_VERSION}

.if defined (WITH_ITK_PERDIR_REGEX) && defined (WITH_ITK_LIMITS)
IGNORE=	use only one patch option not both (WITH_ITK_PERDIR_REGEX or WITH_ITK_LIMITS)
.endif

.if defined (WITH_ITK_PERDIR_REGEX)
EXTRA_PATCHES+=		${.CURDIR}/files/mpm-itk-perdir-regex
.endif

.if defined (WITH_ITK_LIMITS)
EXTRA_PATCHES+=		${.CURDIR}/files/mpm-itk-limits
.endif

.include "${MASTERDIR}/Makefile"
@


1.6
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313287
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: head/www/apache22-itk-mpm/Makefile 313287 2013-03-02 19:31:49Z ohauer $
d13 1
a13 1
# in the apache22/files directory
@


1.5
log
@Switch exporter over
@
text
@d1 2
a2 2
# $FreeBSD: head/www/apache22-itk-mpm/Makefile 303550 2012-09-02 14:31:58Z ohauer $
#
d11 1
a11 1
#
d24 16
@


1.4
log
@SVN rev 303550 on 2012-09-02 14:31:58Z by ohauer

devel/apr1 [1]
- 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@@
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.3
log
@SVN rev 301353 on 2012-07-22 21:13:34Z by ohauer

apache22
- centralise OPTIONS in Makefile.options
- s/Enable// in OPTIONS
- rewrite Makefile.modules (last defined SLAVE_PORT_MPM port use now WITH_MPM var)
- no REVISION bump, nothing changed in the logic / functionality

apache22-peruser-mpm
- use WITH_MPM instead SLAVE_PORT_MPM
@
text
@a0 4
# New ports collection makefile for:	apache22-itk-mpm
# Date created:				2010-11-5
# Whom:					Tom Judge <tom@@tomjudge.com>
#
d6 6
d21 1
a21 1
LATEST_LINK=		apache22-${WITH_MPM:L}-mpm
@


1.2
log
@ - add site for mpm-itk-perdir-regex.patch to pkg-desc
 - add a short note how to build with this additional patch
@
text
@d19 1
a19 1
LATEST_LINK=		apache22-itk-mpm
@


1.1
log
@Apache 2.2 with the itk MPM enabled.

WWW: http://httpd.apache.org/
WWW: http://mpm-itk.sesse.net/

PR:		ports/151969
Submitted by:	Tom Judge <tom at tomjudge.com>
@
text
@d7 5
a11 1

@

