git: f06bdc50c8c6 - main - net/waypipe: switch to upstreamed patches

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Wed, 25 Dec 2024 19:46:55 UTC
The branch main has been updated by jbeich:

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

commit f06bdc50c8c6b08f6b3d656c9d81621a9b8e0ce6
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-12-24 19:02:45 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-12-25 19:46:28 +0000

    net/waypipe: switch to upstreamed patches
---
 net/waypipe/Makefile                 |  1 +
 net/waypipe/distinfo                 |  2 ++
 net/waypipe/files/patch-src_secctx.c | 11 -----------
 3 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/net/waypipe/Makefile b/net/waypipe/Makefile
index abbc7763523e..e994b92ea62e 100644
--- a/net/waypipe/Makefile
+++ b/net/waypipe/Makefile
@@ -5,6 +5,7 @@ PORTREVISION=	1
 CATEGORIES=	net wayland
 
 PATCH_SITES=	${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/
+PATCHFILES+=	eccbb5cbf1e3.patch:-p1 # https://gitlab.freedesktop.org/mstoeckl/waypipe/-/issues/110
 PATCHFILES+=	4216e58e3c0f.patch:-p1 # https://gitlab.freedesktop.org/mstoeckl/waypipe/-/issues/116
 
 MAINTAINER=	jbeich@FreeBSD.org
diff --git a/net/waypipe/distinfo b/net/waypipe/distinfo
index c6b45d46ee1f..116128c16af8 100644
--- a/net/waypipe/distinfo
+++ b/net/waypipe/distinfo
@@ -1,5 +1,7 @@
 TIMESTAMP = 1731968960
 SHA256 (waypipe-v0.9.2.tar.bz2) = ef0783ba95abb950cb0e876e1d186de77905759ed7406ec23973f46cab96b5ee
 SIZE (waypipe-v0.9.2.tar.bz2) = 196024
+SHA256 (eccbb5cbf1e3.patch) = e9f2cb8f771deda59be2041c625bb8da4af068cefbfb40fa880480e5d4e87e67
+SIZE (eccbb5cbf1e3.patch) = 543
 SHA256 (4216e58e3c0f.patch) = 25de12dad5de8f7e409751653adeb07380e248dfc7e08c625fef64cbb610ee06
 SIZE (4216e58e3c0f.patch) = 828
diff --git a/net/waypipe/files/patch-src_secctx.c b/net/waypipe/files/patch-src_secctx.c
deleted file mode 100644
index ff1436978550..000000000000
--- a/net/waypipe/files/patch-src_secctx.c
+++ /dev/null
@@ -1,11 +0,0 @@
-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>