Hi,

This is an update for google snappy.

Port changes:
  - version bump
  - disabled benchmarks. They're enabled in the CMakefile,
    but not shipped (benchmark directory is empty)

Software changes:
  Performance improvements.
  Google Test and Google Benchmark are now bundled in third_party/.

portcheck, lib-depends-check are happy (amd64).

Snappy is used by: blosc mariadb-server ppsspp tshark qtwebengine

I played with tshark and qtwebengine and didn't see any problems when
handling zip streams. The others I didn't test.

Best regards,
Stefan

Index: archivers/snappy/Makefile
===================================================================
RCS file: /cvs/ports/archivers/snappy/Makefile,v
retrieving revision 1.13
diff -u -p -u -p -r1.13 Makefile
--- archivers/snappy/Makefile   30 Mar 2020 20:43:50 -0000      1.13
+++ archivers/snappy/Makefile   10 Sep 2021 14:48:24 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      fast compression/decompression library
 
-GH_TAGNAME =   1.1.8
+GH_TAGNAME =   1.1.9
 GH_PROJECT =   snappy
 GH_ACCOUNT =   google
 
@@ -21,8 +21,9 @@ COMPILER =            base-clang ports-gcc base-gc
 
 MODULES =              devel/cmake
 
-CONFIGURE_ARGS +=      -DBUILD_SHARED_LIBS=ON \
-                       -DSNAPPY_BUILD_TESTS=OFF
+CONFIGURE_ARGS +=      -DSNAPPY_BUILD_BENCHMARKS=OFF \
+                                       -DBUILD_SHARED_LIBS=ON \
+                                       -DSNAPPY_BUILD_TESTS=OFF
 
 # Requires gtest to be linked in
 NO_TEST =              Yes
Index: archivers/snappy/distinfo
===================================================================
RCS file: /cvs/ports/archivers/snappy/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- archivers/snappy/distinfo   30 Mar 2020 20:43:50 -0000      1.5
+++ archivers/snappy/distinfo   10 Sep 2021 14:48:24 -0000
@@ -1,2 +1,2 @@
-SHA256 (snappy-1.1.8.tar.gz) = FrZ38HgyphKwg2F42383TkFPlGV8E45pk8v8XcxYZR8=
-SIZE (snappy-1.1.8.tar.gz) = 1096137
+SHA256 (snappy-1.1.9.tar.gz) = dcH7s9YY3ToEg7/w4m0KkrSVu+UFnItPHJYrR4tuBuc=
+SIZE (snappy-1.1.9.tar.gz) = 1102382

Reply via email to