Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id EAABB7A111 for ; Wed, 28 Sep 2016 12:07:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5FEB785EF6; Wed, 28 Sep 2016 12:07:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E513385EA1 for ; Wed, 28 Sep 2016 12:07:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id HyCzuH_vsx_S for ; Wed, 28 Sep 2016 12:07:27 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4EEEC85E24 for ; Wed, 28 Sep 2016 12:07:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 49BD8FBD2; Wed, 28 Sep 2016 12:07:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1475064447165020" MIME-Version: 1.0 Date: Wed, 28 Sep 2016 12:07:27 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/lang/gcc47 To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20160928120727.49BD8FBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1475064447165020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1475064447165020 Content-Disposition: inline Content-Length: 837 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1475064447165020--