git: c0be7e7b8e6c - main - devel/zziplib: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Jun 2024 02:47:09 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c0be7e7b8e6c8470c5068da24378e45b279adf9a commit c0be7e7b8e6c8470c5068da24378e45b279adf9a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-06-03 02:37:28 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-06-03 02:37:28 +0000 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 --- devel/zziplib/Makefile | 3 +++ devel/zziplib/distinfo | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) 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