diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-06-03 02:37:28 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-06-03 02:37:28 +0000 |
commit | c0be7e7b8e6c8470c5068da24378e45b279adf9a (patch) | |
tree | c49018d768d5cf1d90f75ab545eba23d243bd130 | |
parent | 09cfa7d08cbd1b734e5c000b3119efd373ff2427 (diff) |
devel/zziplib: Fix build
Upstream includes COVERAGE unconditionally before this fix.
It causes build error on system without llvm-cov (WITHOUT_LLVM_COV in src.conf).
Reported by: vishwin
Obtained from: https://github.com/gdraheim/zziplib/commit/081b8ba4d0417abe6c2d997f5198e23b7fdb2977
-rw-r--r-- | devel/zziplib/Makefile | 3 | ||||
-rw-r--r-- | devel/zziplib/distinfo | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/devel/zziplib/Makefile b/devel/zziplib/Makefile index 0df322b50590..02034ec23330 100644 --- a/devel/zziplib/Makefile +++ b/devel/zziplib/Makefile @@ -3,6 +3,9 @@ PORTVERSION= 0.13.76 DISTVERSIONPREFIX= v CATEGORIES= devel +PATCH_SITES= https://github.com/gdraheim/zziplib/commit/ +PATCHFILES= 081b8ba4d0417abe6c2d997f5198e23b7fdb2977.patch:-p1 + MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library to provide transparent read access to zipped files WWW= https://github.com/gdraheim/zziplib diff --git a/devel/zziplib/distinfo b/devel/zziplib/distinfo index fb57fe22c73d..94a05c7a1819 100644 --- a/devel/zziplib/distinfo +++ b/devel/zziplib/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1716892230 +TIMESTAMP = 1717174009 SHA256 (gdraheim-zziplib-v0.13.76_GH0.tar.gz) = 08b0e300126329c928a41b6d68e397379fad02469e34a0855d361929968ea4c0 SIZE (gdraheim-zziplib-v0.13.76_GH0.tar.gz) = 1185716 +SHA256 (081b8ba4d0417abe6c2d997f5198e23b7fdb2977.patch) = 488a221208c1dd9cdd2eb04b5df8b33bd0a1c38bf69ec15f4f541a6fea4d88ab +SIZE (081b8ba4d0417abe6c2d997f5198e23b7fdb2977.patch) = 1717 |