pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/snappy snappy: updated to 1.1.8
details: https://anonhg.NetBSD.org/pkgsrc/rev/27e8929f528c
branches: trunk
changeset: 409153:27e8929f528c
user: adam <adam%pkgsrc.org@localhost>
date: Thu Jan 16 10:44:25 2020 +0000
description:
snappy: updated to 1.1.8
Snappy v1.1.8:
* Small performance improvements.
* Removed snappy::string alias for std::string.
* Improved CMake configuration.
diffstat:
devel/snappy/Makefile | 6 ++++--
devel/snappy/distinfo | 12 ++++++------
devel/snappy/patches/patch-CMakeLists.txt | 8 ++++----
3 files changed, 14 insertions(+), 12 deletions(-)
diffs (58 lines):
diff -r 287ea073cfde -r 27e8929f528c devel/snappy/Makefile
--- a/devel/snappy/Makefile Thu Jan 16 10:30:59 2020 +0000
+++ b/devel/snappy/Makefile Thu Jan 16 10:44:25 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2017/08/27 09:13:16 adam Exp $
+# $NetBSD: Makefile,v 1.13 2020/01/16 10:44:25 adam Exp $
-DISTNAME= snappy-1.1.7
+DISTNAME= snappy-1.1.8
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
@@ -13,6 +13,8 @@
USE_CMAKE= yes
USE_LANGUAGES= c c++
+TEST_TARGET= test
+TEST_ENV+= LD_LIBRARY_PATH=${WRKSRC}
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON
diff -r 287ea073cfde -r 27e8929f528c devel/snappy/distinfo
--- a/devel/snappy/distinfo Thu Jan 16 10:30:59 2020 +0000
+++ b/devel/snappy/distinfo Thu Jan 16 10:44:25 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2019/01/10 09:38:18 tnn Exp $
+$NetBSD: distinfo,v 1.11 2020/01/16 10:44:25 adam Exp $
-SHA1 (snappy-1.1.7.tar.gz) = 1ec676b842fc96fd8a95b03c12758935e7f257b0
-RMD160 (snappy-1.1.7.tar.gz) = a512cb6b3954ef42a8a54c30787fda79d430bb20
-SHA512 (snappy-1.1.7.tar.gz) = 32046f532606ba545a4e4825c0c66a19be449f2ca2ff760a6fa170a3603731479a7deadb683546e5f8b5033414c50f4a9a29f6d23b7a41f047e566e69eca7caf
-Size (snappy-1.1.7.tar.gz) = 1090550 bytes
-SHA1 (patch-CMakeLists.txt) = edd5f4e582128453c1b77cb34b03b68ba617a8bc
+SHA1 (snappy-1.1.8.tar.gz) = 1eeb144e7b564dd726136c97f869b453d2fb7924
+RMD160 (snappy-1.1.8.tar.gz) = a4a8766720094b1eba919a617dfeb91e0bf9b8c2
+SHA512 (snappy-1.1.8.tar.gz) = efe18ff1b3edda1b4b6cefcbc6da8119c05d63afdbf7a784f3490353c74dced76baed7b5f1aa34b99899729192b9d657c33c76de4b507a51553fa8001ae75c1c
+Size (snappy-1.1.8.tar.gz) = 1096137 bytes
+SHA1 (patch-CMakeLists.txt) = 3cd605de3252208a61ee5c39a628ac89f26d93a2
diff -r 287ea073cfde -r 27e8929f528c devel/snappy/patches/patch-CMakeLists.txt
--- a/devel/snappy/patches/patch-CMakeLists.txt Thu Jan 16 10:30:59 2020 +0000
+++ b/devel/snappy/patches/patch-CMakeLists.txt Thu Jan 16 10:44:25 2020 +0000
@@ -1,12 +1,12 @@
-$NetBSD: patch-CMakeLists.txt,v 1.3 2019/01/10 09:38:18 tnn Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.4 2020/01/16 10:44:25 adam Exp $
Correcly link against googletest libraries.
gtest-all.cc: needs -lpthread
---- CMakeLists.txt.orig 2017-08-24 23:54:23.000000000 +0000
+--- CMakeLists.txt.orig 2020-01-14 18:58:53.000000000 +0000
+++ CMakeLists.txt
-@@ -118,7 +118,7 @@ if(SNAPPY_BUILD_TESTS)
- "${PROJECT_SOURCE_DIR}/snappy-test.cc"
+@@ -212,7 +212,7 @@ if(SNAPPY_BUILD_TESTS)
+ "snappy-test.cc"
)
target_compile_definitions(snappy_unittest PRIVATE -DHAVE_CONFIG_H)
- target_link_libraries(snappy_unittest snappy ${GFLAGS_LIBRARIES})
Home |
Main Index |
Thread Index |
Old Index