Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Nov 2021 14:14:59 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: 29811938bf19 - main - devel/libvirt: fix build on -CURRENT
Message-ID:  <202111251414.1APEExBL068548@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=29811938bf1950e58a674fee0ff29bb92e344781

commit 29811938bf1950e58a674fee0ff29bb92e344781
Author:     Roman Bogorodskiy <novel@FreeBSD.org>
AuthorDate: 2021-11-25 14:10:02 +0000
Commit:     Roman Bogorodskiy <novel@FreeBSD.org>
CommitDate: 2021-11-25 14:14:40 +0000

    devel/libvirt: fix build on -CURRENT
    
    Add upstream fixes for the build system so it don't get confused by the
    recently added sched_getaffinity() and related glibc compatibility
    functions to -CURRENT.
    
    Reported by:    pkg-fallout
---
 devel/libvirt/Makefile | 4 ++++
 devel/libvirt/distinfo | 6 +++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile
index 180306f0eaee..21d22f08485a 100644
--- a/devel/libvirt/Makefile
+++ b/devel/libvirt/Makefile
@@ -6,6 +6,10 @@ CATEGORIES=	devel
 MASTER_SITES=	http://libvirt.org/sources/ \
 		ftp://libvirt.org/libvirt/
 
+PATCH_SITES=	https://gitlab.com/libvirt/libvirt/-/commit/
+PATCHFILES=	c07cf0a68693f183948a332d86c4d86a26a9c551.patch:-p1 \
+		537c8e5e24bac2948faefc44427d1bc1f1b43298.patch:-p1
+
 MAINTAINER=	novel@FreeBSD.org
 COMMENT=	Toolkit to interact with virtualization capabilities
 
diff --git a/devel/libvirt/distinfo b/devel/libvirt/distinfo
index 645ded230a2c..eae747c1b7d0 100644
--- a/devel/libvirt/distinfo
+++ b/devel/libvirt/distinfo
@@ -1,3 +1,7 @@
-TIMESTAMP = 1635907284
+TIMESTAMP = 1637849252
 SHA256 (libvirt-7.9.0.tar.xz) = 829cf2b5f574279c40f0446e1168815d3f36b89710560263ca2ce70256f72e8c
 SIZE (libvirt-7.9.0.tar.xz) = 8785056
+SHA256 (c07cf0a68693f183948a332d86c4d86a26a9c551.patch) = 625e8727f0d5ca4bf6e8e3b0dc1f6d13bc025f934bfb428570074bf50bc16cf8
+SIZE (c07cf0a68693f183948a332d86c4d86a26a9c551.patch) = 3254
+SHA256 (537c8e5e24bac2948faefc44427d1bc1f1b43298.patch) = d98003ca5c4acee3d6f3438a7095d62caf6c78d1756fa795ab0cad4d7cff1e3a
+SIZE (537c8e5e24bac2948faefc44427d1bc1f1b43298.patch) = 1400



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