pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/zziplib
Module Name: pkgsrc
Committed By: jperkin
Date: Thu Jun 6 11:59:31 UTC 2024
Modified Files:
pkgsrc/archivers/zziplib: distinfo
Added Files:
pkgsrc/archivers/zziplib/patches: patch-bins_CMakeLists.txt
patch-zzip_CMakeLists.txt
Log Message:
zziplib: Fix build when "gcov" is not available.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/archivers/zziplib/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/archivers/zziplib/patches/patch-bins_CMakeLists.txt
cvs rdiff -u -r0 -r1.5 \
pkgsrc/archivers/zziplib/patches/patch-zzip_CMakeLists.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/zziplib/distinfo
diff -u pkgsrc/archivers/zziplib/distinfo:1.29 pkgsrc/archivers/zziplib/distinfo:1.30
--- pkgsrc/archivers/zziplib/distinfo:1.29 Tue May 28 04:10:17 2024
+++ pkgsrc/archivers/zziplib/distinfo Thu Jun 6 11:59:31 2024
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.29 2024/05/28 04:10:17 adam Exp $
+$NetBSD: distinfo,v 1.30 2024/06/06 11:59:31 jperkin Exp $
BLAKE2s (zziplib-0.13.76.tar.gz) = efb599ee73b01509c72e669408adabbd713fce94b68fabdb0438da8fbcb8b270
SHA512 (zziplib-0.13.76.tar.gz) = d4b327530fc2681df1705b24d5de697d3c3829e299c28e047849444c7aeaf87e188d96782a2009dc7ae216f82f744a32a94fc7962fb12b3a62b28d7ecf12a7d6
Size (zziplib-0.13.76.tar.gz) = 1185716 bytes
+SHA1 (patch-bins_CMakeLists.txt) = 15be209a0558f7ec63e0a322f09a49755ec9baa3
+SHA1 (patch-zzip_CMakeLists.txt) = ddfadb2c2d6a055a61f0281ecad3f83ad8438bf9
Added files:
Index: pkgsrc/archivers/zziplib/patches/patch-bins_CMakeLists.txt
diff -u /dev/null pkgsrc/archivers/zziplib/patches/patch-bins_CMakeLists.txt:1.1
--- /dev/null Thu Jun 6 11:59:31 2024
+++ pkgsrc/archivers/zziplib/patches/patch-bins_CMakeLists.txt Thu Jun 6 11:59:31 2024
@@ -0,0 +1,22 @@
+$NetBSD: patch-bins_CMakeLists.txt,v 1.1 2024/06/06 11:59:31 jperkin Exp $
+
+Fix build when "gcov" is not available.
+
+--- bins/CMakeLists.txt.orig 2024-06-06 11:55:50.726376934 +0000
++++ bins/CMakeLists.txt
+@@ -9,7 +9,6 @@ endif(NOT CMAKE_BUILD_TYPE)
+
+ include ( GNUInstallDirs )
+ include ( FindPkgConfig )
+-include ( CodeCoverage )
+
+ # options ########################################################
+ option(BUILD_SHARED_LIBS "Build a shared library" ON)
+@@ -33,6 +32,7 @@ if(FORTIFY)
+ endif()
+
+ if(COVERAGE)
++include ( CodeCoverage )
+ append_coverage_compiler_flags()
+ endif()
+
Index: pkgsrc/archivers/zziplib/patches/patch-zzip_CMakeLists.txt
diff -u /dev/null pkgsrc/archivers/zziplib/patches/patch-zzip_CMakeLists.txt:1.5
--- /dev/null Thu Jun 6 11:59:31 2024
+++ pkgsrc/archivers/zziplib/patches/patch-zzip_CMakeLists.txt Thu Jun 6 11:59:31 2024
@@ -0,0 +1,22 @@
+$NetBSD: patch-zzip_CMakeLists.txt,v 1.5 2024/06/06 11:59:31 jperkin Exp $
+
+Fix build when "gcov" is not available.
+
+--- zzip/CMakeLists.txt.orig 2024-06-06 11:53:41.297570014 +0000
++++ zzip/CMakeLists.txt
+@@ -13,7 +13,6 @@ include ( GNUInstallDirs )
+ include ( JoinPaths )
+ include ( CheckVerboseSymlink )
+ include ( CheckCCompilerFlag )
+-include ( CodeCoverage )
+
+ # options ###########################################################
+ option(BUILD_SHARED_LIBS "Build a shared library" ON)
+@@ -140,6 +139,7 @@ if(FORTIFY)
+ endif()
+
+ if(COVERAGE)
++include ( CodeCoverage )
+ append_coverage_compiler_flags()
+ endif()
+
Home |
Main Index |
Thread Index |
Old Index