diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2015-05-12 19:03:30 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2015-05-12 19:03:30 +0000 |
commit | 9530e7710049534697dd8bd7f86ecb73932a83c9 (patch) | |
tree | 9f48ce664d0bbf8960070c2b4acb0a32e609b58d /java/berkeley-db/files | |
parent | Upgrade to version 3.5.2. (diff) |
Fix the build in the case of newer JUnit, that, in its turn, uses hamcrest now.
Upgrade from 6.1.5 to 6.2.31. Based on:
PR: 156251
Submitted by: pi
Now that the test-target fully works, add "regression-test" alias to it so it
can be used for that purpose.
Notes
Notes:
svn path=/head/; revision=386168
Diffstat (limited to 'java/berkeley-db/files')
-rw-r--r-- | java/berkeley-db/files/patch-junit | 32 |
1 files changed, 20 insertions, 12 deletions
diff --git a/java/berkeley-db/files/patch-junit b/java/berkeley-db/files/patch-junit index 314176172f22..951d95f399eb 100644 --- a/java/berkeley-db/files/patch-junit +++ b/java/berkeley-db/files/patch-junit @@ -1,31 +1,39 @@ ---- build.xml Wed Sep 20 18:10:10 2006 -+++ build.xml 2014-09-29 14:22:48.000000000 -0400 -@@ -135,6 +135,8 @@ +--- build.xml 2014-12-17 02:30:51 UTC ++++ build.xml 2015-05-12 12:14:56 -0400 +@@ -132,6 +132,9 @@ </path> + <property environment="env"/> <path id="unittest.classpath"> <path refid="class.path"/> + <pathelement location="${env.JAVALIBDIR}/junit.jar"/> ++ <pathelement location="${env.JAVALIBDIR}/hamcrest.jar"/> <pathelement location="${unittest.destdir}"/> - </path> -@@ -469,4 +471,5 @@ - <property name="destdir" value="${unittest.testevolvedir}"/> + <pathelement path="${junit.jarfile}"/> +@@ -872,5 +875,5 @@ + </target> + +- <target name="compile-unittest" depends="compile-src, get-junit-jar"> ++ <target name="compile-unittest" depends="compile-src"> + <ant antfile="ant/compile.xml" dir="." inheritall="false"> + <property name="srcdir" value="${unittest.srcdir}"/> +@@ -917,4 +920,5 @@ + <property name="destdir" value="${unittest.testserialdir}"/> <reference refid="class.path" torefid="compile.classpath"/> + <reference refid="unittest.classpath" torefid="compile.classpath"/> </ant> - </target> -@@ -1224,5 +1227,4 @@ + +@@ -2127,5 +2131,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"> +@@ -2137,7 +2140,4 @@ <fileset dir="lib"/> -- </copy> + </copy> - <copy todir="${installdir}/bin"> - <fileset dir="bin"/> - </copy> +- </copy> </target> + |