=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. => Checksum SHA1 OK for firefox-38.8.0esr.source.tar.bz2 => Checksum RMD160 OK for firefox-38.8.0esr.source.tar.bz2 => Checksum SHA512 OK for firefox-38.8.0esr.source.tar.bz2 ===> Installing dependencies for xulrunner38-38.8.0nb1 ========================================================================== The supported build options for xulrunner38 are: alsa debug debug-info gnome mozilla-jemalloc official-mozilla-branding pulseaudio webrtc The currently selected options are: pulseaudio You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.firefox38 (not defined) ========================================================================== ========================================================================== The following variables will affect the build process of this package, xulrunner38-38.8.0nb1. Their current value is shown below: * JPEG_DEFAULT = jpeg * PYTHON_VERSION_DEFAULT = 27 * SSLBASE = /usr * SSLCERTS = /etc/openssl/certs * SSLDIR = /etc/openssl * SSLKEYS = /etc/openssl/private Based on these variables, the following variables have been set: * JPEGBASE (defined, but empty) * JPEG_TYPE = jpeg * PYPACKAGE = python27 You may want to abort the process now with CTRL-C and change their value before continuing. Be sure to run `/usr/bin/make clean' after the changes. ========================================================================== => Tool dependency autoconf213>=2.13: found autoconf213-2.13nb6 => Tool dependency gmake>=3.81: found gmake-4.1nb3 => Tool dependency perl>=5.0: found perl-5.24.1 => Tool dependency pkgconf-[0-9]*: found pkgconf-1.0.1 => Tool dependency zip-[0-9]*: found zip-3.0nb3 => Tool dependency zip-[0-9]*: found zip-3.0nb3 => Tool dependency zip-[0-9]*: found zip-3.0nb3 => Tool dependency zip-[0-9]*: found zip-3.0nb3 => Tool dependency checkperms>=1.1: found checkperms-1.11nb1 => Build dependency py27-sqlite2-[0-9]*: found py27-sqlite2-2.6.3nb12 => Build dependency python27>=2.7.1nb2: found python27-2.7.13nb1 => Build dependency dri2proto>=2.1: found dri2proto-2.8 => Build dependency dri3proto>=1.0: found dri3proto-1.0 => Build dependency xproto>=7.0.13: found xproto-7.0.31 => Build dependency presentproto>=1.0: found presentproto-1.1 => Build dependency glproto>=1.4.11: found glproto-1.4.17 => Build dependency damageproto>=1.1.0: found damageproto-1.2.1 => Build dependency fixesproto>=4.0.0: found fixesproto-5.0 => Build dependency xextproto>=7.0.99.1: found xextproto-7.3.0 => Build dependency inputproto>=2.3: found inputproto-2.3.2 => Build dependency kbproto>=1.0.2: found kbproto-1.0.7 => Build dependency xcb-proto>=1.4: found xcb-proto-1.12 => Build dependency xf86vidmodeproto>=2.3: found xf86vidmodeproto-2.3.1 => Build dependency xf86driproto>=2.0.3: found xf86driproto-2.1.1nb1 => Build dependency renderproto>=0.9.3nb1: found renderproto-0.11.1 => Build dependency randrproto>=1.4: found randrproto-1.5.0 => Build dependency xineramaproto>=1.1.1: found xineramaproto-1.2.1 => Build dependency compositeproto>=0.3.1: found compositeproto-0.4.2 => Build dependency recordproto>=1.13.1: found recordproto-1.14.2 => Build dependency cwrappers>=20150314: found cwrappers-20170112 => Full dependency libffi>=3.0.11: found libffi-3.2.1nb2 => Full dependency nspr>=4.10.8: found nspr-4.13.1 => Full dependency icu>=58.1: found icu-58.2 => Full dependency nss>=3.18.1: found nss-3.28.1 => Full dependency jpeg>=9: found jpeg-9b => Full dependency MesaLib>=10.5.3: found MesaLib-11.2.2nb1 => Full dependency cairo>=1.14.2nb1: found cairo-1.14.8 => Full dependency pixman>=0.25.2: found pixman-0.34.0nb1 => Full dependency graphite2>=1.2: found graphite2-1.3.7 => Full dependency libvpx>=1.6.1: found libvpx-1.6.1 => Full dependency libIDL>=0.8.14nb4: found libIDL-0.8.14nb4 => Full dependency hunspell>=1.3.2: found hunspell-1.3.3nb5 => Full dependency gtk2+>=2.24.30nb2: found gtk2+-2.24.31 => Full dependency gstreamer1>=1.0.0: found gstreamer1-1.10.3 => Full dependency gst-plugins1-base>=1.0.0: found gst-plugins1-base-1.10.0 => Full dependency libXt>=1.0.0: found libXt-1.1.5 => Full dependency pulseaudio>=10.0: found pulseaudio-10.0 ===> Overriding tools for xulrunner38-38.8.0nb1 ===> Extracting for xulrunner38-38.8.0nb1 mv /data/scratch/devel/xulrunner38/work/mozilla-esr38/gfx/ycbcr/yuv_row_arm.s /data/scratch/devel/xulrunner38/work/mozilla-esr38/gfx/ycbcr/yuv_row_arm.S ===> Patching for xulrunner38-38.8.0nb1 => Applying pkgsrc patches for xulrunner38-38.8.0nb1 => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-aa => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-aa Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-aa,v 1.1 2015/07/09 14:13:51 ryoon Exp $ | |* The profiler does not support Darwin/PPC so don't try to enable it | on that platform. | |* Cocoa gamepad backend can only be used if the toolkit is cocoa too. | |* The preprocessor macro XP_MACOSX is misused everywhere. They tend to | say "#if defined(XP_MACOSX)" to actually mean | "#if defined(MOZ_WIDGET_COCOA)". It's okay to equate XP_MACOSX with | XP_DARWIN but equating it with MOZ_WIDGET_COCOA is just wrong. As a | result, cairo-gtk2 build on Darwin is completely broken and needs | heavy patching. Ideally they should be fixed individually but that | will be an extremely hard work, so don't define XP_MACOSX for now. | |--- configure.in.orig 2015-05-04 00:43:23.000000000 +0000 |+++ configure.in -------------------------- Patching file configure.in using Plan A... Hunk #1 succeeded at 1794. Hunk #2 succeeded at 1904. Hunk #3 succeeded at 2028. Hunk #4 succeeded at 2646. Hunk #5 succeeded at 3667. Hunk #6 succeeded at 3702. Hunk #7 succeeded at 4400. Hunk #8 succeeded at 4420. Hunk #9 succeeded at 5161. Hunk #10 succeeded at 5267. Hunk #11 succeeded at 5772. Hunk #12 succeeded at 5846. Hunk #13 succeeded at 6284. Hunk #14 succeeded at 8306. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-accessible_atk_Platform.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-accessible_atk_Platform.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-accessible_atk_Platform.cpp,v 1.1 2015/07/09 14:13:51 ryoon Exp $ | |--- accessible/atk/Platform.cpp.orig 2015-05-04 00:43:17.000000000 +0000 |+++ accessible/atk/Platform.cpp -------------------------- Patching file accessible/atk/Platform.cpp using Plan A... Hunk #1 succeeded at 18. Hunk #2 succeeded at 47. Hunk #3 succeeded at 67. Hunk #4 succeeded at 100. Hunk #5 succeeded at 129. Hunk #6 succeeded at 180. Hunk #7 succeeded at 218. Hunk #8 succeeded at 228. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-al => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-al Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-al,v 1.1 2015/07/09 14:13:51 ryoon Exp $ | |--- storage/src/mozStorageConnection.cpp.orig 2014-04-18 02:04:20.000000000 +0000 |+++ storage/src/mozStorageConnection.cpp -------------------------- Patching file storage/src/mozStorageConnection.cpp using Plan A... Hunk #1 succeeded at 615 (offset 31 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ao => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ao Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ao,v 1.1 2015/07/09 14:13:51 ryoon Exp $ | |--- toolkit/mozapps/installer/packager.mk.orig 2015-06-24 21:28:03.000000000 +0000 |+++ toolkit/mozapps/installer/packager.mk -------------------------- Patching file toolkit/mozapps/installer/packager.mk using Plan A... Hunk #1 succeeded at 122. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-as => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-as Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-as,v 1.1 2015/07/09 14:13:51 ryoon Exp $ | |Treat DragonFly like FreeBSD. | |--- js/src/configure.in.orig 2015-01-23 05:59:58.000000000 +0000 |+++ js/src/configure.in 2015-02-16 11:09:33.000000000 +0000 -------------------------- Patching file js/src/configure.in using Plan A... Hunk #1 succeeded at 2187 (offset 7 lines). Hunk #2 succeeded at 3002 (offset -92 lines). Hunk #3 succeeded at 3942 (offset -46 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-b2g_installer_Makefile.in => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-b2g_installer_Makefile.in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-b2g_installer_Makefile.in,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- b2g/installer/Makefile.in.orig 2015-02-17 21:40:34.000000000 +0000 |+++ b2g/installer/Makefile.in -------------------------- Patching file b2g/installer/Makefile.in using Plan A... Hunk #1 succeeded at 85 (offset 6 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-b2g_installer_package-manifest.in => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-b2g_installer_package-manifest.in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-b2g_installer_package-manifest.in,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- b2g/installer/package-manifest.in.orig 2015-02-17 21:40:34.000000000 +0000 |+++ b2g/installer/package-manifest.in -------------------------- Patching file b2g/installer/package-manifest.in using Plan A... Hunk #1 succeeded at 638 (offset 29 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-bf => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-bf Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-bf,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- js/src/jsnativestack.cpp.orig 2013-09-10 03:43:36.000000000 +0000 |+++ js/src/jsnativestack.cpp -------------------------- Patching file js/src/jsnativestack.cpp using Plan A... Hunk #1 succeeded at 98 (offset -16 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-bg => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-bg Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-bg,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- storage/src/SQLiteMutex.h.orig 2013-10-25 22:27:40.000000000 +0000 |+++ storage/src/SQLiteMutex.h -------------------------- Patching file storage/src/SQLiteMutex.h using Plan A... Hunk #1 succeeded at 107 (offset -1 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-browser_app_nsBrowserApp.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-browser_app_nsBrowserApp.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-browser_app_nsBrowserApp.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |* Replace XP_MACOSX with XP_DARWIN as the former is not defined when | the toolkit is not cocoa. | |--- browser/app/nsBrowserApp.cpp.orig 2015-05-04 00:43:18.000000000 +0000 |+++ browser/app/nsBrowserApp.cpp -------------------------- Patching file browser/app/nsBrowserApp.cpp using Plan A... Hunk #1 succeeded at 18. Hunk #2 succeeded at 461. Hunk #3 succeeded at 608. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-browser_installer_package-manifest.in => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-browser_installer_package-manifest.in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-browser_installer_package-manifest.in,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |Limit SPARC bits to just SPARC (untested, but fixes x86). | |--- browser/installer/package-manifest.in.orig 2015-02-17 21:40:38.000000000 +0000 |+++ browser/installer/package-manifest.in -------------------------- Patching file browser/installer/package-manifest.in using Plan A... Hunk #1 succeeded at 618 (offset 9 lines). Hunk #2 succeeded at 791 (offset 3 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-build_autoconf_compiler-opts.m4 => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-build_autoconf_compiler-opts.m4 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-build_autoconf_compiler-opts.m4,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |It's true Clang is required if we use the cocoa toolkit, but we don't |do that anyway. GCC is perfectly working as long as we use cairo-gtk2. | |--- build/autoconf/compiler-opts.m4.orig 2014-05-06 22:55:14.000000000 +0000 |+++ build/autoconf/compiler-opts.m4 -------------------------- Patching file build/autoconf/compiler-opts.m4 using Plan A... Hunk #1 succeeded at 53. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-build_autoconf_nss.m4 => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-build_autoconf_nss.m4 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-build_autoconf_nss.m4,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- build/autoconf/nss.m4.orig 2015-04-29 21:11:43.000000000 +0000 |+++ build/autoconf/nss.m4 -------------------------- Patching file build/autoconf/nss.m4 using Plan A... Hunk #1 succeeded at 22. Hunk #2 succeeded at 41. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-build_gyp.mozbuild => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-build_gyp.mozbuild Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-build_gyp.mozbuild,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |Hunk #2: | On Darwin, don't assume iOS just because the toolkit is not | cocoa. Ideally there should be an AC_SUBST just like 'ARM_ARCH' but | nothing exists currently. | |Hunk #3: | MacOS X SDK version should be able to configure with | ./configure --enable-macos-target=VER | |--- build/gyp.mozbuild.orig 2015-01-23 05:59:58.000000000 +0000 |+++ build/gyp.mozbuild -------------------------- Patching file build/gyp.mozbuild using Plan A... Hunk #1 succeeded at 12. Hunk #2 succeeded at 88 (offset 2 lines). Hunk #3 succeeded at 123 (offset 2 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-build_pgo_profileserver.py => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-build_pgo_profileserver.py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-build_pgo_profileserver.py,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- build/pgo/profileserver.py.orig 2014-03-15 05:19:09.000000000 +0000 |+++ build/pgo/profileserver.py -------------------------- Patching file build/pgo/profileserver.py using Plan A... Hunk #1 succeeded at 68 (offset 9 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-config_Makefile.in => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-config_Makefile.in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-config_Makefile.in,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- config/Makefile.in.orig 2015-05-04 00:43:23.000000000 +0000 |+++ config/Makefile.in -------------------------- Patching file config/Makefile.in using Plan A... Hunk #1 succeeded at 77. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-config_baseconfig.mk => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-config_baseconfig.mk Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-config_baseconfig.mk,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- config/baseconfig.mk.orig 2014-04-18 02:02:39.000000000 +0000 |+++ config/baseconfig.mk -------------------------- Patching file config/baseconfig.mk using Plan A... Hunk #1 succeeded at 2. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-config_external_moz.build => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-config_external_moz.build Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-config_external_moz.build,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- config/external/moz.build.orig 2015-05-04 00:43:23.000000000 +0000 |+++ config/external/moz.build -------------------------- Patching file config/external/moz.build using Plan A... Hunk #1 succeeded at 19. Hunk #2 succeeded at 46. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-config_rules.mk => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-config_rules.mk Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-config_rules.mk,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- config/rules.mk.orig 2015-02-17 21:40:40.000000000 +0000 |+++ config/rules.mk -------------------------- Patching file config/rules.mk using Plan A... Hunk #1 succeeded at 761 (offset -4 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-config_stl__wrappers_ios => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-config_stl__wrappers_ios Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-config_stl__wrappers_ios,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- config/stl_wrappers/ios.orig 2013-05-13 18:23:07.000000000 +0000 |+++ config/stl_wrappers/ios -------------------------- (Creating file config/stl_wrappers/ios...) Patching file config/stl_wrappers/ios using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-config_stl__wrappers_ostream => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-config_stl__wrappers_ostream Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-config_stl__wrappers_ostream,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- config/stl_wrappers/ostream.orig 2013-05-13 18:22:40.000000000 +0000 |+++ config/stl_wrappers/ostream -------------------------- (Creating file config/stl_wrappers/ostream...) Patching file config/stl_wrappers/ostream using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-config_system-headers => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-config_system-headers Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-config_system-headers,v 1.5 2016/01/31 23:43:48 joerg Exp $ | |--- config/system-headers.orig 2015-12-14 23:36:05.000000000 +0000 |+++ config/system-headers -------------------------- Patching file config/system-headers using Plan A... Hunk #1 succeeded at 189. Hunk #2 succeeded at 637. Hunk #3 succeeded at 732. Hunk #4 succeeded at 1269. Hunk #5 succeeded at 1330. Hunk #6 succeeded at 1365. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-dom_base_moz.build => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-dom_base_moz.build Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-dom_base_moz.build,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- dom/base/moz.build.orig 2015-02-17 21:40:41.000000000 +0000 |+++ dom/base/moz.build -------------------------- Patching file dom/base/moz.build using Plan A... Hunk #1 succeeded at 368 (offset 7 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-dom_events_MessageEvent.h => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-dom_events_MessageEvent.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-dom_events_MessageEvent.h,v 1.1 2015/11/20 14:48:21 joerg Exp $ | |--- dom/events/MessageEvent.h.orig 2015-11-19 13:56:48.000000000 +0000 |+++ dom/events/MessageEvent.h -------------------------- Patching file dom/events/MessageEvent.h using Plan A... Hunk #1 succeeded at 15. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-dom_media_AudioStream.h => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-dom_media_AudioStream.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-dom_media_AudioStream.h,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- dom/media/AudioStream.h.orig 2015-02-17 21:40:44.000000000 +0000 |+++ dom/media/AudioStream.h -------------------------- Patching file dom/media/AudioStream.h using Plan A... Hunk #1 succeeded at 17. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-dom_media_gstreamer_GStreamerAllocator.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-dom_media_gstreamer_GStreamerAllocator.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-dom_media_gstreamer_GStreamerAllocator.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- dom/media/gstreamer/GStreamerAllocator.cpp.orig 2015-02-17 21:40:44.000000000 +0000 |+++ dom/media/gstreamer/GStreamerAllocator.cpp -------------------------- Patching file dom/media/gstreamer/GStreamerAllocator.cpp using Plan A... Hunk #1 succeeded at 51. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-dom_media_moz.build => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-dom_media_moz.build Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-dom_media_moz.build,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- dom/media/moz.build.orig 2015-03-27 02:20:26.000000000 +0000 |+++ dom/media/moz.build -------------------------- Patching file dom/media/moz.build using Plan A... Hunk #1 succeeded at 280 (offset 4 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-dom_plugins_ipc_PluginModuleChild.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-dom_plugins_ipc_PluginModuleChild.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-dom_plugins_ipc_PluginModuleChild.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- dom/plugins/ipc/PluginModuleChild.cpp.orig 2015-03-27 02:20:27.000000000 +0000 |+++ dom/plugins/ipc/PluginModuleChild.cpp -------------------------- Patching file dom/plugins/ipc/PluginModuleChild.cpp using Plan A... Hunk #1 succeeded at 320. Hunk #2 succeeded at 1882. Hunk #3 succeeded at 1927. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-dom_plugins_ipc_PluginModuleChild.h => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-dom_plugins_ipc_PluginModuleChild.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-dom_plugins_ipc_PluginModuleChild.h,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- dom/plugins/ipc/PluginModuleChild.h.orig 2013-05-11 19:19:27.000000000 +0000 |+++ dom/plugins/ipc/PluginModuleChild.h -------------------------- Patching file dom/plugins/ipc/PluginModuleChild.h using Plan A... Hunk #1 succeeded at 328 (offset 3 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-dom_plugins_ipc_PluginProcessChild.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-dom_plugins_ipc_PluginProcessChild.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-dom_plugins_ipc_PluginProcessChild.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |Just because OS_ARCH is Darwin does not mean |libplugin_child_interpose.dylib is used. | |--- dom/plugins/ipc/PluginProcessChild.cpp.orig 2015-02-17 21:40:45.000000000 +0000 |+++ dom/plugins/ipc/PluginProcessChild.cpp -------------------------- Patching file dom/plugins/ipc/PluginProcessChild.cpp using Plan A... Hunk #1 succeeded at 56. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-dom_system_OSFileConstants.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-dom_system_OSFileConstants.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-dom_system_OSFileConstants.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |* NetBSD 5 does not support posix_spawn(3) | |* Replace XP_MACOSX with XP_DARWIN as the former is not defined when | the toolkit is not cocoa. | |--- dom/system/OSFileConstants.cpp.orig 2014-07-17 01:45:12.000000000 +0000 |+++ dom/system/OSFileConstants.cpp 2014-08-19 17:41:25.000000000 +0000 -------------------------- Patching file dom/system/OSFileConstants.cpp using Plan A... Hunk #1 succeeded at 9. Hunk #2 succeeded at 22. Hunk #3 succeeded at 32. Hunk #4 succeeded at 594 (offset 24 lines). Hunk #5 succeeded at 642 (offset 9 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-extensions_spellcheck_hunspell_src_mozHunspell.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-extensions_spellcheck_hunspell_src_mozHunspell.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-extensions_spellcheck_hunspell_src_mozHunspell.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |Load system hunspell dictionaries. | |--- extensions/spellcheck/hunspell/src/mozHunspell.cpp.orig 2015-05-04 00:43:34.000000000 +0000 |+++ extensions/spellcheck/hunspell/src/mozHunspell.cpp -------------------------- Patching file extensions/spellcheck/hunspell/src/mozHunspell.cpp using Plan A... Hunk #1 succeeded at 400. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-gfx_graphite2_src_Bidi.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-gfx_graphite2_src_Bidi.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-gfx_graphite2_src_Bidi.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- gfx/graphite2/src/Bidi.cpp.orig 2013-05-11 19:19:30.000000000 +0000 |+++ gfx/graphite2/src/Bidi.cpp -------------------------- Patching file gfx/graphite2/src/Bidi.cpp using Plan A... Hunk #1 succeeded at 31 (offset 1 line). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-gfx_graphite2_src_moz.build => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-gfx_graphite2_src_moz.build Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-gfx_graphite2_src_moz.build,v 1.1 2016/01/31 23:43:48 joerg Exp $ | |--- gfx/graphite2/src/moz.build.orig 2016-01-31 20:42:26.674057599 +0000 |+++ gfx/graphite2/src/moz.build -------------------------- Patching file gfx/graphite2/src/moz.build using Plan A... Hunk #1 succeeded at 63 (offset 3 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-gfx_moz.build => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-gfx_moz.build Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-gfx_moz.build,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- gfx/moz.build.orig 2014-03-15 05:19:16.000000000 +0000 |+++ gfx/moz.build -------------------------- Patching file gfx/moz.build using Plan A... Hunk #1 succeeded at 7. Hunk #2 succeeded at 21. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-gfx_skia_generate__mozbuild.py => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-gfx_skia_generate__mozbuild.py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-gfx_skia_generate__mozbuild.py,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- gfx/skia/generate_mozbuild.py.orig 2014-11-21 03:37:30.000000000 +0000 |+++ gfx/skia/generate_mozbuild.py -------------------------- Patching file gfx/skia/generate_mozbuild.py using Plan A... Hunk #1 succeeded at 142 (offset 2 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-gfx_skia_moz.build => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-gfx_skia_moz.build Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-gfx_skia_moz.build,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- gfx/skia/moz.build.orig 2014-11-21 03:37:30.000000000 +0000 |+++ gfx/skia/moz.build -------------------------- Patching file gfx/skia/moz.build using Plan A... Hunk #1 succeeded at 970 (offset 2 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-gfx_thebes_moz.build => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-gfx_thebes_moz.build Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-gfx_thebes_moz.build,v 1.2 2016/01/31 23:43:48 joerg Exp $ | |--- gfx/thebes/moz.build.orig 2015-12-14 23:35:58.000000000 +0000 |+++ gfx/thebes/moz.build -------------------------- Patching file gfx/thebes/moz.build using Plan A... Hunk #1 succeeded at 287. Hunk #2 succeeded at 304. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-gfx_ycbcr_moz.build => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-gfx_ycbcr_moz.build Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-gfx_ycbcr_moz.build,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- gfx/ycbcr/moz.build.orig 2014-11-26 12:30:03.000000000 +0000 |+++ gfx/ycbcr/moz.build -------------------------- Patching file gfx/ycbcr/moz.build using Plan A... Hunk #1 succeeded at 57 (offset -6 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-gfx_ycbcr_yuv__row__arm.S => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-gfx_ycbcr_yuv__row__arm.S Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-gfx_ycbcr_yuv__row__arm.S,v 1.2 2016/11/20 21:10:41 joerg Exp $ | |--- gfx/ycbcr/yuv_row_arm.S.orig 2016-04-20 21:32:52.000000000 +0000 |+++ gfx/ycbcr/yuv_row_arm.S -------------------------- Patching file gfx/ycbcr/yuv_row_arm.S using Plan A... Hunk #1 succeeded at 2. Hunk #2 succeeded at 80. Hunk #3 succeeded at 303. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-image_decoders_nsJPEGDecoder.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-image_decoders_nsJPEGDecoder.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-image_decoders_nsJPEGDecoder.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- image/decoders/nsJPEGDecoder.cpp.orig 2015-05-04 00:43:19.000000000 +0000 |+++ image/decoders/nsJPEGDecoder.cpp -------------------------- Patching file image/decoders/nsJPEGDecoder.cpp using Plan A... Hunk #1 succeeded at 23. Hunk #2 succeeded at 388. Hunk #3 succeeded at 397. Hunk #4 succeeded at 469. Hunk #5 succeeded at 660. Hunk #6 succeeded at 991. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-intl_hyphenation_hnjalloc.h => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-intl_hyphenation_hnjalloc.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-intl_hyphenation_hnjalloc.h,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- intl/hyphenation/hnjalloc.h.orig 2014-11-21 03:37:31.000000000 +0000 |+++ intl/hyphenation/hnjalloc.h -------------------------- Patching file intl/hyphenation/hnjalloc.h using Plan A... Hunk #1 succeeded at 24. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-intl_unicharutil_util_moz.build => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-intl_unicharutil_util_moz.build Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-intl_unicharutil_util_moz.build,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- intl/unicharutil/util/moz.build.orig 2015-03-27 02:20:20.000000000 +0000 |+++ intl/unicharutil/util/moz.build -------------------------- Patching file intl/unicharutil/util/moz.build using Plan A... Hunk #1 succeeded at 38. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_Makefile.in => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_Makefile.in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ipc_chromium_Makefile.in,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- ipc/chromium/Makefile.in.orig 2014-05-29 23:30:52.000000000 +0000 |+++ ipc/chromium/Makefile.in -------------------------- Patching file ipc/chromium/Makefile.in using Plan A... Hunk #1 succeeded at 28. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_moz.build => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_moz.build Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ipc_chromium_moz.build,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |Don't assume cocoa toolkit just because OS_ARCH is Darwin. | |--- ipc/chromium/moz.build.orig 2014-05-06 22:55:41.000000000 +0000 |+++ ipc/chromium/moz.build -------------------------- Patching file ipc/chromium/moz.build using Plan A... Hunk #1 succeeded at 19. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_src_base_atomicops.h => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_src_base_atomicops.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ipc_chromium_src_base_atomicops.h,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |* Avoid invalid cast errors under NetBSD/evbearmv7hf-el. | |--- ipc/chromium/src/base/atomicops.h.orig 2014-11-13 22:49:59.000000000 +0000 |+++ ipc/chromium/src/base/atomicops.h -------------------------- Patching file ipc/chromium/src/base/atomicops.h using Plan A... Hunk #1 succeeded at 45. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_src_base_file__util.h => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_src_base_file__util.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ipc_chromium_src_base_file__util.h,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- ipc/chromium/src/base/file_util.h.orig 2013-12-05 16:07:35.000000000 +0000 |+++ ipc/chromium/src/base/file_util.h -------------------------- Patching file ipc/chromium/src/base/file_util.h using Plan A... Hunk #1 succeeded at 16. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_src_base_file__util__posix.cc => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_src_base_file__util__posix.cc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ipc_chromium_src_base_file__util__posix.cc,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |* Just because OS_ARCH is Darwin does not mean MacOS X specific | implementation should be used. | |--- ipc/chromium/src/base/file_util_posix.cc.orig 2014-05-06 22:55:41.000000000 +0000 |+++ ipc/chromium/src/base/file_util_posix.cc -------------------------- Patching file ipc/chromium/src/base/file_util_posix.cc using Plan A... Hunk #1 succeeded at 8. Hunk #2 succeeded at 67. Hunk #3 succeeded at 140. Hunk #4 succeeded at 435. Hunk #5 succeeded at 499. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_src_base_message__loop.cc => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_src_base_message__loop.cc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ipc_chromium_src_base_message__loop.cc,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |Don't assume cocoa toolkit just because OS_ARCH is Darwin. | |--- ipc/chromium/src/base/message_loop.cc.orig 2014-05-29 23:30:52.000000000 +0000 |+++ ipc/chromium/src/base/message_loop.cc -------------------------- Patching file ipc/chromium/src/base/message_loop.cc using Plan A... Hunk #1 succeeded at 13 (offset -1 lines). Hunk #2 succeeded at 141 (offset 8 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_src_base_platform__thread.h => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_src_base_platform__thread.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ipc_chromium_src_base_platform__thread.h,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- ipc/chromium/src/base/platform_thread.h.orig 2013-09-10 03:43:34.000000000 +0000 |+++ ipc/chromium/src/base/platform_thread.h -------------------------- Patching file ipc/chromium/src/base/platform_thread.h using Plan A... Hunk #1 succeeded at 25. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_src_base_platform__thread__posix.cc => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_src_base_platform__thread__posix.cc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ipc_chromium_src_base_platform__thread__posix.cc,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |* Just because OS_ARCH is Darwin does not mean MacOS X specific | kludges are needed. | |--- ipc/chromium/src/base/platform_thread_posix.cc.orig 2014-05-06 22:55:41.000000000 +0000 |+++ ipc/chromium/src/base/platform_thread_posix.cc -------------------------- Patching file ipc/chromium/src/base/platform_thread_posix.cc using Plan A... Hunk #1 succeeded at 9. Hunk #2 succeeded at 23. Hunk #3 succeeded at 93. Hunk #4 succeeded at 116. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_src_base_process__util.h => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_src_base_process__util.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ipc_chromium_src_base_process__util.h,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- ipc/chromium/src/base/process_util.h.orig 2015-01-09 04:38:16.000000000 +0000 |+++ ipc/chromium/src/base/process_util.h -------------------------- Patching file ipc/chromium/src/base/process_util.h using Plan A... Hunk #1 succeeded at 41. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_src_base_process__util__bsd.cc => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_src_base_process__util__bsd.cc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ipc_chromium_src_base_process__util__bsd.cc,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |Darwin does not provide kvm_getprocs(3). The code for OS_MACOSX is |simply copied from process_util_mac.mm | |--- ipc/chromium/src/base/process_util_bsd.cc.orig 2014-10-11 09:06:28.000000000 +0000 |+++ ipc/chromium/src/base/process_util_bsd.cc -------------------------- Patching file ipc/chromium/src/base/process_util_bsd.cc using Plan A... Hunk #1 succeeded at 9. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_src_base_process__util__posix.cc => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_src_base_process__util__posix.cc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ipc_chromium_src_base_process__util__posix.cc,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- ipc/chromium/src/base/process_util_posix.cc.orig 2013-05-11 19:19:32.000000000 +0000 |+++ ipc/chromium/src/base/process_util_posix.cc -------------------------- Patching file ipc/chromium/src/base/process_util_posix.cc using Plan A... Hunk #1 succeeded at 116 (offset 6 lines). Hunk #2 succeeded at 208 (offset 6 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_src_base_scoped__nsautorelease__pool.h => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_src_base_scoped__nsautorelease__pool.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ipc_chromium_src_base_scoped__nsautorelease__pool.h,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |Just because OS_ARCH is Darwin does not mean ScopedNSAutoreleasePool |is needed. | |--- ipc/chromium/src/base/scoped_nsautorelease_pool.h.orig 2014-05-06 22:55:41.000000000 +0000 |+++ ipc/chromium/src/base/scoped_nsautorelease_pool.h -------------------------- Patching file ipc/chromium/src/base/scoped_nsautorelease_pool.h using Plan A... Hunk #1 succeeded at 7. Hunk #2 succeeded at 27. Hunk #3 succeeded at 41. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_src_base_sys__info__posix.cc => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_src_base_sys__info__posix.cc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ipc_chromium_src_base_sys__info__posix.cc,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- ipc/chromium/src/base/sys_info_posix.cc.orig 2014-04-18 02:03:04.000000000 +0000 |+++ ipc/chromium/src/base/sys_info_posix.cc -------------------------- Patching file ipc/chromium/src/base/sys_info_posix.cc using Plan A... Hunk #1 succeeded at 119. Hunk #2 succeeded at 133. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_src_base_time__posix.cc => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_src_base_time__posix.cc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ipc_chromium_src_base_time__posix.cc,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- ipc/chromium/src/base/time_posix.cc.orig 2013-05-11 19:19:32.000000000 +0000 |+++ ipc/chromium/src/base/time_posix.cc -------------------------- Patching file ipc/chromium/src/base/time_posix.cc using Plan A... Hunk #1 succeeded at 65. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_src_build_build__config.h => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_src_build_build__config.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ipc_chromium_src_build_build__config.h,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- ipc/chromium/src/build/build_config.h.orig 2013-05-11 19:19:32.000000000 +0000 |+++ ipc/chromium/src/build/build_config.h -------------------------- Patching file ipc/chromium/src/build/build_config.h using Plan A... Hunk #1 succeeded at 30 (offset 3 lines). Hunk #2 succeeded at 47 (offset 3 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_src_chrome_common_transport__dib.h => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_chromium_src_chrome_common_transport__dib.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ipc_chromium_src_chrome_common_transport__dib.h,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- ipc/chromium/src/chrome/common/transport_dib.h.orig 2013-05-11 19:19:32.000000000 +0000 |+++ ipc/chromium/src/chrome/common/transport_dib.h -------------------------- Patching file ipc/chromium/src/chrome/common/transport_dib.h using Plan A... Hunk #1 succeeded at 66 (offset -4 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_glue_GeckoChildProcessHost.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_glue_GeckoChildProcessHost.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ipc_glue_GeckoChildProcessHost.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |* Just because OS_ARCH is Darwin does not mean MacOS X specific | kludges are needed. | |--- ipc/glue/GeckoChildProcessHost.cpp.orig 2015-01-09 04:38:16.000000000 +0000 |+++ ipc/glue/GeckoChildProcessHost.cpp -------------------------- Patching file ipc/glue/GeckoChildProcessHost.cpp using Plan A... Hunk #1 succeeded at 4. Hunk #2 succeeded at 553 (offset 14 lines). Hunk #3 succeeded at 692 (offset 14 lines). Hunk #4 succeeded at 725 (offset 14 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_glue_ScopedXREEmbed.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_glue_ScopedXREEmbed.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ipc_glue_ScopedXREEmbed.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |Walking out of [subprocess].app/Contents/MacOS would only be needed if |we were using the cocoa toolkit. | |--- ipc/glue/ScopedXREEmbed.cpp.orig 2014-05-06 22:55:41.000000000 +0000 |+++ ipc/glue/ScopedXREEmbed.cpp -------------------------- Patching file ipc/glue/ScopedXREEmbed.cpp using Plan A... Hunk #1 succeeded at 66. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_glue_StringUtil.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_glue_StringUtil.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ipc_glue_StringUtil.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |Just because OS_ARCH is Darwin does not mean |sys_string_conversions_mac.mm can be used. | |--- ipc/glue/StringUtil.cpp.orig 2014-05-06 22:55:41.000000000 +0000 |+++ ipc/glue/StringUtil.cpp -------------------------- Patching file ipc/glue/StringUtil.cpp using Plan A... Hunk #1 succeeded at 64. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_glue_moz.build => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_glue_moz.build Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ipc_glue_moz.build,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |Don't assume cocoa toolkit just because OS_ARCH is Darwin. | |--- ipc/glue/moz.build.orig 2015-01-29 12:45:33.000000000 +0000 |+++ ipc/glue/moz.build -------------------------- Patching file ipc/glue/moz.build using Plan A... Hunk #1 succeeded at 87. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_ipdl_ipdl_cxx_ast.py => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_ipdl_ipdl_cxx_ast.py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ipc_ipdl_ipdl_cxx_ast.py,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |Part of https://bugzilla.mozilla.org/show_bug.cgi?id=1026499: |Make sure storage provided for attributes is properly aligned |in the generated C++ code. | |--- ipc/ipdl/ipdl/cxx/ast.py.orig 2014-07-17 01:45:18.000000000 +0000 |+++ ipc/ipdl/ipdl/cxx/ast.py -------------------------- Patching file ipc/ipdl/ipdl/cxx/ast.py using Plan A... Hunk #1 succeeded at 338 (offset 2 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_ipdl_ipdl_cxx_cgen.py => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_ipdl_ipdl_cxx_cgen.py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ipc_ipdl_ipdl_cxx_cgen.py,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |Part of https://bugzilla.mozilla.org/show_bug.cgi?id=1026499: |Make sure storage provided for attributes is properly aligned |in the generated C++ code. | |--- ipc/ipdl/ipdl/cxx/cgen.py.orig 2014-07-17 01:45:18.000000000 +0000 |+++ ipc/ipdl/ipdl/cxx/cgen.py -------------------------- Patching file ipc/ipdl/ipdl/cxx/cgen.py using Plan A... Hunk #1 succeeded at 104 (offset 3 lines). Hunk #2 succeeded at 115 (offset 3 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_ipdl_ipdl_lower.py => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-ipc_ipdl_ipdl_lower.py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ipc_ipdl_ipdl_lower.py,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |Part of https://bugzilla.mozilla.org/show_bug.cgi?id=1026499: |Make sure storage provided for attributes is properly aligned |in the generated C++ code. | |--- ipc/ipdl/ipdl/lower.py.orig 2014-07-17 01:45:18.000000000 +0000 |+++ ipc/ipdl/ipdl/lower.py -------------------------- Patching file ipc/ipdl/ipdl/lower.py using Plan A... Hunk #1 succeeded at 789 (offset 21 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js__src__vm__SPSProfiler.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js__src__vm__SPSProfiler.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-js__src__vm__SPSProfiler.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |Unclear fallout from our version of bug 840242, attachment v1: some architectures |fail to link if we do not add the inlines here - might be compiler/arch specific. | | |--- js/src/vm/SPSProfiler.cpp.orig 2014-04-18 02:03:21.000000000 +0000 |+++ js/src/vm/SPSProfiler.cpp -------------------------- Patching file js/src/vm/SPSProfiler.cpp using Plan A... Hunk #1 succeeded at 4. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_public_CallArgs.h => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_public_CallArgs.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-js_public_CallArgs.h,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- js/public/CallArgs.h.orig 2015-04-29 21:11:43.000000000 +0000 |+++ js/public/CallArgs.h -------------------------- Patching file js/public/CallArgs.h using Plan A... Hunk #1 succeeded at 344. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_src_Makefile.in => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_src_Makefile.in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-js_src_Makefile.in,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- js/src/Makefile.in.orig 2015-02-17 21:40:38.000000000 +0000 |+++ js/src/Makefile.in -------------------------- Patching file js/src/Makefile.in using Plan A... Hunk #1 succeeded at 16. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_src_asmjs_AsmJSSignalHandlers.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_src_asmjs_AsmJSSignalHandlers.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-js_src_asmjs_AsmJSSignalHandlers.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |Increase portability for non-x86 Darwin by not hardwiring |x86_THREAD_STATE. | |--- js/src/asmjs/AsmJSSignalHandlers.cpp.orig 2015-05-04 00:43:23.000000000 +0000 |+++ js/src/asmjs/AsmJSSignalHandlers.cpp -------------------------- Patching file js/src/asmjs/AsmJSSignalHandlers.cpp using Plan A... Hunk #1 succeeded at 637. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_src_ctypes_CTypes.h => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_src_ctypes_CTypes.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-js_src_ctypes_CTypes.h,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- js/src/ctypes/CTypes.h.orig 2014-02-12 21:29:02.000000000 +0000 |+++ js/src/ctypes/CTypes.h -------------------------- Patching file js/src/ctypes/CTypes.h using Plan A... Hunk #1 succeeded at 17 (offset 3 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_src_frontend_ParseMaps.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_src_frontend_ParseMaps.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-js_src_frontend_ParseMaps.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- js/src/frontend/ParseMaps.cpp.orig 2013-09-10 03:43:34.000000000 +0000 |+++ js/src/frontend/ParseMaps.cpp -------------------------- Patching file js/src/frontend/ParseMaps.cpp using Plan A... Hunk #1 succeeded at 132. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_src_gc_Statistics.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_src_gc_Statistics.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-js_src_gc_Statistics.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- js/src/gc/Statistics.cpp.orig 2015-02-05 11:52:40.000000000 +0000 |+++ js/src/gc/Statistics.cpp 2015-02-05 11:52:28.000000000 +0000 -------------------------- Patching file js/src/gc/Statistics.cpp using Plan A... Hunk #1 succeeded at 222 (offset 1 line). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_src_jit-LIR.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_src_jit-LIR.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-js_src_jit-LIR.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- js/src/jit/LIR.cpp.orig 2015-05-04 00:43:27.000000000 +0000 |+++ js/src/jit/LIR.cpp -------------------------- Patching file js/src/jit/LIR.cpp using Plan A... Hunk #1 succeeded at 322 (offset -1 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_src_jit_ExecutableAllocator.h => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_src_jit_ExecutableAllocator.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-js_src_jit_ExecutableAllocator.h,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- js/src/jit/ExecutableAllocator.h.orig 2015-05-04 00:43:27.000000000 +0000 |+++ js/src/jit/ExecutableAllocator.h -------------------------- Patching file js/src/jit/ExecutableAllocator.h using Plan A... Hunk #1 succeeded at 419. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_src_jit_MIR.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_src_jit_MIR.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-js_src_jit_MIR.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- js/src/jit/MIR.cpp.orig 2015-05-04 00:43:27.000000000 +0000 |+++ js/src/jit/MIR.cpp -------------------------- Patching file js/src/jit/MIR.cpp using Plan A... Hunk #1 succeeded at 71. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_src_jit_arm_Architecture-arm.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_src_jit_arm_Architecture-arm.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-js_src_jit_arm_Architecture-arm.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- js/src/jit/arm/Architecture-arm.cpp.orig 2015-05-04 00:43:27.000000000 +0000 |+++ js/src/jit/arm/Architecture-arm.cpp -------------------------- Patching file js/src/jit/arm/Architecture-arm.cpp using Plan A... Hunk #1 succeeded at 16. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_src_jsapi.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_src_jsapi.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-js_src_jsapi.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- js/src/jsapi.cpp.orig 2015-04-29 21:11:46.000000000 +0000 |+++ js/src/jsapi.cpp -------------------------- Patching file js/src/jsapi.cpp using Plan A... Hunk #1 succeeded at 115. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_src_jsdate.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_src_jsdate.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-js_src_jsdate.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- js/src/jsdate.cpp.orig 2015-02-17 21:40:42.000000000 +0000 |+++ js/src/jsdate.cpp -------------------------- Patching file js/src/jsdate.cpp using Plan A... Hunk #1 succeeded at 2669 (offset 18 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_src_jskwgen.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_src_jskwgen.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-js_src_jskwgen.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- js/src/jskwgen.cpp.orig 2015-01-23 06:00:01.000000000 +0000 |+++ js/src/jskwgen.cpp 2015-02-05 11:42:30.000000000 +0000 -------------------------- Patching file js/src/jskwgen.cpp using Plan A... Hunk #1 succeeded at 181. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_src_jsmath.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_src_jsmath.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-js_src_jsmath.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- js/src/jsmath.cpp.orig 2013-09-10 03:43:36.000000000 +0000 |+++ js/src/jsmath.cpp -------------------------- Patching file js/src/jsmath.cpp using Plan A... Hunk #1 succeeded at 252 (offset 8 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_src_shell_jsoptparse.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_src_shell_jsoptparse.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-js_src_shell_jsoptparse.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- js/src/shell/jsoptparse.cpp.orig 2015-05-04 00:43:27.000000000 +0000 |+++ js/src/shell/jsoptparse.cpp -------------------------- Patching file js/src/shell/jsoptparse.cpp using Plan A... Hunk #1 succeeded at 90. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_xpconnect_src_XPCConvert.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_xpconnect_src_XPCConvert.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-js_xpconnect_src_XPCConvert.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |Suggested workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=1147837 |Avoids a crash on big endian 64 bit architectures. | |--- js/xpconnect/src/XPCConvert.cpp.orig 2015-03-21 04:42:37.000000000 +0100 |+++ js/xpconnect/src/XPCConvert.cpp 2015-03-30 13:49:16.000000000 +0200 -------------------------- Patching file js/xpconnect/src/XPCConvert.cpp using Plan A... Hunk #1 succeeded at 134. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_xpconnect_src_xpcprivate.h => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-js_xpconnect_src_xpcprivate.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-js_xpconnect_src_xpcprivate.h,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |From commit log 1.1: | Instantiate WeakMapPtr explicitly to get the right visibility with | clang. | |--- js/xpconnect/src/xpcprivate.h.orig 2015-01-23 06:00:06.000000000 +0000 |+++ js/xpconnect/src/xpcprivate.h -------------------------- Patching file js/xpconnect/src/xpcprivate.h using Plan A... Hunk #1 succeeded at 1017 (offset 1 line). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libcubeb_AUTHORS => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libcubeb_AUTHORS Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_libcubeb_AUTHORS,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- media/libcubeb/AUTHORS.orig 2014-10-11 09:06:39.000000000 +0000 |+++ media/libcubeb/AUTHORS -------------------------- Patching file media/libcubeb/AUTHORS using Plan A... Hunk #1 succeeded at 4. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libcubeb_src_cubeb.c => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libcubeb_src_cubeb.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_libcubeb_src_cubeb.c,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- media/libcubeb/src/cubeb.c.orig 2014-10-11 09:06:39.000000000 +0000 |+++ media/libcubeb/src/cubeb.c -------------------------- Patching file media/libcubeb/src/cubeb.c using Plan A... Hunk #1 succeeded at 56 (offset 2 lines). Hunk #2 succeeded at 125 (offset 2 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libcubeb_src_cubeb__alsa.c => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libcubeb_src_cubeb__alsa.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_libcubeb_src_cubeb__alsa.c,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- media/libcubeb/src/cubeb_alsa.c.orig 2015-05-08 16:55:17.000000000 +0000 |+++ media/libcubeb/src/cubeb_alsa.c 2015-05-14 15:22:34.000000000 +0000 -------------------------- Patching file media/libcubeb/src/cubeb_alsa.c using Plan A... Hunk #1 succeeded at 7. Hunk #2 succeeded at 31. Hunk #3 succeeded at 116. Hunk #4 succeeded at 311. Hunk #5 succeeded at 350. Hunk #6 succeeded at 359. Hunk #7 succeeded at 368. Hunk #8 succeeded at 385. Hunk #9 succeeded at 450. Hunk #10 succeeded at 561. Hunk #11 succeeded at 589. Hunk #12 succeeded at 598. Hunk #13 succeeded at 621. Hunk #14 succeeded at 645. Hunk #15 succeeded at 656. Hunk #16 succeeded at 672. Hunk #17 succeeded at 691. Hunk #18 succeeded at 703. Hunk #19 succeeded at 718. Hunk #20 succeeded at 775. Hunk #21 succeeded at 841. Hunk #22 succeeded at 892. Hunk #23 succeeded at 931. Hunk #24 succeeded at 1005. Hunk #25 succeeded at 1015. Hunk #26 succeeded at 1062. Hunk #27 succeeded at 1072. Hunk #28 succeeded at 1107. Hunk #29 succeeded at 1132. Hunk #30 succeeded at 1183. Hunk #31 succeeded at 1217. Hunk #32 succeeded at 1233. Hunk #33 succeeded at 1262. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libcubeb_src_cubeb__oss.c => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libcubeb_src_cubeb__oss.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_libcubeb_src_cubeb__oss.c,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- media/libcubeb/src/cubeb_oss.c.orig 2015-02-20 05:47:26.000000000 +0000 |+++ media/libcubeb/src/cubeb_oss.c -------------------------- (Creating file media/libcubeb/src/cubeb_oss.c...) Patching file media/libcubeb/src/cubeb_oss.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libcubeb_src_moz.build => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libcubeb_src_moz.build Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_libcubeb_src_moz.build,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |Don't assume cocoa toolkit just because OS_TARGET is Darwin. | |--- media/libcubeb/src/moz.build.orig 2014-11-21 03:37:42.000000000 +0000 |+++ media/libcubeb/src/moz.build -------------------------- Patching file media/libcubeb/src/moz.build using Plan A... Hunk #1 succeeded at 17. Hunk #2 succeeded at 37. Hunk #3 succeeded at 71. Hunk #4 succeeded at 82. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libpng_pngpriv.h => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libpng_pngpriv.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_libpng_pngpriv.h,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- media/libpng/pngpriv.h.orig 2014-02-12 21:29:13.000000000 +0000 |+++ media/libpng/pngpriv.h -------------------------- Patching file media/libpng/pngpriv.h using Plan A... Hunk #1 succeeded at 38. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libsoundtouch_src_cpu__detect__x86.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libsoundtouch_src_cpu__detect__x86.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_libsoundtouch_src_cpu__detect__x86.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- media/libsoundtouch/src/cpu_detect_x86.cpp.orig 2014-04-18 02:03:48.000000000 +0000 |+++ media/libsoundtouch/src/cpu_detect_x86.cpp -------------------------- Patching file media/libsoundtouch/src/cpu_detect_x86.cpp using Plan A... Hunk #1 succeeded at 125 (offset -5 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libstagefright_frameworks_av_media_libstagefright_foundation_AString.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libstagefright_frameworks_av_media_libstagefright_foundation_AString.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_libstagefright_frameworks_av_media_libstagefright_foundation_AString.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- media/libstagefright/frameworks/av/media/libstagefright/foundation/AString.cpp.orig 2015-02-23 07:39:35.000000000 +0000 |+++ media/libstagefright/frameworks/av/media/libstagefright/foundation/AString.cpp -------------------------- Patching file media/libstagefright/frameworks/av/media/libstagefright/foundation/AString.cpp using Plan A... Hunk #1 succeeded at 23. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libstagefright_system_core_liblog_fake__log__device.c => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libstagefright_system_core_liblog_fake__log__device.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_libstagefright_system_core_liblog_fake__log__device.c,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- media/libstagefright/system/core/liblog/fake_log_device.c.orig 2015-01-23 05:59:59.000000000 +0000 |+++ media/libstagefright/system/core/liblog/fake_log_device.c 2015-02-16 14:09:00.000000000 +0000 -------------------------- Patching file media/libstagefright/system/core/liblog/fake_log_device.c using Plan A... Hunk #1 succeeded at 231 (offset 2 lines). Hunk #2 succeeded at 274 (offset 2 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libstagefright_system_core_liblog_logprint.c => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libstagefright_system_core_liblog_logprint.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_libstagefright_system_core_liblog_logprint.c,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- media/libstagefright/system/core/liblog/logprint.c.orig 2015-01-23 05:59:59.000000000 +0000 |+++ media/libstagefright/system/core/liblog/logprint.c 2015-02-16 14:12:46.000000000 +0000 -------------------------- Patching file media/libstagefright/system/core/liblog/logprint.c using Plan A... Hunk #1 succeeded at 103 (offset 2 lines). Hunk #2 succeeded at 372 (offset 2 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libtheora_lib_arm_armcpu.c => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libtheora_lib_arm_armcpu.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_libtheora_lib_arm_armcpu.c,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |* NetBSD/evbearmv7hf-el's /proc/cpuinfo return empty, use hardcoded flags. | |--- media/libtheora/lib/arm/armcpu.c.orig 2014-11-13 22:50:10.000000000 +0000 |+++ media/libtheora/lib/arm/armcpu.c -------------------------- Patching file media/libtheora/lib/arm/armcpu.c using Plan A... Hunk #1 succeeded at 107. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libtheora_lib_info.c => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libtheora_lib_info.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_libtheora_lib_info.c,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- media/libtheora/lib/info.c.orig 2015-01-23 05:59:59.000000000 +0000 |+++ media/libtheora/lib/info.c 2015-02-16 14:49:17.000000000 +0000 -------------------------- Patching file media/libtheora/lib/info.c using Plan A... Hunk #1 succeeded at 29. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libtheora_moz.build => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libtheora_moz.build Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_libtheora_moz.build,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- media/libtheora/moz.build.orig 2015-02-17 21:40:41.000000000 +0000 |+++ media/libtheora/moz.build -------------------------- Patching file media/libtheora/moz.build using Plan A... Hunk #1 succeeded at 93. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libtremor_Makefile.in => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libtremor_Makefile.in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_libtremor_Makefile.in,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- media/libtremor/Makefile.in.orig 2014-03-20 11:09:40.000000000 +0000 |+++ media/libtremor/Makefile.in -------------------------- (Creating file media/libtremor/Makefile.in...) Patching file media/libtremor/Makefile.in using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libtremor_moz.build => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libtremor_moz.build Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_libtremor_moz.build,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- media/libtremor/moz.build.orig 2014-11-21 03:37:42.000000000 +0000 |+++ media/libtremor/moz.build -------------------------- Patching file media/libtremor/moz.build using Plan A... Hunk #1 succeeded at 6. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libvorbis_Makefile.in => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libvorbis_Makefile.in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_libvorbis_Makefile.in,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- media/libvorbis/Makefile.in.orig 2014-03-20 11:09:40.000000000 +0000 |+++ media/libvorbis/Makefile.in -------------------------- (Creating file media/libvorbis/Makefile.in...) Patching file media/libvorbis/Makefile.in using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libvorbis_lib_vorbis_info.c => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libvorbis_lib_vorbis_info.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_libvorbis_lib_vorbis_info.c,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- media/libvorbis/lib/vorbis_info.c.orig 2015-01-23 05:59:59.000000000 +0000 |+++ media/libvorbis/lib/vorbis_info.c 2015-02-16 14:36:05.000000000 +0000 -------------------------- Patching file media/libvorbis/lib/vorbis_info.c using Plan A... Hunk #1 succeeded at 87. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libvorbis_moz.build => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libvorbis_moz.build Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_libvorbis_moz.build,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- media/libvorbis/moz.build.orig 2014-11-21 03:37:42.000000000 +0000 |+++ media/libvorbis/moz.build -------------------------- Patching file media/libvorbis/moz.build using Plan A... Hunk #1 succeeded at 55. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libyuv_include_libyuv_scale__row.h => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_libyuv_include_libyuv_scale__row.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_libyuv_include_libyuv_scale__row.h,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- media/libyuv/include/libyuv/scale_row.h.orig 2014-11-13 22:50:11.000000000 +0000 |+++ media/libyuv/include/libyuv/scale_row.h -------------------------- Patching file media/libyuv/include/libyuv/scale_row.h using Plan A... Hunk #1 succeeded at 219. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_mtransport_third__party_nICEr_src_util_mbslen.c => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_mtransport_third__party_nICEr_src_util_mbslen.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_mtransport_third__party_nICEr_src_util_mbslen.c,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- media/mtransport/third_party/nICEr/src/util/mbslen.c.orig 2014-04-18 02:03:49.000000000 +0000 |+++ media/mtransport/third_party/nICEr/src/util/mbslen.c -------------------------- Patching file media/mtransport/third_party/nICEr/src/util/mbslen.c using Plan A... Hunk #1 succeeded at 54. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_mtransport_third__party_nrappkit_src_port_generic_include_sys_queue.h => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_mtransport_third__party_nrappkit_src_port_generic_include_sys_queue.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_mtransport_third__party_nrappkit_src_port_generic_include_sys_queue.h,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h.orig 2014-07-17 01:45:31.000000000 +0000 |+++ media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h -------------------------- Patching file media/mtransport/third_party/nrappkit/src/port/generic/include/sys/queue.h using Plan A... Hunk #1 succeeded at 30. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_webrtc_signaling_test_moz.build => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_webrtc_signaling_test_moz.build Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_webrtc_signaling_test_moz.build,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- media/webrtc/signaling/test/moz.build.orig 2015-02-17 21:40:43.000000000 +0000 |+++ media/webrtc/signaling/test/moz.build -------------------------- Patching file media/webrtc/signaling/test/moz.build using Plan A... Hunk #1 succeeded at 109 (offset -3 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_webrtc_trunk_webrtc_build_common.gypi => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_webrtc_trunk_webrtc_build_common.gypi Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_webrtc_trunk_webrtc_build_common.gypi,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- media/webrtc/trunk/webrtc/build/common.gypi.orig 2014-04-18 02:03:52.000000000 +0000 |+++ media/webrtc/trunk/webrtc/build/common.gypi -------------------------- Patching file media/webrtc/trunk/webrtc/build/common.gypi using Plan A... Hunk #1 succeeded at 321 (offset 65 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_webrtc_trunk_webrtc_modules_audio__coding_codecs_opus_opus.gypi => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_webrtc_trunk_webrtc_modules_audio__coding_codecs_opus_opus.gypi Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_webrtc_trunk_webrtc_modules_audio__coding_codecs_opus_opus.gypi,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- media/webrtc/trunk/webrtc/modules/audio_coding/codecs/opus/opus.gypi.orig 2015-05-04 00:43:28.000000000 +0000 |+++ media/webrtc/trunk/webrtc/modules/audio_coding/codecs/opus/opus.gypi -------------------------- Patching file media/webrtc/trunk/webrtc/modules/audio_coding/codecs/opus/opus.gypi using Plan A... Hunk #1 succeeded at 17. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_webrtc_trunk_webrtc_modules_audio__coding_neteq_neteq.gypi => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_webrtc_trunk_webrtc_modules_audio__coding_neteq_neteq.gypi Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_webrtc_trunk_webrtc_modules_audio__coding_neteq_neteq.gypi,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- media/webrtc/trunk/webrtc/modules/audio_coding/neteq/neteq.gypi.orig 2015-05-04 00:43:28.000000000 +0000 |+++ media/webrtc/trunk/webrtc/modules/audio_coding/neteq/neteq.gypi -------------------------- Patching file media/webrtc/trunk/webrtc/modules/audio_coding/neteq/neteq.gypi using Plan A... Hunk #1 succeeded at 84. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.cc => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.cc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.cc,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.cc.orig 2014-10-11 09:06:41.000000000 +0000 |+++ media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.cc -------------------------- Patching file media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.cc using Plan A... Hunk #1 succeeded at 18. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.h => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.h,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.h.orig 2014-10-11 09:06:41.000000000 +0000 |+++ media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.h -------------------------- Patching file media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.h using Plan A... Hunk #1 succeeded at 63 (offset -11 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- media/webrtc/trunk/webrtc/modules/video_capture/linux/device_info_linux.cc.orig 2014-05-29 23:31:23.000000000 +0000 |+++ media/webrtc/trunk/webrtc/modules/video_capture/linux/device_info_linux.cc -------------------------- Patching file media/webrtc/trunk/webrtc/modules/video_capture/linux/device_info_linux.cc using Plan A... Hunk #1 succeeded at 25. Hunk #2 succeeded at 147. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_video__capture__linux.cc => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_video__capture__linux.cc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_video__capture__linux.cc,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- media/webrtc/trunk/webrtc/modules/video_capture/linux/video_capture_linux.cc.orig 2014-05-29 23:31:23.000000000 +0000 |+++ media/webrtc/trunk/webrtc/modules/video_capture/linux/video_capture_linux.cc -------------------------- Patching file media/webrtc/trunk/webrtc/modules/video_capture/linux/video_capture_linux.cc using Plan A... Hunk #1 succeeded at 25. Hunk #2 succeeded at 37. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_webrtc_trunk_webrtc_modules_video__capture_video__capture.gypi => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_webrtc_trunk_webrtc_modules_video__capture_video__capture.gypi Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_webrtc_trunk_webrtc_modules_video__capture_video__capture.gypi,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- media/webrtc/trunk/webrtc/modules/video_capture/video_capture.gypi.orig 2015-05-04 00:43:29.000000000 +0000 |+++ media/webrtc/trunk/webrtc/modules/video_capture/video_capture.gypi -------------------------- Patching file media/webrtc/trunk/webrtc/modules/video_capture/video_capture.gypi using Plan A... Hunk #1 succeeded at 7. Hunk #2 succeeded at 72. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp.orig 2015-03-27 02:20:26.000000000 +0000 |+++ media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp -------------------------- Patching file media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp using Plan A... Hunk #1 succeeded at 14. Hunk #2 succeeded at 28. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-memory_build_mozjemalloc__compat.c => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-memory_build_mozjemalloc__compat.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-memory_build_mozjemalloc__compat.c,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- memory/build/mozjemalloc_compat.c.orig 2015-03-27 02:20:26.000000000 +0000 |+++ memory/build/mozjemalloc_compat.c -------------------------- Patching file memory/build/mozjemalloc_compat.c using Plan A... Hunk #1 succeeded at 131. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-memory_jemalloc_Makefile.in => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-memory_jemalloc_Makefile.in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-memory_jemalloc_Makefile.in,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- memory/jemalloc/Makefile.in.orig 2014-03-15 05:19:31.000000000 +0000 |+++ memory/jemalloc/Makefile.in -------------------------- Patching file memory/jemalloc/Makefile.in using Plan A... No such line 20 in input file, ignoring Hunk #1 succeeded at 11 (offset -10 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-memory_jemalloc_src_configure => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-memory_jemalloc_src_configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-memory_jemalloc_src_configure,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- memory/jemalloc/src/configure.orig 2015-03-27 02:20:26.000000000 +0000 |+++ memory/jemalloc/src/configure -------------------------- Patching file memory/jemalloc/src/configure using Plan A... Hunk #1 succeeded at 6566. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-memory_mozalloc_mozalloc__abort.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-memory_mozalloc_mozalloc__abort.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-memory_mozalloc_mozalloc__abort.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- memory/mozalloc/mozalloc_abort.cpp.orig 2015-01-09 04:38:22.000000000 +0000 |+++ memory/mozalloc/mozalloc_abort.cpp -------------------------- Patching file memory/mozalloc/mozalloc_abort.cpp using Plan A... Hunk #1 succeeded at 63. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-memory_volatile_VolatileBufferOSX.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-memory_volatile_VolatileBufferOSX.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-memory_volatile_VolatileBufferOSX.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- memory/volatile/VolatileBufferOSX.cpp.orig 2015-03-27 02:20:26.000000000 +0000 |+++ memory/volatile/VolatileBufferOSX.cpp -------------------------- Patching file memory/volatile/VolatileBufferOSX.cpp using Plan A... Hunk #1 succeeded at 47. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-mfbt_Alignment.h => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-mfbt_Alignment.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-mfbt_Alignment.h,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |Make MOZ_ALIGNOF() use gcc's builtin __alignof__. |From https://bugzilla.mozilla.org/show_bug.cgi?id=1026499 | |--- mfbt/Alignment.h.orig 2014-07-17 01:45:32.000000000 +0000 |+++ mfbt/Alignment.h -------------------------- Patching file mfbt/Alignment.h using Plan A... Hunk #1 succeeded at 9. Hunk #2 succeeded at 41. Hunk #3 succeeded at 53. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-mfbt_Attributes.h => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-mfbt_Attributes.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-mfbt_Attributes.h,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- mfbt/Attributes.h.orig 2015-05-04 00:43:30.000000000 +0000 |+++ mfbt/Attributes.h -------------------------- Patching file mfbt/Attributes.h using Plan A... Hunk #1 succeeded at 50. Hunk #2 succeeded at 71. Hunk #3 succeeded at 88. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-mfbt_Poison.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-mfbt_Poison.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-mfbt_Poison.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |* Use posix_madvise(3) instead of madvise(3) for Solaris/SunOS. | Solaris/SunOS's madvise(3) is not enabled in this context, | and its first argument type is different from NetBSD/Linux's one. | |--- mfbt/Poison.cpp.orig 2014-11-13 22:50:12.000000000 +0000 |+++ mfbt/Poison.cpp -------------------------- Patching file mfbt/Poison.cpp using Plan A... Hunk #1 succeeded at 129. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-mobile_android_installer_Makefile.in => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-mobile_android_installer_Makefile.in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-mobile_android_installer_Makefile.in,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- mobile/android/installer/Makefile.in.orig 2015-02-17 21:40:48.000000000 +0000 |+++ mobile/android/installer/Makefile.in -------------------------- Patching file mobile/android/installer/Makefile.in using Plan A... Hunk #1 succeeded at 58 (offset 3 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-mobile_android_installer_package-manifest.in => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-mobile_android_installer_package-manifest.in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-mobile_android_installer_package-manifest.in,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- mobile/android/installer/package-manifest.in.orig 2015-02-17 21:40:48.000000000 +0000 |+++ mobile/android/installer/package-manifest.in -------------------------- Patching file mobile/android/installer/package-manifest.in using Plan A... Hunk #1 succeeded at 443 (offset 3 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-modules_libjar_nsZipArchive.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-modules_libjar_nsZipArchive.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-modules_libjar_nsZipArchive.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- modules/libjar/nsZipArchive.cpp.orig 2013-06-18 11:01:37.000000000 +0000 |+++ modules/libjar/nsZipArchive.cpp -------------------------- Patching file modules/libjar/nsZipArchive.cpp using Plan A... Hunk #1 succeeded at 611 (offset 21 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-netwerk_base_nsNetUtil.h => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-netwerk_base_nsNetUtil.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-netwerk_base_nsNetUtil.h,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- netwerk/base/nsNetUtil.h.orig 2015-05-04 00:43:34.000000000 +0000 |+++ netwerk/base/nsNetUtil.h -------------------------- Patching file netwerk/base/nsNetUtil.h using Plan A... Hunk #1 succeeded at 13. Hunk #2 succeeded at 2850 (offset 21 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-netwerk_dns_moz.build => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-netwerk_dns_moz.build Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-netwerk_dns_moz.build,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- netwerk/dns/moz.build.orig 2015-05-04 00:43:34.000000000 +0000 |+++ netwerk/dns/moz.build -------------------------- Patching file netwerk/dns/moz.build using Plan A... Hunk #1 succeeded at 68. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-netwerk_protocol_http_Http2Session.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-netwerk_protocol_http_Http2Session.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-netwerk_protocol_http_Http2Session.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |https://bugzilla.mozilla.org/show_bug.cgi?id=1130822 |Fix obivous alignment issues (causing crashes on some architectures). | |--- netwerk/protocol/http/Http2Session.cpp.orig 2015-02-17 21:40:50.000000000 +0000 |+++ netwerk/protocol/http/Http2Session.cpp -------------------------- Patching file netwerk/protocol/http/Http2Session.cpp using Plan A... Hunk #1 succeeded at 32. Hunk #2 succeeded at 1384 (offset 90 lines). Hunk #3 succeeded at 1415 (offset 90 lines). Hunk #4 succeeded at 1476 (offset 90 lines). Hunk #5 succeeded at 1474 (offset 2 lines). Hunk #6 succeeded at 1825 (offset 93 lines). Hunk #7 succeeded at 1812 (offset 4 lines). Hunk #8 succeeded at 2538 (offset 86 lines). Hunk #9 succeeded at 2464 (offset 4 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-pb => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-pb Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-pb,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- xulrunner/installer/libxul.pc.in.orig 2013-07-30 00:59:18.000000000 +0000 |+++ xulrunner/installer/libxul.pc.in -------------------------- Patching file xulrunner/installer/libxul.pc.in using Plan A... Hunk #1 succeeded at 7. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-pc => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-pc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-pc,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- xulrunner/installer/libxul-embedding.pc.in.orig 2013-07-30 00:59:18.000000000 +0000 |+++ xulrunner/installer/libxul-embedding.pc.in -------------------------- Patching file xulrunner/installer/libxul-embedding.pc.in using Plan A... Hunk #1 succeeded at 6. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-rc => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-rc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-rc,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- browser/branding/unofficial/locales/en-US/brand.dtd.orig 2015-05-04 00:43:19.000000000 +0000 |+++ browser/branding/unofficial/locales/en-US/brand.dtd -------------------------- Patching file browser/branding/unofficial/locales/en-US/brand.dtd using Plan A... Hunk #1 succeeded at 2. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-security_manager_ssl_src_nsNSSComponent.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-security_manager_ssl_src_nsNSSComponent.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-security_manager_ssl_src_nsNSSComponent.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- security/manager/ssl/src/nsNSSComponent.cpp.orig 2014-10-11 09:06:44.000000000 +0000 |+++ security/manager/ssl/src/nsNSSComponent.cpp -------------------------- Patching file security/manager/ssl/src/nsNSSComponent.cpp using Plan A... Hunk #1 succeeded at 43 (offset -10 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-toolkit_components_osfile_modules_osfile__unix__back.jsm => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-toolkit_components_osfile_modules_osfile__unix__back.jsm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-toolkit_components_osfile_modules_osfile__unix__back.jsm,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |Based on martin@'s patch for firefox 27.0 | |* Use off_t for st_size |* Use function name for NetBSD | |--- toolkit/components/osfile/modules/osfile_unix_back.jsm.orig 2014-05-29 23:31:41.000000000 +0000 |+++ toolkit/components/osfile/modules/osfile_unix_back.jsm -------------------------- Patching file toolkit/components/osfile/modules/osfile_unix_back.jsm using Plan A... Hunk #1 succeeded at 228. Hunk #2 succeeded at 638 (offset 12 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-toolkit_components_osfile_modules_osfile__unix__front.jsm => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-toolkit_components_osfile_modules_osfile__unix__front.jsm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-toolkit_components_osfile_modules_osfile__unix__front.jsm,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- toolkit/components/osfile/modules/osfile_unix_front.jsm.orig 2014-09-24 01:05:38.000000000 +0000 |+++ toolkit/components/osfile/modules/osfile_unix_front.jsm -------------------------- Patching file toolkit/components/osfile/modules/osfile_unix_front.jsm using Plan A... Hunk #1 succeeded at 399. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-toolkit_library_moz.build => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-toolkit_library_moz.build Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-toolkit_library_moz.build,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |MOZ_GSTREAMER: | GSTREAMER_LIBS are linked to libxul on Darwin, while they are | dlopen(3)'ed at runtime on other platforms. The problem is that the | toolkit being cocoa isn't relevant at all. It's Darwin that needs | the special handling, not Cocoa. | |--- toolkit/library/moz.build.orig 2015-05-04 00:43:33.000000000 +0000 |+++ toolkit/library/moz.build -------------------------- Patching file toolkit/library/moz.build using Plan A... Hunk #1 succeeded at 214. Hunk #2 succeeded at 226. Hunk #3 succeeded at 259. Hunk #4 succeeded at 396. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-toolkit_xre_nsAppRunner.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-toolkit_xre_nsAppRunner.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-toolkit_xre_nsAppRunner.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |MacOS X < 10.6 had an undocumented behavior concerning execve(2) |inside a threaded process. If a process tried to call execve(2) and |had more than one active thread, the kernel returned ENOTSUP. So we |have to either fork(2) or vfork(2) before calling execve(2) to make |sure the caller is single-threaded as otherwise the application fails |to restart itself. | |__mac_execve() in XNU 1228 (Darwin 9, MacOS X 10.5) had the |restriction: |http://www.opensource.apple.com/source/xnu/xnu-1228.15.4/bsd/kern/kern_exec.c | |In XNU 1456 (Darwin 10, MacOS X 10.6) the multi-threaded check |disappeared: |http://www.opensource.apple.com/source/xnu/xnu-1456.1.26/bsd/kern/kern_exec.c | |--- toolkit/xre/nsAppRunner.cpp.orig 2015-01-30 04:06:22.000000000 +0000 |+++ toolkit/xre/nsAppRunner.cpp -------------------------- Patching file toolkit/xre/nsAppRunner.cpp using Plan A... Hunk #1 succeeded at 1809 (offset 41 lines). Hunk #2 succeeded at 1834 (offset 41 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-toolkit_xre_nsEmbedFunctions.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-toolkit_xre_nsEmbedFunctions.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-toolkit_xre_nsEmbedFunctions.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- toolkit/xre/nsEmbedFunctions.cpp.orig 2013-05-11 19:19:55.000000000 +0000 |+++ toolkit/xre/nsEmbedFunctions.cpp -------------------------- Patching file toolkit/xre/nsEmbedFunctions.cpp using Plan A... Hunk #1 succeeded at 257 (offset 18 lines). Hunk #2 succeeded at 393 (offset 42 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-webapprt_moz.build => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-webapprt_moz.build Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-webapprt_moz.build,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |Don't assume cocoa toolkit just because OS_ARCH is Darwin. | |--- webapprt/moz.build.orig 2014-09-24 01:05:40.000000000 +0000 |+++ webapprt/moz.build -------------------------- Patching file webapprt/moz.build using Plan A... Hunk #1 succeeded at 6. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-widget_gtk_gtk2drawing.c => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-widget_gtk_gtk2drawing.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-widget_gtk_gtk2drawing.c,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- widget/gtk/gtk2drawing.c.orig 2015-03-27 02:20:33.000000000 +0000 |+++ widget/gtk/gtk2drawing.c -------------------------- Patching file widget/gtk/gtk2drawing.c using Plan A... Hunk #1 succeeded at 831. Hunk #2 succeeded at 928. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-widget_gtk_gtk3drawing.c => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-widget_gtk_gtk3drawing.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-widget_gtk_gtk3drawing.c,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- widget/gtk/gtk3drawing.c.orig 2015-05-04 00:43:35.000000000 +0000 |+++ widget/gtk/gtk3drawing.c -------------------------- Patching file widget/gtk/gtk3drawing.c using Plan A... Hunk #1 succeeded at 65. Hunk #2 succeeded at 726. Hunk #3 succeeded at 771. Hunk #4 succeeded at 869. Hunk #5 succeeded at 879. Hunk #6 succeeded at 913. Hunk #7 succeeded at 1008. Hunk #8 succeeded at 1172. Hunk #9 succeeded at 1182. Hunk #10 succeeded at 1399. Hunk #11 succeeded at 1436. Hunk #12 succeeded at 1447. Hunk #13 succeeded at 1751. Hunk #14 succeeded at 1763. Hunk #15 succeeded at 1771. Hunk #16 succeeded at 1783. Hunk #17 succeeded at 1803. Hunk #18 succeeded at 2021. Hunk #19 succeeded at 2069. Hunk #20 succeeded at 2086. Hunk #21 succeeded at 2615. Hunk #22 succeeded at 2634. Hunk #23 succeeded at 2660. Hunk #24 succeeded at 2688. Hunk #25 succeeded at 2756. Hunk #26 succeeded at 2799. Hunk #27 succeeded at 2855. Hunk #28 succeeded at 2866. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-widget_gtk_gtkdrawing.h => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-widget_gtk_gtkdrawing.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-widget_gtk_gtkdrawing.h,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- widget/gtk/gtkdrawing.h.orig 2015-03-27 02:20:33.000000000 +0000 |+++ widget/gtk/gtkdrawing.h -------------------------- Patching file widget/gtk/gtkdrawing.h using Plan A... Hunk #1 succeeded at 293. Hunk #2 succeeded at 303. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-widget_gtk_nsNativeThemeGTK.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-widget_gtk_nsNativeThemeGTK.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-widget_gtk_nsNativeThemeGTK.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- widget/gtk/nsNativeThemeGTK.cpp.orig 2015-05-04 00:43:35.000000000 +0000 |+++ widget/gtk/nsNativeThemeGTK.cpp -------------------------- Patching file widget/gtk/nsNativeThemeGTK.cpp using Plan A... Hunk #1 succeeded at 761. Hunk #2 succeeded at 1530. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_base_nsStackWalk.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_base_nsStackWalk.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-xpcom_base_nsStackWalk.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |* Replace XP_MACOSX with XP_DARWIN as the former is not defined when | the toolkit is not cocoa. | |--- xpcom/base/nsStackWalk.cpp.orig 2015-05-04 00:43:35.000000000 +0000 |+++ xpcom/base/nsStackWalk.cpp -------------------------- Patching file xpcom/base/nsStackWalk.cpp using Plan A... Hunk #1 succeeded at 34. Hunk #2 succeeded at 47. Hunk #3 succeeded at 830. Hunk #4 succeeded at 901. Hunk #5 succeeded at 931. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_base_nscore.h => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_base_nscore.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-xpcom_base_nscore.h,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- xpcom/base/nscore.h.orig 2014-05-29 23:31:50.000000000 +0000 |+++ xpcom/base/nscore.h -------------------------- Patching file xpcom/base/nscore.h using Plan A... Hunk #1 succeeded at 76 (offset -38 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_build_PoisonIOInterposer.h => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_build_PoisonIOInterposer.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-xpcom_build_PoisonIOInterposer.h,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |Replace XP_MACOSX with XP_DARWIN as the former is not defined when the |toolkit is not cocoa. | |--- xpcom/build/PoisonIOInterposer.h.orig 2015-01-28 23:04:52.000000000 +0000 |+++ xpcom/build/PoisonIOInterposer.h -------------------------- Patching file xpcom/build/PoisonIOInterposer.h using Plan A... Hunk #1 succeeded at 36 (offset 10 lines). Hunk #2 succeeded at 54 (offset 10 lines). Hunk #3 succeeded at 62 (offset 10 lines). Hunk #4 succeeded at 73 (offset 10 lines). done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_build_XPCOMInit.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_build_XPCOMInit.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-xpcom_build_XPCOMInit.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- xpcom/build/XPCOMInit.cpp.orig 2015-05-04 00:43:36.000000000 +0000 |+++ xpcom/build/XPCOMInit.cpp -------------------------- Patching file xpcom/build/XPCOMInit.cpp using Plan A... Hunk #1 succeeded at 141. Hunk #2 succeeded at 671. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_components_Module.h => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_components_Module.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-xpcom_components_Module.h,v 1.1 2016/02/09 13:26:12 ryoon Exp $ | |--- xpcom/components/Module.h.orig 2016-01-21 05:38:42.000000000 +0000 |+++ xpcom/components/Module.h -------------------------- Patching file xpcom/components/Module.h using Plan A... Hunk #1 succeeded at 124. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_glue_standalone_nsXPCOMGlue.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_glue_standalone_nsXPCOMGlue.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-xpcom_glue_standalone_nsXPCOMGlue.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |Fix inconsistent use of XP_DARWIN and XP_MACOSX: LEADING_UNDERSCORE |should be empty when we are going to load XPCOM using dlopen(3), not |NSAddImage(). | |--- xpcom/glue/standalone/nsXPCOMGlue.cpp.orig 2015-01-30 05:17:58.000000000 +0000 |+++ xpcom/glue/standalone/nsXPCOMGlue.cpp -------------------------- Patching file xpcom/glue/standalone/nsXPCOMGlue.cpp using Plan A... Hunk #1 succeeded at 30. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_reflect_xptcall_md_unix_Makefile.in => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_reflect_xptcall_md_unix_Makefile.in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-xpcom_reflect_xptcall_md_unix_Makefile.in,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- xpcom/reflect/xptcall/md/unix/Makefile.in.orig 2014-10-11 09:06:50.000000000 +0000 |+++ xpcom/reflect/xptcall/md/unix/Makefile.in -------------------------- Patching file xpcom/reflect/xptcall/md/unix/Makefile.in using Plan A... Hunk #1 succeeded at 56. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_reflect_xptcall_md_unix_moz.build => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_reflect_xptcall_md_unix_moz.build Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-xpcom_reflect_xptcall_md_unix_moz.build,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- xpcom/reflect/xptcall/md/unix/moz.build.orig 2015-03-27 02:20:33.000000000 +0000 |+++ xpcom/reflect/xptcall/md/unix/moz.build -------------------------- Patching file xpcom/reflect/xptcall/md/unix/moz.build using Plan A... Hunk #1 succeeded at 9. Hunk #2 succeeded at 26. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__arm__netbsd.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__arm__netbsd.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__arm__netbsd.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- xpcom/reflect/xptcall/md/unix/xptcinvoke_arm_netbsd.cpp.orig 2014-11-13 22:50:21.000000000 +0000 |+++ xpcom/reflect/xptcall/md/unix/xptcinvoke_arm_netbsd.cpp -------------------------- Patching file xpcom/reflect/xptcall/md/unix/xptcinvoke_arm_netbsd.cpp using Plan A... Hunk #1 succeeded at 7. Hunk #2 succeeded at 101. Hunk #3 succeeded at 129. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__mips.S => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__mips.S Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__mips.S,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- xpcom/reflect/xptcall/md/unix/xptcinvoke_asm_mips.S.orig 2014-10-11 09:06:50.000000000 +0000 |+++ xpcom/reflect/xptcall/md/unix/xptcinvoke_asm_mips.S -------------------------- Patching file xpcom/reflect/xptcall/md/unix/xptcinvoke_asm_mips.S using Plan A... Hunk #1 succeeded at 16. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__ppc__netbsd.s => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__ppc__netbsd.s Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__ppc__netbsd.s,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- xpcom/reflect/xptcall/md/unix/xptcinvoke_asm_ppc_netbsd.s.orig 2014-10-11 09:06:50.000000000 +0000 |+++ xpcom/reflect/xptcall/md/unix/xptcinvoke_asm_ppc_netbsd.s -------------------------- Patching file xpcom/reflect/xptcall/md/unix/xptcinvoke_asm_ppc_netbsd.s using Plan A... Hunk #1 succeeded at 20. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__gcc__x86__unix.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__gcc__x86__unix.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__gcc__x86__unix.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- xpcom/reflect/xptcall/md/unix/xptcinvoke_gcc_x86_unix.cpp.orig 2014-10-11 09:06:50.000000000 +0000 |+++ xpcom/reflect/xptcall/md/unix/xptcinvoke_gcc_x86_unix.cpp -------------------------- Patching file xpcom/reflect/xptcall/md/unix/xptcinvoke_gcc_x86_unix.cpp using Plan A... Hunk #1 succeeded at 9. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__netbsd__m68k.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__netbsd__m68k.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__netbsd__m68k.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- xpcom/reflect/xptcall/md/unix/xptcinvoke_netbsd_m68k.cpp.orig 2014-10-11 09:06:50.000000000 +0000 |+++ xpcom/reflect/xptcall/md/unix/xptcinvoke_netbsd_m68k.cpp -------------------------- Patching file xpcom/reflect/xptcall/md/unix/xptcinvoke_netbsd_m68k.cpp using Plan A... Hunk #1 succeeded at 100. Hunk #2 succeeded at 116. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__ppc__netbsd.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__ppc__netbsd.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__ppc__netbsd.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- xpcom/reflect/xptcall/md/unix/xptcinvoke_ppc_netbsd.cpp.orig 2014-10-11 09:06:50.000000000 +0000 |+++ xpcom/reflect/xptcall/md/unix/xptcinvoke_ppc_netbsd.cpp -------------------------- Patching file xpcom/reflect/xptcall/md/unix/xptcinvoke_ppc_netbsd.cpp using Plan A... Hunk #1 succeeded at 5. Hunk #2 succeeded at 72. Hunk #3 succeeded at 84. Hunk #4 succeeded at 114. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__sparc64__netbsd.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__sparc64__netbsd.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__sparc64__netbsd.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- xpcom/reflect/xptcall/md/unix/xptcinvoke_sparc64_netbsd.cpp.orig 2014-10-14 18:49:14.000000000 +0000 |+++ xpcom/reflect/xptcall/md/unix/xptcinvoke_sparc64_netbsd.cpp -------------------------- (Creating file xpcom/reflect/xptcall/md/unix/xptcinvoke_sparc64_netbsd.cpp...) Patching file xpcom/reflect/xptcall/md/unix/xptcinvoke_sparc64_netbsd.cpp using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_reflect_xptcall_md_unix_xptcstubs__arm__netbsd.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_reflect_xptcall_md_unix_xptcstubs__arm__netbsd.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-xpcom_reflect_xptcall_md_unix_xptcstubs__arm__netbsd.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- xpcom/reflect/xptcall/md/unix/xptcstubs_arm_netbsd.cpp.orig 2014-11-26 12:30:27.000000000 +0000 |+++ xpcom/reflect/xptcall/md/unix/xptcstubs_arm_netbsd.cpp -------------------------- Patching file xpcom/reflect/xptcall/md/unix/xptcstubs_arm_netbsd.cpp using Plan A... Hunk #1 succeeded at 6. Hunk #2 succeeded at 39. Hunk #3 succeeded at 67. Hunk #4 succeeded at 86. Hunk #5 succeeded at 95. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_reflect_xptcall_md_unix_xptcstubs__asm__mips.S => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_reflect_xptcall_md_unix_xptcstubs__asm__mips.S Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-xpcom_reflect_xptcall_md_unix_xptcstubs__asm__mips.S,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- xpcom/reflect/xptcall/md/unix/xptcstubs_asm_mips.S.orig 2014-10-11 09:06:50.000000000 +0000 |+++ xpcom/reflect/xptcall/md/unix/xptcstubs_asm_mips.S -------------------------- Patching file xpcom/reflect/xptcall/md/unix/xptcstubs_asm_mips.S using Plan A... Hunk #1 succeeded at 14. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_reflect_xptcall_md_unix_xptcstubs__asm__sparc64__netbsd.s => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_reflect_xptcall_md_unix_xptcstubs__asm__sparc64__netbsd.s Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-xpcom_reflect_xptcall_md_unix_xptcstubs__asm__sparc64__netbsd.s,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- xpcom/reflect/xptcall/md/unix/xptcstubs_asm_sparc64_netbsd.s.orig 2014-10-14 18:49:14.000000000 +0000 |+++ xpcom/reflect/xptcall/md/unix/xptcstubs_asm_sparc64_netbsd.s -------------------------- (Creating file xpcom/reflect/xptcall/md/unix/xptcstubs_asm_sparc64_netbsd.s...) Patching file xpcom/reflect/xptcall/md/unix/xptcstubs_asm_sparc64_netbsd.s using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_reflect_xptcall_md_unix_xptcstubs__gcc__x86__unix.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_reflect_xptcall_md_unix_xptcstubs__gcc__x86__unix.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-xpcom_reflect_xptcall_md_unix_xptcstubs__gcc__x86__unix.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- xpcom/reflect/xptcall/md/unix/xptcstubs_gcc_x86_unix.cpp.orig 2014-10-11 09:06:50.000000000 +0000 |+++ xpcom/reflect/xptcall/md/unix/xptcstubs_gcc_x86_unix.cpp -------------------------- Patching file xpcom/reflect/xptcall/md/unix/xptcstubs_gcc_x86_unix.cpp using Plan A... Hunk #1 succeeded at 10. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_reflect_xptcall_md_unix_xptcstubs__netbsd__m68k.cpp => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xpcom_reflect_xptcall_md_unix_xptcstubs__netbsd__m68k.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-xpcom_reflect_xptcall_md_unix_xptcstubs__netbsd__m68k.cpp,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |--- xpcom/reflect/xptcall/md/unix/xptcstubs_netbsd_m68k.cpp.orig 2014-10-11 09:06:50.000000000 +0000 |+++ xpcom/reflect/xptcall/md/unix/xptcstubs_netbsd_m68k.cpp -------------------------- Patching file xpcom/reflect/xptcall/md/unix/xptcstubs_netbsd_m68k.cpp using Plan A... Hunk #1 succeeded at 91. done => Verifying /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xulrunner_installer_Makefile.in => Applying pkgsrc patch /data/pkgsrc/devel/xulrunner38/../../www/firefox38/patches/patch-xulrunner_installer_Makefile.in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-xulrunner_installer_Makefile.in,v 1.1 2015/07/09 14:13:52 ryoon Exp $ | |* Install pkg-config pc files to package specific directory. | |--- xulrunner/installer/Makefile.in.orig 2013-07-30 00:59:18.000000000 +0000 |+++ xulrunner/installer/Makefile.in -------------------------- Patching file xulrunner/installer/Makefile.in using Plan A... Hunk #1 succeeded at 88 (offset -8 lines). done ===> Creating toolchain wrappers for xulrunner38-38.8.0nb1 src=/usr/pkg/lib/pkgconfig/fixesproto.pc dst=/data/scratch/devel/xulrunner38/work/.buildlink/lib/pkgconfig/fixesext.pc; /bin/mkdir -p /data/scratch/devel/xulrunner38/work/.buildlink/lib/pkgconfig; if test -f ${src}; then /bin/ln -sf ${src} ${dst}; fi src=/usr/pkg/lib/pkgconfig/compositeproto.pc dst=/data/scratch/devel/xulrunner38/work/.buildlink/lib/pkgconfig/compositeext.pc; /bin/mkdir -p /data/scratch/devel/xulrunner38/work/.buildlink/lib/pkgconfig; if test -f ${src}; then /bin/ln -sf ${src} ${dst}; fi ===> Configuring for xulrunner38-38.8.0nb1 printf '#!/bin/sh\n[ "$*" = "-f" ] && exit 0\nexec /bin/rm $@\n' > /data/scratch/devel/xulrunner38/work/.cwrapper/bin/rm chmod +x /data/scratch/devel/xulrunner38/work/.cwrapper/bin/rm => Fixing absolute paths. INFO: [subst.mk:fix-paths] Nothing changed in ./xpcom/build/nsXPCOMPrivate.h. => Fixing path to python. INFO: [subst.mk:python] Nothing changed in ./media/webrtc/trunk/build/common.gypi. cd /data/scratch/devel/xulrunner38/work/mozilla-esr38 && mkdir ../build cd /data/scratch/devel/xulrunner38/work/mozilla-esr38 && autoconf cd /data/scratch/devel/xulrunner38/work/mozilla-esr38/js/src && autoconf mkdir /data/scratch/devel/xulrunner38/work/mozilla-esr38/js/src/.deps => Generating pkg-config files for builtin libevent package. => Generating pkg-config file for builtin expat package. => Modifying GNU configure scripts to avoid --recheck => Replacing config-guess with pkgsrc versions => Replacing config-sub with pkgsrc versions => Replacing install-sh with pkgsrc version => Adding run-time search paths to pkg-config files. WARNING: [subst.mk:_pkgconfig] Ignoring non-existent file "./xulrunner38/installer/libxul-embedding.pc.in". WARNING: [subst.mk:_pkgconfig] Ignoring non-existent file "./xulrunner38/installer/libxul.pc.in". WARNING: [subst.mk:_pkgconfig] Ignoring non-existent file "./xulrunner38/installer/mozilla-gtkmozembed-embedding.pc.in". WARNING: [subst.mk:_pkgconfig] Ignoring non-existent file "./xulrunner38/installer/mozilla-gtkmozembed.pc.in". WARNING: [subst.mk:_pkgconfig] Ignoring non-existent file "./xulrunner38/installer/mozilla-js.pc.in". WARNING: [subst.mk:_pkgconfig] Ignoring non-existent file "./xulrunner38/installer/mozilla-nspr.pc.in". WARNING: [subst.mk:_pkgconfig] Ignoring non-existent file "./xulrunner38/installer/mozilla-nss.pc.in". WARNING: [subst.mk:_pkgconfig] Ignoring non-existent file "./xulrunner38/installer/mozilla-plugin.pc.in". => Checking for portability problems in extracted files creating cache ./config.cache checking host system type... x86_64--netbsd checking target system type... x86_64--netbsd checking build system type... x86_64--netbsd checking for mawk... /usr/bin/awk Using Python from environment variable $PYTHON Creating Python environment New python executable in /data/scratch/devel/xulrunner38/work/build/_virtualenv/bin/python2.7 Also creating executable in /data/scratch/devel/xulrunner38/work/build/_virtualenv/bin/python Installing setuptools, pip...done. platform netbsd7 is not supported Error processing command. Ignoring because optional. (optional:setup.py:python/psutil:build_ext:--inplace) checking Python environment is Mozilla virtualenv... yes checking for /usr/pkg/bin/perl... /usr/pkg/bin/perl checking for gcc... clang checking whether the C compiler (clang -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/nspr -I/usr/pkg/include/nss/nss -I/usr/pkg/include/libdrm -I/usr/pkg/include/freetype2 -Wl,-R/usr/pkg/lib/xulrunner38 -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -L/usr/pkg/lib/nspr -Wl,-R/usr/pkg/lib/nspr -L/usr/pkg/lib/nss -Wl,-R/usr/pkg/lib/nss -L/usr/pkg/lib/pulseaudio -Wl,-R/usr/pkg/lib/pulseaudio) works... yes checking whether the C compiler (clang -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/nspr -I/usr/pkg/include/nss/nss -I/usr/pkg/include/libdrm -I/usr/pkg/include/freetype2 -Wl,-R/usr/pkg/lib/xulrunner38 -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -L/usr/pkg/lib/nspr -Wl,-R/usr/pkg/lib/nspr -L/usr/pkg/lib/nss -Wl,-R/usr/pkg/lib/nss -L/usr/pkg/lib/pulseaudio -Wl,-R/usr/pkg/lib/pulseaudio) is a cross-compiler... no checking whether we are using GNU C... yes checking whether clang accepts -g... yes checking for c++... clang++ checking whether the C++ compiler (clang++ -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/nspr -I/usr/pkg/include/nss/nss -I/usr/pkg/include/libdrm -I/usr/pkg/include/freetype2 -Wl,-R/usr/pkg/lib/xulrunner38 -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -L/usr/pkg/lib/nspr -Wl,-R/usr/pkg/lib/nspr -L/usr/pkg/lib/nss -Wl,-R/usr/pkg/lib/nss -L/usr/pkg/lib/pulseaudio -Wl,-R/usr/pkg/lib/pulseaudio) works... yes checking whether the C++ compiler (clang++ -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/nspr -I/usr/pkg/include/nss/nss -I/usr/pkg/include/libdrm -I/usr/pkg/include/freetype2 -Wl,-R/usr/pkg/lib/xulrunner38 -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -L/usr/pkg/lib/nspr -Wl,-R/usr/pkg/lib/nspr -L/usr/pkg/lib/nss -Wl,-R/usr/pkg/lib/nss -L/usr/pkg/lib/pulseaudio -Wl,-R/usr/pkg/lib/pulseaudio) is a cross-compiler... no checking whether we are using GNU C++... yes checking whether clang++ accepts -g... yes checking for ranlib... ranlib checking for as... /data/scratch/devel/xulrunner38/work/.cwrapper/bin/as checking for ar... ar checking for ld... ld checking for strip... strip checking for windres... no checking for otool... no checking how to run the C preprocessor... clang -E checking how to run the C++ preprocessor... clang++ -E checking for a BSD compatible install... /usr/bin/install -c -o pbulkXXX -g users checking whether ln -s works... yes checking for minimum required perl version >= 5.006... 5.024001 checking for full perl installation... yes checking for doxygen... : checking for autoconf... /data/scratch/devel/xulrunner38/work/.tools/bin/autoconf checking for unzip... /data/scratch/devel/xulrunner38/work/.tools/bin/unzip checking for zip... /data/scratch/devel/xulrunner38/work/.tools/bin/zip checking for xargs... /data/scratch/devel/xulrunner38/work/.tools/bin/xargs checking for rpmbuild... : checking for make... /data/scratch/devel/xulrunner38/work/.tools/bin/make checking for X... libraries , headers checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for gethostbyname... no checking for connect... no checking for remove... no checking for shmat... no checking for IceConnectionNumber in -lICE... yes checking that static assertion macros used in autoconf tests work... yes checking for --noexecstack option to as... yes checking for -z noexecstack option to ld... yes checking for -z text option to ld... yes checking for --build-id option to ld... yes checking for --ignore-unresolved-symbol option to ld... yes checking if toolchain supports -mssse3 option... yes checking if toolchain supports -msse4.1 option... yes checking for x86 AVX2 asm support in compiler... yes checking whether the C++ compiler supports -Wno-inline-new-delete... yes checking whether the C++ compiler supports -Wno-extended-offsetof... yes checking whether ld has archive extraction flags... yes checking for 64-bit OS... yes checking whether the C++ compiler (clang++ -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/nspr -I/usr/pkg/include/nss/nss -I/usr/pkg/include/libdrm -I/usr/pkg/include/freetype2 -fno-exceptions -fno-strict-aliasing -Dunix -fno-rtti -Wl,-R/usr/pkg/lib/xulrunner38 -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -L/usr/pkg/lib/nspr -Wl,-R/usr/pkg/lib/nspr -L/usr/pkg/lib/nss -Wl,-R/usr/pkg/lib/nss -L/usr/pkg/lib/pulseaudio -Wl,-R/usr/pkg/lib/pulseaudio -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id) actually is a C++ compiler... yes checking for ANSI C header files... yes checking for working const... yes checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for gcc c++0x headers bug without rtti... no checking for gcc PR49911... no checking for llvm pr8927... no checking for __force_align_arg_pointer__ attribute... no checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for sys/byteorder.h... no checking for compat.h... no checking for getopt.h... yes checking for sys/bitypes.h... no checking for memory.h... yes checking for unistd.h... yes checking for gnu/libc-version.h... no checking for nl_types.h... yes checking for malloc.h... yes checking for X11/XKBlib.h... yes checking for io.h... no checking for cpuid.h... yes checking for sys/statvfs.h... yes checking for sys/statfs.h... no checking for sys/vfs.h... no checking for sys/mount.h... yes checking for sys/quota.h... yes checking for sys/sysmacros.h... no checking for linux/quota.h... no checking for linux/if_addr.h... no checking for linux/rtnetlink.h... no checking for sys/types.h... yes checking for netinet/in.h... yes checking for byteswap.h... no checking for sockaddr_in.sin_len... true checking for sockaddr_in6.sin6_len... true checking for sockaddr.sa_len... true checking for sys/cdefs.h... yes checking for linux/perf_event.h... no checking for gethostbyname_r in -lc_r... no checking for library containing dlopen... none required checking for dlfcn.h... yes checking for dladdr... yes checking for memmem... yes checking for socket in -lsocket... no checking for XDrawLines in -lX11... yes checking for XextAddDisplay in -lXext... yes checking for XtFree in -lXt... yes checking for XShmCreateImage in -lXext... yes checking for X11/extensions/scrnsaver.h... no checking for pthread_create in -lpthreads... no checking for pthread_create in -lpthread... yes checking whether clang accepts -pthread... yes checking whether clang needs -traditional... no checking for 8-bit clean memcmp... yes checking for stat64... no checking for lstat64... no checking for truncate64... no checking for statvfs64... no checking for statvfs... yes checking for statfs64... no checking for statfs... yes checking for getpagesize... yes checking for gmtime_r... yes checking for localtime_r... yes checking for arc4random... yes checking for arc4random_buf... yes checking for clock_gettime(CLOCK_MONOTONIC)... checking for wcrtomb... yes checking for mbrtowc... yes checking for res_ninit()... no checking for iconv in -lc... yes checking for iconv()... yes checking for iconv() with const input... yes checking for nl_langinfo and CODESET... yes checking for an implementation of va_copy()... yes checking whether va_list can be copied by value... no checking whether the C++ "using" keyword resolves ambiguity... yes checking for C++ dynamic_cast to void*... yes checking for __thread keyword for TLS variables... (cached) no checking for malloc.h... (cached) yes checking for alloca.h... no checking for strndup... yes checking for posix_memalign... yes checking for memalign... no checking for malloc_usable_size... no checking for malloc.h... (cached) yes checking whether malloc_usable_size definition can use const argument... yes checking for valloc in malloc.h... yes checking for valloc in unistd.h... no checking for __attribute__((always_inline))... yes checking for __attribute__((malloc))... yes checking for __attribute__((warn_unused_result))... yes checking for LC_MESSAGES... yes checking for localeconv... yes checking NSPR selection... system checking for nspr-config... /usr/pkg/bin/nspr-config checking for NSPR - version >= 4.10.10... yes checking for event.h... yes checking for event_init in -levent... yes checking for pkg-config... /data/scratch/devel/xulrunner38/work/.tools/bin/pkg-config checking for NSS - version >= 3.19.2.4... test: 3.4: bad number test: 3.4: bad number test: 3.4: bad number yes checking for YASM assembler... checking for yasm... no checking for jpeg_destroy_compress in -ljpeg... yes checking for gzread in -lz... yes checking for BZ2_bzread in -lbz2... yes checking for hunspell... yes checking MOZ_HUNSPELL_CFLAGS... -I/usr/pkg/include/hunspell checking MOZ_HUNSPELL_LIBS... -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lhunspell-1.3 checking for libffi >= 3.0.9... yes checking MOZ_FFI_CFLAGS... -I/usr/pkg/include checking MOZ_FFI_LIBS... -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lffi checking for application to build... xulrunner checking if app-specific confvars.sh exists... /data/scratch/devel/xulrunner38/work/mozilla-esr38/xulrunner/confvars.sh checking for gtk+-2.0 >= 2.18.0 gtk+-unix-print-2.0 glib-2.0 >= 2.22 gobject-2.0 gdk-x11-2.0... yes checking MOZ_GTK2_CFLAGS... -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include/cairo -I/usr/pkg/include/pixman-1 -I/usr/pkg/include/freetype2 -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/glib/gio-unix-2.0/ -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gtk-unix-print-2.0 -pthread -D_REENTRANT checking MOZ_GTK2_LIBS... -L/usr/pkg/lib -lgtk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lpango-1.0 -lgio-2.0 -lfontconfig -lfreetype -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lcairo -lX11 -Wl,-R/usr/pkg/lib -lXext checking for pango >= 1.22.0... yes checking _PANGOCHK_CFLAGS... -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include checking _PANGOCHK_LIBS... -L/usr/pkg/lib -lpango-1.0 -lgobject-2.0 -Wl,-R/usr/pkg/lib -lglib-2.0 -lintl checking for pango >= 1.22.0 pangoft2 >= 1.22.0 pangocairo >= 1.22.0... yes checking MOZ_PANGO_CFLAGS... -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/cairo -I/usr/pkg/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT checking MOZ_PANGO_LIBS... -L/usr/pkg/lib -lpangoft2-1.0 -lfontconfig -lfreetype -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-R/usr/pkg/lib -lcairo checking __attribute__ ((aligned ())) support... trying 64 64 checking for vpx >= 1.3.0... yes checking MOZ_LIBVPX_CFLAGS... -I/usr/pkg/include checking MOZ_LIBVPX_LIBS... -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lvpx -lm checking for vpx/vpx_decoder.h... yes checking for vpx_codec_dec_init_ver in -lvpx... yes checking for vpx_mem/vpx_mem.h... no checking MOZ_OSS_CFLAGS... checking for sys/soundcard.h... yes checking for soundcard.h... yes checking for _oss_ioctl in -lossaudio... yes checking for libpulse... yes checking MOZ_PULSEAUDIO_CFLAGS... -I/usr/pkg/include -D_REENTRANT checking MOZ_PULSEAUDIO_LIBS... -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lpulse checking for gstreamer-1.0 >= 1.0 gstreamer-app-1.0 gstreamer-plugins-base-1.0... yes checking GSTREAMER_CFLAGS... -I/usr/pkg/include/gstreamer-1.0 -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -pthread checking GSTREAMER_LIBS... -L/usr/pkg/lib -lgstapp-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -Wl,-R/usr/pkg/lib -lglib-2.0 -lintl checking for java... : checking for javac... : checking for javah... : checking for jar... : checking for jarsigner... : checking for keytool... : configure: warning: Removing gio from MOZ_EXTENSIONS due to --disable-gio. checking for gnutar... /bin/tar checking for wget... no checking for sqlite3 >= 3.8.9... yes checking SQLITE_CFLAGS... checking SQLITE_LIBS... -lsqlite3 checking for SQLITE_SECURE_DELETE support in system SQLite... (cached) yes checking for SQLITE_THREADSAFE support in system SQLite... yes checking for SQLITE_ENABLE_FTS3 support in system SQLite... no configure: error: System SQLite library is not compiled with SQLITE_ENABLE_FTS3. ------ config.log ------ configure:23099: checking for javac configure:23148: checking for javah configure:23197: checking for jar configure:23246: checking for jarsigner configure:23295: checking for keytool configure:24247: checking for gnutar configure:24287: checking for wget configure:24792: checking for sqlite3 >= 3.8.9 configure:24799: checking SQLITE_CFLAGS configure:24804: checking SQLITE_LIBS configure:24835: checking for SQLITE_SECURE_DELETE support in system SQLite configure:24881: checking for SQLITE_THREADSAFE support in system SQLite configure:24904: clang -o conftest -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/nspr -I/usr/pkg/include/nss/nss -I/usr/pkg/include/libdrm -I/usr/pkg/include/freetype2 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -Dunix -fno-math-errno -pthread -Qunused-arguments -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/nspr -I/usr/pkg/include/nss/nss -I/usr/pkg/include/libdrm -I/usr/pkg/include/freetype2 -lpthread -Wl,-R/usr/pkg/lib/xulrunner38 -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -L/usr/pkg/lib/nspr -Wl,-R/usr/pkg/lib/nspr -L/usr/pkg/lib/nss -Wl,-R/usr/pkg/lib/nss -L/usr/pkg/lib/pulseaudio -Wl,-R/usr/pkg/lib/pulseaudio -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -lsqlite3 1>&5 configure:24927: checking for SQLITE_ENABLE_FTS3 support in system SQLite configure:24950: clang -o conftest -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/nspr -I/usr/pkg/include/nss/nss -I/usr/pkg/include/libdrm -I/usr/pkg/include/freetype2 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -Dunix -fno-math-errno -pthread -Qunused-arguments -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/nspr -I/usr/pkg/include/nss/nss -I/usr/pkg/include/libdrm -I/usr/pkg/include/freetype2 -lpthread -Wl,-R/usr/pkg/lib/xulrunner38 -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -L/usr/pkg/lib/nspr -Wl,-R/usr/pkg/lib/nspr -L/usr/pkg/lib/nss -Wl,-R/usr/pkg/lib/nss -L/usr/pkg/lib/pulseaudio -Wl,-R/usr/pkg/lib/pulseaudio -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -lsqlite3 1>&5 configure: failed program was: #line 24941 "configure" #include "confdefs.h" #include "sqlite3.h" int main(int argc, char **argv){ return !sqlite3_compileoption_used("SQLITE_ENABLE_FTS3"); } configure: error: System SQLite library is not compiled with SQLITE_ENABLE_FTS3. *** Error code 1 Stop. make[1]: stopped in /data/pkgsrc/devel/xulrunner38 *** Error code 1 Stop. make: stopped in /data/pkgsrc/devel/xulrunner38