pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox fix potentially troublesome shell variable...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0f3633032f7a
branches: trunk
changeset: 399325:0f3633032f7a
user: tnn <tnn%pkgsrc.org@localhost>
date: Thu Sep 17 09:41:50 2009 +0000
description:
fix potentially troublesome shell variable expansion in patch
diffstat:
www/firefox/distinfo | 4 ++--
www/firefox/patches/patch-aa | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r 20bde53666ff -r 0f3633032f7a www/firefox/distinfo
--- a/www/firefox/distinfo Thu Sep 17 06:07:44 2009 +0000
+++ b/www/firefox/distinfo Thu Sep 17 09:41:50 2009 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.96 2009/09/16 19:06:18 tnn Exp $
+$NetBSD: distinfo,v 1.97 2009/09/17 09:41:50 tnn Exp $
SHA1 (firefox-3.5.3.source.tar.bz2) = 83b2625eb74e81b473ac40ac52505e5fc9a497eb
RMD160 (firefox-3.5.3.source.tar.bz2) = c2487c90b4a9490840817c7b00dcccd68a0c4422
Size (firefox-3.5.3.source.tar.bz2) = 46766383 bytes
-SHA1 (patch-aa) = ec05e36811e82333f14b9c87ae87667c6f943718
+SHA1 (patch-aa) = 64ebd1d94d69acdbf6d5a0c25fc3015d90d5540c
SHA1 (patch-ao) = af027520b0277838a5a5f4ad33e14174e6e8bc0c
SHA1 (patch-ma) = a20b263ff14c841fd0ae1634962b90a41173b524
SHA1 (patch-mi) = 787cb043bb7e687936afaf8f0c67b6b3a7b03e5b
diff -r 20bde53666ff -r 0f3633032f7a www/firefox/patches/patch-aa
--- a/www/firefox/patches/patch-aa Thu Sep 17 06:07:44 2009 +0000
+++ b/www/firefox/patches/patch-aa Thu Sep 17 09:41:50 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.7 2009/09/16 19:06:18 tnn Exp $
+$NetBSD: patch-aa,v 1.8 2009/09/17 09:41:50 tnn Exp $
--- configure.in.orig 2009-08-24 17:52:36.000000000 +0200
+++ configure.in
@@ -53,7 +53,7 @@
else
- NSPR_CFLAGS='`$(LIBXUL_DIST)/bin/nspr-config --prefix='${LIBXUL_DIST}' --includedir='${LIBXUL_DIST}'/include/nspr --cflags`'
- NSPR_LIBS='`$(LIBXUL_DIST)/bin/nspr-config --prefix='${LIBXUL_DIST}' --libdir='${LIBXUL_DIST}'/lib --libs`'
-+ NSPR_CFLAGS="-I$prefix/include/xulrunner/unstable `pkg-config --cflags mozilla-nspr`"
++ NSPR_CFLAGS="-I${prefix}/include/xulrunner/unstable `pkg-config --cflags mozilla-nspr`"
+ NSPR_LIBS="`pkg-config --libs mozilla-nspr`"
fi
fi
Home |
Main Index |
Thread Index |
Old Index