head	1.21;
access;
symbols
	RELEASE_8_3_0:1.17
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.16
	RELEASE_8_2_0:1.16
	RELEASE_6_EOL:1.14
	RELEASE_8_1_0:1.14
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.13
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.8
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.8
	RELEASE_5_2_0:1.8
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.21
date	2012.12.24.13.11.14;	author svnexp;	state Exp;
branches;
next	1.20;

1.20
date	2012.11.17.06.02.40;	author svnexp;	state Exp;
branches;
next	1.19;

1.19
date	2012.09.22.21.15.50;	author ohauer;	state Exp;
branches;
next	1.18;

1.18
date	2012.08.18.14.29.08;	author ohauer;	state Exp;
branches;
next	1.17;

1.17
date	2011.08.20.17.27.42;	author ohauer;	state Exp;
branches;
next	1.16;

1.16
date	2010.12.06.12.16.34;	author kuriyama;	state Exp;
branches;
next	1.15;

1.15
date	2010.12.06.06.34.02;	author kuriyama;	state Exp;
branches;
next	1.14;

1.14
date	2009.10.11.14.41.05;	author kuriyama;	state Exp;
branches;
next	1.13;

1.13
date	2009.08.05.14.27.11;	author kuriyama;	state Exp;
branches;
next	1.12;

1.12
date	2009.08.05.02.21.50;	author pgollucci;	state Exp;
branches;
next	1.11;

1.11
date	2009.08.04.23.20.57;	author anders;	state Exp;
branches;
next	1.10;

1.10
date	2009.05.21.20.45.27;	author pgollucci;	state Exp;
branches;
next	1.9;

1.9
date	2009.05.08.15.47.15;	author pgollucci;	state Exp;
branches;
next	1.8;

1.8
date	2003.11.07.09.12.52;	author marcus;	state Exp;
branches;
next	1.7;

1.7
date	2003.04.09.22.07.25;	author anders;	state Exp;
branches;
next	1.6;

1.6
date	2003.04.08.22.34.25;	author anders;	state Exp;
branches;
next	1.5;

1.5
date	2003.03.07.06.12.43;	author ade;	state Exp;
branches;
next	1.4;

1.4
date	2002.04.22.01.38.21;	author anders;	state Exp;
branches;
next	1.3;

1.3
date	2002.03.15.00.31.52;	author anders;	state Exp;
branches;
next	1.2;

1.2
date	2001.10.07.02.03.44;	author petef;	state Exp;
branches;
next	1.1;

1.1
date	2001.06.19.01.59.10;	author jeh;	state Exp;
branches;
next	;


desc
@@


1.21
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309457
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309457 | kuriyama | 2012-12-24 12:42:56 +0000 (Mon, 24 Dec 2012) | 2 lines
## SVN ##
## SVN ## Add option to patch for IPv6 address support.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Anders Nordby <anders@@fix.no>
# $FreeBSD: head/www/mod_extract_forwarded/Makefile 309457 2012-12-24 12:42:56Z kuriyama $

PORTNAME=	mod_extract_forwarded
PORTVERSION=	2.0.2
PORTREVISION=	4
CATEGORIES=	www
MASTER_SITES=	http://www.openinfo.co.uk/apache/
DISTNAME=	extract_forwarded-${DISTVERSION}

MAINTAINER=	kuriyama@@FreeBSD.org
COMMENT=	An Apache module that can make proxied requests appear with client IP

OPTIONS_DEFINE=	YOSHFUJI
YOSHFUJI_DESC=	yoshfuji patch (support IPv6 addr in config, etc)
#OPTIONS_DEFAULT=	YOSHFUJI

USE_APACHE=	22
WRKSRC=		${WRKDIR}/extract_forwarded
PORTDOCS=	INSTALL README
MAKE_JOBS_SAFE=	yes
PATCH_STRIP=	-p1

AP_FAST_BUILD=	yes
AP_GENPLIST=	yes

