Date: Fri, 31 Mar 2023 16:16:50 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7573c83fb5bb - main - x11/fnott: switch to upstream clang 15 fix Message-ID: <202303311616.32VGGoh0014275@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=7573c83fb5bb127d1ea0c3278901aa39b672ec90 commit 7573c83fb5bb127d1ea0c3278901aa39b672ec90 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-03-31 16:16:16 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-03-31 16:16:30 +0000 x11/fnott: switch to upstream clang 15 fix --- x11/fnott/Makefile | 4 +++- x11/fnott/distinfo | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/x11/fnott/Makefile b/x11/fnott/Makefile index a27da00ecfcb..d0f29d3f3697 100644 --- a/x11/fnott/Makefile +++ b/x11/fnott/Makefile @@ -3,6 +3,9 @@ DISTVERSION= 1.4.0 CATEGORIES= x11 wayland MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ +PATCH_SITES= https://codeberg.org/dnkl/${PORTNAME}/commit/ +PATCHFILES+= cee8e61a02cc.patch:-p1 # https://codeberg.org/dnkl/fnott/issues/96 + MAINTAINER= jbeich@FreeBSD.org COMMENT= Keyboard-driven notification daemon for wlroots-based compositors WWW= https://codeberg.org/dnkl/fnott @@ -23,7 +26,6 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \ USES= compiler:c11 meson pkgconfig xorg USE_XORG= pixman -CFLAGS+= -Wno-error=unused-but-set-variable # https://codeberg.org/dnkl/fnott/issues/96 WRKSRC= ${WRKDIR}/${PORTNAME} post-patch: diff --git a/x11/fnott/distinfo b/x11/fnott/distinfo index 6f0de3d3a363..c4a645b78793 100644 --- a/x11/fnott/distinfo +++ b/x11/fnott/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1680250055 SHA256 (fnott-1.4.0.tar.gz) = 60dad48005d212a34852f72064a61cf27d8b0e0e28a8b26fa289b806b84edb5e SIZE (fnott-1.4.0.tar.gz) = 472660 +SHA256 (cee8e61a02cc.patch) = 9befb9afa7168f6bce7bc95044fd2729d3e153d9883195f240198e7101602bed +SIZE (cee8e61a02cc.patch) = 637
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303311616.32VGGoh0014275>