Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 443D685344 for ; Mon, 21 Aug 2023 14:53:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id w0-4-U3nP5AP for ; Mon, 21 Aug 2023 14:53:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B1D6D84F13 for ; Mon, 21 Aug 2023 14:53:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DF3EAFBDB; Mon, 21 Aug 2023 14:53:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1692629620269940" MIME-Version: 1.0 Date: Mon, 21 Aug 2023 14:53:40 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/re2 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230821145340.DF3EAFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1692629620269940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Aug 21 14:53:40 UTC 2023 Modified Files: pkgsrc/devel/re2: Makefile distinfo Log Message: re2: updated to 20230801 20230801: Unknown changes To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/re2/Makefile \ pkgsrc/devel/re2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1692629620269940 Content-Disposition: inline Content-Length: 2313 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/re2/Makefile diff -u pkgsrc/devel/re2/Makefile:1.12 pkgsrc/devel/re2/Makefile:1.13 --- pkgsrc/devel/re2/Makefile:1.12 Wed Jul 5 22:27:49 2023 +++ pkgsrc/devel/re2/Makefile Mon Aug 21 14:53:40 2023 @@ -1,24 +1,32 @@ -# $NetBSD: Makefile,v 1.12 2023/07/05 22:27:49 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2023/08/21 14:53:40 adam Exp $ DISTNAME= re2-${GITHUB_TAG:S/-//g} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=google/} -GITHUB_TAG= 2023-07-01 +GITHUB_TAG= 2023-08-01 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/google/re2 COMMENT= Regular expression library LICENSE= modified-bsd -USE_LANGUAGES= c c++11 -TEST_ENV= LD_LIBRARY_PATH=${WRKSRC}/${CMAKE_BUILD_DIR} -TEST_TARGET= test +USE_LANGUAGES= c c++ CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON +USE_CXX_FEATURES= c++11 PKGCONFIG_OVERRIDE= re2.pc.in INSTALLATION_DIRS+= lib/pkgconfig +# To build unit-tests: +#CMAKE_ARGS+= -DRE2_BUILD_TESTING=ON +#TEST_ENV= LD_LIBRARY_PATH=${WRKSRC}/${CMAKE_BUILD_DIR} +# For Darwin +#TEST_ENV= DYLD_LIBRARY_PATH=${WRKSRC}/${CMAKE_BUILD_DIR} +#TEST_TARGET= test +#.include "../../benchmarks/google-benchmark/buildlink3.mk" +#.include "../../devel/googletest/buildlink3.mk" + .include "../../devel/abseil/buildlink3.mk" .include "../../devel/cmake/build.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/re2/distinfo diff -u pkgsrc/devel/re2/distinfo:1.12 pkgsrc/devel/re2/distinfo:1.13 --- pkgsrc/devel/re2/distinfo:1.12 Wed Jul 5 22:27:49 2023 +++ pkgsrc/devel/re2/distinfo Mon Aug 21 14:53:40 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2023/07/05 22:27:49 wiz Exp $ +$NetBSD: distinfo,v 1.13 2023/08/21 14:53:40 adam Exp $ -BLAKE2s (re2-20230701.tar.gz) = 90dff9d4933d891271e13a9d1f0ae029e664c7971eaed243a98504852721ac93 -SHA512 (re2-20230701.tar.gz) = b033bb38020947cce49f7fa27c711a49bd147a0286993852ed7fea6f653af5b2f48b8de9dae324596e44a1731e8747382a4151f6f5d44b1d92ce2748b83ca85c -Size (re2-20230701.tar.gz) = 395948 bytes +BLAKE2s (re2-20230801.tar.gz) = e3a9fff3d3bc6e733db76de341e2f35f53be8be5d952c995d16089f268c2d132 +SHA512 (re2-20230801.tar.gz) = 33703f87dbb359e481c46fd97977d420a9f0f3d4b378b8a0ecdec60d3c7b237d941b37780101f229c5e4785898a208963616a390d6c01d849c455716eae85106 +Size (re2-20230801.tar.gz) = 396553 bytes --_----------=_1692629620269940--