summaryrefslogtreecommitdiff
path: root/net-p2p/azureus2
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-11-02 04:18:35 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-11-02 04:18:35 +0000
commit0682de0c5dca1e6692790fb75c6e9eeab6c7f516 (patch)
treee54c054a1dba05bbc9a46289ccd4f103ce6df30b /net-p2p/azureus2
parent- Allow build with matroska since libebml has been updated. (diff)
o Make it possible to build against jdk 1.5 by adding javac option
memoryMaximumSize="80m" o Switch from jdk 1.4 to 1.5 which is recomended by azureus developers [1] Requested by: too many [1]
Notes
Notes: svn path=/head/; revision=146992
Diffstat (limited to 'net-p2p/azureus2')
-rw-r--r--net-p2p/azureus2/Makefile4
-rw-r--r--net-p2p/azureus2/files/build.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/azureus2/Makefile b/net-p2p/azureus2/Makefile
index 747305cc8fae..ced19db2c050 100644
--- a/net-p2p/azureus2/Makefile
+++ b/net-p2p/azureus2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= azureus
PORTVERSION= 2.3.0.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -31,7 +31,7 @@ RUN_DEPENDS= \
ONLY_FOR_ARCHS= i386
USE_JAVA= yes
-JAVA_VERSION= 1.4
+JAVA_VERSION= 1.5
JAVA_OS= native
USE_ANT= yes
USE_JIKES= no
diff --git a/net-p2p/azureus2/files/build.xml b/net-p2p/azureus2/files/build.xml
index 21ac16c59937..2a33f8c982b0 100644
--- a/net-p2p/azureus2/files/build.xml
+++ b/net-p2p/azureus2/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="64m">
+ <javac srcdir="." destdir="${build}" fork="yes" memoryMaximumSize="80m">
<include name="**/*.java"/>
<exclude name="**/Win32*.java"/>
<exclude name="**/swt/osx/**"/>