diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-04-15 06:39:48 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-04-15 06:39:48 +0000 |
commit | fc436505fcfb6b4492f61a27d1f5110333bd8ff5 (patch) | |
tree | 060b90269bfefffe31e22e8653ede0013c4aa03e /lang/gcc46/files/java-patch-hier | |
parent | Disable failure exit in the test as it MAY not be a problem -- (diff) |
Remove Java support (the JAVA option and CATEGORY) from this port.
Four years after GCC 4.6 went end-of-life upstream there isn't really
much use of that any more since newer ports still carry it, and it
speeds up build and simplifies this port significantly.
In addition to the expected changes to Makefile, pkg-plist, and pkg-descr
this also gets rid of files/java-patch-hier.
Notes
Notes:
svn path=/head/; revision=438577
Diffstat (limited to 'lang/gcc46/files/java-patch-hier')
-rw-r--r-- | lang/gcc46/files/java-patch-hier | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/gcc46/files/java-patch-hier b/lang/gcc46/files/java-patch-hier deleted file mode 100644 index edb122b087b8..000000000000 --- a/lang/gcc46/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) |