pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libsigc++3



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul  9 14:24:08 UTC 2023

Modified Files:
        pkgsrc/devel/libsigc++3: Makefile

Log Message:
libsigc++3: Update compiler requirements to match reality.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/libsigc++3/Makefile

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

Modified files:

Index: pkgsrc/devel/libsigc++3/Makefile
diff -u pkgsrc/devel/libsigc++3/Makefile:1.11 pkgsrc/devel/libsigc++3/Makefile:1.12
--- pkgsrc/devel/libsigc++3/Makefile:1.11       Mon Jul 25 19:45:35 2022
+++ pkgsrc/devel/libsigc++3/Makefile    Sun Jul  9 14:24:08 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2022/07/25 19:45:35 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2023/07/09 14:24:08 nia Exp $
 
 DISTNAME=      libsigc++-3.2.0
 PKGNAME=       ${DISTNAME:S/-/3-/}
@@ -11,11 +11,12 @@ HOMEPAGE=   https://github.com/libsigcplus
 COMMENT=       Type-safe callback system for C++ programs
 LICENSE=       gnu-lgpl-v2.1
 
-USE_LANGUAGES=         c c++11
+USE_LANGUAGES=         c c++
 USE_TOOLS+=            gm4 pkg-config
 PKGCONFIG_OVERRIDE=    sigc++.pc.in
 
-GCC_REQD+=     4.8
+# C++17
+GCC_REQD+=             7
 
 .include "../../devel/meson/build.mk"
 BUILDLINK_API_DEPENDS.mm-common+=      mm-common>=0.9.10



Home | Main Index | Thread Index | Old Index