K 10 svn:author V 6 marino K 8 svn:date V 27 2014-05-31T23:09:39.866732Z K 7 svn:log V 471 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@) END