pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/web2c



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jun 15 13:21:04 UTC 2021

Modified Files:
        pkgsrc/print/web2c: Makefile buildlink3.mk

Log Message:
web2c: require gcc5 for c++14


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 pkgsrc/print/web2c/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/web2c/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/web2c/Makefile
diff -u pkgsrc/print/web2c/Makefile:1.107 pkgsrc/print/web2c/Makefile:1.108
--- pkgsrc/print/web2c/Makefile:1.107   Sun Jun  6 01:17:19 2021
+++ pkgsrc/print/web2c/Makefile Tue Jun 15 13:21:04 2021
@@ -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 @@ USE_TOOLS+=           gmake lex yacc
 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
 

Index: pkgsrc/print/web2c/buildlink3.mk
diff -u pkgsrc/print/web2c/buildlink3.mk:1.1 pkgsrc/print/web2c/buildlink3.mk:1.2
--- pkgsrc/print/web2c/buildlink3.mk:1.1        Mon Mar 23 11:10:02 2020
+++ pkgsrc/print/web2c/buildlink3.mk    Tue Jun 15 13:21:04 2021
@@ -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 @@ WEB2C_BUILDLINK3_MK:=
 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