pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www Fixed "test ==".
details: https://anonhg.NetBSD.org/pkgsrc/rev/1ea0bc140c41
branches: trunk
changeset: 520302:1ea0bc140c41
user: rillig <rillig%pkgsrc.org@localhost>
date: Wed Oct 18 21:40:17 2006 +0000
description:
Fixed "test ==".
diffstat:
www/bluefish/distinfo | 3 ++-
www/bluefish/patches/patch-ac | 13 +++++++++++++
www/galeon/distinfo | 3 ++-
www/galeon/patches/patch-ae | 22 ++++++++++++++++++++++
4 files changed, 39 insertions(+), 2 deletions(-)
diffs (69 lines):
diff -r f119598f7672 -r 1ea0bc140c41 www/bluefish/distinfo
--- a/www/bluefish/distinfo Wed Oct 18 21:36:03 2006 +0000
+++ b/www/bluefish/distinfo Wed Oct 18 21:40:17 2006 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.14 2006/02/05 19:45:10 adam Exp $
+$NetBSD: distinfo,v 1.15 2006/10/18 21:40:17 rillig Exp $
SHA1 (bluefish-1.0.5.tar.bz2) = 084ecbf348fd8eb092c9fc702615c9f82a544d9d
RMD160 (bluefish-1.0.5.tar.bz2) = 5cb388e2f4d1193a9d51ebed26ab523bf6809208
Size (bluefish-1.0.5.tar.bz2) = 1492532 bytes
SHA1 (patch-aa) = bba2581eefa4efa00943b9f158898fe4743b56cc
SHA1 (patch-ab) = ab0d1d172b0d3097f85588a5f24304501671d048
+SHA1 (patch-ac) = de8871c7d5ab63153f10a787debb1deed4420577
diff -r f119598f7672 -r 1ea0bc140c41 www/bluefish/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/bluefish/patches/patch-ac Wed Oct 18 21:40:17 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.3 2006/10/18 21:40:17 rillig Exp $
+
+--- configure.orig 2006-10-18 23:28:42.000000000 +0200
++++ configure 2006-10-18 23:36:32.000000000 +0200
+@@ -4748,7 +4748,7 @@ fi
+
+ #####################################################
+
+-if test "${prefix}" == "NONE"; then
++if test "${prefix}" = "NONE"; then
+ prefix=${ac_default_prefix}
+
+ fi
diff -r f119598f7672 -r 1ea0bc140c41 www/galeon/distinfo
--- a/www/galeon/distinfo Wed Oct 18 21:36:03 2006 +0000
+++ b/www/galeon/distinfo Wed Oct 18 21:40:17 2006 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.43 2006/09/02 19:42:58 rillig Exp $
+$NetBSD: distinfo,v 1.44 2006/10/18 21:48:42 rillig Exp $
SHA1 (galeon-2.0.1.tar.bz2) = d27a9a3f34f54646c2fe2222038e103c5c1baecd
RMD160 (galeon-2.0.1.tar.bz2) = 79ed47c272df3c87eade11de1bfc3086602d6bcc
Size (galeon-2.0.1.tar.bz2) = 2991656 bytes
SHA1 (patch-ac) = a9369e0dc72d3347bb9a2924e92eedd41addc58f
SHA1 (patch-ad) = db8076fb6c5fbf25e3a03d006a2801dc24002175
+SHA1 (patch-ae) = 38a6820c9f6d1bbf994a8aa09b9cc47385df735f
diff -r f119598f7672 -r 1ea0bc140c41 www/galeon/patches/patch-ae
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/galeon/patches/patch-ae Wed Oct 18 21:40:17 2006 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-ae,v 1.6 2006/10/18 21:48:42 rillig Exp $
+
+--- configure.orig 2006-10-18 23:43:38.000000000 +0200
++++ configure 2006-10-18 23:45:44.000000000 +0200
+@@ -28300,7 +28300,7 @@ fi
+
+
+
+-if test "$gecko" == "xulrunner"; then
++if test "$gecko" = "xulrunner"; then
+ echo ""
+ echo "Note that Galeon has a runtime dependency on the 'cookie' and 'permission'"
+ echo "mozilla extensions. These are not built as part of the default xulrunner"
+@@ -28308,7 +28308,7 @@ if test "$gecko" == "xulrunner"; then
+ echo ""
+ fi
+
+-if test "$flavour" == "toolkit"; then
++if test "$flavour" = "toolkit"; then
+ echo ""
+ echo "The 'typeaheadfind' and 'wallet' extensions should not be"
+ echo "present when using $gecko. They are never part of the default build,"
Home |
Main Index |
Thread Index |
Old Index