mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
x11-toolkits/wlroots-devel: update to 0.16.0.811
Changes: af165acb42...5de9e1a99d
This commit is contained in:
parent
a018b84a61
commit
f4df1ef17f
3 changed files with 9 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= wlroots
|
PORTNAME= wlroots
|
||||||
DISTVERSION= 0.16.0-803
|
DISTVERSION= 0.16.0-811
|
||||||
DISTVERSIONSUFFIX= -gaf165acb42
|
DISTVERSIONSUFFIX= -g5de9e1a99d
|
||||||
CATEGORIES= x11-toolkits
|
CATEGORIES= x11-toolkits
|
||||||
PKGNAMESUFFIX= -devel
|
PKGNAMESUFFIX= -devel
|
||||||
|
|
||||||
|
@ -79,7 +79,8 @@ post-patch:
|
||||||
@if [ ${OPSYS} = FreeBSD -a ${OSVERSION} -lt 1300515 ]; then \
|
@if [ ${OPSYS} = FreeBSD -a ${OSVERSION} -lt 1300515 ]; then \
|
||||||
${REINPLACE_CMD} -e '/POSIX/s/199309/200112/' \
|
${REINPLACE_CMD} -e '/POSIX/s/199309/200112/' \
|
||||||
${WRKSRC}/render/gles2/pass.c \
|
${WRKSRC}/render/gles2/pass.c \
|
||||||
${WRKSRC}/render/gles2/renderer.c; \
|
${WRKSRC}/render/gles2/renderer.c \
|
||||||
|
${WRKSRC}/types/wlr_presentation_time.c; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
TIMESTAMP = 1698347108
|
TIMESTAMP = 1699292815
|
||||||
SHA256 (wlroots-0.16.0-803-gaf165acb42.tar.bz2) = 1d545ffcd0b2475f795a7157648b7eab5a260a5eda2a18b3176a142bc1a0a54f
|
SHA256 (wlroots-0.16.0-811-g5de9e1a99d.tar.bz2) = 65b814d3a2fa9bea92d41d807c9f86cac5c771224d78d8a85221e118dbde0b3e
|
||||||
SIZE (wlroots-0.16.0-803-gaf165acb42.tar.bz2) = 451047
|
SIZE (wlroots-0.16.0-811-g5de9e1a99d.tar.bz2) = 450889
|
||||||
SHA256 (10f80a8f1bb2.patch) = ca65f8eecf32e7364d5ba43cd9ee91060710a6fb8392892c86ad71e4f2a4c0b5
|
SHA256 (10f80a8f1bb2.patch) = ca65f8eecf32e7364d5ba43cd9ee91060710a6fb8392892c86ad71e4f2a4c0b5
|
||||||
SIZE (10f80a8f1bb2.patch) = 6097
|
SIZE (10f80a8f1bb2.patch) = 6097
|
||||||
SHA256 (3196c73d487f.patch) = 69c6bc4658852bb45a24b129f625a7faaed8035dab0d79c388ae74d650beacdc
|
SHA256 (3196c73d487f.patch) = 69c6bc4658852bb45a24b129f625a7faaed8035dab0d79c388ae74d650beacdc
|
||||||
|
|
|
@ -16,6 +16,8 @@ WWW?= https://swaywm.org/
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
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 \
|
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
|
||||||
wayland-protocols>=1.24:graphics/wayland-protocols \
|
wayland-protocols>=1.24:graphics/wayland-protocols \
|
||||||
wlroots>=0.16.0.766<0.17.0:x11-toolkits/wlroots
|
wlroots>=0.16.0.766<0.17.0:x11-toolkits/wlroots
|
||||||
|
|
Loading…
Add table
Reference in a new issue