# Workaround for UNIQUENAME v.s. OptionsNG problem.
#   http://lists.freebsd.org/pipermail/freebsd-ports/2012-June/075466.html
UNIQUENAME=	ap22-${PORTNAME}

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MYOSHFUJI}
EXTRA_PATCHES=	${FILESDIR}/extra-patch-yoshfuji
.else
EXTRA_PATCHES=	${FILESDIR}/extra-patch-mod_extract_forwarded.c
.endif

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}/
.for f in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
.endif
	${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.20
log
@Switch exporter over
@
text
@d2 1
a2 1
# $FreeBSD: head/www/mod_extract_forwarded/Makefile 304723 2012-09-22 21:15:50Z ohauer $
d6 1
a6 1
PORTREVISION=	3
d14 4
d22 1
a22 1
CONFLICTS=	mod_extract_forwarded-1.*
d27 12
@


1.19
log
@SVN rev 304723 on 2012-09-22 21:15:50Z by ohauer

- USE_APACHE= s/22+/22/
- adopt new Makefile header

Port build fails on local exp-run with apache24 with
 error: 'conn_rec' has no member named 'remote_ip'

or various other apache22 specific functions/parameters

with hat apache@@
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.18
log
@SVN rev 302724 on 2012-08-18 14:29:08Z by ohauer

- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@@
@
text
@d1 1
a1 4
# New ports collection makefile for:	mod_extract_forwarded
# Date created:		9 June 2001
# Whom:			Anders Nordby <anders@@fix.no>
#
a2 1
#
d14 1
a14 1
USE_APACHE=	22+
@


1.17
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d18 1
a18 1
USE_APACHE=	20+
@


1.16
log
@Forced commit (forgot to add patch):

Fix build for "union <anonymous>' has no member named 'sin6'" error.

PR:		ports/146886
Reported by:	Yurij <ilesikz@@gmail.com>
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.15
log
@Fix build for "union <anonymous>' has no member named 'sin6'" error.

PR:		ports/146886
Reported by:	Yurij <ilesikz@@gmail.com>
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.14
log
@- Resurrect previous version of mod_extract_forwarded for apache
  1.3.x by repocopy.
@
text
@d10 1
d21 2
a22 2
MAKE_JOBS_SAFE=  yes
CONFLICTS=	mod_extract_forwarded-1.* mod_extract_forwarded2-0.*
@


1.13
log
@- Upgrade to 2.0.2 (for Apache 2.x).
- This is upgraded version of 1.4 (by non-original author), but is not
  same as www/mod_extract_forwarded2 port (was forked from 1.x by
  another author).
- I'm not sure we should upgrade like this (upgrade 1.4 to forked
  2.0.2), but it seems original web site is disappeared, so I think we
  should do.

- This version does not support Apache 1.3.x versions.  If someone
  need old version of this port, I'll prepare
  www/mod_extract_forwarded1 port after repocopy.
@
text
@d21 1
@


1.12
log
@over to apache@@
@
text
@d9 1
a9 1
PORTVERSION=	1.4
d11 2
a12 2
MASTER_SITES=	http://web.warhound.org/${PORTNAME}/ \
		http://atreides.freenix.no/~anders/
d14 1
a14 1
MAINTAINER=	apache@@FreeBSD.org
d17 3
a21 1
USE_APACHE=	1.3
a24 4
WRKSRC=		${WRKDIR}/${PORTNAME}

PORTDOCS=		doc.html README

@


1.11
log
@Drop maintainership of some ports I do not use or have interest for
anymore.
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.10
log
@- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes

PR:             ports/134611
Approved by:    pav (#bsdports)
@
text
@d14 1
a14 1
MAINTAINER=	anders@@FreeBSD.org
@


1.9
log
@- USE_APACHE=yes is deprecated
- Convert to AP_FAST_BUILD/AP_GENPLIST

PR:             ports/133647
Approved by:    maintainer timeout (30 days)
Submitted by:   me
@
text
@d17 2
@


1.8
log
@Use the new Apache bits from bsd.port.mk.

Submitted by:	dinoex
@
text
@d11 1
a11 1
MASTER_SITES=	http://web.warhound.org/mod_extract_forwarded/ \
d17 4
a20 1
USE_APACHE=	yes
a21 1
DOCS=		doc.html README
d23 1
a23 2
do-build:
	cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c
d25 1
a25 2
do-install:
	cd ${WRKSRC} && ${APXS} -A -i ${PORTNAME}.so
d27 3
a29 3
	${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/share/doc/${PORTNAME}
.for f in ${DOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/${PORTNAME}
@


1.7
log
@Update to 1.4.
@
text
@d17 1
a17 3
BUILD_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
RUN_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13

a18 2

APXS?=		${LOCALBASE}/sbin/apxs
@


1.6
log
@Project moved. Update WWW and MASTER_SITES.
@
text
@d9 1
a9 1
PORTVERSION=	1.2
d23 1
a23 1
DOCS=		mod_extract_forwarded.html README
@


1.5
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d11 1
a11 1
MASTER_SITES=	http://web.systhug.com/mod_extract_forwarded/ \
@


1.4
log
@Reclaim maintainership.
@
text
@d15 1
@


1.3
log
@Master site updates: www.freenix.no => atreides.freenix.no for these
files.
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.2
log
@Set maintainer to ports@@FreeBSD.org

Submitted by:	Anders Nordby <anders@@fix.no> (previous maintainer)
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/mod_extract_forwarded/Makefile,v 1.1 2001/06/19 01:59:10 jeh Exp $
d12 1
a12 1
		http://www.freenix.no/~anders/
@


1.1
log
@New port of mod_extract_forwarded, an Apache module that can make proxied
requests appear with client IP.

PR:		27998
Submitted by:	Anders Nordby <anders@@fix.no>
@
text
@d5 1
a5 1
# $FreeBSD$
d14 1
a14 1
MAINTAINER=	anders@@fix.no
@

