pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/gcc47
Module Name: pkgsrc
Committed By: maya
Date: Wed Sep 28 12:07:27 UTC 2016
Modified Files:
pkgsrc/lang/gcc47: options.mk
Log Message:
lang/gcc47: don't build gcc-java by default on NetBSD
it fails at configure as an unsupported language for powerpc, and is not
too useful.
not bumping pkgrevision as requested - it shouldn't matter to anyone who
already has the package, even on netbsd, and avoids an expensive rebuild.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/gcc47/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/gcc47/options.mk
diff -u pkgsrc/lang/gcc47/options.mk:1.12 pkgsrc/lang/gcc47/options.mk:1.13
--- pkgsrc/lang/gcc47/options.mk:1.12 Thu Feb 25 14:42:56 2016
+++ pkgsrc/lang/gcc47/options.mk Wed Sep 28 12:07:27 2016
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.12 2016/02/25 14:42:56 jperkin Exp $
+# $NetBSD: options.mk,v 1.13 2016/09/28 12:07:27 maya Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.${GCC_PKGNAME}
PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran gcc-java \
@@ -7,7 +7,7 @@ PKG_SUGGESTED_OPTIONS= gcc-c++ gcc-fortr
PKG_SUGGESTED_OPTIONS.DragonFly+= nls
PKG_SUGGESTED_OPTIONS.Linux+= nls gcc-java
-PKG_SUGGESTED_OPTIONS.NetBSD+= nls gcc-java
+PKG_SUGGESTED_OPTIONS.NetBSD+= nls
PKG_SUGGESTED_OPTIONS.SunOS+= gcc-go gcc-inplace-math
PKG_SUGGESTED_OPTIONS.*+= gcc-java
Home |
Main Index |
Thread Index |
Old Index