[PATCH] java/jakarta-commons-dbcp: fix build on bento

Herve Quiroz herve.quiroz at esil.univ-mrs.fr
Fri May 21 03:33:54 PDT 2004


>Submitter-Id:	current-users
>Originator:	Herve Quiroz
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] java/jakarta-commons-dbcp: fix build on bento
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 5.2.1-RELEASE-p5 i386
>Environment:
System: FreeBSD arabica.esil.univ-mrs.fr 5.2.1-RELEASE-p5 FreeBSD 5.2.1-RELEASE-p5 #3: Thu May  6 20:17:47 CEST
>Description:

- Added missing dependency for java/jakarta-commons-collections

Port maintainer (toha at toha.org.ua) is cc'd.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- jakarta-commons-dbcp-1.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/java/jakarta-commons-dbcp.original/Makefile /usr/ports/java/jakarta-commons-dbcp/Makefile
--- /usr/ports/java/jakarta-commons-dbcp.original/Makefile	Fri May 21 12:26:37 2004
+++ /usr/ports/java/jakarta-commons-dbcp/Makefile	Fri May 21 12:28:13 2004
@@ -18,6 +18,7 @@
 COMMENT=	The DBCP Component
 
 BUILD_DEPENDS=	${ANT}:${PORTSDIR}/devel/apache-ant \
+		${JAVAJARDIR}/commons-collections.jar:${PORTSDIR}/java/jakarta-commons-collections \
 		${JAVAJARDIR}/commons-pool.jar:${PORTSDIR}/java/jakarta-commons-pool
 
 USE_JAVA=	yes
--- jakarta-commons-dbcp-1.1.patch ends here ---



More information about the freebsd-java mailing list