Date: Tue, 5 Dec 2017 12:45:08 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455581 - head/lang/gcc Message-ID: <201712051245.vB5Cj82j096971@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Tue Dec 5 12:45:08 2017 New Revision: 455581 URL: https://svnweb.freebsd.org/changeset/ports/455581 Log: Remove the additional java category from this port. lang/gcc6, which this pulls in by default, still provides GCJ/libgcj (as the last GCC-based port doing so), but unlike C, C++, or Fortran we do not create any symlink for Java and users may also change the default version of GCC, so really nothing Java-specific here. Modified: head/lang/gcc/Makefile Modified: head/lang/gcc/Makefile ============================================================================== --- head/lang/gcc/Makefile Tue Dec 5 12:37:06 2017 (r455580) +++ head/lang/gcc/Makefile Tue Dec 5 12:45:08 2017 (r455581) @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= ${GCC_DEFAULT} -CATEGORIES= lang java +CATEGORIES= lang MASTER_SITES= # not applicable DISTFILES= # not applicable
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712051245.vB5Cj82j096971>