pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/wayland
Module Name: pkgsrc
Committed By: tnn
Date: Sun Aug 7 23:08:39 UTC 2022
Modified Files:
pkgsrc/devel/wayland: platform.mk
Removed Files:
pkgsrc/devel/wayland/patches: patch-src_event-loop.c
patch-tests_test-runner.c
Log Message:
wayland: g/c stale patches, delint
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/wayland/platform.mk
cvs rdiff -u -r1.3 -r0 pkgsrc/devel/wayland/patches/patch-src_event-loop.c
cvs rdiff -u -r1.2 -r0 pkgsrc/devel/wayland/patches/patch-tests_test-runner.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/wayland/platform.mk
diff -u pkgsrc/devel/wayland/platform.mk:1.6 pkgsrc/devel/wayland/platform.mk:1.7
--- pkgsrc/devel/wayland/platform.mk:1.6 Sat Mar 28 08:58:25 2020
+++ pkgsrc/devel/wayland/platform.mk Sun Aug 7 23:08:39 2022
@@ -1,4 +1,4 @@
-# $NetBSD: platform.mk,v 1.6 2020/03/28 08:58:25 maya Exp $
+# $NetBSD: platform.mk,v 1.7 2022/08/07 23:08:39 tnn Exp $
.if !defined(PLATFORM_SUPPORTS_WAYLAND)
. include "../../mk/bsd.fast.prefs.mk"
@@ -11,9 +11,9 @@ WAYLAND_PLATFORMS+= Linux-*-*
# We can have Wayland without EGL, but a lot of things expect
# wayland and EGL support together.
-.if ${OPSYS} == "NetBSD" && !empty(MESALIB_SUPPORTS_EGL:M[Yy][Ee][Ss])
+. if ${OPSYS} == "NetBSD" && !empty(MESALIB_SUPPORTS_EGL:M[Yy][Ee][Ss])
PLATFORM_SUPPORTS_WAYLAND= yes
-.endif
+. endif
. for _wayland_platform in ${WAYLAND_PLATFORMS}
. if !empty(MACHINE_PLATFORM:M${_wayland_platform})
Home |
Main Index |
Thread Index |
Old Index