FreeBSD Bugzilla – Attachment 65878 Details for
Bug 97540
jakarta-commons-pool is out-of-dated and broken, it makes jakarta-commons-dbcp not able to compile.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
jakarta-commons-pool-1.3.patch
jakarta-commons-pool-1.3.patch (text/plain; charset=us-ascii), 3.30 KB, created by
Stefan Walter
on 2006-05-21 16:02:48 UTC
(
hide
)
Description:
jakarta-commons-pool-1.3.patch
Filename:
MIME Type:
Creator:
Stefan Walter
Created:
2006-05-21 16:02:48 UTC
Size:
3.30 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/java/jakarta-commons-pool/Makefile,v >retrieving revision 1.8 >diff -u -r1.8 Makefile >--- Makefile 21 May 2006 13:27:53 -0000 1.8 >+++ Makefile 21 May 2006 14:51:13 -0000 >@@ -6,8 +6,7 @@ > # > > PORTNAME= commons-pool >-PORTVERSION= 1.2 >-PORTREVISION= 1 >+PORTVERSION= 1.3 > CATEGORIES= java devel > MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA} > MASTER_SITE_SUBDIR= ${PORTNAME:S,-,/,}/source >@@ -17,15 +16,8 @@ > MAINTAINER= toha@toha.org.ua > COMMENT= Jakarta Object-pooling API > >-BUILD_DEPENDS= ${JAR_DEPENDS} >-RUN_DEPENDS= ${JAR_DEPENDS} >- >-JAR_DEPENDS= ${JAVALIBDIR}/commons-collections.jar:${PORTSDIR}/java/jakarta-commons-collections >- > USE_JAVA= yes >-JAVA_VERSION= 1.2+ >- >-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} >+JAVA_VERSION= 1.3+ > > USE_ANT= yes > MAKE_ENV+= ANT_INCLUDE_SHARED_JARS=YES >@@ -35,10 +27,10 @@ > ALL_TARGET= build-jar javadoc > PORTDOCS= * > .endif >-JARFILE= ${PORTNAME}.jar >+JARFILE= ${PORTNAME}-${PORTVERSION}.jar > DESTJARFILE= ${PORTNAME}.jar > >-PLIST_FILES= %%JAVAJARDIR%%/${JARFILE} >+PLIST_FILES= %%JAVAJARDIR%%/${DESTJARFILE} > > do-install: > @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${DESTJARFILE}..." >Index: distinfo >=================================================================== >RCS file: /home/pcvs/ports/java/jakarta-commons-pool/distinfo,v >retrieving revision 1.6 >diff -u -r1.6 distinfo >--- distinfo 22 Jan 2006 12:39:53 -0000 1.6 >+++ distinfo 21 May 2006 14:51:13 -0000 >@@ -1,3 +1,3 @@ >-MD5 (commons-pool-1.2-src.tar.gz) = e7dc9f479c6a4260f84f6751b434295a >-SHA256 (commons-pool-1.2-src.tar.gz) = 4c1d9b8ac0268be8ca6a12976d5ea009dbdd2bc9093b401e81e78de1e85e3d5e >-SIZE (commons-pool-1.2-src.tar.gz) = 269500 >+MD5 (commons-pool-1.3-src.tar.gz) = a2dcdff75de2af76f5f2169494ed3499 >+SHA256 (commons-pool-1.3-src.tar.gz) = 28c055168601cc57c8a4cff360b79b6409fabfd7275605031c43c7b06b978add >+SIZE (commons-pool-1.3-src.tar.gz) = 305175 >Index: files/patch-build.xml >=================================================================== >RCS file: files/patch-build.xml >diff -N files/patch-build.xml >--- files/patch-build.xml 21 May 2006 13:27:53 -0000 1.1 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,32 +0,0 @@ >---- build.xml.orig Tue May 16 16:41:33 2006 >-+++ build.xml Tue May 16 16:42:52 2006 >-@@ -93,7 +93,8 @@ >- noindex="false" >- nohelp="true" >- nonavbar="false" >-- serialwarn="false"> >-+ serialwarn="false" >-+ source="1.2"> >- <link href="http://java.sun.com/j2se/1.4.2/docs/api"/> >- </javadoc> >- </target> >-@@ -107,7 +108,8 @@ >- classpath="${classpath}" >- debug="${javac.debug}" >- deprecation="${javac.deprecation}" >-- optimize="${javac.optimize}"/> >-+ optimize="${javac.optimize}" >-+ source="1.2"/> >- </target> >- >- <target name="compile-test" depends="compile"> >-@@ -116,7 +118,8 @@ >- srcdir="${src.test.dir}" >- debug="${javac.debug}" >- deprecation="${javac.deprecation}" >-- optimize="${javac.optimize}"> >-+ optimize="${javac.optimize}" >-+ source="1.2"> >- <classpath> >- <pathelement location="${build.classes.dir}" /> >- <pathelement location="${build.test-classes.dir}" />
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 97540
: 65878