summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortnn <tnn>2009-09-22 07:57:33 +0000
committertnn <tnn>2009-09-22 07:57:33 +0000
commit58191f7c8b55a43bf88b024a5f6e7536620d2027 (patch)
tree69a92d383348f1c9b7250081569fa92d8648158f /mail
parent7eb1512783e64b92f852a1f9b24d3d71e66870c3 (diff)
downloadpkgsrc-58191f7c8b55a43bf88b024a5f6e7536620d2027.tar.gz
Remove a bogus patch which specified a hardcoded /usr/pkg/lib/firefox rpath.
Can't possibly be right for this package.
Diffstat (limited to 'mail')
-rw-r--r--mail/thunderbird/distinfo3
-rw-r--r--mail/thunderbird/patches/patch-dm16
2 files changed, 1 insertions, 18 deletions
diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo
index 50382003ef5..d3233b4d152 100644
--- a/mail/thunderbird/distinfo
+++ b/mail/thunderbird/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.55 2009/06/24 08:45:52 ghen Exp $
+$NetBSD: distinfo,v 1.56 2009/09/22 07:57:33 tnn Exp $
SHA1 (thunderbird-2.0.0.22-source.tar.bz2) = a9da470ff090dfd049cae6b0c3b1a4e95c3f2022
RMD160 (thunderbird-2.0.0.22-source.tar.bz2) = 6f9693c0b7f5af0c60d245c96492f11a4c286efd
@@ -47,7 +47,6 @@ SHA1 (patch-dh) = 7592a6238acd5ef6e802d32103c897acb576825a
SHA1 (patch-dj) = 70360dffb20dd1029866d2e81899d003c9e17473
SHA1 (patch-dk) = 183fa0d6a9040f53d9988fcc8868bdf83229803b
SHA1 (patch-dl) = cba07cba5717a75c89f007aba36295dccc1c25ab
-SHA1 (patch-dm) = eb86aee54fd213eb64a89e5bc2754971db9648f4
SHA1 (patch-do) = bdb018e157dcb5ef706b69184d8b739cfd32d8c3
SHA1 (patch-ds) = 1e2e371b9ff7ab9049a947d8e0a63483a1fd244e
SHA1 (patch-dt) = 9eef43663de12721ecc38124d5bd4a90a825eefc
diff --git a/mail/thunderbird/patches/patch-dm b/mail/thunderbird/patches/patch-dm
deleted file mode 100644
index 1bf57a9fcf4..00000000000
--- a/mail/thunderbird/patches/patch-dm
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-dm,v 1.1 2005/12/30 21:35:58 joerg Exp $
-
-diff -ruN ../Orig/mozilla/security/nss/cmd/platlibs.mk ./security/nss/cmd/platlibs.mk
---- ../Orig/mozilla/security/nss/cmd/platlibs.mk 2005-04-07 06:35:41.000000000 +0900
-+++ ./security/nss/cmd/platlibs.mk 2005-12-04 19:44:52.000000000 +0900
-@@ -186,8 +186,8 @@
- # 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)))
--EXTRA_SHARED_LIBS += -Wl,-rpath-link,$(DIST)/lib
-+ifeq (,$(filter-out BSD_OS FreeBSD Linux NetBSD DragonFly, $(OS_ARCH)))
-+EXTRA_SHARED_LIBS += -Wl,-rpath-link,$(DIST)/lib -R/usr/pkg/lib/firefox
- endif
-
- ifeq ($(OS_ARCH), SunOS)