Received: by mail.netbsd.org (Postfix, from userid 605) id 547C284D78; Wed, 31 Jan 2018 13:12:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D48EF84D2F for ; Wed, 31 Jan 2018 13:12:46 +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 CU3jBxzcx8Je for ; Wed, 31 Jan 2018 13:12:46 +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 7434E84C74 for ; Wed, 31 Jan 2018 13:12:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6F46EFB40; Wed, 31 Jan 2018 13:12:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151740436672010" MIME-Version: 1.0 Date: Wed, 31 Jan 2018 13:12:46 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/devel/exempi To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20180131131246.6F46EFB40@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. --_----------=_151740436672010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Wed Jan 31 13:12:46 UTC 2018 Modified Files: pkgsrc/devel/exempi: Makefile Log Message: exempi: Specify C++03, not C++11 clean. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/exempi/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151740436672010 Content-Disposition: inline Content-Length: 641 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/exempi/Makefile diff -u pkgsrc/devel/exempi/Makefile:1.29 pkgsrc/devel/exempi/Makefile:1.30 --- pkgsrc/devel/exempi/Makefile:1.29 Mon Jan 1 21:18:20 2018 +++ pkgsrc/devel/exempi/Makefile Wed Jan 31 13:12:46 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2018/01/01 21:18:20 adam Exp $ +# $NetBSD: Makefile,v 1.30 2018/01/31 13:12:46 jperkin Exp $ DISTNAME= exempi-2.3.0 PKGREVISION= 5 @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= ac_cv_tls=none USE_LIBTOOL= yes USE_TOOLS+= pkg-config -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++03 CONFIGURE_ARGS+= LIBS=${BUILDLINK_LDADD.iconv:Q} --_----------=_151740436672010--