svn commit: r455581 - head/lang/gcc

Gerald Pfeifer gerald at FreeBSD.org
Tue Dec 5 12:45:10 UTC 2017


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
 


More information about the svn-ports-head mailing list