pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Fixed "test ==".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa7a6dd9f838
branches:  trunk
changeset: 520032:aa7a6dd9f838
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Oct 14 01:55:03 2006 +0000

description:
Fixed "test ==".

diffstat:

 audio/libgpod/PLIST                    |   4 ++--
 audio/libgpod/distinfo                 |   4 +++-
 audio/libgpod/patches/patch-aa         |  13 +++++++++++++
 audio/libgpod/patches/patch-ab         |  13 +++++++++++++
 databases/ocaml-mysql/distinfo         |   4 +++-
 databases/ocaml-mysql/patches/patch-aa |  13 +++++++++++++
 databases/ocaml-mysql/patches/patch-ab |  13 +++++++++++++
 7 files changed, 60 insertions(+), 4 deletions(-)

diffs (104 lines):

diff -r e5c4a940097a -r aa7a6dd9f838 audio/libgpod/PLIST
--- a/audio/libgpod/PLIST       Sat Oct 14 01:44:23 2006 +0000
+++ b/audio/libgpod/PLIST       Sat Oct 14 01:55:03 2006 +0000
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/09/06 22:55:05 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/10/14 01:55:03 rillig Exp $
+include/gpod-1.0/gpod/ipod-device.h
 include/gpod-1.0/gpod/itdb.h
-include/gpod-1.0/gpod/ipod-device.h
 lib/libgpod.la
 lib/pkgconfig/libgpod-1.0.pc
 share/locale/de/LC_MESSAGES/libgpod.mo
diff -r e5c4a940097a -r aa7a6dd9f838 audio/libgpod/distinfo
--- a/audio/libgpod/distinfo    Sat Oct 14 01:44:23 2006 +0000
+++ b/audio/libgpod/distinfo    Sat Oct 14 01:55:03 2006 +0000
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/09/06 22:55:05 wiz Exp $
+$NetBSD: distinfo,v 1.2 2006/10/14 01:55:03 rillig Exp $
 
 SHA1 (libgpod-0.3.2.tar.gz) = ca2c575377534c1e5176e5994dfda7343b19cdf4
 RMD160 (libgpod-0.3.2.tar.gz) = 1cae4642653036ad2af3b9d8e9dabd88155f310f
 Size (libgpod-0.3.2.tar.gz) = 461207 bytes
+SHA1 (patch-aa) = 0ede43c27d7cfeb8d0288daa8c9a9a99dcd0f65c
+SHA1 (patch-ab) = df9246334a3567e2a3167a58eb100fe0a76f0ba2
diff -r e5c4a940097a -r aa7a6dd9f838 audio/libgpod/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libgpod/patches/patch-aa    Sat Oct 14 01:55:03 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2006/10/14 01:55:03 rillig Exp $
+
+--- configure.orig     2006-10-14 03:51:55.000000000 +0200
++++ configure  2006-10-14 03:52:26.000000000 +0200
+@@ -19995,7 +19995,7 @@ else
+       HAL_LIBS=$pkg_cv_HAL_LIBS
+       enable_hal05=yes
+ fi
+-if test x$enable_hal05 == xyes; then
++if test x$enable_hal05 = xyes; then
+ 
+ cat >>confdefs.h <<_ACEOF
+ #define HAVE_LIBHAL 1
diff -r e5c4a940097a -r aa7a6dd9f838 audio/libgpod/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libgpod/patches/patch-ab    Sat Oct 14 01:55:03 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2006/10/14 01:55:03 rillig Exp $
+
+--- configure.ac.orig  2006-03-04 14:15:08.000000000 +0100
++++ configure.ac       2006-10-14 03:52:12.000000000 +0200
+@@ -70,7 +70,7 @@ dnl * hal is optional
+ dnl **************************************************
+ 
+ PKG_CHECK_MODULES(HAL, dbus-1 dbus-glib-1 hal >= 0.5.2 hal < 0.6, enable_hal05=yes, enable_hal05=no)
+-if test x$enable_hal05 == xyes; then
++if test x$enable_hal05 = xyes; then
+    AC_DEFINE_UNQUOTED(HAVE_LIBHAL, 1, [Whether HAL is available or not])
+ fi
+ LIBGPOD_CFLAGS="$LIBGPOD_CFLAGS $HAL_CFLAGS"
diff -r e5c4a940097a -r aa7a6dd9f838 databases/ocaml-mysql/distinfo
--- a/databases/ocaml-mysql/distinfo    Sat Oct 14 01:44:23 2006 +0000
+++ b/databases/ocaml-mysql/distinfo    Sat Oct 14 01:55:03 2006 +0000
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/07/27 22:04:54 rillig Exp $
+$NetBSD: distinfo,v 1.2 2006/10/14 01:56:57 rillig Exp $
 
 SHA1 (ocaml-mysql-1.0.4.tar.gz) = e8b7c2d84eee9ae798cd5dcd3ba68fc64c321f9b
 RMD160 (ocaml-mysql-1.0.4.tar.gz) = 57b316fdbdd26762916859d04ab0ca15c1365203
 Size (ocaml-mysql-1.0.4.tar.gz) = 119584 bytes
+SHA1 (patch-aa) = b06f338db5887f5656d8d50b6fcfdd4bf2d920e0
+SHA1 (patch-ab) = 4b7768554ec4fe8a01578bc4c63ae52e6fc208d4
diff -r e5c4a940097a -r aa7a6dd9f838 databases/ocaml-mysql/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ocaml-mysql/patches/patch-aa    Sat Oct 14 01:55:03 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2006/10/14 01:56:57 rillig Exp $
+
+--- configure.orig     2006-10-14 03:55:58.000000000 +0200
++++ configure  2006-10-14 03:56:02.000000000 +0200
+@@ -2945,7 +2945,7 @@ _ACEOF
+ 
+ fi
+ 
+-if test "$ac_cv_lib_mysqlclient_mysql_real_connect" == "no"; then
++if test "$ac_cv_lib_mysqlclient_mysql_real_connect" = "no"; then
+       dirs="/usr/local/lib/mysql
+             /usr/local/mysql/lib
+             /usr/local/mysql/lib/mysql
diff -r e5c4a940097a -r aa7a6dd9f838 databases/ocaml-mysql/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ocaml-mysql/patches/patch-ab    Sat Oct 14 01:55:03 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2006/10/14 01:56:57 rillig Exp $
+
+--- configure.in.orig  2006-02-24 00:12:36.000000000 +0100
++++ configure.in       2006-10-14 03:55:43.000000000 +0200
+@@ -30,7 +30,7 @@ dnl First see if we can link to mysql wi
+ AC_CHECKING(for MySQL library)
+ AC_CHECK_LIB(mysqlclient, mysql_real_connect)
+ dnl If not, look in a bunch of typical places.
+-if test "$ac_cv_lib_mysqlclient_mysql_real_connect" == "no"; then
++if test "$ac_cv_lib_mysqlclient_mysql_real_connect" = "no"; then
+       dirs="/usr/local/lib/mysql
+             /usr/local/mysql/lib
+             /usr/local/mysql/lib/mysql



Home | Main Index | Thread Index | Old Index