ports/133630: [PATCH] www/mod_realip: apache@ cleanups
Philip M. Gollucci
pgollucci at FreeBSD.org
Sun Apr 12 02:00:13 UTC 2009
>Number: 133630
>Category: ports
>Synopsis: [PATCH] www/mod_realip: apache@ cleanups
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Apr 12 02:00:12 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Philip M. Gollucci
>Release: FreeBSD 7.1-RELEASE-p3 amd64
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD mail.bluecottontech.com 7.1-RELEASE-p3 FreeBSD 7.1-RELEASE-p3 #1: Tue Mar 10 22:10:18 UTC 2009
>Description:
- USE_APACHE=yes is deprecated
- convert to AP_FAST_BUILD/AP_GENPLIST
Port maintainer (glebius at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- mod_realip-2.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/mod_realip/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile 11 Jul 2005 13:01:37 -0000 1.1
+++ Makefile 12 Apr 2009 01:55:16 -0000
@@ -13,14 +13,8 @@
MAINTAINER= glebius at FreeBSD.org
COMMENT= Apache module to fix IP addresses in proxied requests
-USE_APACHE= yes
-MAKE_ARGS+= APXS="${APXS}"
-
-do-build:
- @cd ${WRKSRC} && \
- ${APXS} -c ${WRKSRC}/mod_realip.c
-
-do-install:
- ${APXS} -i -A -n realip ${WRKSRC}/mod_realip.so
+USE_APACHE= 1.3
+AP_FAST_BUILD= yes
+AP_GENPLIST= yes
.include <bsd.port.mk>
--- mod_realip-2.0.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list