git: a870a7c7381a - main - databases/libzdb: Update to 3.4.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Aug 2024 17:22:01 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a870a7c7381a20dd506d87057fc566fb84452fd6
commit a870a7c7381a20dd506d87057fc566fb84452fd6
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-08-04 17:07:25 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-08-04 17:13:56 +0000
databases/libzdb: Update to 3.4.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://www.tildeslash.com/libzdb/#release_notes
---
databases/libzdb/Makefile | 2 +-
databases/libzdb/distinfo | 6 +++---
databases/libzdb/files/patch-clang16 | 22 +++++++++++-----------
databases/libzdb/pkg-plist | 4 ++--
mail/dbmail/Makefile | 2 +-
mail/spmfilter/Makefile | 2 +-
net-mgmt/seafile-server/Makefile | 2 +-
7 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/databases/libzdb/Makefile b/databases/libzdb/Makefile
index 550b3260f546..28aae988411b 100644
--- a/databases/libzdb/Makefile
+++ b/databases/libzdb/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libzdb
-PORTVERSION= 3.3.0
+PORTVERSION= 3.4.0
CATEGORIES= databases
MASTER_SITES= https://www.tildeslash.com/libzdb/dist/
diff --git a/databases/libzdb/distinfo b/databases/libzdb/distinfo
index 88e55ffbdee6..2045d28f488b 100644
--- a/databases/libzdb/distinfo
+++ b/databases/libzdb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1721710222
-SHA256 (libzdb-3.3.0.tar.gz) = b1f979f48f4c52f71821f4b2983ef26cf08fc58337effe5651155cfaa96ce95d
-SIZE (libzdb-3.3.0.tar.gz) = 945922
+TIMESTAMP = 1722711145
+SHA256 (libzdb-3.4.0.tar.gz) = abd675719bcbdde430aa4ee13975b980d55d2abcb5cc228082a30320a6bb9f0f
+SIZE (libzdb-3.4.0.tar.gz) = 956184
diff --git a/databases/libzdb/files/patch-clang16 b/databases/libzdb/files/patch-clang16
index c3df8d5a7a22..fb5b76fc2d31 100644
--- a/databases/libzdb/files/patch-clang16
+++ b/databases/libzdb/files/patch-clang16
@@ -3,14 +3,14 @@ Workaround for FreeBSD 14.0 (Clang 16) which is expected to be EOL on 2024-09-30
Reference: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255374
https://forums.freebsd.org/threads/freebsd-release-14-0-and-clang-2020-std-format.91114/
---- test/Makefile.in.orig 2024-07-23 00:18:00 UTC
-+++ test/Makefile.in
-@@ -353,7 +353,7 @@ LDADD = ../libzdb.la
- AUTOMAKE_OPTIONS = foreign no-dependencies
- DEFAULT_INCLUDES =
- LDADD = ../libzdb.la
--zdbpp_CXXFLAGS = -I../zdb -std=c++20
-+zdbpp_CXXFLAGS = -I../zdb -std=c++20 -fexperimental-library
- unit_SOURCES = unit.c
- pool_SOURCES = pool.c
- select_SOURCES = select.c
+--- configure.orig 2024-08-01 01:02:16 UTC
++++ configure
+@@ -6239,7 +6239,7 @@ printf "%s\n" "$ac_cv_cxx_compile_cxx20" >&6; }
+ fi
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compile_cxx20" >&5
+ printf "%s\n" "$ac_cv_cxx_compile_cxx20" >&6; }
+-CXXFLAGS="$CXXFLAGS -std=c++20"
++CXXFLAGS="$CXXFLAGS -std=c++20 -fexperimental-library"
+ ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
+ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
diff --git a/databases/libzdb/pkg-plist b/databases/libzdb/pkg-plist
index 11ed3fdd5973..f7f19e5fca50 100644
--- a/databases/libzdb/pkg-plist
+++ b/databases/libzdb/pkg-plist
@@ -9,6 +9,6 @@ include/zdb/zdb.h
include/zdb/zdbpp.h
lib/libzdb.a
lib/libzdb.so
-lib/libzdb.so.15
-lib/libzdb.so.15.0.0
+lib/libzdb.so.16
+lib/libzdb.so.16.0.0
libdata/pkgconfig/zdb.pc
diff --git a/mail/dbmail/Makefile b/mail/dbmail/Makefile
index 499c35c52578..d047be381a06 100644
--- a/mail/dbmail/Makefile
+++ b/mail/dbmail/Makefile
@@ -1,7 +1,7 @@
PORTNAME= dbmail
PORTVERSION= 3.4.1
DISTVERSIONPREFIX= v
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail
MAINTAINER= bofh@FreeBSD.org
diff --git a/mail/spmfilter/Makefile b/mail/spmfilter/Makefile
index 092ad7bef01f..821d26a8ced9 100644
--- a/mail/spmfilter/Makefile
+++ b/mail/spmfilter/Makefile
@@ -1,6 +1,6 @@
PORTNAME= spmfilter
PORTVERSION= 0.6.7
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= mail
MASTER_SITES= http://www.${PORTNAME}.org/files/
diff --git a/net-mgmt/seafile-server/Makefile b/net-mgmt/seafile-server/Makefile
index 5e513968a7ef..3807d642dad7 100644
--- a/net-mgmt/seafile-server/Makefile
+++ b/net-mgmt/seafile-server/Makefile
@@ -2,7 +2,7 @@ PORTNAME= seafile-server
DISTVERSIONPREFIX= v
DISTVERSION= ${SEAFILE_VER}
DISTVERSIONSUFFIX= -server
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-mgmt
MAINTAINER= ultima@FreeBSD.org