From a8dea6af5a811ab5a50284d6190fa877e1099b39 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 4 Aug 2023 00:24:57 +0200 Subject: [PATCH] sysutils/tmux: unbreak UTF8PROC on FreeBSD 14-CURRENT ...and set UTF8PROC_USES=localbase. On FreeBSD 13 and older, the utf8proc version works without because we have USES=ncurses, which pulls in the localbase equivalent through ports/Mk/Uses/ncurses.mk. FreeBSD 14 builds use base ncurses instead, so we need to make localbase explicit for utf8proc. No PORTREVISION bump required because we would not have packages to flush out. Reported by: diizzy@ Approved by: portmgr@ (blanket) --- sysutils/tmux/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sysutils/tmux/Makefile b/sysutils/tmux/Makefile index ad6a518b40f4..a392d655274b 100644 --- a/sysutils/tmux/Makefile +++ b/sysutils/tmux/Makefile @@ -40,6 +40,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES LIBEVENT_STATIC UTF8PROC LIBEVENT_STATIC_DESC= Build with static libevent UTF8PROC_DESC= Build with utf8proc support +UTF8PROC_USES= localbase LIBEVENT_STATIC_BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:devel/libevent LIBEVENT_STATIC_LIB_DEPENDS_OFF= libevent.so:devel/libevent