summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2008-07-10 10:14:56 +0000
committertron <tron@pkgsrc.org>2008-07-10 10:14:56 +0000
commit288af9e7ed60416d2f6aec5a9427e1394e3a9228 (patch)
tree346484bb9a7fbbcd0b3a56a5b89e399bfe48da0b
parente8982878742010f6067e1284a338f2143544f995 (diff)
downloadpkgsrc-288af9e7ed60416d2f6aec5a9427e1394e3a9228.tar.gz
Pullup ticket #2444 - requested by ghen
DragonFly build fix for firefox Revisions pulled up: - www/firefox/distinfo 1.79 - www/firefox/patches/patch-dx 1.3 - www/firefox/patches/patch-dy 1.1 --- Module Name: pkgsrc Committed By: ghen Date: Sun Jul 6 06:45:30 UTC 2008 Modified Files: pkgsrc/www/firefox: distinfo Added Files: pkgsrc/www/firefox/patches: patch-dx patch-dy Log Message: Fix build on DragonFly, from PR pkg/39096.
-rw-r--r--www/firefox/distinfo4
-rw-r--r--www/firefox/patches/patch-dx13
-rw-r--r--www/firefox/patches/patch-dy13
3 files changed, 29 insertions, 1 deletions
diff --git a/www/firefox/distinfo b/www/firefox/distinfo
index b2f8bc90a13..cdb41204158 100644
--- a/www/firefox/distinfo
+++ b/www/firefox/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.75.2.2 2008/07/02 13:13:59 tron Exp $
+$NetBSD: distinfo,v 1.75.2.3 2008/07/10 10:14:56 tron Exp $
SHA1 (firefox-2.0.0.15-source.tar.bz2) = 22d5b0c9c59f5d0cf805d0ab9a117f3ae93400c9
RMD160 (firefox-2.0.0.15-source.tar.bz2) = 188613b50752e52f6993dce24137b7311f385ef6
@@ -62,6 +62,8 @@ SHA1 (patch-dt) = 9eef43663de12721ecc38124d5bd4a90a825eefc
SHA1 (patch-du) = c6e66bb420ce9ea988f89b57d1c20a247704cfcf
SHA1 (patch-dv) = a380d261d4c2771a672d2b0f4f1f23821e3e5266
SHA1 (patch-dw) = ab7606171564b6879effc3b37d9eadc6565cb74b
+SHA1 (patch-dx) = 17b444ac732951359df44b482ee9ce2455050b1f
+SHA1 (patch-dy) = a5fa5db83ae4c035c28f54f46ddb816330c764e0
SHA1 (patch-ea) = 14e31d17c2493e468cd01f99abfc996853a11032
SHA1 (patch-eb) = dc9232b10075d17f7ed742e7be8ea036db2f0241
SHA1 (patch-ec) = 8235af6634306b2a5725754cd5a32285b311b714
diff --git a/www/firefox/patches/patch-dx b/www/firefox/patches/patch-dx
new file mode 100644
index 00000000000..0d1798298e8
--- /dev/null
+++ b/www/firefox/patches/patch-dx
@@ -0,0 +1,13 @@
+$NetBSD: patch-dx,v 1.2.18.1 2008/07/10 10:14:56 tron Exp $
+
+--- security/nss-fips/lib/freebl/Makefile.orig 2008-07-05 21:38:52 +0300
++++ security/nss-fips/lib/freebl/Makefile
+@@ -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
+
diff --git a/www/firefox/patches/patch-dy b/www/firefox/patches/patch-dy
new file mode 100644
index 00000000000..8f80d4e6676
--- /dev/null
+++ b/www/firefox/patches/patch-dy
@@ -0,0 +1,13 @@
+$NetBSD: patch-dy,v 1.1.2.2 2008/07/10 10:14:56 tron Exp $
+
+--- security/nss-fips/cmd/platlibs.mk.orig 2008-07-05 21:45:44 +0300
++++ security/nss-fips/cmd/platlibs.mk
+@@ -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
+