diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2021-11-25 14:10:02 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2021-11-25 14:14:40 +0000 |
commit | 29811938bf1950e58a674fee0ff29bb92e344781 (patch) | |
tree | 219fba282af01428d3cfc715fa3dd79f3db2ae8b | |
parent | f2fe8facca4c35e44d792b7076b223406c8bf548 (diff) | |
download | ports-29811938bf1950e58a674fee0ff29bb92e344781.tar.gz ports-29811938bf1950e58a674fee0ff29bb92e344781.zip |
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
-rw-r--r-- | devel/libvirt/Makefile | 4 | ||||
-rw-r--r-- | devel/libvirt/distinfo | 6 |
2 files changed, 9 insertions, 1 deletions
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 |