pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/gcc47 lang/gcc47: don't build gcc-java by default...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f54dcb0dd7f
branches:  trunk
changeset: 353106:4f54dcb0dd7f
user:      maya <maya%pkgsrc.org@localhost>
date:      Wed Sep 28 12:07:27 2016 +0000

description:
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.

diffstat:

 lang/gcc47/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5367b56cddf6 -r 4f54dcb0dd7f lang/gcc47/options.mk
--- a/lang/gcc47/options.mk     Wed Sep 28 11:10:55 2016 +0000
+++ b/lang/gcc47/options.mk     Wed Sep 28 12:07:27 2016 +0000
@@ -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.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