1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

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
This commit is contained in:
Jan Beich 2021-09-30 00:04:07 +00:00
parent fd8e189d45
commit b0a0e8ec6e
2 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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