pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox Fix build on DragonFly, from PR pkg/39096.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c77c537a770
branches:  trunk
changeset: 544057:9c77c537a770
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Sun Jul 06 06:45:30 2008 +0000

description:
Fix build on DragonFly, from PR pkg/39096.

diffstat:

 www/firefox/distinfo         |   4 +++-
 www/firefox/patches/patch-dx |  13 +++++++++++++
 www/firefox/patches/patch-dy |  13 +++++++++++++
 3 files changed, 29 insertions(+), 1 deletions(-)

diffs (52 lines):

diff -r 60bfec1445dc -r 9c77c537a770 www/firefox/distinfo
--- a/www/firefox/distinfo      Sun Jul 06 05:21:22 2008 +0000
+++ b/www/firefox/distinfo      Sun Jul 06 06:45:30 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.78 2008/07/02 09:03:35 ghen Exp $
+$NetBSD: distinfo,v 1.79 2008/07/06 06:45:30 ghen 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-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 -r 60bfec1445dc -r 9c77c537a770 www/firefox/patches/patch-dx
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox/patches/patch-dx      Sun Jul 06 06:45:30 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-dx,v 1.3 2008/07/06 06:45:30 ghen 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 -r 60bfec1445dc -r 9c77c537a770 www/firefox/patches/patch-dy
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox/patches/patch-dy      Sun Jul 06 06:45:30 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-dy,v 1.1 2008/07/06 06:45:30 ghen 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
+ 



Home | Main Index | Thread Index | Old Index