pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/thunderbird Catch up with the usual platform spec...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b96d52a991b
branches:  trunk
changeset: 547512:4b96d52a991b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Sep 18 13:01:45 2008 +0000

description:
Catch up with the usual platform specific mess in the mozilla build
system. Fixes bus errors in shlibsign. From PR 39576.

diffstat:

 mail/thunderbird/distinfo         |   4 +++-
 mail/thunderbird/patches/patch-dy |  13 +++++++++++++
 mail/thunderbird/patches/patch-dz |  13 +++++++++++++
 3 files changed, 29 insertions(+), 1 deletions(-)

diffs (49 lines):

diff -r b03088d16d93 -r 4b96d52a991b mail/thunderbird/distinfo
--- a/mail/thunderbird/distinfo Thu Sep 18 12:49:40 2008 +0000
+++ b/mail/thunderbird/distinfo Thu Sep 18 13:01:45 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.46 2008/08/22 09:42:15 ghen Exp $
+$NetBSD: distinfo,v 1.47 2008/09/18 13:01:45 joerg Exp $
 
 SHA1 (thunderbird-2.0.0.16-source.tar.bz2) = 30092e38d621c30af02653d3bf246d98d2533853
 RMD160 (thunderbird-2.0.0.16-source.tar.bz2) = 6100058cca8d75e108a11b09d03b85d705ca48c2
@@ -53,3 +53,5 @@
 SHA1 (patch-dt) = 9eef43663de12721ecc38124d5bd4a90a825eefc
 SHA1 (patch-dw) = 6ef560d688b3b67450b9582c95d9239ab4749f61
 SHA1 (patch-dx) = ab7606171564b6879effc3b37d9eadc6565cb74b
+SHA1 (patch-dy) = cdff1e8f593ea2453afc048b931c8305c6b944e4
+SHA1 (patch-dz) = 957e91753db2aa7f556dd97d994e30418f8e26b0
diff -r b03088d16d93 -r 4b96d52a991b mail/thunderbird/patches/patch-dy
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/thunderbird/patches/patch-dy Thu Sep 18 13:01:45 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-dy,v 1.1 2008/09/18 13:01:45 joerg Exp $
+
+--- security/nss-fips/cmd/platlibs.mk.orig     2008-09-17 20:55:11 +0300
++++ security/nss-fips/cmd/platlibs.mk  2008-09-17 20:55:31 +0300
+@@ -213,7 +213,7 @@ endif
+ # If GNU ld is used, we must use the -rpath-link option to tell
+ # the linker where to find libsoftokn3.so, an implicit dependency
+ # of libnss3.so.
+-ifeq (,$(filter-out BSD_OS FreeBSD Linux NetBSD, $(OS_ARCH)))
++ifeq (,$(filter-out BSD_OS DragonFly FreeBSD Linux NetBSD, $(OS_ARCH)))
+ EXTRA_SHARED_LIBS += -Wl,-rpath-link,$(DIST)/lib
+ endif
+ 
diff -r b03088d16d93 -r 4b96d52a991b mail/thunderbird/patches/patch-dz
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/thunderbird/patches/patch-dz Thu Sep 18 13:01:45 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-dz,v 1.1 2008/09/18 13:01:45 joerg Exp $
+
+--- security/nss-fips/lib/freebl/Makefile.orig 2008-09-17 20:50:24 +0300
++++ security/nss-fips/lib/freebl/Makefile      2008-09-17 20:50:53 +0300
+@@ -192,7 +192,7 @@ endif
+ # to bind the blapi function references in FREEBLVector vector
+ # (ldvector.c) to the blapi functions defined in the freebl
+ # shared libraries.
+-ifeq (,$(filter-out BSD_OS FreeBSD Linux NetBSD, $(OS_TARGET)))
++ifeq (,$(filter-out BSD_OS DragonFly FreeBSD Linux NetBSD, $(OS_TARGET)))
+     MKSHLIB += -Wl,-Bsymbolic
+ endif
+ 



Home | Main Index | Thread Index | Old Index