diff --git a/net/waypipe/Makefile b/net/waypipe/Makefile index 3ec5b59af835..4e9fbda728da 100644 --- a/net/waypipe/Makefile +++ b/net/waypipe/Makefile @@ -1,50 +1,52 @@ PORTNAME= waypipe DISTVERSIONPREFIX= v -DISTVERSION= 0.9.1 +DISTVERSION= 0.9.2 CATEGORIES= net wayland 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 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 + #include + #include + #include