pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2026Q2] pkgsrc/graphics/zxing-cpp



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Thu Jul 16 06:47:15 UTC 2026

Modified Files:
        pkgsrc/graphics/zxing-cpp [pkgsrc-2026Q2]: Makefile

Log Message:
Pullup ticket #7171 - requested by is
graphics/zxing-cpp: build fix

Revisions pulled up:
- graphics/zxing-cpp/Makefile                                   1.18

---
   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.17.2.1 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.17.2.1
--- pkgsrc/graphics/zxing-cpp/Makefile:1.17     Tue Apr  7 11:39:00 2026
+++ pkgsrc/graphics/zxing-cpp/Makefile  Thu Jul 16 06:47:15 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2026/04/07 11:39:00 tsutsui Exp $
+# $NetBSD: Makefile,v 1.17.2.1 2026/07/16 06:47:15 bsiegert 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