git: ca42ce1e8830 - main - x11/bemenu: Update to 0.6.4

From: Tobias Kortkamp <tobik_at_FreeBSD.org>
Date: Sun, 05 Dec 2021 12:36:13 UTC
The branch main has been updated by tobik:

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

commit ca42ce1e88303283ca74cbea21f224d6d45f0f6b
Author:     Tobias Kortkamp <tobik@FreeBSD.org>
AuthorDate: 2021-12-03 09:50:21 +0000
Commit:     Tobias Kortkamp <tobik@FreeBSD.org>
CommitDate: 2021-12-05 12:35:38 +0000

    x11/bemenu: Update to 0.6.4
    
    Changes:        https://github.com/Cloudef/bemenu/releases/tag/0.6.4
---
 x11/bemenu/Makefile       | 2 +-
 x11/bemenu/distinfo       | 6 +++---
 x11/bemenu/files/Makefile | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/x11/bemenu/Makefile b/x11/bemenu/Makefile
index b71175497aa4..36abbef48288 100644
--- a/x11/bemenu/Makefile
+++ b/x11/bemenu/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	bemenu
-DISTVERSION=	0.6.3
+DISTVERSION=	0.6.4
 CATEGORIES=	x11 wayland
 MASTER_SITES=	https://github.com/Cloudef/bemenu/releases/download/${DISTVERSION}/
 
diff --git a/x11/bemenu/distinfo b/x11/bemenu/distinfo
index 20bff7c144e2..dcd6ed3b2af1 100644
--- a/x11/bemenu/distinfo
+++ b/x11/bemenu/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1627445268
-SHA256 (bemenu-0.6.3.tar.gz) = 9576dc474320f3c30e9f56f55c884d66578be0d5a71c1e9f4551f06c65702a06
-SIZE (bemenu-0.6.3.tar.gz) = 120169
+TIMESTAMP = 1638525020
+SHA256 (bemenu-0.6.4.tar.gz) = 9b1ad6768a37e3b526ac31e05903b4fc8d95d28870c8fecbe803ccfc8eae1bbe
+SIZE (bemenu-0.6.4.tar.gz) = 121890
diff --git a/x11/bemenu/files/Makefile b/x11/bemenu/files/Makefile
index d2f0fb13351c..c497a339d696 100644
--- a/x11/bemenu/files/Makefile
+++ b/x11/bemenu/files/Makefile
@@ -2,7 +2,7 @@ BEMENU_LIB=	libbemenu.so.${VERSION}
 wayland_PC=	epoll-shim pangocairo wayland-client xkbcommon
 x11_PC=		pangocairo x11 xinerama
 CFLAGS+=	-DBM_VERSION="\"${VERSION}\"" -DBM_PLUGIN_VERSION="\"${VERSION}-nogit\"" -DINSTALL_LIBDIR="\"${PREFIX}/lib\"" -std=c99 -fPIC -pthread -Ilib ${:!pkg-config --cflags ${RENDERERS:@r@${${r}_PC}@}!} ${RENDERERS:@r@${${r}_CFLAGS}@}
-LDFLAGS+=	-Wl,--no-undefined -pthread
+LDFLAGS+=	-Wl,--as-needed -Wl,--no-undefined -pthread
 
 all: bemenu bemenu.1 bemenu-run bemenu.pc ${RENDERERS:@r@bemenu-renderer-${r}.so@}
 ${BEMENU_LIB}: lib/3rdparty/cdl.o lib/filter.o lib/item.o lib/library.o lib/list.o lib/menu.o lib/util.o