pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox Fixed "test ==".
details: https://anonhg.NetBSD.org/pkgsrc/rev/b99061be2a6c
branches: trunk
changeset: 520166:b99061be2a6c
user: seb <seb%pkgsrc.org@localhost>
date: Mon Oct 16 12:09:13 2006 +0000
description:
Fixed "test ==".
diffstat:
www/firefox/distinfo | 3 ++-
www/firefox/patches/patch-ec | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r bf6780cb39cd -r b99061be2a6c www/firefox/distinfo
--- a/www/firefox/distinfo Mon Oct 16 12:04:14 2006 +0000
+++ b/www/firefox/distinfo Mon Oct 16 12:09:13 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.54 2006/09/15 13:53:08 ghen Exp $
+$NetBSD: distinfo,v 1.55 2006/10/16 12:09:13 seb Exp $
SHA1 (firefox-1.5.0.7-source.tar.bz2) = f10d57af87bddc1b929ec5321688ac0efa880960
RMD160 (firefox-1.5.0.7-source.tar.bz2) = 156a73842949d4fcd401dfaa54afc6cac3aa66c2
@@ -59,3 +59,4 @@
SHA1 (patch-dv) = a380d261d4c2771a672d2b0f4f1f23821e3e5266
SHA1 (patch-ea) = 14e31d17c2493e468cd01f99abfc996853a11032
SHA1 (patch-eb) = dc9232b10075d17f7ed742e7be8ea036db2f0241
+SHA1 (patch-ec) = 925a6f76bbfa77661256d46b0d14e847c16a865f
diff -r bf6780cb39cd -r b99061be2a6c www/firefox/patches/patch-ec
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox/patches/patch-ec Mon Oct 16 12:09:13 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ec,v 1.1 2006/10/16 12:09:13 seb Exp $
+
+--- build/autoconf/mozconfig2configure.orig 2006-02-22 16:41:28.000000000 +0000
++++ build/autoconf/mozconfig2configure
+@@ -79,7 +79,7 @@ ac_add_options() {
+ 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