aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2024-02-02 05:18:19 +0000
committerXin LI <delphij@FreeBSD.org>2024-02-02 05:19:44 +0000
commit3df7131c2978280406fd8453734d2e69e32ad788 (patch)
tree84fc1ea83eb224f6183d0a2d2386fc5e98f5cd8a
parent329e3223c2e8fb46134ed055de381e9f6df0ebc7 (diff)
downloadports-3df7131c2978280406fd8453734d2e69e32ad788.tar.gz
ports-3df7131c2978280406fd8453734d2e69e32ad788.zip
databases/lmdb: upgrade to 0.9.32
-rw-r--r--databases/lmdb/Makefile4
-rw-r--r--databases/lmdb/distinfo6
-rw-r--r--databases/lmdb/files/patch-Makefile6
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