Date: Sun, 12 Apr 2009 01:55:49 GMT From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: glebius@FreeBSD.org Subject: ports/133630: [PATCH] www/mod_realip: apache@ cleanups Message-ID: <200904120155.n3C1tnap007686@mail.bluecottontech.com> Resent-Message-ID: <200904120200.n3C20Cfu006182@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904120155.n3C1tnap007686>