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:
parent
5125ee4bb4
commit
cd529f9e95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109091
@ -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
|
||||
|
||||
|
12
net/spread-j/files/patch-build.xml
Normal file
12
net/spread-j/files/patch-build.xml
Normal 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"/>
|
Loading…
Reference in New Issue
Block a user