diff options
author | Maho Nakata <maho@FreeBSD.org> | 2009-01-06 05:41:47 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2009-01-06 05:41:47 +0000 |
commit | df22f35990b2e4ec65478b811ce7c3b430ca013a (patch) | |
tree | c691de7e1f58d71612485af7ed9f1f9b27823cd0 /java/ecj-bootstrap/files/patch-gcjant | |
parent | - Add another MASTER_SITE (diff) |
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.
Notes
Notes:
svn path=/head/; revision=225312
Diffstat (limited to 'java/ecj-bootstrap/files/patch-gcjant')
-rw-r--r-- | java/ecj-bootstrap/files/patch-gcjant | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/java/ecj-bootstrap/files/patch-gcjant b/java/ecj-bootstrap/files/patch-gcjant deleted file mode 100644 index 0581579cfcb6..000000000000 --- a/java/ecj-bootstrap/files/patch-gcjant +++ /dev/null @@ -1,22 +0,0 @@ -a workaround for running ant with gcj. ant+gcj -somehow doesn't find ecj.jar. - ---- jdtcoresrc/compilejdtcore.xml~ Thu Aug 3 00:17:48 2006 -+++ jdtcoresrc/compilejdtcore.xml Thu Aug 3 00:19:33 2006 -@@ -14,16 +14,6 @@ - <delete dir="${destdir}"/> - <mkdir dir="${destdir}"/> - -- <condition property="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter"> -- <available file="ecj.jar" /> -- </condition> -- <fail message="The Eclipse compiler (ecj.jar) cannot be found."> -- <condition> -- <not> -- <equals arg1="${build.compiler}" arg2="org.eclipse.jdt.core.JDTCompilerAdapter" /> -- </not> -- </condition> -- </fail> - - <condition property="compilerArg" value="-encoding=ISO-8859-1"> - <equals arg1="${build.compiler}" arg2="org.eclipse.jdt.core.JDTCompilerAdapter" /> |