summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2016-02-16 12:16:28 +0000
committermef <mef@pkgsrc.org>2016-02-16 12:16:28 +0000
commit82d2ff622460626b7dc017b53dfae699084424ee (patch)
treea159dfd1ac9dd07ff379204d48d9c5eb89cdb581 /databases
parentf6b58603358516bf5153a76e752db733946f3d97 (diff)
downloadpkgsrc-82d2ff622460626b7dc017b53dfae699084424ee.tar.gz
Update to 0.9.18
---------------- LMDB 0.9.18 Release (2016/02/05) Fix robust mutex detection on glibc 2.10-11 (ITS#8330) Fix page_search_root assert on FreeDB (ITS#8336) Fix MDB_APPENDDUP vs. rewrite(single item) (ITS#8334) Fix mdb_copy of large files on Windows Fix subcursor move after delete (ITS#8355) Fix mdb_midl_shirnk off-by-one (ITS#8363) Check for utf8_to_utf16 failures (ITS#7992) Catch strdup failure in mdb_dbi_open Build Additional makefile var tweaks (ITS#8169) Documentation Add Getting Started page Update WRITEMAP description
Diffstat (limited to 'databases')
-rw-r--r--databases/lmdb/Makefile4
-rw-r--r--databases/lmdb/distinfo12
-rw-r--r--databases/lmdb/patches/patch-libraries_liblmdb_Makefile24
3 files changed, 21 insertions, 19 deletions
diff --git a/databases/lmdb/Makefile b/databases/lmdb/Makefile
index 625992ec64b..e6f7ee99adb 100644
--- a/databases/lmdb/Makefile
+++ b/databases/lmdb/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2015/10/07 10:15:12 fhajny Exp $
+# $NetBSD: Makefile,v 1.5 2016/02/16 12:16:28 mef Exp $
-DISTNAME= LMDB-0.9.16
+DISTNAME= LMDB-0.9.18
PKGNAME= ${DISTNAME:tl}
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GITHUB:=LMDB/}
diff --git a/databases/lmdb/distinfo b/databases/lmdb/distinfo
index 610bf9c6eee..20ecf551786 100644
--- a/databases/lmdb/distinfo
+++ b/databases/lmdb/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 01:56:14 agc Exp $
+$NetBSD: distinfo,v 1.4 2016/02/16 12:16:28 mef Exp $
-SHA1 (LMDB-0.9.16.tar.gz) = 367182e1d9dbc314db76459a71be719209f131b4
-RMD160 (LMDB-0.9.16.tar.gz) = 7b6701cb74e04593b1258377164f04f91f502aaf
-SHA512 (LMDB-0.9.16.tar.gz) = ef879df615b5ca1a5c28194ff2cad49559d336c470b3ae904428d219452a0d721cae7d64defe44119d19f7c731fe4e0e293ff09118eb057fe322feb3a5aebcc9
-Size (LMDB-0.9.16.tar.gz) = 130343 bytes
-SHA1 (patch-libraries_liblmdb_Makefile) = fa0543f50fbc1ea964841c26811dd16965f127af
+SHA1 (LMDB-0.9.18.tar.gz) = 375e31bd0a4d8426e5fc4bfdb00d532c206d4f2b
+RMD160 (LMDB-0.9.18.tar.gz) = 498e2076e9c3e1145d14d83880a54430f20875d8
+SHA512 (LMDB-0.9.18.tar.gz) = 394e88d99d446eb30771d7cf7a661584683a0d6d8e976cc561b5eecbb2a5d0817bbd59994002afa4eae6c86a39f05f50ebc2eff77cd70dd8c67225df4611f5e6
+Size (LMDB-0.9.18.tar.gz) = 139156 bytes
+SHA1 (patch-libraries_liblmdb_Makefile) = a21055b6ec53dae8c52a9bc325b8f84bf4282e9f
diff --git a/databases/lmdb/patches/patch-libraries_liblmdb_Makefile b/databases/lmdb/patches/patch-libraries_liblmdb_Makefile
index 01bf8b9037a..24cad4ba992 100644
--- a/databases/lmdb/patches/patch-libraries_liblmdb_Makefile
+++ b/databases/lmdb/patches/patch-libraries_liblmdb_Makefile
@@ -1,17 +1,19 @@
-$NetBSD: patch-libraries_liblmdb_Makefile,v 1.1 2015/10/07 10:15:12 fhajny Exp $
+$NetBSD: patch-libraries_liblmdb_Makefile,v 1.2 2016/02/16 12:16:28 mef Exp $
Use proper install commands.
---- libraries/liblmdb/Makefile.orig 2015-08-14 00:00:38.000000000 +0000
-+++ libraries/liblmdb/Makefile
-@@ -36,10 +36,10 @@ PROGS = $(IPROGS) mtest mtest2 mtest3 mt
- all: $(ILIBS) $(PROGS)
-
- install: $(ILIBS) $(IPROGS) $(IHDRS)
-- for f in $(IPROGS); do cp $$f $(DESTDIR)$(prefix)/bin; done
-- for f in $(ILIBS); do cp $$f $(DESTDIR)$(prefix)/lib; done
-- for f in $(IHDRS); do cp $$f $(DESTDIR)$(prefix)/include; done
-- for f in $(IDOCS); do cp $$f $(DESTDIR)$(prefix)/man/man1; done
+ clean:
+ rm -rf $(PROGS) *.[ao] *.[ls]o *~ testdb
+--- libraries/liblmdb/Makefile.orig 2016-02-06 06:22:15.000000000 +0900
++++ libraries/liblmdb/Makefile 2016-02-16 21:08:37.000000000 +0900
+@@ -48,10 +48,10 @@ install: $(ILIBS) $(IPROGS) $(IHDRS)
+ mkdir -p $(DESTDIR)$(libdir)
+ mkdir -p $(DESTDIR)$(includedir)
+ mkdir -p $(DESTDIR)$(mandir)/man1
+- for f in $(IPROGS); do cp $$f $(DESTDIR)$(bindir); done
+- for f in $(ILIBS); do cp $$f $(DESTDIR)$(libdir); done
+- for f in $(IHDRS); do cp $$f $(DESTDIR)$(includedir); done
+- for f in $(IDOCS); do cp $$f $(DESTDIR)$(mandir)/man1; done
+ for f in $(IPROGS); do $(BSD_INSTALL_PROGRAM) $$f $(DESTDIR)$(prefix)/bin; done
+ for f in $(ILIBS); do $(BSD_INSTALL_LIB) $$f $(DESTDIR)$(prefix)/lib; done
+ for f in $(IHDRS); do $(BSD_INSTALL_DATA) $$f $(DESTDIR)$(prefix)/include; done