Date: Tue, 25 May 2010 02:54:44 -0400 (EDT) From: "Philip M. Gollucci" <pgollucci@p6m7g8.com> To: FreeBSD-gnats-submit@freebsd.org Cc: apache@freebsd.org Subject: [PATCH] www/mod_webapp: devel/apr* should always be a LIB_DEPENDS Message-ID: <201005250654.o4P6sipN086665@frieza.p6m7g8.net>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Philip M. Gollucci >Organization: RideCharge Inc / TaxiMagic >Confidential: no >Synopsis: [PATCH] www/mod_webapp: devel/apr* should always be a LIB_DEPENDS >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Apr 26 16:20:00 EDT 2010 >Description: Port maintainer (apache@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- ap13-mod_webapp-4.1.24_5.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/mod_webapp/Makefile,v retrieving revision 1.28 diff -u -u -r1.28 Makefile --- Makefile 18 May 2010 04:05:04 -0000 1.28 +++ Makefile 25 May 2010 06:49:33 -0000 @@ -7,7 +7,7 @@ PORTNAME= mod_webapp PORTVERSION= 4.1.24 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= http://jakarta.apache.org/%SUBDIR%/ MASTER_SITE_SUBDIR= builds/jakarta-tomcat-4.0/release/v${TOMCAT_RELEASE}/src @@ -17,7 +17,7 @@ MAINTAINER= apache@FreeBSD.org COMMENT= Apache module mounts Tomcat web applications -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/apr1:configure +LIB_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/apr1:configure MAKE_JOBS_UNSAFE= yes --- ap13-mod_webapp-4.1.24_5.patch ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005250654.o4P6sipN086665>