Re: git: f5220f2de9de - main - irc/inspircd: update PCRE to PCRE2 following upstream

From: Vladimir Druzenko <vvd_at_freebsd.org>
Date: Sat, 13 Jul 2024 13:55:54 UTC
13.07.2024 16:33, Dries Michiels пишет:
> The branch main has been updated by driesm:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=f5220f2de9de483196ae7f2e830a7001967797ee
>
> commit f5220f2de9de483196ae7f2e830a7001967797ee
> Author:     Fabian Wenk <fabian@wenks.ch>
> AuthorDate: 2024-07-13 13:03:23 +0000
> Commit:     Dries Michiels <driesm@FreeBSD.org>
> CommitDate: 2024-07-13 13:32:26 +0000
>
>      irc/inspircd: update PCRE to PCRE2 following upstream
>      
>      inspircd would fail to build with the PCRE option as it was renamed.
>      
>      PR:     280164
> ---
>   irc/inspircd/Makefile  | 9 +++++----
>   irc/inspircd/pkg-plist | 2 +-
>   2 files changed, 6 insertions(+), 5 deletions(-)
>
> diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile
> index 5c7aa8c394dd..190dbbcdca16 100644
> --- a/irc/inspircd/Makefile
> +++ b/irc/inspircd/Makefile
>
> @@ -85,8 +86,8 @@ MYSQL_USES=		mysql
>   MYSQL_VARS=		EXTRAS+=m_mysql.cpp
>   OPENSSL_USES=		ssl
>   OPENSSL_VARS=		EXTRAS+=m_ssl_openssl.cpp
> -PCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
> -PCRE_VARS=		EXTRAS+=m_regex_pcre.cpp
> +PCRE2_LIB_DEPENDS=	libpcre.so:devel/pcre

Typo?
libpcre2-XXX.so:devel/pcre2
One from this list:
libpcre2-16.so
libpcre2-32.so
libpcre2-8.so
libpcre2-posix.so

> +PCRE2_VARS=		EXTRAS+=m_regex_pcre.cpp


-- 
Best regards,
Vladimir Druzenko