mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
databases/libzdb: Update to 3.4.0
- Bump PORTREVISION of dependent ports for shlib change Changes: https://www.tildeslash.com/libzdb/#release_notes
This commit is contained in:
parent
01aef56a7d
commit
a870a7c738
7 changed files with 20 additions and 20 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= libzdb
|
PORTNAME= libzdb
|
||||||
PORTVERSION= 3.3.0
|
PORTVERSION= 3.4.0
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= https://www.tildeslash.com/libzdb/dist/
|
MASTER_SITES= https://www.tildeslash.com/libzdb/dist/
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1721710222
|
TIMESTAMP = 1722711145
|
||||||
SHA256 (libzdb-3.3.0.tar.gz) = b1f979f48f4c52f71821f4b2983ef26cf08fc58337effe5651155cfaa96ce95d
|
SHA256 (libzdb-3.4.0.tar.gz) = abd675719bcbdde430aa4ee13975b980d55d2abcb5cc228082a30320a6bb9f0f
|
||||||
SIZE (libzdb-3.3.0.tar.gz) = 945922
|
SIZE (libzdb-3.4.0.tar.gz) = 956184
|
||||||
|
|
|
@ -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
|
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/
|
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
|
--- configure.orig 2024-08-01 01:02:16 UTC
|
||||||
+++ test/Makefile.in
|
+++ configure
|
||||||
@@ -353,7 +353,7 @@ LDADD = ../libzdb.la
|
@@ -6239,7 +6239,7 @@ printf "%s\n" "$ac_cv_cxx_compile_cxx20" >&6; }
|
||||||
AUTOMAKE_OPTIONS = foreign no-dependencies
|
fi
|
||||||
DEFAULT_INCLUDES =
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compile_cxx20" >&5
|
||||||
LDADD = ../libzdb.la
|
printf "%s\n" "$ac_cv_cxx_compile_cxx20" >&6; }
|
||||||
-zdbpp_CXXFLAGS = -I../zdb -std=c++20
|
-CXXFLAGS="$CXXFLAGS -std=c++20"
|
||||||
+zdbpp_CXXFLAGS = -I../zdb -std=c++20 -fexperimental-library
|
+CXXFLAGS="$CXXFLAGS -std=c++20 -fexperimental-library"
|
||||||
unit_SOURCES = unit.c
|
ac_ext=c
|
||||||
pool_SOURCES = pool.c
|
ac_cpp='$CPP $CPPFLAGS'
|
||||||
select_SOURCES = select.c
|
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||||
|
|
|
@ -9,6 +9,6 @@ include/zdb/zdb.h
|
||||||
include/zdb/zdbpp.h
|
include/zdb/zdbpp.h
|
||||||
lib/libzdb.a
|
lib/libzdb.a
|
||||||
lib/libzdb.so
|
lib/libzdb.so
|
||||||
lib/libzdb.so.15
|
lib/libzdb.so.16
|
||||||
lib/libzdb.so.15.0.0
|
lib/libzdb.so.16.0.0
|
||||||
libdata/pkgconfig/zdb.pc
|
libdata/pkgconfig/zdb.pc
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PORTNAME= dbmail
|
PORTNAME= dbmail
|
||||||
PORTVERSION= 3.4.1
|
PORTVERSION= 3.4.1
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
|
|
||||||
MAINTAINER= bofh@FreeBSD.org
|
MAINTAINER= bofh@FreeBSD.org
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= spmfilter
|
PORTNAME= spmfilter
|
||||||
PORTVERSION= 0.6.7
|
PORTVERSION= 0.6.7
|
||||||
PORTREVISION= 8
|
PORTREVISION= 9
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= http://www.${PORTNAME}.org/files/
|
MASTER_SITES= http://www.${PORTNAME}.org/files/
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ PORTNAME= seafile-server
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= ${SEAFILE_VER}
|
DISTVERSION= ${SEAFILE_VER}
|
||||||
DISTVERSIONSUFFIX= -server
|
DISTVERSIONSUFFIX= -server
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
|
|
||||||
MAINTAINER= ultima@FreeBSD.org
|
MAINTAINER= ultima@FreeBSD.org
|
||||||
|
|
Loading…
Add table
Reference in a new issue