git: d257bcc101e9 - 2024Q2 - x11-toolkits/wlroots-devel: drop unused patch after bbab7f59e963
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Jun 2024 22:57:08 UTC
The branch 2024Q2 has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d257bcc101e9fa70ed2f45c6c4fcf56e64b5f8f8
commit d257bcc101e9fa70ed2f45c6c4fcf56e64b5f8f8
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-06-10 22:55:07 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-06-10 22:56:58 +0000
x11-toolkits/wlroots-devel: drop unused patch after bbab7f59e963
(cherry picked from commit 3f7b2f51a9f29ff3cccac0115d752d49684f0cda)
---
x11-toolkits/wlroots-devel/Makefile | 8 --------
1 file changed, 8 deletions(-)
diff --git a/x11-toolkits/wlroots-devel/Makefile b/x11-toolkits/wlroots-devel/Makefile
index baea494c8a8b..d6e3b4933142 100644
--- a/x11-toolkits/wlroots-devel/Makefile
+++ b/x11-toolkits/wlroots-devel/Makefile
@@ -76,13 +76,5 @@ post-patch:
# Extract (snapshot) version from the port instead of meson.build
@${REINPLACE_CMD} "/STR/s/meson.project_version()/'${DISTVERSIONFULL}'/" \
${WRKSRC}/include/wlr/meson.build
-# XXX Drop after FreeBSD 12.4 EOL around 2023-12-31
-# https://cgit.freebsd.org/src/commit/?id=d7535fb3e3cb
- @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}/types/wlr_presentation_time.c; \
- fi
.include <bsd.port.mk>