Received: by mail.netbsd.org (Postfix, from userid 605) id 00F0B84FF6; Mon, 14 May 2018 12:16:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8076A84EF3 for ; Mon, 14 May 2018 12:15:59 +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 l9I0nqarr_W7 for ; Mon, 14 May 2018 12:15:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1E96084CE1 for ; Mon, 14 May 2018 12:15:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1779CFBEC; Mon, 14 May 2018 12:15:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1526300159250550" MIME-Version: 1.0 Date: Mon, 14 May 2018 12:15:59 +0000 From: "Youri Mouton" Subject: CVS commit: pkgsrc/devel/pangomm To: pkgsrc-changes@NetBSD.org Reply-To: youri@netbsd.org X-Mailer: log_accum Message-Id: <20180514121559.1779CFBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1526300159250550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: youri Date: Mon May 14 12:15:59 UTC 2018 Modified Files: pkgsrc/devel/pangomm: Makefile Log Message: pangomm requires recent c++ to build. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/pangomm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1526300159250550 Content-Disposition: inline Content-Length: 629 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/pangomm/Makefile diff -u pkgsrc/devel/pangomm/Makefile:1.49 pkgsrc/devel/pangomm/Makefile:1.50 --- pkgsrc/devel/pangomm/Makefile:1.49 Mon Apr 16 14:33:49 2018 +++ pkgsrc/devel/pangomm/Makefile Mon May 14 12:15:58 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2018/04/16 14:33:49 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2018/05/14 12:15:58 youri Exp $ DISTNAME= pangomm-2.40.1 PKGREVISION= 4 @@ -14,6 +14,7 @@ LICENSE= gnu-lgpl-v2.1 CONFLICTS+= gtkmm<=2.13.5 USE_LANGUAGES= c c++11 +GCC_REQD+= 4.9 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake pkg-config perl:run --_----------=_1526300159250550--