diff options
author | maho <maho@FreeBSD.org> | 2009-01-06 05:41:47 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2009-01-06 05:41:47 +0000 |
commit | a930b08db065ae7c75a190bd51a4b67fe54e6cf2 (patch) | |
tree | 2d4427f83907aa3b53f65cae87c2feead4d88b93 /java/ecj-bootstrap/files/patch-encoding | |
parent | c0e80da449699b9455d877cfd7b9685ca806c1c9 (diff) | |
download | FreeBSD-ports-a930b08db065ae7c75a190bd51a4b67fe54e6cf2.zip FreeBSD-ports-a930b08db065ae7c75a190bd51a4b67fe54e6cf2.tar.gz |
Remove following ports.
lang/gcc41-withgcjawt
java/gjdoc
java/ecj-bootstrap
* lang/gcc41 will also be removed by gerald@ very soon.
* these ports are intended for free Java alternative, however,
require too much resources to maintain. java/java-gcj-compat
has also been removed because it's broken for long time.
Diffstat (limited to 'java/ecj-bootstrap/files/patch-encoding')
-rw-r--r-- | java/ecj-bootstrap/files/patch-encoding | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/java/ecj-bootstrap/files/patch-encoding b/java/ecj-bootstrap/files/patch-encoding deleted file mode 100644 index f3a2d16..0000000 --- a/java/ecj-bootstrap/files/patch-encoding +++ /dev/null @@ -1,32 +0,0 @@ -A workaround for running ant with gcj. - ---- jdtcoresrc/compilejdtcorewithjavac.xml~ Fri Jun 30 08:20:48 2006 -+++ jdtcoresrc/compilejdtcorewithjavac.xml Wed Aug 2 23:09:35 2006 -@@ -15,7 +15,7 @@ - <delete dir="${destdir}"/> - <mkdir dir="${destdir}"/> - -- <property name="compilerArg" value="-encoding ISO-8859-1" /> -+ <property name="compilerArg" value="-encoding=ISO-8859-1" /> - <property name="javacSource" value="1.3" /> - <property name="javacTarget" value="1.2" /> - <property name="javacDebugInfo" value="on" /> ---- jdtcoresrc/compilejdtcore.xml~ Fri Jun 30 08:20:48 2006 -+++ jdtcoresrc/compilejdtcore.xml Wed Aug 2 23:11:00 2006 -@@ -25,14 +25,14 @@ - </condition> - </fail> - -- <condition property="compilerArg" value="-encoding ISO-8859-1"> -+ <condition property="compilerArg" value="-encoding=ISO-8859-1"> - <equals arg1="${build.compiler}" arg2="org.eclipse.jdt.core.JDTCompilerAdapter" /> - </condition> - - <echo message="compilerArg ${compilerArg}"/> - <echo message="build compiler ${build.compiler}"/> - -- <property name="compilerArg" value="-encoding ISO-8859-1" /> -+ <property name="compilerArg" value="-encoding=ISO-8859-1" /> - <property name="javacSource" value="1.3" /> - <property name="javacTarget" value="1.2" /> - <property name="javacDebugInfo" value="on" /> |