mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
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
This commit is contained in:
parent
94d1ab6ca9
commit
264528dc1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147476
@ -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
|
||||
|
@ -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/**"/>
|
||||
|
@ -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
|
||||
|
@ -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/**"/>
|
||||
|
@ -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
|
||||
|
@ -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/**"/>
|
||||
|
@ -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
|
||||
|
@ -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/**"/>
|
||||
|
Loading…
Reference in New Issue
Block a user