1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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)
This commit is contained in:
Matthias Andree 2023-08-04 00:24:57 +02:00
parent 999d93d0e2
commit a8dea6af5a

View File

@ -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