git: 62e06491dd1a - main - biology/vcflib: Patch in time.h for struct timespec
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 Jan 2023 14:15:31 UTC
The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=62e06491dd1a548fb95ab05880b0d5a5d422534c commit 62e06491dd1a548fb95ab05880b0d5a5d422534c Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2023-01-26 14:14:07 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2023-01-26 14:14:07 +0000 biology/vcflib: Patch in time.h for struct timespec Forgot to add patch file to repo during upgrade Needed on 12.3-RELEASE --- biology/vcflib/Makefile | 2 +- .../files/patch-contrib_WFA2-lib_system_profiler__timer.h | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/biology/vcflib/Makefile b/biology/vcflib/Makefile index 665663e16c96..17002a8ccdbc 100644 --- a/biology/vcflib/Makefile +++ b/biology/vcflib/Makefile @@ -1,7 +1,7 @@ PORTNAME= vcflib DISTVERSIONPREFIX= v DISTVERSION= 1.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology MAINTAINER= jwb@FreeBSD.org diff --git a/biology/vcflib/files/patch-contrib_WFA2-lib_system_profiler__timer.h b/biology/vcflib/files/patch-contrib_WFA2-lib_system_profiler__timer.h new file mode 100644 index 000000000000..c954e2132183 --- /dev/null +++ b/biology/vcflib/files/patch-contrib_WFA2-lib_system_profiler__timer.h @@ -0,0 +1,10 @@ +--- contrib/WFA2-lib/system/profiler_timer.h.orig 2023-01-26 13:43:09 UTC ++++ contrib/WFA2-lib/system/profiler_timer.h +@@ -33,6 +33,7 @@ + #ifndef PROFILER_TIMER_H + #define PROFILER_TIMER_H + ++#include <time.h> + #include "profiler_counter.h" + + /*