Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv726/10.4/unstable/main/finkinfo/text
Modified Files:
fop.info fop.patch
Log Message:
make sure bytecode is 1.4 regardless of the jdk used
Index: fop.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/fop.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- fop.info 1 Jun 2006 09:58:46 -0000 1.3
+++ fop.info 15 Jun 2006 14:55:21 -0000 1.4
@@ -65,6 +65,9 @@
Modified by Michele Garoche <[EMAIL PROTECTED]>
Changed all references to java-home in patch to specific java 1.4.2 version
Added xalan script to allow debugging xsl-fo step results.
+Modified by Benjamin Reed <[EMAIL PROTECTED]>
+Changed <javac> ant call to force source="1.4" to be sure the bytecode
+is generated properly.
<<
License: BSD
Homepage: http://xml.apache.org/fop
Index: fop.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/fop.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fop.patch 1 Jun 2006 09:58:46 -0000 1.2
+++ fop.patch 15 Jun 2006 14:55:21 -0000 1.3
@@ -317,3 +317,14 @@
-$JAVACMD -classpath "$LOCALCLASSPATH" $FOP_OPTS org.apache.xalan.xslt.Process
"$@"
+$JAVACMD -Xms64M -Xmx320M -Djava.awt.headless=true -classpath
"$LOCALCLASSPATH" $FOP_OPTS org.apache.xalan.xslt.Process "$@"
+--- fop-0.20.5/build.xml 2003-07-14 22:03:22.000000000 -0400
++++ fop-0.20.5-new/build.xml 2006-06-15 10:27:25.000000000 -0400
+@@ -548,7 +548,7 @@
+ <fileset dir="${viewer.images.src.dir}"/>
+ </copy>
+
+- <javac srcdir="${build.src}"
++ <javac srcdir="${build.src}" source="1.4"
+ destdir="${build.dest}"
+ debug="${debug}"
+ deprecation="${deprecation}"
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits