aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-09-30 00:04:07 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-09-30 00:44:35 +0000
commitb0a0e8ec6e859cbcd8bb6d9d366461f20c7faa33 (patch)
tree765389025373c43e97ffbddd58854815a1979b64 /x11-toolkits
parentfd8e189d45b0d099e3d650db40b89046661cc46e (diff)
downloadports-b0a0e8ec6e859cbcd8bb6d9d366461f20c7faa33.tar.gz
ports-b0a0e8ec6e859cbcd8bb6d9d366461f20c7faa33.zip
x11-toolkits/libdecor: unbreak runtime on FreeBSD < 13
SHM_ANON cannot be used with posix_fallocate(2) until https://cgit.freebsd.org/src/commit/?id=f10405323ab1
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/libdecor/Makefile4
-rw-r--r--x11-toolkits/libdecor/distinfo6
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-toolkits/libdecor/Makefile b/x11-toolkits/libdecor/Makefile
index 2566bd0adc2f..6c3187024031 100644
--- a/x11-toolkits/libdecor/Makefile
+++ b/x11-toolkits/libdecor/Makefile
@@ -1,10 +1,12 @@
PORTNAME= libdecor
DISTVERSION= 0.1.0
+PORTREVISION= 1
CATEGORIES= x11-toolkits
PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/
PATCHFILES+= ca1dd07bbdbd.patch:-p1 # https://gitlab.gnome.org/jadahl/libdecor/-/merge_requests/74
-PATCHFILES+= 0c5daad652ae.patch:-p1 # https://gitlab.gnome.org/jadahl/libdecor/-/merge_requests/75
+PATCHFILES+= 4b8b2865e1e5.patch:-p1 # https://gitlab.gnome.org/jadahl/libdecor/-/merge_requests/75
+PATCHFILES+= 51e9db022fe2.patch:-p1 # https://gitlab.gnome.org/jadahl/libdecor/-/merge_requests/75
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Client-side decorations library for Wayland client
diff --git a/x11-toolkits/libdecor/distinfo b/x11-toolkits/libdecor/distinfo
index c1be1c0be186..e1f959f7a37c 100644
--- a/x11-toolkits/libdecor/distinfo
+++ b/x11-toolkits/libdecor/distinfo
@@ -3,5 +3,7 @@ SHA256 (jadahl-libdecor-3ec3fadd59a21835079fbb3046d2bec6c649d6fa_GL0.tar.gz) = 1
SIZE (jadahl-libdecor-3ec3fadd59a21835079fbb3046d2bec6c649d6fa_GL0.tar.gz) = 45097
SHA256 (ca1dd07bbdbd.patch) = fd83b8339a2e721e57417a0c407dd4448bee564fc12b0c0accd6a05736b0203a
SIZE (ca1dd07bbdbd.patch) = 1246
-SHA256 (0c5daad652ae.patch) = bbe4b98ba88b1b3c186846ca0195521314110f9eaeeb2daf052bc8052b7a8a6b
-SIZE (0c5daad652ae.patch) = 4485
+SHA256 (4b8b2865e1e5.patch) = 3f9401d7d7d5431ceab39e487140f4f18adab79facaff79a8176f6290c880def
+SIZE (4b8b2865e1e5.patch) = 14905
+SHA256 (51e9db022fe2.patch) = 74672d0206683a28da0a1083592908a6eda5bd8ff4316b6bbefabe85de6fd3d7
+SIZE (51e9db022fe2.patch) = 1232