pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox2 With option "debug" make the code not cat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ccc89d14fdb0
branches:  trunk
changeset: 521661:ccc89d14fdb0
user:      martin <martin%pkgsrc.org@localhost>
date:      Fri Nov 17 08:12:14 2006 +0000

description:
With option "debug" make the code not catch all signals.

diffstat:

 www/firefox2/distinfo         |   3 ++-
 www/firefox2/patches/patch-ed |  20 ++++++++++++++++++++
 2 files changed, 22 insertions(+), 1 deletions(-)

diffs (38 lines):

diff -r 0fd6fdb42413 -r ccc89d14fdb0 www/firefox2/distinfo
--- a/www/firefox2/distinfo     Fri Nov 17 01:05:47 2006 +0000
+++ b/www/firefox2/distinfo     Fri Nov 17 08:12:14 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/10/24 22:20:11 ghen Exp $
+$NetBSD: distinfo,v 1.2 2006/11/17 08:12:14 martin Exp $
 
 SHA1 (firefox-2.0-source.tar.bz2) = 2bbc6b80cf184bf27101ec4315a19023547c85d4
 RMD160 (firefox-2.0-source.tar.bz2) = 88b284b236f29fa5e483a32cd75ceaadebd2f6c3
@@ -62,3 +62,4 @@
 SHA1 (patch-ea) = 14e31d17c2493e468cd01f99abfc996853a11032
 SHA1 (patch-eb) = dc9232b10075d17f7ed742e7be8ea036db2f0241
 SHA1 (patch-ec) = 8235af6634306b2a5725754cd5a32285b311b714
+SHA1 (patch-ed) = ae922f591b871a1f427c4c32d76a2c25701382d4
diff -r 0fd6fdb42413 -r ccc89d14fdb0 www/firefox2/patches/patch-ed
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox2/patches/patch-ed     Fri Nov 17 08:12:14 2006 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-ed,v 1.1 2006/11/17 08:12:14 martin Exp $
+
+--- profile/dirserviceprovider/src/nsProfileLock.cpp.orig      2005-11-01 02:20:38.000000000 +0100
++++ profile/dirserviceprovider/src/nsProfileLock.cpp   2006-11-16 09:50:12.000000000 +0100
+@@ -384,6 +384,7 @@ nsresult nsProfileLock::LockWithSymlink(
+                 act.sa_flags = 0;
+                 sigfillset(&act.sa_mask);
+ 
++#ifndef DEBUG
+ #define CATCH_SIGNAL(signame)                                           \
+ PR_BEGIN_MACRO                                                          \
+   if (sigaction(signame, NULL, &oldact) == 0 &&                         \
+@@ -402,6 +403,7 @@ PR_BEGIN_MACRO                          
+                 CATCH_SIGNAL(SIGTERM);
+ 
+ #undef CATCH_SIGNAL
++#endif
+             }
+         }
+     }



Home | Main Index | Thread Index | Old Index