pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/thunderbird Fix "if [ ... == ...]" in a build scr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f7c5f170ce54
branches: trunk
changeset: 520371:f7c5f170ce54
user: tron <tron%pkgsrc.org@localhost>
date: Fri Oct 20 12:45:13 2006 +0000
description:
Fix "if [ ... == ...]" in a build script.
diffstat:
mail/thunderbird/distinfo | 3 ++-
mail/thunderbird/patches/patch-as | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (34 lines):
diff -r fc437e49298a -r f7c5f170ce54 mail/thunderbird/distinfo
--- a/mail/thunderbird/distinfo Fri Oct 20 12:38:48 2006 +0000
+++ b/mail/thunderbird/distinfo Fri Oct 20 12:45:13 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.28 2006/10/19 10:26:14 markd Exp $
+$NetBSD: distinfo,v 1.29 2006/10/20 12:45:13 tron Exp $
SHA1 (thunderbird-1.5.0.7-source.tar.bz2) = 9e5acff9bd098979dd798c0111805dc8d67479ad
RMD160 (thunderbird-1.5.0.7-source.tar.bz2) = b8948723e4a96e22409e6a2cb3cd1b6512bef189
@@ -20,6 +20,7 @@
SHA1 (patch-ap) = b2f630863e7b1bc3c0e7139d2b4aca3b80da04de
SHA1 (patch-aq) = e8389d53e0d490b3cc1078f646749abfe54225ff
SHA1 (patch-ar) = ce81dd6b747ba882434cb23343c5e89aac70ea81
+SHA1 (patch-as) = 56effdf9aa488fa2b3c8abcb4b7273841a4b59c1
SHA1 (patch-aw) = 0df1163297eb1ea48ae8b98d146f715462c0a2e7
SHA1 (patch-ax) = 00d60664a6be38db0d5b2464064230c62b153ca6
SHA1 (patch-ba) = 5e64f23ec426f9baef29f397084dba7158279071
diff -r fc437e49298a -r f7c5f170ce54 mail/thunderbird/patches/patch-as
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/thunderbird/patches/patch-as Fri Oct 20 12:45:13 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-as,v 1.3 2006/10/20 12:45:13 tron Exp $
+
+--- build/autoconf/mozconfig2configure.orig 2006-02-22 16:41:28.000000000 +0000
++++ build/autoconf/mozconfig2configure 2006-10-20 12:26:11.000000000 +0100
+@@ -79,7 +79,7 @@
+ ac_add_app_options() {
+ APP=$1
+ shift;
+- if [ "$APP" == "$MOZ_BUILD_APP" ]; then
++ if [ "$APP" = "$MOZ_BUILD_APP" ]; then
+ ac_add_options "$*";
+ fi
+ }
Home |
Main Index |
Thread Index |
Old Index