Date: Fri, 21 May 2004 16:25:18 +0300 (EEST) From: Anton Yudin <toha@ib.com.ua> To: FreeBSD-gnats-submit@freebsd.org, herve.quiroz@esil.univ-mrs.fr Cc: freebsd-java@freebsd.org Subject: Re: [PATCH] java/jakarta-commons-dbcp: fix build on bento Message-ID: <200405211325.i4LDPIlV050020@ib.com.ua> In-Reply-To: <200405211033.i4LAXom6010834@arabica.esil.univ-mrs.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
> From rv@arabica.esil.univ-mrs.fr Fri May 21 16:17:59 2004 > Date: Fri, 21 May 2004 12:33:50 +0200 (CEST) > To: FreeBSD-gnats-submit@freebsd.org > Subject: [PATCH] java/jakarta-commons-dbcp: fix build on bento > From: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> > Cc: toha@toha.org.ua, freebsd-java@freebsd.org > > > >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@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 --- > Approved .. :-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405211325.i4LDPIlV050020>