diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-04-22 08:50:18 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-04-22 08:50:18 +0000 |
commit | fda2c673249dddb304249621992fd60953c0d53d (patch) | |
tree | 86bb638e148e10e41c0118b5df954dd5273962fc /lang/gcc48/files/java-patch-hier | |
parent | - Fix shebangs (diff) |
Remove Java support (both in terms of the JAVA option and everything
associated with it as well as java from CATEGORIES) from this port.
Technically GCC 4.8 only went end-of-life upstream in June 2015, alas
GCC 4.9 and GCC 5 are well established by now and also provide support
for Java (GCJ/libgcj), and this change simplifies this port significantly
and speeds up the build.
In addition to the expected changes to Makefile, pkg-plist, and pkg-descr,
this also removes files/java-patch-hier.
Notes
Notes:
svn path=/head/; revision=439140
Diffstat (limited to 'lang/gcc48/files/java-patch-hier')
-rw-r--r-- | lang/gcc48/files/java-patch-hier | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/gcc48/files/java-patch-hier b/lang/gcc48/files/java-patch-hier deleted file mode 100644 index edb122b087b8..000000000000 --- a/lang/gcc48/files/java-patch-hier +++ /dev/null @@ -1,13 +0,0 @@ -Index: libjava/Makefile.in -=================================================================== ---- libjava/Makefile.in (revision 117734) -+++ libjava/Makefile.in (working copy) -@@ -712,7 +712,7 @@ - $(am__append_2) $(am__append_3) - toolexecmainlib_DATA = libgcj.spec - dbexec_LTLIBRARIES = libjvm.la --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - jardir = $(datadir)/java - jar_DATA = libgcj-$(gcc_version).jar libgcj-tools-$(gcc_version).jar - @JAVA_HOME_SET_FALSE@JAVA_HOME_DIR = $(prefix) |