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:   ryoon
Date:           Sun Feb  6 13:22:47 UTC 2022

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

Log Message:
zxing-cpp: Fix build without the internet access

* Blackbox tests target pulls fmtlib via git command.  Disable it.
  Reported by wiz@. Thank you.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/graphics/zxing-cpp/Makefile:1.2
--- pkgsrc/graphics/zxing-cpp/Makefile:1.1      Sat Feb  5 04:34:17 2022
+++ pkgsrc/graphics/zxing-cpp/Makefile  Sun Feb  6 13:22:47 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/02/05 04:34:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2022/02/06 13:22:47 ryoon Exp $
 
 GITHUB_PROJECT=        zxing-cpp
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -16,6 +16,8 @@ USE_TOOLS+=   pkg-config
 USE_LANGUAGES= c++11
 
 CMAKE_ARGS+=   -DBUILD_EXAMPLES=OFF
+# Blackbox tests target pulls fmtlib with git command.
+CMAKE_ARGS+=   -DBUILD_BLACKBOX_TESTS=OFF
 
 PKGCONFIG_OVERRIDE+=   zxing.pc.in
 



Home | Main Index | Thread Index | Old Index