pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21cb827b506d
branches:  trunk
changeset: 519543:21cb827b506d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Oct 05 02:52:16 2006 +0000

description:
Fixed "test ==".

diffstat:

 sysutils/ntfsprogs/distinfo         |   3 +-
 sysutils/ntfsprogs/patches/patch-an |  22 +++++++++++++++++++++
 sysutils/torsmo/distinfo            |   3 +-
 sysutils/torsmo/patches/patch-ad    |  38 +++++++++++++++++++++++++++++++++++++
 4 files changed, 64 insertions(+), 2 deletions(-)

diffs (96 lines):

diff -r cd6e91386d16 -r 21cb827b506d sysutils/ntfsprogs/distinfo
--- a/sysutils/ntfsprogs/distinfo       Thu Oct 05 02:50:31 2006 +0000
+++ b/sysutils/ntfsprogs/distinfo       Thu Oct 05 02:52:16 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2006/07/20 08:22:02 adam Exp $
+$NetBSD: distinfo,v 1.11 2006/10/05 02:52:16 rillig Exp $
 
 SHA1 (ntfsprogs-1.13.1.tar.gz) = a4e50f6fc10fcc1e1f562ad64bcbf9a0d46ca72a
 RMD160 (ntfsprogs-1.13.1.tar.gz) = 4fea1dd03f7c4d2b7cfb05ca101aee902e1ed9d2
@@ -9,3 +9,4 @@
 SHA1 (patch-af) = 582bee0039ca88906dd1883f1cf3c5dc2a7da1d7
 SHA1 (patch-ah) = b6da89fc9b5bbc83fa503dd887f3f2ec493ad7c7
 SHA1 (patch-am) = a4382e075c046f3acdeecd12dcfbf99da43771d9
+SHA1 (patch-an) = 1d22f2d1aa7006c78cbbe56d500cd4a9bc1eb6c8
diff -r cd6e91386d16 -r 21cb827b506d sysutils/ntfsprogs/patches/patch-an
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/ntfsprogs/patches/patch-an       Thu Oct 05 02:52:16 2006 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-an,v 1.1 2006/10/05 02:52:16 rillig Exp $
+
+--- configure.orig     2006-10-05 04:38:23.000000000 +0200
++++ configure  2006-10-05 04:51:08.000000000 +0200
+@@ -2217,7 +2217,7 @@ fi;
+ # Check whether --enable-default-device-io-ops or --disable-default-device-io-ops was given.
+ if test "${enable_default_device_io_ops+set}" = set; then
+   enableval="$enable_default_device_io_ops"
+-  if test "$enable_default_device_io_ops" == "no"; then
++  if test "$enable_default_device_io_ops" = "no"; then
+               cat >>confdefs.h <<\_ACEOF
+ #define NO_NTFS_DEVICE_DEFAULT_IO_OPS 1
+ _ACEOF
+@@ -2307,7 +2307,7 @@ fi
+ # Check whether --enable-debug-logging or --disable-debug-logging was given.
+ if test "${enable_debug_logging+set}" = set; then
+   enableval="$enable_debug_logging"
+-  if test "$enable_debug_logging" == "no"; then
++  if test "$enable_debug_logging" = "no"; then
+               cat >>confdefs.h <<\_ACEOF
+ #define NTFS_DISABLE_DEBUG_LOGGING 1
+ _ACEOF
diff -r cd6e91386d16 -r 21cb827b506d sysutils/torsmo/distinfo
--- a/sysutils/torsmo/distinfo  Thu Oct 05 02:50:31 2006 +0000
+++ b/sysutils/torsmo/distinfo  Thu Oct 05 02:52:16 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/03/29 21:42:55 ghen Exp $
+$NetBSD: distinfo,v 1.2 2006/10/05 02:53:55 rillig Exp $
 
 SHA1 (torsmo-0.18.tar.gz) = 01e6737b3971daa3a7c9cb6dd1961f61bc39bdae
 RMD160 (torsmo-0.18.tar.gz) = f1d8b3c4679155596569f9116970e7ba8a01eb6e
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = b1d9e3eb7638e24c3cc595e9cd1e1c6054adf5cf
 SHA1 (patch-ab) = 3bf66bd2b7645c204099a8c7b806098d028cc8bf
 SHA1 (patch-ac) = 5b342d09ff0fcc3982aa855e2cc660823ed53e11
+SHA1 (patch-ad) = 827c1c98b302883bf91af2cee2f4efcd8ba635c4
diff -r cd6e91386d16 -r 21cb827b506d sysutils/torsmo/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/torsmo/patches/patch-ad  Thu Oct 05 02:52:16 2006 +0000
@@ -0,0 +1,38 @@
+$NetBSD: patch-ad,v 1.1 2006/10/05 02:53:55 rillig Exp $
+
+--- configure.orig     2006-10-05 04:52:34.000000000 +0200
++++ configure  2006-10-05 04:53:06.000000000 +0200
+@@ -924,14 +924,14 @@ fi
+ 
+ 
+ 
+-if test x$want_seti == xyes; then
++if test x$want_seti = xyes; then
+   BUILD_SETI_TRUE=
+   BUILD_SETI_FALSE='#'
+ else
+   BUILD_SETI_TRUE='#'
+   BUILD_SETI_FALSE=
+ fi
+-if test x$want_seti == xyes; then
++if test x$want_seti = xyes; then
+   cat >> confdefs.h <<\EOF
+ #define SETI 1
+ EOF
+@@ -949,14 +949,14 @@ fi
+ 
+ 
+ 
+-if test x$want_nvctrl == xyes; then
++if test x$want_nvctrl = xyes; then
+   BUILD_NVCTRL_TRUE=
+   BUILD_NVCTRL_FALSE='#'
+ else
+   BUILD_NVCTRL_TRUE='#'
+   BUILD_NVCTRL_FALSE=
+ fi
+-if test x$want_nvctrl == xyes; then
++if test x$want_nvctrl = xyes; then
+   cat >> confdefs.h <<\EOF
+ #define NVCTRL 1
+ EOF



Home | Main Index | Thread Index | Old Index