pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print With poppler-0.57 this now needs c++11 to build ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6caddc0f0cb8
branches:  trunk
changeset: 366522:6caddc0f0cb8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Aug 15 07:45:51 2017 +0000

description:
With poppler-0.57 this now needs c++11 to build (nullptr).

diffstat:

 print/luatex/Makefile |  4 ++--
 print/web2c/Makefile  |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 14bd7f655324 -r 6caddc0f0cb8 print/luatex/Makefile
--- a/print/luatex/Makefile     Tue Aug 15 07:42:10 2017 +0000
+++ b/print/luatex/Makefile     Tue Aug 15 07:45:51 2017 +0000
@@ -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 @@
                        ${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 \
diff -r 14bd7f655324 -r 6caddc0f0cb8 print/web2c/Makefile
--- a/print/web2c/Makefile      Tue Aug 15 07:42:10 2017 +0000
+++ b/print/web2c/Makefile      Tue Aug 15 07:45:51 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2017/06/20 20:50:50 markd Exp $
+# $NetBSD: Makefile,v 1.59 2017/08/15 07:45:51 wiz Exp $
 
 DISTNAME=      texlive-20170524-source
 PKGNAME=       web2c-2017
@@ -21,7 +21,7 @@
 
 GNU_CONFIGURE= yes
 INFO_FILES=    yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
 USE_LIBTOOL=   yes
 USE_TOOLS+=    gmake lex yacc pkg-config
 WRKSRC=                ${WRKDIR}/${DISTNAME}/texk/web2c



Home | Main Index | Thread Index | Old Index