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 0704A7A1F7 for ; Mon, 1 May 2017 04:16:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7067885582; Mon, 1 May 2017 04:16:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F399484DE5 for ; Mon, 1 May 2017 04:16:12 +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 pVsUKJNXI7MB for ; Mon, 1 May 2017 04:16:12 +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 80B0284CE1 for ; Mon, 1 May 2017 04:16:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 74066FBE4; Mon, 1 May 2017 04:16:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1493612172163240" MIME-Version: 1.0 Date: Mon, 1 May 2017 04:16:12 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20170501041612.74066FBE4@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. --_----------=_1493612172163240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Mon May 1 04:16:12 UTC 2017 Modified Files: pkgsrc/devel/cppunit: buildlink3.mk pkgsrc/misc/libreoffice: Makefile Log Message: Fix misc/libreoffice build on netbsd-7/gcc-4.8 To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/cppunit/buildlink3.mk cvs rdiff -u -r1.109 -r1.110 pkgsrc/misc/libreoffice/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1493612172163240 Content-Disposition: inline Content-Length: 1566 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/cppunit/buildlink3.mk diff -u pkgsrc/devel/cppunit/buildlink3.mk:1.10 pkgsrc/devel/cppunit/buildlink3.mk:1.11 --- pkgsrc/devel/cppunit/buildlink3.mk:1.10 Thu Apr 20 08:39:03 2017 +++ pkgsrc/devel/cppunit/buildlink3.mk Mon May 1 04:16:12 2017 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2017/04/20 08:39:03 jperkin Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2017/05/01 04:16:12 ryoon Exp $ BUILDLINK_TREE+= cppunit @@ -11,7 +11,4 @@ BUILDLINK_PKGSRCDIR.cppunit?= ../../deve BUILDLINK_CPPFLAGS.cppunit+= -I${BUILDLINK_PREFIX.cppunit}/include/cppunit .endif # CPPUNIT_BUILDLINK3_MK -# cppunit enables C++11 so all dependencies must be built the same way -CXXFLAGS+= -std=c++11 - BUILDLINK_TREE+= -cppunit Index: pkgsrc/misc/libreoffice/Makefile diff -u pkgsrc/misc/libreoffice/Makefile:1.109 pkgsrc/misc/libreoffice/Makefile:1.110 --- pkgsrc/misc/libreoffice/Makefile:1.109 Sun Apr 30 01:21:53 2017 +++ pkgsrc/misc/libreoffice/Makefile Mon May 1 04:16:12 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.109 2017/04/30 01:21:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.110 2017/05/01 04:16:12 ryoon Exp $ VERREL= 5.3.2 VERRC= 2 @@ -14,9 +14,6 @@ HOMEPAGE= http://www.libreoffice.org/ COMMENT= Office productivity suite from The Document Foundation LICENSE= gnu-lgpl-v3 -# devel/cppunit/buildlink3.mk defined -std=c++11 and build fails -BUILDLINK_TRANSFORM+= opt:-std=c++11:-std=gnu++14 - SUBST_CLASSES+= use-bash SUBST_STAGE.use-bash= pre-configure SUBST_MESSAGE.use-bash= Using bash for configure script --_----------=_1493612172163240--