Skip to content

Commit

Permalink
x11/fnott: switch to upstream clang 15 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich committed Mar 31, 2023
1 parent 80137ed commit 7573c83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x11/fnott/Makefile
Expand Up @@ -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
Expand All @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions 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

0 comments on commit 7573c83

Please sign in to comment.