Date: Mon, 13 Apr 2009 04:13:10 GMT From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/133687: [PATCH] www/mod_vhs: apache@ cleanups Message-ID: <200904130413.n3D4DAxS084464@mail.bluecottontech.com> Resent-Message-ID: <200904130420.n3D4K0CK085170@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 133687 >Category: ports >Synopsis: [PATCH] www/mod_vhs: 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: Mon Apr 13 04:20:00 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: - WITH_APACHE2 is deprecated - WANT_APACHE is deprecated - Consolidate -I into AP_INC - Kill Makefile.modules.3rd Port maintainer (kiwi@oav.net) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- mod_vhs-1.0.32_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/mod_vhs/Makefile,v retrieving revision 1.17 diff -u -u -r1.17 Makefile --- Makefile 5 Jan 2009 19:04:39 -0000 1.17 +++ Makefile 13 Apr 2009 04:11:54 -0000 @@ -9,7 +9,7 @@ PORTVERSION= 1.0.32 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= http://www.oav.net/projects/mod_vhs/ +MASTER_SITES= http://www.oav.net/projects/${PORTNAME}/ DIST_SUBDIR= apache2 MAINTAINER= kiwi@oav.net @@ -17,35 +17,35 @@ LIB_DEPENDS+= home:${PORTSDIR}/misc/libhome -WITH_APACHE2= yes +USE_APACHE= 2.0 USE_PHP= yes USE_PHP_BUILD= yes WANT_PHP_MOD= yes -WANT_APACHE= 2 -AP_FAST_BUILD= YES -AP_GENPLIST= YES +AP_FAST_BUILD= yes +AP_GENPLIST= yes WRKSRC= ${WRKDIR}/${PORTNAME} -AP_INC+= ${LOCALBASE}/include/home +AP_INC+= ${LOCALBASE}/include/home \ + -I ${LOCALBASE}/include/php \ + -I ${LOCALBASE}/include/php/Zend \ + -I ${LOCALBASE}/include/php/TSRM \ + -I ${LOCALBASE}/include/php/main AP_LIB+= ${LOCALBASE}/lib -lhome -AP_EXTRAS+= -I ${LOCALBASE}/include/php -I ${LOCALBASE}/include/php/Zend -I ${LOCALBASE}/include/php/TSRM -I ${LOCALBASE}/include/php/main -DHAVE_MOD_PHP_SUPPORT +AP_EXTRAS+= -DHAVE_MOD_PHP_SUPPORT PORTDOCS= ChangeLog AUTHORS README.logs README.wildcards WARNING \ README.phpopt -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" - post-install: .if !defined (NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -. for f in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -. endfor + @${MKDIR} ${DOCSDIR}/ +.for f in ${PORTDOCS} + @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ +.endfor .endif # TODO : # Add suphp support -.include <bsd.port.post.mk> +.include <bsd.port.mk> --- mod_vhs-1.0.32_1.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?200904130413.n3D4DAxS084464>