Skip to content

Commit

Permalink
x11-toolkits/wlroots-devel: update to 0.16.0.811
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich committed Nov 11, 2023
1 parent a018b84 commit f4df1ef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 4 additions & 3 deletions x11-toolkits/wlroots-devel/Makefile
@@ -1,6 +1,6 @@
PORTNAME= wlroots
DISTVERSION= 0.16.0-803
DISTVERSIONSUFFIX= -gaf165acb42
DISTVERSION= 0.16.0-811
DISTVERSIONSUFFIX= -g5de9e1a99d
CATEGORIES= x11-toolkits
PKGNAMESUFFIX= -devel

Expand Down Expand Up @@ -79,7 +79,8 @@ post-patch:
@if [ ${OPSYS} = FreeBSD -a ${OSVERSION} -lt 1300515 ]; then \
${REINPLACE_CMD} -e '/POSIX/s/199309/200112/' \
${WRKSRC}/render/gles2/pass.c \
${WRKSRC}/render/gles2/renderer.c; \
${WRKSRC}/render/gles2/renderer.c \
${WRKSRC}/types/wlr_presentation_time.c; \
fi

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions x11-toolkits/wlroots-devel/distinfo
@@ -1,6 +1,6 @@
TIMESTAMP = 1698347108
SHA256 (wlroots-0.16.0-803-gaf165acb42.tar.bz2) = 1d545ffcd0b2475f795a7157648b7eab5a260a5eda2a18b3176a142bc1a0a54f
SIZE (wlroots-0.16.0-803-gaf165acb42.tar.bz2) = 451047
TIMESTAMP = 1699292815
SHA256 (wlroots-0.16.0-811-g5de9e1a99d.tar.bz2) = 65b814d3a2fa9bea92d41d807c9f86cac5c771224d78d8a85221e118dbde0b3e
SIZE (wlroots-0.16.0-811-g5de9e1a99d.tar.bz2) = 450889
SHA256 (10f80a8f1bb2.patch) = ca65f8eecf32e7364d5ba43cd9ee91060710a6fb8392892c86ad71e4f2a4c0b5
SIZE (10f80a8f1bb2.patch) = 6097
SHA256 (3196c73d487f.patch) = 69c6bc4658852bb45a24b129f625a7faaed8035dab0d79c388ae74d650beacdc
Expand Down
2 changes: 2 additions & 0 deletions x11-wm/sway-devel/Makefile
Expand Up @@ -16,6 +16,8 @@ WWW?= https://swaywm.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BROKEN= fails to build after https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/1c24b1182ba3

BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
wayland-protocols>=1.24:graphics/wayland-protocols \
wlroots>=0.16.0.766<0.17.0:x11-toolkits/wlroots
Expand Down

0 comments on commit f4df1ef

Please sign in to comment.