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 3BB847A471 for ; Tue, 5 Jul 2016 00:20:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A271785E8B; Tue, 5 Jul 2016 00:20:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 34B3885E79 for ; Tue, 5 Jul 2016 00:20:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id uo1VhLHdGRFB for ; Tue, 5 Jul 2016 00:19:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AAFB885E00 for ; Tue, 5 Jul 2016 00:19:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A62F9FBB5; Tue, 5 Jul 2016 00:19:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1467677999293570" MIME-Version: 1.0 Date: Tue, 5 Jul 2016 00:19:59 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20160705001959.A62F9FBB5@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. --_----------=_1467677999293570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Tue Jul 5 00:19:59 UTC 2016 Modified Files: pkgsrc/audio/musicpd: Makefile pkgsrc/devel/include-what-you-use: Makefile pkgsrc/emulators/emulationstation: Makefile pkgsrc/emulators/mame: Makefile Log Message: Avoid GCC_REQD= in favour of GCC_REQD+= The latter allows users to override the value with a newer version. To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121 pkgsrc/audio/musicpd/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/include-what-you-use/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/emulators/emulationstation/Makefile cvs rdiff -u -r1.58 -r1.59 pkgsrc/emulators/mame/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1467677999293570 Content-Disposition: inline Content-Length: 2845 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/musicpd/Makefile diff -u pkgsrc/audio/musicpd/Makefile:1.120 pkgsrc/audio/musicpd/Makefile:1.121 --- pkgsrc/audio/musicpd/Makefile:1.120 Sun Jun 19 20:34:38 2016 +++ pkgsrc/audio/musicpd/Makefile Tue Jul 5 00:19:59 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.120 2016/06/19 20:34:38 wiz Exp $ +# $NetBSD: Makefile,v 1.121 2016/07/05 00:19:59 maya Exp $ DISTNAME= mpd-0.19.16 PKGNAME= ${DISTNAME:S/mpd/musicpd/} @@ -20,7 +20,7 @@ USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ # See ${WRKSRC}/src/Compiler.h: mpd requires gcc>=4.6 -GCC_REQD= 4.6 +GCC_REQD+= 4.6 # MacOS X audio output is no longer enabled by default. CONFIGURE_ARGS.Darwin+= --enable-osx Index: pkgsrc/devel/include-what-you-use/Makefile diff -u pkgsrc/devel/include-what-you-use/Makefile:1.3 pkgsrc/devel/include-what-you-use/Makefile:1.4 --- pkgsrc/devel/include-what-you-use/Makefile:1.3 Mon Mar 14 14:36:39 2016 +++ pkgsrc/devel/include-what-you-use/Makefile Tue Jul 5 00:19:59 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/03/14 14:36:39 tnn Exp $ +# $NetBSD: Makefile,v 1.4 2016/07/05 00:19:59 maya Exp $ DISTNAME= include-what-you-use-0.5.src PKGREVISION= 1 @@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR}/include-what-you-use USE_CMAKE= yes CMAKE_ARGS= -DIWYU_LLVM_ROOT_PATH:PATH=${BUILDLINK_PREFIX.clang} USE_LANGUAGES= c c++ -GCC_REQD= 4.8 +GCC_REQD+= 4.8 REPLACE_PYTHON= *.py Index: pkgsrc/emulators/emulationstation/Makefile diff -u pkgsrc/emulators/emulationstation/Makefile:1.6 pkgsrc/emulators/emulationstation/Makefile:1.7 --- pkgsrc/emulators/emulationstation/Makefile:1.6 Sat Mar 5 11:28:28 2016 +++ pkgsrc/emulators/emulationstation/Makefile Tue Jul 5 00:19:59 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/03/05 11:28:28 jperkin Exp $ +# $NetBSD: Makefile,v 1.7 2016/07/05 00:19:59 maya Exp $ DISTNAME= abba19584636c28cd98e3810e857f493cb63d06c PKGNAME= emulationstation-2.0.0_rc1_20150210 @@ -15,7 +15,7 @@ LICENSE= mit USE_CMAKE= yes USE_LANGUAGES+= c c++ -GCC_REQD= 4.7 # C++11 +GCC_REQD+= 4.7 # C++11 .include "../../mk/compiler.mk" .if !empty(PKGSRC_COMPILER:Mclang) Index: pkgsrc/emulators/mame/Makefile diff -u pkgsrc/emulators/mame/Makefile:1.58 pkgsrc/emulators/mame/Makefile:1.59 --- pkgsrc/emulators/mame/Makefile:1.58 Thu Jun 30 18:05:55 2016 +++ pkgsrc/emulators/mame/Makefile Tue Jul 5 00:19:59 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2016/06/30 18:05:55 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2016/07/05 00:19:59 maya Exp $ DISTNAME= mame-0.175 CATEGORIES= emulators @@ -24,7 +24,7 @@ DEPENDS+= liberation-ttf-[0-9]*:../../f USE_LANGUAGES= c99 c++ # 4.9 is enough, but doesn't build with SSP support on NetBSD -GCC_REQD= 5.3 +GCC_REQD+= 5.3 USE_TOOLS+= bsdtar gmake pkg-config UNLIMIT_RESOURCES+= datasize MAKE_FILE= makefile --_----------=_1467677999293570--