pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/lmdb



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Sat May 18 16:03:46 UTC 2024

Modified Files:
        pkgsrc/databases/lmdb: distinfo
        pkgsrc/databases/lmdb/patches: patch-libraries_liblmdb_Makefile

Log Message:
Fix databases/lmdb build

strip: /home/pbulk/build/databases/lmdb/work/.destdir/usr/pkg/bin/mdb_stat: file format not recognized
etc


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/databases/lmdb/distinfo
cvs rdiff -u -r1.8 -r1.9 \
    pkgsrc/databases/lmdb/patches/patch-libraries_liblmdb_Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/lmdb/distinfo
diff -u pkgsrc/databases/lmdb/distinfo:1.35 pkgsrc/databases/lmdb/distinfo:1.36
--- pkgsrc/databases/lmdb/distinfo:1.35 Mon May 13 13:19:59 2024
+++ pkgsrc/databases/lmdb/distinfo      Sat May 18 16:03:45 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2024/05/13 13:19:59 jperkin Exp $
+$NetBSD: distinfo,v 1.36 2024/05/18 16:03:45 prlw1 Exp $
 
 BLAKE2s (openldap-2.6.7.tgz) = a7090113159ce6ae7eefba54d04e0f3b68384e76e6f3b7efcc86352bb11bfc81
 SHA512 (openldap-2.6.7.tgz) = ea207b84fdb7bc6cdff2bc1201fcdde6a907f5766f9637589d956ca86ecf61d4e732ab7d80f33b18b691644e1f5fa39b00ff2c7f4084c9b85760ee693a7c451e
 Size (openldap-2.6.7.tgz) = 6484944 bytes
-SHA1 (patch-libraries_liblmdb_Makefile) = b8f50c14061d9eb5ffeee67b5b9870c7396b045a
+SHA1 (patch-libraries_liblmdb_Makefile) = f9e50723b86e5b6e08749165aa380374fb63e980

Index: pkgsrc/databases/lmdb/patches/patch-libraries_liblmdb_Makefile
diff -u pkgsrc/databases/lmdb/patches/patch-libraries_liblmdb_Makefile:1.8 pkgsrc/databases/lmdb/patches/patch-libraries_liblmdb_Makefile:1.9
--- pkgsrc/databases/lmdb/patches/patch-libraries_liblmdb_Makefile:1.8  Mon May 13 13:19:59 2024
+++ pkgsrc/databases/lmdb/patches/patch-libraries_liblmdb_Makefile      Sat May 18 16:03:45 2024
@@ -1,4 +1,4 @@
-$NetBSD: patch-libraries_liblmdb_Makefile,v 1.8 2024/05/13 13:19:59 jperkin Exp $
+$NetBSD: patch-libraries_liblmdb_Makefile,v 1.9 2024/05/18 16:03:45 prlw1 Exp $
 
 Libtoolize.
 Use proper install commands.
@@ -35,7 +35,7 @@ Use proper install commands.
 -      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 $(IPROGS); do $(LIBTOOL) --mode=install $(BSD_INSTALL_PROGRAM) $$f $(DESTDIR)$(prefix)/bin; done
 +      $(LIBTOOL) --mode=install $(BSD_INSTALL_LIB) liblmdb.la $(DESTDIR)$(prefix)/lib
 +      for f in $(IHDRS); do $(BSD_INSTALL_DATA) $$f $(DESTDIR)$(prefix)/include; done
 +      for f in $(IDOCS); do $(BSD_INSTALL_MAN) $$f $(DESTDIR)$(prefix)/$(PKGMANDIR)/man1; done



Home | Main Index | Thread Index | Old Index