Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2023 22:27:10 GMT
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a8dea6af5a81 - main - sysutils/tmux: unbreak UTF8PROC on FreeBSD 14-CURRENT
Message-ID:  <202308032227.373MRAxs022370@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mandree:

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

commit a8dea6af5a811ab5a50284d6190fa877e1099b39
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2023-08-03 22:24:57 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2023-08-03 22:24:57 +0000

    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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308032227.373MRAxs022370>