Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2023 17:23:50 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: 18e703731c1b - main - textproc/apertium: Change BUILD_DEPENDS from utf8cpp to utf8cpp3
Message-ID:  <202311141723.3AEHNo8e085226@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=18e703731c1b9e6b1ee31866ea9a83d904a701aa

commit 18e703731c1b9e6b1ee31866ea9a83d904a701aa
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-14 16:54:03 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-14 17:16:51 +0000

    textproc/apertium: Change BUILD_DEPENDS from utf8cpp to utf8cpp3
---
 textproc/apertium/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textproc/apertium/Makefile b/textproc/apertium/Makefile
index 118f7304d9e3..23a8e3971c71 100644
--- a/textproc/apertium/Makefile
+++ b/textproc/apertium/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BROKEN_FreeBSD_12_powerpc64=	fails to configure on powerpc64 elfv1: *** unable to locate pcrecpp library ***
 
 BUILD_DEPENDS=	bash:shells/bash \
-		utf8cpp>0:devel/utf8cpp
+		utf8cpp3>0:devel/utf8cpp3
 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?202311141723.3AEHNo8e085226>