aboutsummaryrefslogtreecommitdiff
path: root/net/spread-j
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-05-13 22:54:07 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-05-13 22:54:07 +0000
commitcd529f9e95df0b52dfd449c98fbdad4ef883b8ac (patch)
tree9301c1af7f4e615b22aff895050d7e9ce77d0785 /net/spread-j
parent5125ee4bb4a8b6925b2a9c13ce6e10ccde7e885e (diff)
. Drop the use of jikes so 1.2 and 1.3 compiles work.
Submitted by: Joshua Goodall <joshua@roughtrade.net> (maintainer)
Notes
Notes: svn path=/head/; revision=109091
Diffstat (limited to 'net/spread-j')
-rw-r--r--net/spread-j/Makefile3
-rw-r--r--net/spread-j/files/patch-build.xml12
2 files changed, 13 insertions, 2 deletions
diff --git a/net/spread-j/Makefile b/net/spread-j/Makefile
index 074723988b97..7e38271fec76 100644
--- a/net/spread-j/Makefile
+++ b/net/spread-j/Makefile
@@ -16,8 +16,7 @@ COMMENT= Java client library for the Spread Group Communication System
BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/apache-ant
-USE_JAVA= 1.4+
-USE_JIKES= yes
+USE_JAVA= 1.2+
JAVALIBDIR= ${PREFIX}/share/java/classes
PKGMESSAGE= ${WRKSRC}/../license.txt
diff --git a/net/spread-j/files/patch-build.xml b/net/spread-j/files/patch-build.xml
new file mode 100644
index 000000000000..1e8a994212c2
--- /dev/null
+++ b/net/spread-j/files/patch-build.xml
@@ -0,0 +1,12 @@
+$FreeBSD$
+
+--- build.xml Fri Apr 16 09:13:39 2004
++++ build.xml Fri Apr 16 09:13:46 2004
+@@ -12,7 +12,6 @@
+ <property name="project" value="spread"/>
+ <property name="title" value="${Name} ${version} API for Java"/>
+ <property name="year" value="2002"/>
+- <property name="build.compiler" value="jikes"/>
+ <property name="build.dir" value="dest"/>
+ <property name="build.src" value="${build.dir}/src"/>
+ <property name="build.dest" value="${build.dir}/class"/>