pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/seamonkey Fixed "test ==".
details: https://anonhg.NetBSD.org/pkgsrc/rev/99bdf400878a
branches: trunk
changeset: 520368:99bdf400878a
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Oct 20 10:28:51 2006 +0000
description:
Fixed "test ==".
diffstat:
www/seamonkey/distinfo | 3 ++-
www/seamonkey/patches/patch-ec | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 13943ba0583e -r 99bdf400878a www/seamonkey/distinfo
--- a/www/seamonkey/distinfo Fri Oct 20 10:15:02 2006 +0000
+++ b/www/seamonkey/distinfo Fri Oct 20 10:28:51 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2006/10/19 10:25:36 markd Exp $
+$NetBSD: distinfo,v 1.12 2006/10/20 10:28:51 rillig Exp $
SHA1 (seamonkey-1.0.5.source.tar.bz2) = 60be0112e369a06958c0295ad2de995ab476cef1
RMD160 (seamonkey-1.0.5.source.tar.bz2) = 9f99f4a542c3a4e1c7e054e73c9ca08cd7252e63
@@ -60,3 +60,4 @@
SHA1 (patch-du) = c6e66bb420ce9ea988f89b57d1c20a247704cfcf
SHA1 (patch-dv) = a380d261d4c2771a672d2b0f4f1f23821e3e5266
SHA1 (patch-dw) = 263a64d06c6b62041c62ed4532858339d37e1873
+SHA1 (patch-ec) = 925a6f76bbfa77661256d46b0d14e847c16a865f
diff -r 13943ba0583e -r 99bdf400878a www/seamonkey/patches/patch-ec
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/seamonkey/patches/patch-ec Fri Oct 20 10:28:51 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ec,v 1.1 2006/10/20 10:28:51 rillig 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