pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/zxing-cpp



Module Name:    pkgsrc
Committed By:   gdt
Date:           Wed Jun 24 13:49:06 UTC 2026

Modified Files:
        pkgsrc/graphics/zxing-cpp: Makefile

Log Message:
graphics/zxing-cpp: Require c++20

per upstream README and CMakeLists.txt

resolves failure to build on NetBSD 10.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/zxing-cpp/Makefile

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

Modified files:

Index: pkgsrc/graphics/zxing-cpp/Makefile
diff -u pkgsrc/graphics/zxing-cpp/Makefile:1.17 pkgsrc/graphics/zxing-cpp/Makefile:1.18
--- pkgsrc/graphics/zxing-cpp/Makefile:1.17     Tue Apr  7 11:39:00 2026
+++ pkgsrc/graphics/zxing-cpp/Makefile  Wed Jun 24 13:49:06 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2026/04/07 11:39:00 tsutsui Exp $
+# $NetBSD: Makefile,v 1.18 2026/06/24 13:49:06 gdt Exp $
 
 DISTNAME=      zxing-cpp-3.0.2
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=nu-book/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -10,7 +11,9 @@ HOMEPAGE=     https://github.com/nu-book/zxi
 COMMENT=       1D/2D barcode reader/writer library in C++
 LICENSE=       apache-2.0
 
-USE_LANGUAGES= c c++
+USE_LANGUAGES=         c c++
+USE_CXX_FEATURES+=     c++20
+
 USE_TOOLS+=    pkg-config
 
 CMAKE_CONFIGURE_ARGS+= -DZXING_EXAMPLES=OFF



Home | Main Index | Thread Index | Old Index