Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Feb 2024 16:33:08 GMT
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bd305ba05fa0 - main - devel/libvirt: fix build with make jobs
Message-ID:  <202402071633.417GX8P3003670@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by novel:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bd305ba05fa0c1b89823adfd47e359be610aefb0

commit bd305ba05fa0c1b89823adfd47e359be610aefb0
Author:     Roman Bogorodskiy <novel@FreeBSD.org>
AuthorDate: 2024-02-05 09:10:35 +0000
Commit:     Roman Bogorodskiy <novel@FreeBSD.org>
CommitDate: 2024-02-07 16:32:20 +0000

    devel/libvirt: fix build with make jobs
    
    Add a fix from the upstream repository for build with make jobs.
    
    PR:             276787
    Reported by:    dvl
---
 devel/libvirt/Makefile | 3 +++
 devel/libvirt/distinfo | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402071633.417GX8P3003670>