pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/re2



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.

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@localhost
 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



Home | Main Index | Thread Index | Old Index