git: 3df7131c2978 - main - databases/lmdb: upgrade to 0.9.32
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Feb 2024 05:19:50 UTC
The branch main has been updated by delphij:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3df7131c2978280406fd8453734d2e69e32ad788
commit 3df7131c2978280406fd8453734d2e69e32ad788
Author: Xin LI <delphij@FreeBSD.org>
AuthorDate: 2024-02-02 05:18:19 +0000
Commit: Xin LI <delphij@FreeBSD.org>
CommitDate: 2024-02-02 05:19:44 +0000
databases/lmdb: upgrade to 0.9.32
---
databases/lmdb/Makefile | 4 ++--
databases/lmdb/distinfo | 6 +++---
databases/lmdb/files/patch-Makefile | 6 ++++--
3 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/databases/lmdb/Makefile b/databases/lmdb/Makefile
index cd4525d9f28f..66511700e680 100644
--- a/databases/lmdb/Makefile
+++ b/databases/lmdb/Makefile
@@ -1,6 +1,6 @@
PORTNAME= lmdb
-PORTVERSION= 0.9.31
-PORTREVISION= 1
+PORTVERSION= 0.9.32
+PORTREVISION= 0
DISTVERSIONPREFIX= ${PORTNAME:tu}_
PORTEPOCH= 1
CATEGORIES= databases
diff --git a/databases/lmdb/distinfo b/databases/lmdb/distinfo
index e38af203b552..59c26f270c61 100644
--- a/databases/lmdb/distinfo
+++ b/databases/lmdb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1689122322
-SHA256 (openldap-openldap-LMDB_0.9.31_GH0.tar.gz) = f7aecdd1bcc69fb32bb33d8544cfe50f8e9e916f366d598a268e1f43ee9c7603
-SIZE (openldap-openldap-LMDB_0.9.31_GH0.tar.gz) = 145218
+TIMESTAMP = 1706850650
+SHA256 (openldap-openldap-LMDB_0.9.32_GH0.tar.gz) = c0937223bba3c37c896809883a3c9b43049354578b239d6ed2476236a87f40c9
+SIZE (openldap-openldap-LMDB_0.9.32_GH0.tar.gz) = 149188
diff --git a/databases/lmdb/files/patch-Makefile b/databases/lmdb/files/patch-Makefile
index f3ee1c5b41f8..28211b028dd2 100644
--- a/databases/lmdb/files/patch-Makefile
+++ b/databases/lmdb/files/patch-Makefile
@@ -1,4 +1,4 @@
---- Makefile.orig 2021-03-16 16:41:19 UTC
+--- Makefile.orig 2024-01-29 18:20:26 UTC
+++ Makefile
@@ -23,22 +23,24 @@ OPT = -O2 -g
W = -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized
@@ -46,7 +46,7 @@
clean:
rm -rf $(PROGS) *.[ao] *.[ls]o *~ testdb
-@@ -66,18 +69,28 @@ liblmdb$(SOEXT): mdb.lo midl.lo
+@@ -66,19 +69,30 @@ liblmdb$(SOEXT): mdb.lo midl.lo
liblmdb$(SOEXT): mdb.lo midl.lo
# $(CC) $(LDFLAGS) -pthread -shared -Wl,-Bsymbolic -o $@ mdb.o midl.o $(SOLIBS)
@@ -73,6 +73,8 @@
+ ${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
mtest6: mtest6.o liblmdb.a
+ ${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
+ mplay: mplay.o liblmdb.a
++ ${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
mdb.o: mdb.c lmdb.h midl.h
$(CC) $(CFLAGS) $(CPPFLAGS) -c mdb.c