Date: Mon, 7 Jun 2010 00:42:14 -0400 (EDT) From: "Philip M. Gollucci" <pgollucci@p6m7g8.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: ale@FreeBSD.org Subject: ports/147631: [PATCH] www/ap22-mod_gzip: Convert to AP_FAST_BUILD / AP_GENPLIST Message-ID: <201006070442.o574gEH8061035@frieza.p6m7g8.net> Resent-Message-ID: <201006070450.o574o2nW034028@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 147631 >Category: ports >Synopsis: [PATCH] www/ap22-mod_gzip: Convert to AP_FAST_BUILD / AP_GENPLIST >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: Mon Jun 07 04:50:02 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-CURRENT amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Apr 26 16:20:00 EDT 2010 >Description: Removed file(s): - pkg-plist Port maintainer (ale@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- ap22-mod_gzip-1.3.26.1a.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/mod_gzip/Makefile,v retrieving revision 1.18 diff -u -u -r1.18 Makefile --- Makefile 25 May 2010 20:17:31 -0000 1.18 +++ Makefile 7 Jun 2010 04:41:31 -0000 @@ -15,18 +15,19 @@ MAINTAINER= ale@FreeBSD.org COMMENT= An Internet Content Acceleration module for Apache -MAKE_JOBS_SAFE= yes +MAKE_JOBS_SAFE= yes USE_APACHE= 1.3 -MAKE_ENV+= "APXS=${APXS}" -ALL_TARGET= build -post-patch: - @${REINPLACE_CMD} 's|-Wc,-Wall,-O3,-fomit-frame-pointer,-pipe||' \ - ${WRKSRC}/Makefile +AP_FAST_BUILD= yes +AP_GENPLIST= yes +PORTDOCS= *.htm *.png *.gif PORTEXAMPLES= ${PORTNAME}.conf.sample +post-patch: + @${REINPLACE_CMD} 's|-Wc,-Wall,-O3,-fomit-frame-pointer,-pipe||' ${WRKSRC}/Makefile + post-install: .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR}/ Index: pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- pkg-plist 6 Jun 2010 05:00:28 -0000 1.9 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,18 +0,0 @@ -%%APACHEMODDIR%%/%%AP_MODULE%% -@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %f -@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %f -%%PORTDOCS%%%%DOCSDIR%%/browser.htm -%%PORTDOCS%%%%DOCSDIR%%/cache.htm -%%PORTDOCS%%%%DOCSDIR%%/config.htm -%%PORTDOCS%%%%DOCSDIR%%/encoding.htm -%%PORTDOCS%%%%DOCSDIR%%/enhancements.htm -%%PORTDOCS%%%%DOCSDIR%%/extern.gif -%%PORTDOCS%%%%DOCSDIR%%/firewalls.htm -%%PORTDOCS%%%%DOCSDIR%%/index.htm -%%PORTDOCS%%%%DOCSDIR%%/links.htm -%%PORTDOCS%%%%DOCSDIR%%/mod_gzip_logo.gif -%%PORTDOCS%%%%DOCSDIR%%/status.htm -%%PORTDOCS%%%%DOCSDIR%%/valid-css.png -%%PORTDOCS%%%%DOCSDIR%%/valid-xhtml11.png -%%PORTDOCS%%%%DOCSDIR%%/versions.htm -%%PORTDOCS%%@dirrm %%DOCSDIR%% --- ap22-mod_gzip-1.3.26.1a.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?201006070442.o574gEH8061035>