Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 2021 00:46:37 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b0a0e8ec6e85 - main - x11-toolkits/libdecor: unbreak runtime on FreeBSD < 13
Message-ID:  <202109300046.18U0kbJc085369@gitrepo.freebsd.org>

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

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

commit b0a0e8ec6e859cbcd8bb6d9d366461f20c7faa33
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-09-30 00:04:07 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-09-30 00:44:35 +0000

    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
---
 x11-toolkits/libdecor/Makefile | 4 +++-
 x11-toolkits/libdecor/distinfo | 6 ++++--
 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



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