pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/sunbird Fixed "test ==", as reported in PR 34840.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c128f32af06
branches:  trunk
changeset: 520243:5c128f32af06
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Oct 17 20:20:26 2006 +0000

description:
Fixed "test ==", as reported in PR 34840.

diffstat:

 time/sunbird/distinfo         |   3 ++-
 time/sunbird/patches/patch-el |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 8258eee07448 -r 5c128f32af06 time/sunbird/distinfo
--- a/time/sunbird/distinfo     Tue Oct 17 19:33:47 2006 +0000
+++ b/time/sunbird/distinfo     Tue Oct 17 20:20:26 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2006/10/12 13:42:34 ghen Exp $
+$NetBSD: distinfo,v 1.6 2006/10/17 20:20:26 rillig Exp $
 
 SHA1 (sunbird-0.3.source.tar.bz2) = 9c498789d428b1f6a5abcb5a690a6d977553dce5
 RMD160 (sunbird-0.3.source.tar.bz2) = a5b71c40be6e6739b9ad558dfac8d2b714709e3c
@@ -64,3 +64,4 @@
 SHA1 (patch-ei) = b42438f95e68bb761bf69b5c5b7c0edfda462e2c
 SHA1 (patch-ej) = 2fa7456d555af1914e5368dec611685c433dd6eb
 SHA1 (patch-ek) = 663dc7b550ee5ee8fae36ed0a3fd33cf648424a9
+SHA1 (patch-el) = a3de4f5b9ff7939c5c4b970b7060154044958db0
diff -r 8258eee07448 -r 5c128f32af06 time/sunbird/patches/patch-el
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/sunbird/patches/patch-el     Tue Oct 17 20:20:26 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-el,v 1.1 2006/10/17 20:20:26 rillig Exp $
+
+--- build/autoconf/mozconfig2configure.orig    2006-02-23 10:36:14.000000000 +0100
++++ build/autoconf/mozconfig2configure 2006-10-17 22:00:31.000000000 +0200
+@@ -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