summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2005-11-07 01:36:49 +0000
committerlioux <lioux@FreeBSD.org>2005-11-07 01:36:49 +0000
commit0209bcaba798574e3e7d4de6fe930c38694575ca (patch)
tree1bec46e3a199b62b3cf02fc338c4911f3e8ea4de /net
parent2cf02a2cc08c9d86e346d644bf8419b94e58e00e (diff)
downloadFreeBSD-ports-0209bcaba798574e3e7d4de6fe930c38694575ca.zip
FreeBSD-ports-0209bcaba798574e3e7d4de6fe930c38694575ca.tar.gz
o Depend on jdk 1.4 instead of 1.5 since there have been too many
reports of problems. jdk 1.4 is known to work despite the urges from developers to use 1.5. o Rollback files/build.xml and Makefile to version in consistent with dependency on jdk 1.5
Diffstat (limited to 'net')
-rw-r--r--net/azureus/Makefile4
-rw-r--r--net/azureus/files/build.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/net/azureus/Makefile b/net/azureus/Makefile
index 046abac..f5c7b05 100644
--- a/net/azureus/Makefile
+++ b/net/azureus/Makefile
@@ -7,7 +7,7 @@
PORTNAME= azureus
PORTVERSION= 2.3.0.4
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -34,7 +34,7 @@ USE_JAVA= yes
JAVA_EXTRACT= yes
JAVA_BUILD= jdk
JAVA_RUN= jdk
-JAVA_VERSION= 1.5
+JAVA_VERSION= 1.4
JAVA_OS= native
USE_ANT= yes
USE_JIKES= no
diff --git a/net/azureus/files/build.xml b/net/azureus/files/build.xml
index 2a33f8c..21ac16c 100644
--- a/net/azureus/files/build.xml
+++ b/net/azureus/files/build.xml
@@ -19,7 +19,7 @@
<target name="compile" depends="init" description="compile the source " >
<!-- Compile the java code from ${src} into ${build} -->
- <javac srcdir="." destdir="${build}" fork="yes" memoryMaximumSize="80m">
+ <javac srcdir="." destdir="${build}" fork="yes" memoryMaximumSize="64m">
<include name="**/*.java"/>
<exclude name="**/Win32*.java"/>
<exclude name="**/swt/osx/**"/>
OpenPOWER on IntegriCloud