1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Make it compile again with JDK 1.4+.

Patch by:	ale
This commit is contained in:
Stefan Walter 2008-06-23 16:50:20 +00:00
parent 3e2877cee9
commit 18f739335b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215637
2 changed files with 11 additions and 1 deletions

View File

@ -23,7 +23,7 @@ RUN_DEPENDS= ${JAVAJARDIR}/bcmail.jar:${PORTSDIR}/java/bouncycastle
WRKSRC= ${WRKDIR}/src
EXTRACT_AFTER_ARGS= | (${MKDIR} ${WRKDIR} && ${TAR} -xf - -C ${WRKDIR})
USE_JAVA= yes
JAVA_VERSION= 1.6+
JAVA_VERSION= 1.4+
USE_ANT= yes
ALL_TARGET= jar jar.rtf
MAKE_ENV= ANT_INCLUDE_SHARED_JARS=YES

View File

@ -0,0 +1,10 @@
--- ant/site.xml.orig 2008-06-23 07:52:55.000000000 +0200
+++ ant/site.xml 2008-06-23 07:53:07.000000000 +0200
@@ -16,7 +16,6 @@
<pathelement path="${itext.lib}/bcmail-${bc.jdk}-${bc.version}.jar"/>
<pathelement path="${itext.lib}/bcprov-${bc.jdk}-${bc.version}.jar"/>
<pathelement path="${itext.lib}/dom4j-1.6.1.jar"/>
- <pathelement path="${itext.lib}/pdf-renderer.jar"/>
</path>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->