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:   mef
Date:           Tue Aug 24 20:33:30 UTC 2021

Modified Files:
        pkgsrc/databases/lmdb: distinfo
Added Files:
        pkgsrc/databases/lmdb/patches: patch-configure

Log Message:
(databases/lmdb) Add portablity check patch, but duplicates to openldap ?


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/lmdb/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/databases/lmdb/patches/patch-configure

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.20 pkgsrc/databases/lmdb/distinfo:1.21
--- pkgsrc/databases/lmdb/distinfo:1.20 Mon Aug 23 09:58:57 2021
+++ pkgsrc/databases/lmdb/distinfo      Tue Aug 24 20:33:30 2021
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.20 2021/08/23 09:58:57 adam Exp $
+$NetBSD: distinfo,v 1.21 2021/08/24 20:33:30 mef Exp $
 
 SHA1 (openldap-2.5.7.tgz) = c7cdc392a7c6006b82699f669a88597fe41820f0
 RMD160 (openldap-2.5.7.tgz) = 06be7fba0ce57c3a8ee260da244d2dc8935ea0f5
 SHA512 (openldap-2.5.7.tgz) = c849b9f9515cf458acbaef0dc21b8a53ab7b27e4288af6f69433f909f2939878c94cd641d24abc88d4351725b80829d342d446933fa5cba52cde4b9f095dcea0
 Size (openldap-2.5.7.tgz) = 6426051 bytes
+SHA1 (patch-configure) = 2f07a1c517c2989c2ff932e251c71a86af5f28be
 SHA1 (patch-libraries_liblmdb_Makefile) = 4dd8ed43169e5615b416e7e0696dd3b16e784282

Added files:

Index: pkgsrc/databases/lmdb/patches/patch-configure
diff -u /dev/null pkgsrc/databases/lmdb/patches/patch-configure:1.1
--- /dev/null   Tue Aug 24 20:33:30 2021
+++ pkgsrc/databases/lmdb/patches/patch-configure       Tue Aug 24 20:33:30 2021
@@ -0,0 +1,16 @@
+$NetBSD: patch-configure,v 1.1 2021/08/24 20:33:30 mef Exp $
+
+ERROR: [check-portability.awk] => Found test ... == ...:
+ERROR: [check-portability.awk] configure:22850: if test $ol_enable_slapd == no && test $ol_enable_balancer != yes ; then
+
+--- openldap-2.5.7/configure.orig      2021-08-19 02:11:41.000000000 +0900
++++ ../openldap-2.5.7/configure        2021-08-25 05:22:32.598123877 +0900
+@@ -22847,7 +22847,7 @@ fi
+ WITH_SYSTEMD=no
+ systemdsystemunitdir=
+ ol_link_systemd=no
+-if test $ol_enable_slapd == no && test $ol_enable_balancer != yes ; then
++if test $ol_enable_slapd = no && test $ol_enable_balancer != yes ; then
+       if test $ol_with_systemd != no ; then
+               { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: servers disabled, ignoring --with-systemd=$ol_with_systemd argument" >&5
+ $as_echo "$as_me: WARNING: servers disabled, ignoring --with-systemd=$ol_with_systemd argument" >&2;}



Home | Main Index | Thread Index | Old Index