diff options
| author | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-04-16 21:19:33 +0000 |
|---|---|---|
| committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-04-16 21:19:33 +0000 |
| commit | 1203f110a2fd9284a7377736f82df44b5b814a02 (patch) | |
| tree | e7a860efb7413c99c7d39eddc560f59d8b027415 /lang/gcc47/files/java-patch-hier | |
| parent | Fix forgotten PORTREVISION (diff) | |
Remove Java support (both the JAVA option and everything associated with
it as well as java from CATEGORIES) from this port.
After GCC 4.7 went end-of-life upstream in June 2014 there isn't much
use of that not better served by newer lang/gcc* ports and it speeds up
the build and simplifies this port significantly.
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=438673
Diffstat (limited to 'lang/gcc47/files/java-patch-hier')
| -rw-r--r-- | lang/gcc47/files/java-patch-hier | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/gcc47/files/java-patch-hier b/lang/gcc47/files/java-patch-hier deleted file mode 100644 index edb122b087b8..000000000000 --- a/lang/gcc47/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) |
