git: f5f2e6412f6d - main - net/waypipe: update to 0.9.2

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Tue, 19 Nov 2024 00:58:07 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f5f2e6412f6d03b224f95cc961cac1913dd5fb3b

commit f5f2e6412f6d03b224f95cc961cac1913dd5fb3b
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-11-18 22:29:20 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-11-19 00:57:43 +0000

    net/waypipe: update to 0.9.2
    
    Changes:        https://gitlab.freedesktop.org/mstoeckl/waypipe/-/releases/v0.9.2
    Reported by:    GitLab (notify releases)
---
 net/waypipe/Makefile                 |  4 +++-
 net/waypipe/distinfo                 |  6 +++---
 net/waypipe/files/patch-src_secctx.c | 11 +++++++++++
 3 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/net/waypipe/Makefile b/net/waypipe/Makefile
index 3ec5b59af835..4e9fbda728da 100644
--- a/net/waypipe/Makefile
+++ b/net/waypipe/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	waypipe
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.9.1
+DISTVERSION=	0.9.2
 CATEGORIES=	net wayland
 
 MAINTAINER=	jbeich@FreeBSD.org
@@ -10,6 +10,8 @@ WWW=		https://gitlab.freedesktop.org/mstoeckl/waypipe
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+LIB_DEPENDS=	libwayland-client.so:graphics/wayland
+
 USES=		compiler:c11 localbase:ldflags meson pkgconfig
 USE_GITLAB=	yes
 GL_SITE=	https://gitlab.freedesktop.org
diff --git a/net/waypipe/distinfo b/net/waypipe/distinfo
index 2bbdcd3d6835..d8918f60dd06 100644
--- a/net/waypipe/distinfo
+++ b/net/waypipe/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1717943395
-SHA256 (waypipe-v0.9.1.tar.bz2) = d60d94a19038d2e231e3f1bf8122ae0894bc78fa753190f6e831c7931f8caaab
-SIZE (waypipe-v0.9.1.tar.bz2) = 193469
+TIMESTAMP = 1731968960
+SHA256 (waypipe-v0.9.2.tar.bz2) = ef0783ba95abb950cb0e876e1d186de77905759ed7406ec23973f46cab96b5ee
+SIZE (waypipe-v0.9.2.tar.bz2) = 196024
diff --git a/net/waypipe/files/patch-src_secctx.c b/net/waypipe/files/patch-src_secctx.c
new file mode 100644
index 000000000000..ff1436978550
--- /dev/null
+++ b/net/waypipe/files/patch-src_secctx.c
@@ -0,0 +1,11 @@
+https://gitlab.freedesktop.org/mstoeckl/waypipe/-/issues/110
+
+--- src/secctx.c.orig	2024-11-18 22:29:20 UTC
++++ src/secctx.c
+@@ -1,5 +1,6 @@
+ #include "security-context-v1-protocol.h"
+ #include "util.h"
++#include <string.h>
+ #include <sys/socket.h>
+ #include <sys/un.h>
+ #include <unistd.h>