pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2008Q1]: pkgsrc/www/firefox Pullup ticket #2444 - requested by...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40c8733807bd
branches:  pkgsrc-2008Q1
changeset: 540450:40c8733807bd
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Jul 10 10:14:56 2008 +0000

description:
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.

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 17cb4e83ebf2 -r 40c8733807bd www/firefox/distinfo
--- a/www/firefox/distinfo      Thu Jul 03 11:29:26 2008 +0000
+++ b/www/firefox/distinfo      Thu Jul 10 10:14:56 2008 +0000
@@ -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-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 17cb4e83ebf2 -r 40c8733807bd www/firefox/patches/patch-dx
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox/patches/patch-dx      Thu Jul 10 10:14:56 2008 +0000
@@ -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 -r 17cb4e83ebf2 -r 40c8733807bd www/firefox/patches/patch-dy
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox/patches/patch-dy      Thu Jul 10 10:14:56 2008 +0000
@@ -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
+ 



Home | Main Index | Thread Index | Old Index