svn commit: r356027 - head/lang/gcc410

John Marino marino at FreeBSD.org
Sat May 31 23:09:40 UTC 2014


Author: marino
Date: Sat May 31 23:09:39 2014
New Revision: 356027
URL: http://svnweb.freebsd.org/changeset/ports/356027
QAT: https://qat.redports.org/buildarchive/r356027/

Log:
  lang/gcc410: Turn off JAVA option completely for DragonFly
  
  Recently DragonFly was added as an officially supported platform on
  GCC, providing OOTB support for C, C++, ObjC, and Fortran.  However,
  the Java lang does not build, even if the first failure (boehm-gc) is
  fixed.
  
  Adding Makefile.DragonFly is the cleanest and least intrusive way I could
  remove the JAVA option (there is no EXCLUDE_OPTION_${OPSYS} support in
  bsd.options.mk)
  
  Approved by:	maintainer (gerald@)

Added:
  head/lang/gcc410/Makefile.DragonFly   (contents, props changed)

Added: head/lang/gcc410/Makefile.DragonFly
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/gcc410/Makefile.DragonFly	Sat May 31 23:09:39 2014	(r356027)
@@ -0,0 +1,3 @@
+# $FreeBSD$
+
+OPTIONS_EXCLUDE= JAVA


More information about the svn-ports-head mailing list