pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/web2c web2c: require gcc5 for c++14



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d3521e6bd34
branches:  trunk
changeset: 454711:9d3521e6bd34
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jun 15 13:21:04 2021 +0000

description:
web2c: require gcc5 for c++14

diffstat:

 print/web2c/Makefile      |  5 ++++-
 print/web2c/buildlink3.mk |  5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (38 lines):

diff -r 7296b4bc6e37 -r 9d3521e6bd34 print/web2c/Makefile
--- a/print/web2c/Makefile      Tue Jun 15 13:12:29 2021 +0000
+++ b/print/web2c/Makefile      Tue Jun 15 13:21:04 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.107 2021/06/06 01:17:19 markd Exp $
+# $NetBSD: Makefile,v 1.108 2021/06/15 13:21:04 nia Exp $
 
 .include "../../print/texlive/Makefile.common"
 
@@ -19,6 +19,9 @@
 GNU_CONFIGURE_STRICT=  no # texk/web2c/web2c doesn't know the options
 PKGCONFIG_OVERRIDE=    synctexdir/synctex.pc.in
 
+# C++14
+GCC_REQD+=             5
+
 INFO_FILES=            yes
 WRKSRC=                        ${WRKDIR}/${DISTNAME}/texk/web2c
 
diff -r 7296b4bc6e37 -r 9d3521e6bd34 print/web2c/buildlink3.mk
--- a/print/web2c/buildlink3.mk Tue Jun 15 13:12:29 2021 +0000
+++ b/print/web2c/buildlink3.mk Tue Jun 15 13:21:04 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2020/03/23 11:10:02 bsiegert Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2021/06/15 13:21:04 nia Exp $
 
 BUILDLINK_TREE+=       web2c
 
@@ -8,6 +8,9 @@
 BUILDLINK_API_DEPENDS.web2c+=  web2c>=2019nb5
 BUILDLINK_PKGSRCDIR.web2c?=    ../../print/web2c
 
+# C++14
+GCC_REQD+=             5
+
 .endif # WEB2C_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -web2c



Home | Main Index | Thread Index | Old Index