pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/fluidsynth test(1) does not know the == operator.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f454ab4b9ca
branches:  trunk
changeset: 519373:6f454ab4b9ca
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Oct 02 15:29:36 2006 +0000

description:
test(1) does not know the == operator.

diffstat:

 audio/fluidsynth/distinfo         |   4 ++--
 audio/fluidsynth/patches/patch-ac |  13 +++++++++++--
 2 files changed, 13 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r 7de730982dd1 -r 6f454ab4b9ca audio/fluidsynth/distinfo
--- a/audio/fluidsynth/distinfo Mon Oct 02 14:21:30 2006 +0000
+++ b/audio/fluidsynth/distinfo Mon Oct 02 15:29:36 2006 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.4 2006/02/19 18:26:43 adam Exp $
+$NetBSD: distinfo,v 1.5 2006/10/02 15:29:36 rillig Exp $
 
 SHA1 (fluidsynth-1.0.7.tar.gz) = ac1572bddfaa19f20e27f349964b9224a4198b3a
 RMD160 (fluidsynth-1.0.7.tar.gz) = 1ec41b1401c41cfa8edb8fa715a42616e8459d55
 Size (fluidsynth-1.0.7.tar.gz) = 1064474 bytes
 SHA1 (patch-aa) = 0cd5f42d4df763ef358f1d8a05826e0626882bf2
 SHA1 (patch-ab) = 8b9f615cf81bab81e0e6fc8f3e1c1a589b29cd90
-SHA1 (patch-ac) = 70ec9f3fef081d0b1a5a9528ee2c57310f586cfc
+SHA1 (patch-ac) = 238fb1ee72c54a57ff57930b8fa1f7777009d616
 SHA1 (patch-ad) = 36e62eb4efc1c380f9cb8cfc5777493c0162f719
 SHA1 (patch-ae) = a4385b093eed89f752bead6408400c97be065a41
diff -r 7de730982dd1 -r 6f454ab4b9ca audio/fluidsynth/patches/patch-ac
--- a/audio/fluidsynth/patches/patch-ac Mon Oct 02 14:21:30 2006 +0000
+++ b/audio/fluidsynth/patches/patch-ac Mon Oct 02 15:29:36 2006 +0000
@@ -1,7 +1,16 @@
-$NetBSD: patch-ac,v 1.3 2006/02/19 18:26:43 adam Exp $
+$NetBSD: patch-ac,v 1.4 2006/10/02 15:29:36 rillig Exp $
 
 --- configure.orig     2006-02-19 10:38:11.000000000 +0100
-+++ configure
++++ configure  2006-10-02 17:27:18.000000000 +0200
+@@ -21101,7 +21101,7 @@ esac
+ 
+ 
+ 
+-if test "$mingw32_support" == "yes"; then
++if test "$mingw32_support" = "yes"; then
+   MINGW32_SUPPORT_TRUE=
+   MINGW32_SUPPORT_FALSE='#'
+ else
 @@ -21310,7 +21310,7 @@ cat >>confdefs.h <<\_ACEOF
  _ACEOF
  



Home | Main Index | Thread Index | Old Index