pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/lmdb (databases/lmdb) Add portablity check p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/52b3b8181e80
branches: trunk
changeset: 457402:52b3b8181e80
user: mef <mef%pkgsrc.org@localhost>
date: Tue Aug 24 20:33:30 2021 +0000
description:
(databases/lmdb) Add portablity check patch, but duplicates to openldap ?
diffstat:
databases/lmdb/distinfo | 3 ++-
databases/lmdb/patches/patch-configure | 16 ++++++++++++++++
2 files changed, 18 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r f9de8b7ff17a -r 52b3b8181e80 databases/lmdb/distinfo
--- a/databases/lmdb/distinfo Tue Aug 24 19:35:48 2021 +0000
+++ b/databases/lmdb/distinfo Tue Aug 24 20:33:30 2021 +0000
@@ -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
diff -r f9de8b7ff17a -r 52b3b8181e80 databases/lmdb/patches/patch-configure
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/lmdb/patches/patch-configure Tue Aug 24 20:33:30 2021 +0000
@@ -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