diff --git a/net/waypipe/Makefile b/net/waypipe/Makefile index abbc7763523e..e994b92ea62e 100644 --- a/net/waypipe/Makefile +++ b/net/waypipe/Makefile @@ -1,56 +1,57 @@ PORTNAME= waypipe DISTVERSIONPREFIX= v DISTVERSION= 0.9.2 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 COMMENT= Network transparency with Wayland 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 GL_ACCOUNT= mstoeckl PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= FFMPEG LZ4 MANPAGES OPENGL VAAPI ZSTD OPTIONS_DEFAULT=FFMPEG LZ4 MANPAGES OPENGL VAAPI ZSTD FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg FFMPEG_MESON_ENABLED= with_video LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 LZ4_MESON_ENABLED= with_lz4 MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc MANPAGES_MESON_ENABLED= man-pages MANPAGES_PLIST_FILES= share/man/man1/${PORTNAME}.1.gz OPENGL_USES= gl OPENGL_USE= GL=gbm OPENGL_LIB_DEPENDS= libdrm.so:graphics/libdrm OPENGL_MESON_ENABLED= with_dmabuf VAAPI_LIB_DEPENDS= libva.so:multimedia/libva VAAPI_MESON_ENABLED= with_vaapi VAAPI_IMPLIES= FFMPEG ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd ZSTD_MESON_ENABLED= with_zstd post-patch: # Extract (snapshot) version from the port instead of meson.build @${REINPLACE_CMD} -i .nogit -e 's/git.found()/false/' \ -e '/project_version/s/@0@/${DISTVERSIONFULL}/' \ ${WRKSRC}/meson.build .include 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 - #include - #include - #include