Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2025 17:23:51 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: aa38046d1c6e - main - devel/ticcutils: Fix build with ICU 76.1
Message-ID:  <202501181723.50IHNpBE041375@gitrepo.freebsd.org>

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

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

commit aa38046d1c6e0c3693813d65e42aad726a1edcba
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-01-18 16:40:25 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-01-18 17:23:17 +0000

    devel/ticcutils: Fix build with ICU 76.1
    
    * Build with -std=c++17 to fix build with newer versions of ICU
    * While at it remove GNU_CONFIGURE_MANPREFIX
    
    PR:             283563
    Approved by:    portmgr (maintainer timeout, 3+ weeks)
---
 devel/ticcutils/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/devel/ticcutils/Makefile b/devel/ticcutils/Makefile
index bc47cf9292a6..4f90d03a07b0 100644
--- a/devel/ticcutils/Makefile
+++ b/devel/ticcutils/Makefile
@@ -12,13 +12,14 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libicui18n.so:devel/icu
 
-USES=		compiler:c++11-lib gmake gnome libtool localbase:ldflags \
+USES=		compiler:c++17-lang gmake gnome libtool localbase:ldflags \
 		pathfix pkgconfig
 USE_GNOME=	libxml2
 USE_LDCONFIG=	yes
 
+USE_CXXSTD=	c++17
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
+
 CONFIGURE_ARGS=	--disable-static
 
 INSTALL_TARGET=	install-strip



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