head 1.9; access; symbols pkgsrc-2015Q2:1.8.0.2 pkgsrc-2015Q2-base:1.8 pkgsrc-2015Q1:1.7.0.6 pkgsrc-2015Q1-base:1.7 pkgsrc-2014Q4:1.7.0.4 pkgsrc-2014Q4-base:1.7 pkgsrc-2014Q3:1.7.0.2 pkgsrc-2014Q3-base:1.7 pkgsrc-2014Q2:1.5.0.14 pkgsrc-2014Q2-base:1.5 pkgsrc-2014Q1:1.5.0.12 pkgsrc-2014Q1-base:1.5 pkgsrc-2013Q4:1.5.0.10 pkgsrc-2013Q4-base:1.5 pkgsrc-2013Q3:1.5.0.8 pkgsrc-2013Q3-base:1.5 pkgsrc-2013Q2:1.5.0.6 pkgsrc-2013Q2-base:1.5 pkgsrc-2013Q1:1.5.0.4 pkgsrc-2013Q1-base:1.5 pkgsrc-2012Q4:1.5.0.2 pkgsrc-2012Q4-base:1.5 pkgsrc-2012Q3:1.4.0.4 pkgsrc-2012Q3-base:1.4 pkgsrc-2012Q2:1.4.0.2 pkgsrc-2012Q2-base:1.4 pkgsrc-2012Q1:1.3.0.4 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.3.0.2 pkgsrc-2011Q4-base:1.3; locks; strict; comment @# @; 1.9 date 2015.07.12.00.44.46; author wiz; state dead; branches; next 1.8; commitid 1sgrpZOEBWOSKVsy; 1.8 date 2015.05.28.05.30.51; author wiz; state Exp; branches; next 1.7; commitid e2TiuUErQ5L5Nany; 1.7 date 2014.08.21.04.51.08; author dbj; state Exp; branches; next 1.6; commitid 1qEf4NDBhzqxzbNx; 1.6 date 2014.08.03.22.30.05; author wiz; state Exp; branches; next 1.5; commitid xfKTQtz9yEZxZXKx; 1.5 date 2012.10.30.12.46.30; author drochner; state Exp; branches; next 1.4; 1.4 date 2012.04.28.14.12.16; author drochner; state Exp; branches; next 1.3; 1.3 date 2011.12.28.22.35.28; author joerg; state Exp; branches; next 1.2; 1.2 date 2011.12.28.04.22.15; author sbd; state dead; branches; next 1.1; 1.1 date 2011.12.27.03.54.36; author sbd; state Exp; branches; next ; desc @@ 1.9 log @Update to 2.8 and new 4.0 webkit API. From Leonardo Taccari in pkgsrc-wip. 2.8.1 What’s new in the WebKitGTK+ 2.8.1 release? Handle keep-alive connections in GStreamer HTTP source element. Fix a crash in DOMObjectCache when a wrapped object owned by the cache is unreffed by the user. Fix rendering of drag and drop icon. Fix the build with REDIRECTED_XCOMPOSITE_WINDOW disabled in X11 platform. Fix the build with Wayland target enabled. Fix the build for HPPA. 2.8 Highlights of the WebKitGTK+ 2.8.0 release Initial gestures support. HTML5 notifications. User script messages. HTML5 color input. APNG support. Performance improvements. Playing audio notification signal. Web view background colors. and lots of changes in the 2.6 series; major changes in 2.6 were: Highlights of the WebKitGTK+ 2.6.0 release WebKit1 API has been removed. Switch to CMake build system. Binary version bump to make WebKit1 and WebKit2 parallel installable. Several API changes. The DOM bindings API has been split into stable and unstable parts. Support for browser plugins using GTK+3, leaving the GTK+2 dependency optional for building a plugin process with support for GTK+2 plugins. HighDPI support for non-accelerated compositing contents. Dynamic user agent string depending on the site. User scripts API. @ text @$NetBSD: patch-configure,v 1.8 2015/05/28 05:30:51 wiz Exp $ --- configure.orig 2015-05-20 09:29:21.000000000 +0000 +++ configure @@@@ -4709,7 +4709,7 @@@@ else We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; @@@@ -4755,7 +4755,7 @@@@ else We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; @@@@ -4779,7 +4779,7 @@@@ rm -f core conftest.err conftest.$ac_obj We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; @@@@ -4824,7 +4824,7 @@@@ else We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; @@@@ -4848,7 +4848,7 @@@@ rm -f core conftest.err conftest.$ac_obj We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; @@@@ -17318,10 +17318,13 @@@@ int main () { unsigned int major, minor, micro; + char *tmp_version; fclose (fopen ("conf.glibtest", "w")); - if (sscanf("$min_glib_version", "%u.%u.%u", &major, &minor, µ) != 3) { + /* HP/UX 9 (%@@#!) writes to sscanf strings */ + tmp_version = g_strdup("$min_glib_version"); + if (sscanf(tmp_version, "%u.%u.%u", &major, &minor, µ) != 3) { printf("%s, bad version string\n", "$min_glib_version"); exit(1); } @@@@ -21217,7 +21220,7 @@@@ fi # On some Linux/Unix platforms, shm_* may only be available if linking against librt - if test "$os_win32" = "no"; then + if test "$os_win32" = "no" && test "$os_openbsd" = "no" && test "$os_netbsd" = "no"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing shm_open" >&5 $as_echo_n "checking for library containing shm_open... " >&6; } if ${ac_cv_search_shm_open+:} false; then : @ 1.8 log @Update to 2.4.9. From Leonardo Taccari in PR 49920. WebKitGTK+ 2.4.9 released! This is a bug fix release in the stable 2.4 series. What’s new in the WebKitGTK+ 2.4.9 release? o Check TLS errors as soon as they are set in the SoupMessage to prevent any data from being sent to the server in case of invalid certificate. o Clear the GObject DOM bindings internal cache when frames are destroyed or web view contents are updated. o Add HighDPI support for non-accelerated compositing contents. o Fix some transfer annotations used in GObject DOM bindings. o Use latin1 instead of UTF-8 for HTTP header values. o Fix synchronous loads when maximum connection limits are reached. o Fix a crash ScrollView::contentsToWindow() when GtkPluginWidget doesn’t have a parent. o Fix a memory leak in webkit_web_policy_decision_new. o Fix g_closure_unref runtime warning. o Fix a crash due to empty drag image during drag and drop. o Fix rendering of scrollbars with GTK+ >= 3.16. o Fix the build on mingw32/msys. o Fix the build with WebKit2 disabled. o Fix the build with accelerated compositing disabled. o Fix clang version check in configure. o Fix the build with recent versions of GLib that have GMutexLocker. o Fix the build for Linux/MIPS64EL. @ text @d1 1 a1 1 $NetBSD$ @ 1.7 log @fix a couple of issues buildling with clang on darwin @ text @d3 1 a3 1 --- configure.orig 2014-07-08 09:44:12.000000000 +0000 d5 1 a5 1 @@@@ -4703,7 +4703,7 @@@@ else d14 1 a14 1 @@@@ -4749,7 +4749,7 @@@@ else d23 1 a23 1 @@@@ -4773,7 +4773,7 @@@@ rm -f core conftest.err conftest.$ac_obj d32 1 a32 1 @@@@ -4818,7 +4818,7 @@@@ else d41 1 a41 1 @@@@ -4842,7 +4842,7 @@@@ rm -f core conftest.err conftest.$ac_obj d50 1 a50 19 @@@@ -4909,7 +4909,7 @@@@ rm -f core conftest.err conftest.$ac_obj cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -#if !(defined(__clang__) && __clang_major__ >= 3 && __clang_minor__ >= 3) +#if !(defined(__clang__) && __clang_major__ >= 3 && (__clang_major__ > 3 || __clang_minor__ >= 3)) #error Not a supported Clang compiler #endif @@@@ -4967,7 +4967,7 @@@@ rm -f core conftest.err conftest.$ac_obj cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -#if !(defined(__clang__) && __clang_major__ >= 3 && __clang_minor__ >= 3) +#if !(defined(__clang__) && __clang_major__ >= 3 && (__clang_major__ > 3 || __clang_minor__ >= 3)) #error Not a supported Clang++ compiler #endif @@@@ -17312,10 +17312,13 @@@@ int d65 1 a65 1 @@@@ -21110,7 +21113,7 @@@@ fi @ 1.6 log @Update to 2.4.4, the latest stable release. Based on work by Leonardo Taccari in wip. Changes: ================= WebKitGTK+ 2.4.4 ================= What's new in WebKitGTK+ 2.4.4? - Fix annoying popup shown when visiting 8tracks.com. - Expose links rendered as blocks to accessibility. - Make text inside "span" block in "a" block accessible. - Implement windowed plugins visibility. - Fix the GObject introspection annotations of webkit_web_resource_get_data_finish(). - Fix a crash in TSymbolTableLevel::~TSymbolTableLevel when WebKit is built with GCC 4.9. - Fix a crash when playing a video in facebook. - Several user agent changes to fix Google Maps and a few other issues. - Allo to include WebKitVersion.h from web extensions API too. - Fix web process leak when closing pages with network process enabled. - Fix the build with --disable-webgl --disable-accelerated-compositing. ================= WebKitGTK+ 2.4.3 ================= What's new in WebKitGTK+ 2.4.3? - Fix video playback rate used when resuming in GStreamer media backend. - Use GstMetaVideo as announced by WebKitVideoSink to fix some decoders and filters that rely on buffer's meta rather that in the caps structures. - Do not pass a valid pointer as redirected-response parameter to WebKitWebPage::send-request signal when not redirecting. - Add missing files to the build required for building in Windows. ================= WebKitGTK+ 2.4.2 ================= What's new in WebKitGTK+ 2.4.2? - Correctly handle TLS errors in case of a server redirection. - Fix a crash when submitting a form. - Fix several JavaScriptCore crashes when browsing facebook. - Fix a crash when closing a page with windowed plugins. - Fix a crash after getting web view context property with g_object_get. - Fix a new[] delete[] mismatch in SocketStreamHandleSoup. ================= WebKitGTK+ 2.4.1 ================= What's new in WebKitGTK+ 2.4.1? - Add CORS support for media elements to GStreamer media backend. - Fix wrong flags used in fcntl call that failed in FreeBSD. - Correctly handle HTTP authentication for cross-origin requests. - Correctly handle cookies for cross-origin requests. - Fix a crash in the plugin process with some plugins that redefine NPN functions. - Fix acceletared video when the video format has an alpha component. - Fix sites using geolocation after reloading when using Geoclue2. - Append Safari version to UserAgent to fix redirections in www.globalforestwatch.org. ================= WebKitGTK+ 2.4.0 ================= What's new in WebKitGTK+ 2.4.0? - Fix infinite loop in WebProcess due to a race condition that can happen when the socket event source is cancelled. - Fix more runtime critical warnings about main loop sources not found when trying to remove them. - Lower the timeout used when waiting for the ShoulTerminate reply in the WebProcess to release unused processes earlier. - Fix the build for non X11 platforms. ================= WebKitGTK+ 2.3.92 ================= What's new in WebKitGTK+ 2.3.92? - Add support for Geoclue2. - Always finalize the soup session object when the networking process finishes. - Make sure the web process doesn't finish if there's an ongoing print operation. - Fix runtime critical warnings about main loop sources not found when trying to remove them. - Fixed several crashes in JavaScriptCore when visiting facebook. - Improve CSS properties performance. - Fix web process leak when the WebView is leaked by the application. - Fix the build when using vala bindings due to UI and web process main headers included together. ================= WebKitGTK+ 2.3.91 ================= What's new in WebKitGTK+ 2.3.91? - Use a persistent cache for plugins metadata to avoid blocking the UI while scanning plugins during page loads. - Make the web inspector always load in multiprocess mode. - Add a pkg-config file for WebKit2 web process extensions API. - Fix the generation of g_return macros for GObject DOM bindings in some cases where non pointer parameters were handled as pointers. - Enable DFG_JIT on FreeBSD. - Use system default compiler instead of gcc when building DOM generated sources. - Several build fixes for FreeBSD. - Fix the build with wayland support enabled. ================= WebKitGTK+ 2.3.90 ================= What's new in WebKitGTK+ 2.3.90? - Add initial touch support to WebKit2. - Add API to create a WebKitWebView related to another one to share the same Web Process. - Create the inspector view using the same web process as the inspected page. - Fix wrong mix of fcntl commands and flags in WebKit2. - Fix marshaller used in WebKitWebPage::document-loaded signal. - Fix a crash in GStreamer media backend when playback rate is too high. - Fix the build on FreeBSD. ================= WebKitGTK+ 2.3.5 ================= What's new in WebKitGTK+ 2.3.5? - Add API to allow setting a multiple web process model. - Add API to pass initialization user data from the UI process to the web extensions. - Implement languages support with network process. - Implement custom URI schemes with network process. - Disable MemoryCache when the DOCUMENT_VIEWER cache model is set. - Expose aria-describedby with ATK_RELATION_DESCRIBED_BY. - Fix a bug that prevented from entering fullscreen again in HTML5 videos after fullscreen was left with ESC. - Set playback rate when pipeline is not ready in GStreamer media backend. - Fix a lockup when playing Icecast radio in GStreamer media backend. - Fix a web process crash when a download is cancelled. - Fix several crashes when printing via JavaScript. ================= WebKitGTK+ 2.3.4 ================= What's new in WebKitGTK+ 2.3.4? - Add API to WebKitResponsePolicyDecision to check if the MIME type can be shown. - Enable fullscreen API by default. - Fix handling of HTTP certificates with the network process enabled. - Fix downloads with the network process enabled. - Fix handling of cookies when network process is enabled. - Remove the partial file downloaded when the download operation fails or is cancelled. - Make WebKitWebPage::send-request signal work after a redirect. - Add xdg.origin.url extended attribute to downloads in WebKit2. - Fix WebGL with GLES. - Translation updates: Dutch, Brazilian Portuguese. ================= WebKitGTK+ 2.3.3 ================= What's new in WebKitGTK+ 2.3.3? - Initial Network Process support disabled by default. - CSS regions are now enabled by default. - Support right-side attachment of the inspector in WebKit2. - Add spatial navigation setting to WebKit2 GTK+ API. - Add media source setting to both WebKit1 and WebKit2. - Support custom types for drag and drop data. - Avoid extra copy when drawing images in cairo backend. - Fix scrolling in combo boxes when the dropdown menu is larger than the screen. - Render AC layers also when using GTK+ 2 in WebKit1. - Fix return value of webkit_web_view_get_view_source_mode() in WebKit1. - Emit stream-start, caps and segment events in webkitwebaudiosrc element. - Fix seeking on media content provided by servers not supporting range requests. - Fix a crash when using media source in GStreamer media backend. - Fix an X11 error when the backing store surface is destroyed. - Expose splitter elements with ATK_ROLE_SEPARATOR to accessibility. - Expose accessibility objects WAI-ARIA landmark roles. - Expose accessibility objects with ATK_ROLE_ARTICLE. - Expose accessibility objects with ATK_ROLE_CHECK_MENU_ITEM. - Remove support for GStreamer 0.10. - Memory leak due to incorrect use of gst_tag_list_merge in TextCombinerGStreamer. - Translation updates: Brazilian Portuguese. ================= WebKitGTK+ 2.3.2 ================= What's new in WebKitGTK+ 2.3.2? - Add enable-media-stream setting to WebKit2 GTK+ API. - Fix a crash when load fails due to SSL errors in WebKit2. - Fix a crash when printing via JavaScript in WebKit2. - Add support audio and video tracks to GStreamer media backend. - Properly expose video and audio elements to accessibility. - Fix invalid cairo matrix when drawing too small surfaces. - Avoid extra copy when drawing images using cairo. - Do not omit playback rate when seeking in GStreamer media backend. - Several build fixes on non-linux platforms. ================= WebKitGTK+ 2.3.1 ================= What's new in WebKitGTK+ 2.3.1? - Add WebKit2 API for TLS errors. - Make EventTarget interface introspectable in GObject DOM bindings. - Expose WheelEvent in the GObject DOM bindings API. - Generate API documentation for GObject DOM bindings. - Respect image orientation by default. - Enable text edition undo/redo operations support in WebKit2. - Add suppport for blob URLs to GStreamer media backend. - Add support for subtitles. - Allow running the web process with an arbitrary prefix command in debug builds. - Expose image links properly to accessibility. - Expose title and alternative text for links in image maps to accessibility. - Cancel the current active WebKitAuthenticationRequest on load fail. - Fix several memory leaks. ================= WebKitGTK+ 2.1.4 ================= What's new in WebKitGTK+ 2.1.4? - Add WebKitWebView::authenticate signal to WebKit2 GTK API. - Expose KeyboardEvent in GObject DOM bindings. - Implement attributesOfChildren() for AccessibilityUIElement. - Implement allAttributes() for AccessibilityUIElement. - Fix issues with edge cases when getting offsets for a text range in AtkText. - Remote inspector server now notifies about errors when loading resurces. - Disable HTTP request "Accept-Encoding:" header field on gstreamer source element to avoid receiving the wrong size when retrieving data. - Fix the final position when receiving several seek calls in a row, in GStreamer media backend. - When rendering accelerated video, upload onto the texture only the buffer to be painted. - Fix response property definition of WebKitResponsePolicyDecision. - Fix a crash in WebKit1 when the WebView is created and destroyed too fast. - Fix a crash in UI process when the web process crashes. - Fix a crash in WebKit2 when a context menu item is selected after the page has been closed. - Fix a crash when getting the editor command for a key event initiated by the web inspector. - Fix the build when building with GTK+ 2. - Fix several memory leaks. ================= WebKitGTK+ 2.1.3 ================= What's new in WebKitGTK+ 2.1.3? - Add support for preload="metadata" to GStreamer media backend. - Do not expose '\n' for wrapped lines with ATK_TEXT_BOUNDARY_CHAR. - Fix potential race condition in GStreamer media backend when getting the video sink caps. - Fix performance issues rendering a page with animations. - Several fixes and improvements in GStreamer video accelerated compositing support. - Adjust internal size on GStreamer HTTP source element when receiving data if necessary. - Actually disable the memory cache when DOCUMENT_VIEWER cache model is used in WebKit1. - Fix runtime critical warning in WebKit2 when unloading a module that failed to load. - Fix several memory leaks. ================= WebKitGTK+ 2.1.2 ================= What's new in WebKitGTK+ 2.1.2? - Set the subresources load priority using new libsoup API available in 2.43. - Do not use X11 WidgetBackingStore implementation in Wayland. - Support using GLContext from multiple threads. - Make sure gstreamer source element is thread-safe. - Prevent race condition when pad caps is set on gstreamer player. - Invalidate the ProcessLauncher when the process is terminated before it has finished launching - Use custom cairo code instead of Pango API for highlighting misspelled words. - Respect PKG_CONFIG env variable when generating gtk-doc. - Fix a crash due to an assert in gstreamer backend when seeking. - Fix memory leak when web process is terminated. - Translation updates: Telugu, Hindi, Kannada, Odia. ================= WebKitGTK+ 2.1.1 ================= What's new in WebKitGTK+ 2.1.1? - Add webkit_uri_scheme_request_finish_error to WebKit2 GTK+ API. - Add a setting to control whether or not accelerated 2D canvas is enabled in WebKit2. - Add a setting to WebKit2 to allow sending console log messages to stdout. - Always use EGL to create the GL context when running on Wayland. - Fix rendering of WebKitWebView child widgets with recent GTK+. - Notify the web process in WebKitURISchemeRequest when we fail to read from the user InputStream. - Fixed race conditions closing the socket descriptor when the web process crashes. - Add video accelerated compositing support to the GStreamer backend. - Add support for audio/speex MIME type to the GStreamer backend. - Fix seek after video finished in GStreamer backend. - Initialize WebKitWebPlugin path to prevent double-free in WebKit1. - Fix several GObject instrospection warnings. - Fixed several memory leaks. @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.5 2012/10/30 12:46:30 drochner Exp $ d3 1 a3 1 --- configure.orig 2014-05-12 06:05:21.000000000 +0000 d50 18 @ 1.5 log @update to 1.10.1 this switches to the 1.10 release branch, no useful changelog available @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- configure.orig 2012-10-16 22:11:45.000000000 +0000 d5 50 a54 1 @@@@ -18587,10 +18587,6 @@@@ install-data-am: install-gsettings-schem d56 1 a56 1 .SECONDARY: $(gsettings_SCHEMAS) d58 8 a65 23 -gsettings__base_list = \ - sed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \ - sed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g" - install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file) @@$(NORMAL_INSTALL) test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)" @@@@ -18598,7 +18594,7 @@@@ install-gsettings-schemas: $(gsettings_S for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ - done | $(gsettings__base_list) | \ + done | \ while read files; do \ echo " $(INSTALL_DATA) $$files '\''$(DESTDIR)$(gsettingsschemadir)'\''"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(gsettingsschemadir)" || exit $$?; \ @@@@ -22297,7 +22293,7 @@@@ fi fi if test "$with_acceleration_backend" = "opengl"; then - OPENGL_LIBS="-lGL -ldl" + OPENGL_LIBS="-lGL" fi d68 6 @ 1.4 log @update to 1.8.1 This is a new major branch, many fixes and enhancements. @ text @d3 1 a3 1 --- configure.orig 2012-04-24 05:17:08.000000000 +0000 d5 1 a5 1 @@@@ -19143,10 +19143,6 @@@@ install-data-am: install-gsettings-schem d16 1 a16 1 @@@@ -19154,7 +19150,7 @@@@ install-gsettings-schemas: $(gsettings_S d25 2 a26 3 @@@@ -20440,7 +20436,7 @@@@ fi done d28 1 @ 1.3 log @Kill useless gsed magic, which is gsed specific. @ text @d3 1 a3 1 --- configure.orig 2011-12-28 18:33:00.000000000 +0000 d5 1 a5 1 @@@@ -19061,10 +19061,6 @@@@ install-data-am: install-gsettings-schem d16 1 a16 1 @@@@ -19072,7 +19068,7 @@@@ install-gsettings-schemas: $(gsettings_S d25 9 @ 1.2 log @Include devel/glib2/schemas.mk (obache@@ suggestion). Regen PLIST Remove patch-Source_autotools_gsettings.m4 and patch-configure (They are redundaent when adding gsed to USE_TOOLS) Bump PKGREVISION @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.1 2011/12/27 03:54:36 sbd Exp $ d3 1 a3 3 ${gsettings__base_list} has gsed specific expressions. --- configure.orig 2011-09-27 10:41:23.000000000 +0000 d5 2 a6 1 @@@@ -19062,8 +19062,8 @@@@ install-data-am: install-gsettings-schem d9 1 a9 1 gsettings__base_list = \ d12 1 a12 3 + gsed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \ + gsed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g" d15 10 @ 1.1 log @There is a gsed specific expression used in the install-gsettings-schemas target (that install org.webkitgtk-1.0.gschema.xml) so use gsed. Bump PKGREVISION @ text @d1 1 a1 1 $NetBSD$ @