aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-12-14 20:44:51 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-12-14 20:44:51 +0000
commit1949c4ca5aed66020afb569e8ee10ac8811200e0 (patch)
tree7af1d2b29b51c2fc9b64b0cb110fa372dda1903b
parente9df1d52fbb6efa52a22625ddc64e6a71d528f9a (diff)
downloadports-1949c4ca5aed66020afb569e8ee10ac8811200e0.tar.gz
ports-1949c4ca5aed66020afb569e8ee10ac8811200e0.zip
databases/rocksdb: Update to 8.9.1
-rw-r--r--databases/rocksdb/Makefile2
-rw-r--r--databases/rocksdb/distinfo6
-rw-r--r--databases/rocksdb/files/patch-env-io_posix.h11
3 files changed, 4 insertions, 15 deletions
diff --git a/databases/rocksdb/Makefile b/databases/rocksdb/Makefile
index 42d234ecf479..88273692e9f8 100644
--- a/databases/rocksdb/Makefile
+++ b/databases/rocksdb/Makefile
@@ -1,5 +1,5 @@
PORTNAME= rocksdb
-PORTVERSION= 8.8.1
+PORTVERSION= 8.9.1
DISTVERSIONPREFIX= v
CATEGORIES= databases
diff --git a/databases/rocksdb/distinfo b/databases/rocksdb/distinfo
index 8a8b1cc76e44..584b906b192d 100644
--- a/databases/rocksdb/distinfo
+++ b/databases/rocksdb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1700759706
-SHA256 (facebook-rocksdb-v8.8.1_GH0.tar.gz) = 056c7e21ad8ae36b026ac3b94b9d6e0fcc60e1d937fc80330921e4181be5c36e
-SIZE (facebook-rocksdb-v8.8.1_GH0.tar.gz) = 12926946
+TIMESTAMP = 1702543606
+SHA256 (facebook-rocksdb-v8.9.1_GH0.tar.gz) = c22d2097e7aa75629612fd020499bdae0d3e321c7bc4361960c42aaf9cbd6dc1
+SIZE (facebook-rocksdb-v8.9.1_GH0.tar.gz) = 13293245
diff --git a/databases/rocksdb/files/patch-env-io_posix.h b/databases/rocksdb/files/patch-env-io_posix.h
deleted file mode 100644
index 837f4ab039e3..000000000000
--- a/databases/rocksdb/files/patch-env-io_posix.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- env/io_posix.h.orig 2022-12-22 17:30:39 UTC
-+++ env/io_posix.h
-@@ -29,7 +29,7 @@
-
- // For non linux platform, the following macros are used only as place
- // holder.
--#if !(defined OS_LINUX) && !(defined CYGWIN) && !(defined OS_AIX)
-+#if !(defined OS_LINUX) && !(defined CYGWIN) && !(defined OS_AIX) && !(defined OS_FREEBSD)
- #define POSIX_FADV_NORMAL 0 /* [MC1] no further special treatment */
- #define POSIX_FADV_RANDOM 1 /* [MC1] expect random page refs */
- #define POSIX_FADV_SEQUENTIAL 2 /* [MC1] expect sequential page refs */