Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 May 2014 23:09:40 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356027 - head/lang/gcc410
Message-ID:  <201405312309.s4VN9eID080805@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405312309.s4VN9eID080805>