pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/47586: devel/xulrunner config/rules.mk:814: *** XPTCall not implemented on this platform!
The following reply was made to PR pkg/47586; it has been noted by GNATS.
From: David Shao <davshao%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/47586: devel/xulrunner config/rules.mk:814: *** XPTCall not
implemented on this platform!
Date: Sat, 23 Feb 2013 10:21:45 -0800
The following patch allows devel/xulrunner 19.0 and hence www/firefox
19.0 to build and start successfully on both DragonFly 3.3-DEVELOPMENT
386 and x86_64 using gcc 4.7.2 as the default compiler:
diff --git a/devel/xulrunner/distinfo b/devel/xulrunner/distinfo
index 38032cd..860cbcf 100644
--- a/devel/xulrunner/distinfo
+++ b/devel/xulrunner/distinfo
@@ -38,7 +38,7 @@ SHA1 (patch-ipc_glue_GeckoChildProcessHost.cpp) =
faed34d94646453cd01acbdec1da2d
SHA1 (patch-ipc_ipdl_ipdl_lower.py) = 4025c0a4e149d9b2087331e10b342734fa77a905
SHA1 (patch-js_src_jsgc.cpp) = c514b7fb84002a1909638cd7f3386931cb0f2551
SHA1 (patch-js_src_methodjit_MethodJIT.cpp) =
f9b13d9e7910613c82f6b1ee4131a6c4eb1d4580
-SHA1 (patch-mb) = 812a7ef501d95acf2135e1033a5e4a8e64897980
+SHA1 (patch-mb) = d6f624296ac83bebfdb4ad5e06e64d6d0c2541a3
SHA1 (patch-md) = 7fd607a3edd2ea5f7a5671fc6d06fba69c46c36f
SHA1 (patch-me) = 2ff755782bd35caded8934000d039976dad44103
SHA1 (patch-media_libcubeb_src_Makefile.in) =
a24f1a79a14b1933286cd85618fbe91db109176d
diff --git a/devel/xulrunner/patches/patch-mb
b/devel/xulrunner/patches/patch-mb
index 7702eb7..f824865 100644
--- a/devel/xulrunner/patches/patch-mb
+++ b/devel/xulrunner/patches/patch-mb
@@ -16,7 +16,7 @@ $NetBSD$
# Migrate other platforms here after testing
#
-ifneq (,$(filter Linux FreeBSD GNU_%,$(OS_ARCH)))
-+ifneq (,$(filter Linux FreeBSD NetBSD OpenBSD GNU_%,$(OS_ARCH)))
++ifneq (,$(filter Linux FreeBSD DragonFly NetBSD OpenBSD GNU_%,$(OS_ARCH)))
# Linux/x86-64
ifeq (x86_64,$(OS_TEST))
CPPSRCS := xptcinvoke_x86_64_unix.cpp xptcstubs_x86_64_linux.cpp
Home |
Main Index |
Thread Index |
Old Index