head 1.2; access; symbols pkgsrc-2016Q1:1.1.0.14 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.12 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.10 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.8 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.6 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.4 pkgsrc-2014Q4-base:1.1 pkgsrc-2014Q3:1.1.0.2 pkgsrc-2014Q3-base:1.1; locks; strict; comment @// @; 1.2 date 2016.06.11.20.14.35; author kamil; state dead; branches; next 1.1; commitid m8Y21ZVoB7cgs5az; 1.1 date 2014.08.03.22.07.39; author wiz; state Exp; branches; next ; commitid X6wa6osq8XE4TXKx; desc @@ 1.2 log @Deduplicate www/webkits -- remove the oldest unneeded version webkit1-gtk* For future consumers: webkit24 should be compatible with webkit1. @ text @$NetBSD: patch-Source_JavaScriptCore_assembler_MacroAssemblerARM.cpp,v 1.1 2014/08/03 22:07:39 wiz Exp $ --- Source/JavaScriptCore/assembler/MacroAssemblerARM.cpp.orig 2012-11-23 20:12:15.000000000 +0000 +++ Source/JavaScriptCore/assembler/MacroAssemblerARM.cpp @@@@ -37,6 +37,8 @@@@ #include #include #include +#elif OS(NETBSD) +#include #endif namespace JSC { @@@@ -57,6 +59,16 @@@@ static bool isVFPPresent() } #endif +#if OS(NETBSD) + size_t len; + int flag; + + len = sizeof(flag); + if (sysctlbyname("machdep.fpu_present", &flag, &len, NULL, 0) == 0) { + return flag == 1; + } +#endif + #if (COMPILER(RVCT) && defined(__TARGET_FPU_VFP)) || (COMPILER(GCC) && defined(__VFP_FP__)) return true; #else @ 1.1 log @Re-import webkit-gtk-1.10.2nb17 as www/webkit1-gtk, in preparation for v2 of the package. WebKit is an open source web browser engine. WebKit is also the name of the Mac OS X system framework version of the engine that's used by Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML and JavaScript code began as a branch of the KHTML and KJS libraries from KDE. This is the GTK2+ port of major version 1 of the engine. @ text @d1 1 a1 1 $NetBSD: patch-Source_JavaScriptCore_assembler_MacroAssemblerARM.cpp,v 1.1 2013/08/14 22:16:54 jmcneill Exp $ @