diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-18 21:40:17 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-18 21:40:17 +0000 |
commit | df6668b92740110f706d35aa7cf82f8c91eaf7f8 (patch) | |
tree | fbe55a764ff6c836526a128affcfccf65c5f0bc6 | |
parent | ef58fbca223854170e648a3234e65aca538fa161 (diff) | |
download | pkgsrc-df6668b92740110f706d35aa7cf82f8c91eaf7f8.tar.gz |
Fixed "test ==".
-rw-r--r-- | www/bluefish/distinfo | 3 | ||||
-rw-r--r-- | www/bluefish/patches/patch-ac | 13 | ||||
-rw-r--r-- | www/galeon/distinfo | 3 | ||||
-rw-r--r-- | www/galeon/patches/patch-ae | 22 |
4 files changed, 39 insertions, 2 deletions
diff --git a/www/bluefish/distinfo b/www/bluefish/distinfo index c6ddcfa0e25..01a15daa841 100644 --- a/www/bluefish/distinfo +++ b/www/bluefish/distinfo @@ -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 --git a/www/bluefish/patches/patch-ac b/www/bluefish/patches/patch-ac new file mode 100644 index 00000000000..e38653aa7a1 --- /dev/null +++ b/www/bluefish/patches/patch-ac @@ -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 --git a/www/galeon/distinfo b/www/galeon/distinfo index ff4b3cbe9a4..bc53731680c 100644 --- a/www/galeon/distinfo +++ b/www/galeon/distinfo @@ -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 --git a/www/galeon/patches/patch-ae b/www/galeon/patches/patch-ae new file mode 100644 index 00000000000..80028d72957 --- /dev/null +++ b/www/galeon/patches/patch-ae @@ -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," |