Index | Thread | Search

From:
yaydn@protonmail.com
Subject:
Re: UPDATE: utfcpp 4.1.1
To:
Brad Smith <brad@comstyle.com>, "ports@openbsd.org" <ports@openbsd.org>
Date:
Sun, 09 Aug 2026 18:23:50 +0000

Download raw body.

Thread
  • Brad Smith:

    UPDATE: utfcpp 4.1.1

    • yaydn@protonmail.com:

      UPDATE: utfcpp 4.1.1

På lørdag 8. august 2026 kl. 23:58, skrev Brad Smith
<brad@comstyle.com>:

> Here is an update to utfcpp 4.1.1.
>
> Add missing CMake files.
>
> All of the depends build Ok.
>
>


$ cd /usr/ports/devel/utfcpp/ && make build package test ; make port-lib-depends-check check-shlib-syms clean

No regression tests for utfcpp-4.1.1
===>  Cleaning for utfcpp-4.1.1
--
// Checks have no problems


# TRUSTED_PKG_PATH=/usr/ports/packages/amd64/all/ pkg_add -Dsnap -aa utfcpp
utfcpp-4.1.1: ok

Build fine on current/amd64 with privsep.

Hope this helps. Happy hacking.
--
yaydn



> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/devel/utfcpp/Makefile,v
> retrieving revision 1.8
> diff -u -p -u -p -r1.8 Makefile
> --- Makefile	6 Jun 2025 05:46:34 -0000	1.8
> +++ Makefile	8 Aug 2026 01:31:38 -0000
> @@ -2,7 +2,7 @@ COMMENT =		simple, portable library for
>
>  GH_ACCOUNT =		nemtrif
>  GH_PROJECT =		utfcpp
> -GH_TAGNAME =		v4.0.6
> +GH_TAGNAME =		v4.1.1
>  CATEGORIES =		devel
>
>  MAINTAINER =		Sergey Bronnikov <estetus@gmail.com>
> @@ -10,12 +10,9 @@ MAINTAINER =		Sergey Bronnikov <estetus@
>  # Boost
>  PERMIT_PACKAGE =	Yes
>
> +MODULES +=		devel/cmake
> +
>  NO_BUILD =		Yes
>  NO_TEST =		Yes
> -
> -do-install:
> -	${INSTALL_DATA_DIR} ${PREFIX}/include/utf8cpp/utf8
> -	${INSTALL_DATA} ${WRKSRC}/source/*.h ${PREFIX}/include/utf8cpp
> -	${INSTALL_DATA} ${WRKSRC}/source/utf8/*.h ${PREFIX}/include/utf8cpp/utf8
>
>  .include <bsd.port.mk>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/devel/utfcpp/distinfo,v
> retrieving revision 1.3
> diff -u -p -u -p -r1.3 distinfo
> --- distinfo	6 Jun 2025 05:46:34 -0000	1.3
> +++ distinfo	8 Aug 2026 01:31:38 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (utfcpp-4.0.6.tar.gz) = aSCmpdagS5qJsqia9xMvis79RuDCp7GQNQU56SE4FsA=
> -SIZE (utfcpp-4.0.6.tar.gz) = 34153
> +SHA256 (utfcpp-4.1.1.tar.gz) = HKaAFvCrwkFymY45zg2Pjit6JvdXmg/4XU4bmnrqVvg=
> +SIZE (utfcpp-4.1.1.tar.gz) = 36846
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/devel/utfcpp/pkg/PLIST,v
> retrieving revision 1.4
> diff -u -p -u -p -r1.4 PLIST
> --- pkg/PLIST	4 Apr 2024 16:02:04 -0000	1.4
> +++ pkg/PLIST	8 Aug 2026 01:31:38 -0000
> @@ -7,3 +7,8 @@ include/utf8cpp/utf8/cpp11.h
>  include/utf8cpp/utf8/cpp17.h
>  include/utf8cpp/utf8/cpp20.h
>  include/utf8cpp/utf8/unchecked.h
> +share/utf8cpp/
> +share/utf8cpp/cmake/
> +share/utf8cpp/cmake/utf8cppConfig.cmake
> +share/utf8cpp/cmake/utf8cppConfigVersion.cmake
> +share/utf8cpp/cmake/utf8cppTargets.cmake
>
>