svn commit: r527045 - head/graphics/wayland
Jan Beich
jbeich at FreeBSD.org
Mon Feb 24 20:01:30 UTC 2020
Author: jbeich
Date: Mon Feb 24 20:01:28 2020
New Revision: 527045
URL: https://svnweb.freebsd.org/changeset/ports/527045
Log:
graphics/wayland: replace posix_fallocate hack with a proper fix
PR: 224226
Approved by: x11 (manu, zeising)
Differential Revision: https://reviews.freebsd.org/D23696
Modified:
head/graphics/wayland/Makefile (contents, props changed)
head/graphics/wayland/distinfo (contents, props changed)
Modified: head/graphics/wayland/Makefile
==============================================================================
--- head/graphics/wayland/Makefile Mon Feb 24 20:01:19 2020 (r527044)
+++ head/graphics/wayland/Makefile Mon Feb 24 20:01:28 2020 (r527045)
@@ -3,12 +3,15 @@
PORTNAME= wayland
PORTVERSION= 1.18.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics wayland
MASTER_SITES= https://wayland.freedesktop.org/releases/
PATCH_SITES= https://gitlab.freedesktop.org/${PORTNAME}/${PORTNAME}/commit/
PATCHFILES+= 0fc00fff3015.patch:-p1 # https://gitlab.freedesktop.org/wayland/wayland/merge_requests/60
+PATCHFILES+= 1283d54dac97.patch:-p1 # https://gitlab.freedesktop.org/wayland/wayland/merge_requests/61
+PATCHFILES+= 3a3dd0820de3.patch:-p1 # https://gitlab.freedesktop.org/wayland/wayland/merge_requests/61
+PATCHFILES+= 230885ebb40b.patch:-p1 # https://gitlab.freedesktop.org/wayland/wayland/merge_requests/61
MAINTAINER= x11 at FreeBSD.org
COMMENT= Wayland composite "server"
@@ -26,9 +29,5 @@ USES= meson pkgconfig tar:xz
USE_GNOME= libxslt:build
USE_LDCONFIG= yes
MESON_ARGS= -Ddocumentation=false
-
-post-patch:
-# posix_fallocate returns EINVAL on ZFS since FreeBSD 12.0
- @${REINPLACE_CMD} '/posix_fallocate/d' ${WRKSRC}/meson.build
.include <bsd.port.mk>
Modified: head/graphics/wayland/distinfo
==============================================================================
--- head/graphics/wayland/distinfo Mon Feb 24 20:01:19 2020 (r527044)
+++ head/graphics/wayland/distinfo Mon Feb 24 20:01:28 2020 (r527045)
@@ -3,3 +3,9 @@ SHA256 (wayland-1.18.0.tar.xz) = 4675a79f091020817a98f
SIZE (wayland-1.18.0.tar.xz) = 453968
SHA256 (0fc00fff3015.patch) = 5e36dc6d5b28bb2062afe8e66e8069555701b3bbf4c7e233903761346e8b3432
SIZE (0fc00fff3015.patch) = 3868
+SHA256 (1283d54dac97.patch) = cb4964907e84c53adac5d2024251da67a269524cb64778f89c892d52e3307bc6
+SIZE (1283d54dac97.patch) = 1179
+SHA256 (3a3dd0820de3.patch) = 09e2a61b17dbceebda7ce9903af800a8c7badca3f850210f903455a7157f7153
+SIZE (3a3dd0820de3.patch) = 1138
+SHA256 (230885ebb40b.patch) = f1bed7c43f1761c0247fb5e6f8e798d8eaad6172c3107c1701905208df2bced1
+SIZE (230885ebb40b.patch) = 2705
More information about the svn-ports-all
mailing list