diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2006-10-07 01:40:24 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2006-10-07 01:40:24 +0000 |
commit | 2d147a600044b9e84dab3af5966a1b945c359ecd (patch) | |
tree | 2e6ee10b4651288c3289d11f76f3ea812d8d2437 /java/berkeley-db/files/patch-junit | |
parent | Update to the 2006-10-07 version (diff) |
Upgrade from 1.7.1 to 3.1.0, thanks largely to the diffs supplied by ijliao
(for the earlier version 3.0.12).
Make post-build test possible (via OPTIONS) and, unfortunately, disable it
by default due to several test failures. (Java-maintainers may want to take
a look.)
Switch to an auto-generated pkg-plist (HUGE amount of examples and
documentation).
Ying-Chieh is planning to delete his databases/java-db and is invited to
take over this port.
Notes
Notes:
svn path=/head/; revision=174699
Diffstat (limited to '')
-rw-r--r-- | java/berkeley-db/files/patch-junit | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/java/berkeley-db/files/patch-junit b/java/berkeley-db/files/patch-junit index 9f1fba099418..1d7c82975998 100644 --- a/java/berkeley-db/files/patch-junit +++ b/java/berkeley-db/files/patch-junit @@ -1,11 +1,32 @@ ---- build.xml Mon Nov 8 21:13:38 2004 -+++ build.xml Fri Feb 4 18:27:53 2005 -@@ -65,6 +65,8 @@ +--- build.xml Wed Sep 20 18:10:10 2006 ++++ build.xml Fri Oct 6 20:12:12 2006 +@@ -80,7 +80,9 @@ </path> + <property environment="env"/> <path id="unittest.classpath"> - <path refid="class.path"/> + <pathelement location="${destdir}"/> + <pathelement location="."/> + <pathelement location="${env.JAVALIBDIR}/junit.jar"/> <pathelement location="${unittest.destdir}"/> </path> +@@ -469,4 +471,5 @@ + <property name="destdir" value="${unittest.testevolvedir}"/> + <reference refid="class.path" torefid="compile.classpath"/> ++ <reference refid="unittest.classpath" torefid="compile.classpath"/> + </ant> + </target> +@@ -1224,5 +1227,4 @@ + <mkdir dir="${installdir}"/> + <mkdir dir="${installdir}/docs"/> +- <mkdir dir="${installdir}/bin"/> + <mkdir dir="${installdir}/lib"/> + <copy todir="${installdir}/docs"> +@@ -1233,7 +1235,4 @@ + <copy todir="${installdir}/lib"> + <fileset dir="lib"/> +- </copy> +- <copy todir="${installdir}/bin"> +- <fileset dir="bin"/> + </copy> + </target> |