1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

. Drop the use of jikes so 1.2 and 1.3 compiles work.

Submitted by:	Joshua Goodall <joshua@roughtrade.net> (maintainer)
This commit is contained in:
Greg Lewis 2004-05-13 22:54:07 +00:00
parent 5125ee4bb4
commit cd529f9e95
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109091
2 changed files with 13 additions and 2 deletions

View File

@ -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

View File

@ -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"/>