pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/seamonkey Fix build on DragonFly, similar fix as f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4daf2d369146
branches:  trunk
changeset: 544058:4daf2d369146
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Sun Jul 06 06:46:05 2008 +0000

description:
Fix build on DragonFly, similar fix as for Firefox from PR pkg/39096.

diffstat:

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

diffs (50 lines):

diff -r 9c77c537a770 -r 4daf2d369146 www/seamonkey/distinfo
--- a/www/seamonkey/distinfo    Sun Jul 06 06:45:30 2008 +0000
+++ b/www/seamonkey/distinfo    Sun Jul 06 06:46:05 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.31 2008/07/05 12:04:38 ghen Exp $
+$NetBSD: distinfo,v 1.32 2008/07/06 06:46:05 ghen Exp $
 
 SHA1 (seamonkey-1.1.10.source.tar.bz2) = b07b2baa95abfad282e769f734e14004300634ec
 RMD160 (seamonkey-1.1.10.source.tar.bz2) = be23ea2022b26f43e579aba32b007b0641445890
@@ -63,4 +63,6 @@
 SHA1 (patch-dv) = a380d261d4c2771a672d2b0f4f1f23821e3e5266
 SHA1 (patch-dw) = 263a64d06c6b62041c62ed4532858339d37e1873
 SHA1 (patch-dx) = ab7606171564b6879effc3b37d9eadc6565cb74b
+SHA1 (patch-dy) = 00117db97d6615c60c3db20c62032cab3512e243
+SHA1 (patch-dz) = fa80fc396c46ea2a66e587fa015f74b7a15afb66
 SHA1 (patch-ec) = 925a6f76bbfa77661256d46b0d14e847c16a865f
diff -r 9c77c537a770 -r 4daf2d369146 www/seamonkey/patches/patch-dy
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/seamonkey/patches/patch-dy    Sun Jul 06 06:46:05 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-dy,v 1.1 2008/07/06 06:46:05 ghen Exp $
+
+--- security/nss-fips/lib/freebl/Makefile.orig 2006-08-24 00:57:26.000000000 +0200
++++ 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 9c77c537a770 -r 4daf2d369146 www/seamonkey/patches/patch-dz
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/seamonkey/patches/patch-dz    Sun Jul 06 06:46:05 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-dz,v 1.1 2008/07/06 06:46:05 ghen Exp $
+
+--- security/nss-fips/cmd/platlibs.mk.orig     2006-11-17 03:13:16.000000000 +0100
++++ 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