pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/libvirt/patches Add a configure portability p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ccb119c0f676
branches:  trunk
changeset: 629835:ccb119c0f676
user:      agc <agc%pkgsrc.org@localhost>
date:      Tue Jan 28 18:00:41 2014 +0000

description:
Add a configure portability patch that was missed on the last update.

Thanks to joerg for the nudge.

diffstat:

 sysutils/libvirt/patches/patch-configure |  15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r 34dab4a108bf -r ccb119c0f676 sysutils/libvirt/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/libvirt/patches/patch-configure  Tue Jan 28 18:00:41 2014 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2014/01/28 18:00:41 agc Exp $
+
+Portability bug - test should use '=' for string equality
+
+--- configure  2014/01/25 02:05:59     1.1
++++ configure  2014/01/25 02:06:27
+@@ -62681,7 +62681,7 @@
+ if test "x$with_firewalld" = "xcheck" ; then
+    with_firewalld=$with_dbus
+ fi
+-if test "x$with_firewalld" == "xyes" ; then
++if test "x$with_firewalld" = "xyes" ; then
+   if test "x$with_dbus" != "xyes" ; then
+      as_fn_error $? "You must have dbus enabled for firewalld support" "$LINENO" 5
+   fi



Home | Main Index | Thread Index | Old Index