aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2024-02-05 09:10:35 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2024-02-07 16:32:20 +0000
commitbd305ba05fa0c1b89823adfd47e359be610aefb0 (patch)
tree3fd5f03a5fe3640880a3c300c46cb3063780bb31
parent081636ca7aed426c847928e333e50875ae13479f (diff)
downloadports-bd305ba05fa0c1b89823adfd47e359be610aefb0.tar.gz
ports-bd305ba05fa0c1b89823adfd47e359be610aefb0.zip
devel/libvirt: fix build with make jobs
Add a fix from the upstream repository for build with make jobs. PR: 276787 Reported by: dvl
-rw-r--r--devel/libvirt/Makefile3
-rw-r--r--devel/libvirt/distinfo4
2 files changed, 6 insertions, 1 deletions
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile
index 192ee2cd5574..a6d849a33ca8 100644
--- a/devel/libvirt/Makefile
+++ b/devel/libvirt/Makefile
@@ -4,6 +4,9 @@ CATEGORIES= devel
MASTER_SITES= http://libvirt.org/sources/ \
ftp://libvirt.org/libvirt/
+PATCH_SITES= https://github.com/libvirt/libvirt/commit/
+PATCHFILES= dcfe548cb0.patch:-p1
+
MAINTAINER= novel@FreeBSD.org
COMMENT= Toolkit to interact with virtualization capabilities
WWW= https://libvirt.org/
diff --git a/devel/libvirt/distinfo b/devel/libvirt/distinfo
index 09af9e7540f7..48212399fb8e 100644
--- a/devel/libvirt/distinfo
+++ b/devel/libvirt/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1705513919
+TIMESTAMP = 1707124112
SHA256 (libvirt-10.0.0.tar.xz) = 8ba2e72ec8bdd2418554a1474c42c35704c30174b7611eaf9a16544b71bcf00a
SIZE (libvirt-10.0.0.tar.xz) = 9395076
+SHA256 (dcfe548cb0.patch) = 9211f318e0508a7b390c656c036240b168591d3aebf5d485a6ac10b18301797a
+SIZE (dcfe548cb0.patch) = 4967