Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 May 2022 18:21:56 GMT
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7de2d9ab3d9a - main - devel/pcre2: enable compression support for pcre2grep
Message-ID:  <202205121821.24CILuYV054341@gitrepo.freebsd.org>

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

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

commit 7de2d9ab3d9a54300b874077cf96f57912247b64
Author:     Kirill Ponomarev <krion@FreeBSD.org>
AuthorDate: 2022-05-12 18:20:07 +0000
Commit:     Kirill Ponomarev <krion@FreeBSD.org>
CommitDate: 2022-05-12 18:20:07 +0000

    devel/pcre2: enable compression support for pcre2grep
    
    PR:             263935
    Reported by:    David Siebörger <drs-freebsd@sieborger__dot__nom__dot__za>
---
 devel/pcre2/Makefile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/devel/pcre2/Makefile b/devel/pcre2/Makefile
index c9a14faf6b57..a2cef5df7c3e 100644
--- a/devel/pcre2/Makefile
+++ b/devel/pcre2/Makefile
@@ -21,13 +21,17 @@ CONFIGURE_ARGS=	--enable-pcre2-16 \
 		--enable-pcre2-32
 INSTALL_TARGET=	install-strip
 
-OPTIONS_DEFINE=		DOCS
+OPTIONS_DEFINE=		DOCS LIBBZ2 LIBZ
 OPTIONS_RADIO=		CLI
 OPTIONS_RADIO_CLI=	LIBEDIT READLINE
 
+LIBBZ2_DESC=	Using pcre2grep with .bz2 files
+LIBZ_DESC=	Using pcre2grep with .gz files
+
+LIBBZ2_CONFIGURE_ON=	--enable-pcre2grep-libbz2
 LIBEDIT_USES=			libedit
 LIBEDIT_CONFIGURE_ENABLE=	pcre2test-libedit
-
+LIBZ_CONFIGURE_ON=	--enable-pcre2grep-libz
 READLINE_USES=			readline
 READLINE_CONFIGURE_ENABLE=	pcre2test-libreadline
 



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