Index: head/www/mod_extract_forwarded/Makefile =================================================================== --- head/www/mod_extract_forwarded/Makefile (revision 265755) +++ head/www/mod_extract_forwarded/Makefile (revision 265756) @@ -1,36 +1,36 @@ # New ports collection makefile for: mod_extract_forwarded # Date created: 9 June 2001 # Whom: Anders Nordby # # $FreeBSD$ # PORTNAME= mod_extract_forwarded PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTREVISION= 2 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 USE_APACHE= 20+ WRKSRC= ${WRKDIR}/extract_forwarded PORTDOCS= INSTALL README MAKE_JOBS_SAFE= yes CONFLICTS= mod_extract_forwarded-1.* AP_FAST_BUILD= yes AP_GENPLIST= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/ .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ .endfor .endif ${CAT} ${PKGMESSAGE} .include Property changes on: head/www/mod_extract_forwarded/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/www/mod_extract_forwarded/files/patch-mod_extract_forwarded.c =================================================================== --- head/www/mod_extract_forwarded/files/patch-mod_extract_forwarded.c (nonexistent) +++ head/www/mod_extract_forwarded/files/patch-mod_extract_forwarded.c (revision 265756) @@ -0,0 +1,11 @@ +--- mod_extract_forwarded.c.orig 2010-05-24 13:43:06.446992453 +0900 ++++ mod_extract_forwarded.c 2010-06-12 17:46:16.673689346 +0900 +@@ -423,7 +423,7 @@ + { + result = &(conn->remote_addr->sa.sin.sin_addr.s_addr); + } +-#if defined(AF_INET6) && defined(IN6_IS_ADDR_V4MAPPED) ++#if defined(AF_INET6) && defined(IN6_IS_ADDR_V4MAPPED) && APR_HAVE_IPV6 == 1 + if (conn->remote_addr->family == AF_INET6 && + IN6_IS_ADDR_V4MAPPED(&conn->remote_addr->sa.sin6.sin6_addr)) + { Property changes on: head/www/mod_extract_forwarded/files/patch-mod_extract_forwarded.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property