Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 2024 15:39:10 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 04e8d6e30a27 - main - textproc/apertium: Change BUILD_DEPENDS from utf8cpp3 to utf8cpp
Message-ID:  <202402211539.41LFdAhN090972@gitrepo.freebsd.org>

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

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

commit 04e8d6e30a276fe64a23259406c6fe905f58044c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-02-21 15:03:42 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-02-21 15:15:24 +0000

    textproc/apertium: Change BUILD_DEPENDS from utf8cpp3 to utf8cpp
    
    The build fix for utf8cpp 4.0.x is part of apertium 3.9.4.
    
    Reference:      https://github.com/apertium/apertium/commit/1211c1a2ed6c8b615bab1dc5b11dd340ece40368
    Approved by:    portmgr (blanket)
---
 textproc/apertium/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textproc/apertium/Makefile b/textproc/apertium/Makefile
index 6b9e90e0c553..f6ae19c507f4 100644
--- a/textproc/apertium/Makefile
+++ b/textproc/apertium/Makefile
@@ -12,7 +12,7 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	bash:shells/bash \
-		utf8cpp3>0:devel/utf8cpp3
+		utf8cpp>=4.0.0:devel/utf8cpp
 LIB_DEPENDS=	libicudata.so:devel/icu \
 		liblttoolbox.so:textproc/lttoolbox \
 		libpcre.so:devel/pcre



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