Received: by mail.netbsd.org (Postfix, from userid 605) id 29E4084D65; Tue, 15 Aug 2017 07:47:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B07E984D3D for ; Tue, 15 Aug 2017 07:47:38 +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 kmQEnmZt9Ich for ; Tue, 15 Aug 2017 07:47:37 +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 A1FDF84D39 for ; Tue, 15 Aug 2017 07:47:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 98395FAD0; Tue, 15 Aug 2017 07:47:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1502783257116860" MIME-Version: 1.0 Date: Tue, 15 Aug 2017 07:47:37 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/print/luatex To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170815074737.98395FAD0@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. --_----------=_1502783257116860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Aug 15 07:47:37 UTC 2017 Modified Files: pkgsrc/print/luatex: Makefile Log Message: With poppler-0.57 this now needs c++11 to build (nullptr). To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 pkgsrc/print/luatex/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1502783257116860 Content-Disposition: inline Content-Length: 729 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/luatex/Makefile diff -u pkgsrc/print/luatex/Makefile:1.57 pkgsrc/print/luatex/Makefile:1.58 --- pkgsrc/print/luatex/Makefile:1.57 Tue Jun 20 20:50:50 2017 +++ pkgsrc/print/luatex/Makefile Tue Aug 15 07:47:37 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2017/06/20 20:50:50 markd Exp $ +# $NetBSD: Makefile,v 1.58 2017/08/15 07:47:37 wiz Exp $ DISTNAME= texlive-20170524-source PKGNAME= luatex-1.0.4 @@ -17,7 +17,7 @@ EXTRACT_ELEMENTS= ${DISTNAME}/build-aux ${DISTNAME}/texk/web2c GNU_CONFIGURE= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++11 USE_LIBTOOL= yes USE_TOOLS+= gmake lex perl pkg-config yacc CONFIGURE_ARGS+= --disable-aleph --disable-etex --disable-pdftex \ --_----------=_1502783257116860--