Skip site navigation (1)Skip section navigation (2)
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:   ports/146952: [PATCH] www/mod_webapp: devel/apr* should always be a LIB_DEPENDS
Message-ID:  <201005250654.o4P6sipN086665@frieza.p6m7g8.net>
Resent-Message-ID: <201005250700.o4P7084m040444@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         146952
>Category:       ports
>Synopsis:       [PATCH] www/mod_webapp: devel/apr* should always be a LIB_DEPENDS
>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:   Tue May 25 07:00:07 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:

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 ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005250654.o4P6sipN086665>