diff options
author | gerald <gerald@FreeBSD.org> | 2017-04-22 16:50:18 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2017-04-22 16:50:18 +0800 |
commit | 565368d0d42b15b10e537b062bc7885a1142556f (patch) | |
tree | 86bb638e148e10e41c0118b5df954dd5273962fc /lang/gcc48/pkg-descr | |
parent | 89ebfdb6e4a3970342016b3bde4c789964e92fc9 (diff) | |
download | freebsd-ports-gnome-565368d0d42b15b10e537b062bc7885a1142556f.tar.gz freebsd-ports-gnome-565368d0d42b15b10e537b062bc7885a1142556f.tar.zst freebsd-ports-gnome-565368d0d42b15b10e537b062bc7885a1142556f.zip |
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.
Diffstat (limited to 'lang/gcc48/pkg-descr')
-rw-r--r-- | lang/gcc48/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc48/pkg-descr b/lang/gcc48/pkg-descr index 5ee8754bde36..07e1504d4a2f 100644 --- a/lang/gcc48/pkg-descr +++ b/lang/gcc48/pkg-descr @@ -1,6 +1,6 @@ GCC, the GNU Compiler Collection, supports a number of languages. This -port installs the C, C++, Fortran and Java front ends as gcc48, g++48, -gfortran48, and gcj48, respectively. +port installs the C, C++, and Fortran front ends as gcc48, g++48, and +gfortran48, respectively. WWW: http://gcc.gnu.org/ |