diff options
author | joerg <joerg@pkgsrc.org> | 2008-09-18 13:01:45 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-09-18 13:01:45 +0000 |
commit | 9b63b578863a7f7d87031ea4226f58ec104f2a1b (patch) | |
tree | 6c434edf89aa9731267af6933c7d7aefd1566f33 /mail | |
parent | a98245a423d88149d5b3cf9a83076bfa07c63ae6 (diff) | |
download | pkgsrc-9b63b578863a7f7d87031ea4226f58ec104f2a1b.tar.gz |
Catch up with the usual platform specific mess in the mozilla build
system. Fixes bus errors in shlibsign. From PR 39576.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird/distinfo | 4 | ||||
-rw-r--r-- | mail/thunderbird/patches/patch-dy | 13 | ||||
-rw-r--r-- | mail/thunderbird/patches/patch-dz | 13 |
3 files changed, 29 insertions, 1 deletions
diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo index f2ed8dc0460..d500483d650 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -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-ds) = 1e2e371b9ff7ab9049a947d8e0a63483a1fd244e SHA1 (patch-dt) = 9eef43663de12721ecc38124d5bd4a90a825eefc SHA1 (patch-dw) = 6ef560d688b3b67450b9582c95d9239ab4749f61 SHA1 (patch-dx) = ab7606171564b6879effc3b37d9eadc6565cb74b +SHA1 (patch-dy) = cdff1e8f593ea2453afc048b931c8305c6b944e4 +SHA1 (patch-dz) = 957e91753db2aa7f556dd97d994e30418f8e26b0 diff --git a/mail/thunderbird/patches/patch-dy b/mail/thunderbird/patches/patch-dy new file mode 100644 index 00000000000..d1fd324dc9c --- /dev/null +++ b/mail/thunderbird/patches/patch-dy @@ -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 --git a/mail/thunderbird/patches/patch-dz b/mail/thunderbird/patches/patch-dz new file mode 100644 index 00000000000..79ca6a3c886 --- /dev/null +++ b/mail/thunderbird/patches/patch-dz @@ -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 + |