Up to [cvs.NetBSD.org] / pkgsrc / www / webkit-gtk
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
*: recursive bump for icu 76 shlib major version bump
*: revbump for icu downgrade
*: recursive bump for icu 76.1 shlib bump
*: recursive bump for merging at-spi2-atk and atk into at2-spi-core Remove at-spi2-atk and atk
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
(www/webkit-gtk) PKGREVISION++, in case already packaged OS/releases
revbump after icu and protobuf updates
webkit-gtk: Pull upstream fixes for Ruby 3.2. https://bugs.webkit.org/show_bug.cgi?id=246743 >> webkitgtk 2.38.0 fails to build with upcoming ruby 3.2 due to >> removed File.exists? https://github.com/WebKit/WebKit/commit/b7ac5d >> File.exists has been declared deprecated since Ruby 2.1 (2013) >> and with Ruby 3.2 gets removed for good. Bump PKGREVISION.
*: bump for cairo buildlink3.mk change lzo was made an option
* recursive bump for libxkbcommon 1.7.0 Marc Baudoin reported problems with using old binary packages with the new libkxbcommon, so force everything to 1.7.0
webkit-gtk: fix pkglint
*: recursive bump for cairo dependency changes
cairo-gobject: remove Point users at cairo>=1.18.
*: revebump for new brotli option for freetype2 Addresses PR 57693
*: recursive bump for icu 74.1
*: update for Python base package change Instead of depending on one of the removed packages (that are now included in the base Python packages), include batteries-included.mk to require a Python version that supplies them. Remove now included packages. Bump PKGREVISION.
recursive revbump for tiff update
Pullup ticket #6810 - requested by gutteridge www/webkit-gtk: aarch64 build fix Revisions pulled up: - www/webkit-gtk/Makefile 1.249 --- Module Name: pkgsrc Committed By: gutteridge Date: Thu Oct 5 05:57:20 UTC 2023 Modified Files: pkgsrc/www/webkit-gtk: Makefile Log Message: webkit-gtk: fix inadvertent aarch64 lossage from r. 1.247 A block that was a no-op was removed, but the inclusion of bsd.prefs.mk should still be applied because of a different block added in a later revision.
webkit-gtk: fix inadvertent aarch64 lossage from r. 1.247 A block that was a no-op was removed, but the inclusion of bsd.prefs.mk should still be applied because of a different block added in a later revision.
*: recursive bump for Python 3.11 as new default
webkit-gtk: drop duplicated GCC special handling block (NFC) Equivalent code is present in mk/compiler/gcc.mk.
revbump after textproc/icu update
*: Recursive revbup from graphics/freetype2
webkit-gtk: mark as incompatible with ruby 3.2
*: convert to cmake/build.mk
*: recursive bump for tiff shlib major bump
*: bump PKGREVISION for libsoup (2) library version bump
massive revision bump after textproc/icu update
Pullup ticket #6687 - requested by nia www/webkit-gtk: aarch64 build fix Revisions pulled up: - www/webkit-gtk/Makefile 1.239 - www/webkit-gtk/distinfo 1.172 - www/webkit-gtk/patches/patch-Source_cmake_OptionsCommon.cmake 1.7 --- Module Name: pkgsrc Committed By: nia Date: Sat Oct 8 11:06:36 UTC 2022 Modified Files: pkgsrc/www/webkit-gtk: Makefile distinfo pkgsrc/www/webkit-gtk/patches: patch-Source_cmake_OptionsCommon.cmake Log Message: webkit-gtk: Attempt to fix the build on NetBSD 9 aarch64 by avoiding the compiler builtin __int128_t implementation related to PR toolchain/57022
webkit-gtk: Attempt to fix the build on NetBSD 9 aarch64 by avoiding the compiler builtin __int128_t implementation related to PR toolchain/57022
webkit-gtk: Set USE_PKGSRC_GCC_(RUNTIME) when building on NetBSD 9 We likely need this anyway since WebKit requires GCC 8 at minimum, but forcing pkgsrc libgcc to be used (and thus bypassing the one built with the custom build system in NetBSD that doesn't include __fixdfti on aarch64) may be a useful workaround for PR toolchain/57022
webkit-gtk: Update to 2.36.8 Changes: 2.36.8 ====== - Fix jumpy elements when scrolling GitLab and other web sites. - Fix WebKitWebView:web-process-terminated signal not being emitted for the first web view when sandboxing is enabled. - Fix hang when opening HTML <select> elements in GTK4 builds. - Fix kinetic scrolling with elements that use overflow scrolling. - Fix several crashes and rendering issues.
webkit-gtk: Update to 2.36.7 Changes: 2.36.7 ====== - Fix several crashes and rendering issues.
webkit-gtk: add CHECK_PORTABILITY_SKIPs
Bump all dependent packages of wayland (belatedly) The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
webkit-gtk: drop now duplicated GCC special handling block (NFC) Equivalent code is now present in mk/compiler/gcc.mk.
webkit-gtk: Update to 2.36.6 Changes: 2.36.6 ====== - Fix handling of touchpad scrolling on GTK4 builds. - Fix WebKitGTK not allowing to be used from non-main threads. - Fix several crashes and rendering issues.
webkit-gtk: Update to 2.36.5 Changes: 2.36.5 ====== - Add support for PAC proxy in the WebDriver implementation. - Fix video playback when loaded through custom URIs, this fixes video playback in the Yelp documentation browser. - Fix WebKitWebView::context-menu when using GTK4. - Fix LTO builds with GCC. - Fix several crashes and rendering issues.
webkit-gtk: Update to 2.36.4 Changes: 2.36.4 ====== - Fix the new ATSPI accessibility implementation to add the missing Collection interface for the loaded document. - Fix the MediaSession implementation to make the MPRIS object names more sandbox friendly, which plays better with Flatpak and WebKit's own Bubblwrap-based sandboxing. - Fix leaked Web Processes in some particular situations. - Fix the build with media capture support enabled. - Fix cross-compilation when targeting 64-bit ARM. - Fix several crashes and rendering issues.
*: recursive bump for perl 5.36
webkit-gtk: remove introspection option, enabling it by default It was default-on, bump PKGREVISION for those who had it disabled.
webkit-gtk: Hopefully fix all MAP_ALIGNED platforms Instead of reusing Linux code path for NetBSD fix the MAP_ALIGNED problematic codepath by setting the protections. This should hopefully fix other MAP_ALIGNED platforms, not just NetBSD. Remove XXX comment now that the problem is understood (mmap protection was set via MAP_NONE and never adjusted in the MAP_ALIGNED platforms). PKGREVISION++
webkit-gtk: Update to 2.36.3 pkgsrc changes: - Remove USE_LD_GOLD option adjustment. The option was removed, if gold is accidentally picked up it should be re-investigate how to re-disable it. - USE_SYSTEMD option is no longer available, switch to ENABLE_JOURNALD_LOG and unconditionally disable it to avoid possible systemd dependencies - ENABLE_OPENGL option is no longer available, switch to USE_OPENGL_OR_ES (not tested) Changes: WebKitGTK 2.36.3 ================ - Support capturing already encoded video streams, which takes advantage of encoding done in hardware by devices which support this feature. - Avoid using experimental GStreamer elements for video demuxing. - Avoid using the legacy GStreamer VA-API decoding plug-ins, which often cause rendering issues and are not much maintained. Their usage can be re-enabled setting WEBKIT_GST_ENABLE_LEGACY_VAAPI=1 in the environment. - Fix playback of YouTube streams which use dynamic ad insertion. - Fix display capture with Pipewire. - Fix the build without the X11 target when X11 headers are not present. - Fix several crashes and rendering issues. WebKitGTK 2.36.2 ================ - Fix some pages showing empty content boxes when using GTK4. - Fix the build with accessibility disabled. - Fix the build with newer Ruby versions. - Fix several crashes and rendering issues. WebKitGTK 2.36.1 ================ - Fix the build with accessibility disabled. - Fix several crashes and rendering issues. - Translation updates: Croatian. WebKitGTK 2.36.0 ================ - Fix selection foreground color on text with decorations. - Fix seeking on YouTube videos. - Fix list item marker not exposed to a11y when not a direct child of a list item. - Fix a crash while closing a page. - Fix the build to make it reproducible again. - Fix several crashes and rendering issues. WebKitGTK 2.35.90 ================= - Fix scrolling with the mouse wheel on sites using overscroll-behavior. - Suspend web processes after some time in the process cache. - Fix renderning of horizontal scrollbars with themes enabling steppers. - Ensure EGL displays are terminated before web process exits. - Deinitialize gstreamer before web process exits. - Make fonts under XDG_DATA_DIRS available in web process sanbox. - Canonicalize paths passed to bubblewrap launcher. - Fix several crashes and rendering issues. - Translation updates: Hebrew. WebKitGTK 2.35.3 ================ - Fix a crash at startup when bubblewrap sandbox is enabled. - Fix a crash when starting a drag an drop on touchscreen. - Fix several crashes and rendering issues. WebKitGTK 2.35.2 ================ - Add new accessibility implementation using ATSPI DBus interfaces instead of ATK. - Use native GtkWidgets for form validation popups. - Add support for requestVideoFrameCallback. - Add support for accent colors. - Fix pinch zooming from a link to not activate the link. - Fix kinetic scrolling via touch screen. - Fix several crashes and rendering issues. WebKitGTK 2.35.1 ================ - Make user interactive threads (event handler, scrolling, ...) real time in linux. - Add new API to set HTTP response information to custom uri schemes. - Add support for media session. - Change hardware-acceleration-policy setting default value to always. - Fix jsc_value_object_define_property_accessor() to work with objects not having a wrapped instance. - Fix several crashes and rendering issues.
webkit-gtk: add CHECK_PORTABILITY_SKIP
revbump for textproc/icu update
webkit-gtk: Update to 2.34.6 Changes: 2.34.6 ====== - Fix accessibility not working when the Bubblewrap sandbox is enabled. - Fix rendering of scrollbars when overlay scrollbars are disabled. - Fix the build when the X11 support is disabled. - Fix the build in a number of situations where the main OpenGL library is not called libGL or libgl, as is the case on systems that use libglvnd. - Fix several crashes and rendering issues.
webkit-gtk: Update to 2.34.5 Changes: 2.34.5 ====== - Improve VP8 codec selection when using GStreamer 1.20. - Fix connecting to the accessiblity bus when using the Bubblewrap sandbox. - Fix links being incorrectly activated when starting a pinch zoom gesture. - Fix touch-based scrolling. - Fix the build with recent toolchains based on GCC 12 and on older ones as included e.g. in Ubuntu 18.04. - Fix the build with ICU 60, version 61 is no longer required. - Fix several crashes and rendering issues.
Pullup ticket #6570 - requested by gutteridge www/webkit-gtk: NetBSD 9 build fix, PR pkg/56604 Revisions pulled up: - www/webkit-gtk/Makefile 1.219 - www/webkit-gtk/buildlink3.mk 1.87 --- Module Name: pkgsrc Committed By: gutteridge Date: Thu Jan 13 03:57:28 UTC 2022 Modified Files: pkgsrc/www/webkit-gtk: Makefile buildlink3.mk Log Message: webkit-gtk: fix builds on NetBSD 9.x The base GCC 7.5 on NetBSD 9.x is missing a C++17 feature expected by this package now. The pkgsrc GCC 7.5 includes that feature, but the build still fails later on with another unmet expectation. So GCC 8 is now the minimum viable version with which to build this package. This involves a bit of a kludge to deal with how GCC from pkgsrc ends up linking. This is obviously not ideal, and is part of a broader topic that needs revisiting. The present goal is to try and stabilize the 2021Q4 branch. Tested on 9.2_STABLE/amd64 with www/badwolf. Addresses PR pkg/56604.
webkit-gtk: Update to 2.34.4 Changes: 2.34.4 ====== - Fix several crashes and rendering issues.
webkit-gtk: address some items noted by pkglint
webkit-gtk: fix builds on NetBSD 9.x The base GCC 7.5 on NetBSD 9.x is missing a C++17 feature expected by this package now. The pkgsrc GCC 7.5 includes that feature, but the build still fails later on with another unmet expectation. So GCC 8 is now the minimum viable version with which to build this package. This involves a bit of a kludge to deal with how GCC from pkgsrc ends up linking. This is obviously not ideal, and is part of a broader topic that needs revisiting. The present goal is to try and stabilize the 2021Q4 branch. Tested on 9.2_STABLE/amd64 with www/badwolf. Addresses PR pkg/56604.
Pullup ticket #6556 - requested by leot www/webkit-gtk: add missing dependency Revisions pulled up: - www/webkit-gtk/Makefile 1.218 - www/webkit-gtk/buildlink3.mk 1.86 --- Module Name: pkgsrc Committed By: leot Date: Wed Dec 29 08:59:16 UTC 2021 Modified Files: pkgsrc/www/webkit-gtk: Makefile buildlink3.mk Log Message: webkit-gtk: Add a dependency to gst-plugins1-good webkit-gtk now needs "autoaudiosink" plugin part of gst-plugins1-good otherwise it aborts. Bump PKGREVISION.
webkit-gtk: Add a dependency to gst-plugins1-good webkit-gtk now needs "autoaudiosink" plugin part of gst-plugins1-good otherwise it aborts. Bump PKGREVISION.
webkit-gtk: Update to 2.34.3 Changes: 2.34.3 ------ - Make audio tools (like mixers) display the actual name of the application producing sound, instead of a generic one. - Fix several crashes and rendering issues.
revbump for icu and libffi
webkit-gtk: Update to 2.34.2 Changes: WebKitGTK 2.34.2 ================ - Fix scrolling issues when pressing Home and PgDown keys. - Update effective appearance after web process switch on navigation. - Fix the build with video disabled.
*: recursive bump for gstreamer 1.18.5
webkit-gtk: Update to 2.34.1 Changes: 2.34.1 ====== - Update user agent browser versions. - Fix a crash with GTK >= 3.24.30. - Fix a crash when loading videos on reddit. - Fix file type detection when application calls g_desktop_app_info_set_as_default_for_extension() passing html.
webkit-gtk: Update to 2.34.0 Changes: 2.34.0 ------ - Add support for HTTP/2 when building with libsoup3. - Add support for CSS Scroll Snap. - Add support for date and datetime-local input elements. - Add support for display capture. - Add support for ICC color management. - Add support color-schemes CSS property. - Add support for link preconnect when building with libsoup3. - Add support for client side certificates when building with libsoup3. - Add multi-track support to MSE media backend. - Add new API to handle web process unresponsiveness. - Add API to disable CORS on a web view for particular domains. - Add new API to access/modify capture devices states. - Add new API to configure the memory pressure handler.
webkit-gtk: Update to 2.32.4 Changes: 2.32.4 ------ - Do not append .asc extension to downloaded text/plain files. - Fix several crashes and rendering issues.
webkit-gtk: Update to 2.32.3 Changes: 2.32.3 ------ - Properly set the cookies settings after a network process crash. - Fix accessibility tree after a cross site navigation with PSON enabled. - Ensure WebKitScriptWorld::window-object-cleared signal is always emitted. - Fix several crashes and rendering issues.
Bump PKGREVISION for affected packages by changing default Ruby's version.
webkit-gtk: Update to 2.32.2 Changes: 2.32.2 ====== - Improve calculation of initial WebKitWebView size. - Fix kinetic scrolling on touchpad with async scrolling off. - Fix a crash on empty drag operation in X11. - Fix rendering on HiDPI /4k screen and scaling. - Handle null native surface for for surfaceless rendering. - Fix JavaScriptCore crash on 32-bit big endian systems. - Fix several crashes and rendering issues.
*: recursive bump for perl 5.34
webkit-gtk: Update to 2.32.1 pkgsrc changes: - Remove patches applied upstream Changes: 2.32.1 ------ - Support building against the Musl C library. - Support building against ICU version 69 or newer. - Improve handling of Media Capture devices. - Improve WebAudio playback. - Improve video orientation handling. - Improve seeking support for MSE playback. - Improve flush support in EME decryptors. - Fix HTTP status codes for requests done through a custom URI handler. - Fix the Bubblewrap sandbox in certain 32-bit systems. - Fix inconsistencies between the WebKitWebView.is-muted property state and values returned by webkit_web_view_is_playing_audio(). - Fix the build with ENABLE_VIDEO=OFF. - Fix wrong timestamps for long-lived cookies. - Fix UI process crash when failing to load favicons. - Fix several crashes and rendering issues. - Translation updates: Swedish.
webkit-gtk: Backport upstream patches to fix the build for ICU >= 69 PKGREVISION++ Thanks to <wiz> for pointing out them!
revbump for textproc/icu
webkit-gtk: Update to 2.32.0 pkgsrc changes: - Remove patch-Source_WTF_wtf_RAMSize.cpp: fallback method using sysconf(3) is now used also on NetBSD - patch-CMakeLists.txt migrated to Source/cmake/WebKitCommon.cmake: all existent logic was migrated there - Remove patch-Source_ThirdParty_ANGLE_adjust-angle-include-paths.sh: patched file no longer present - Add `-DENABLE_GAMEPAD=OFF' to disable gamepad support: needs libmanette not yet packaged in pkgsrc Changes: 2.32.0 ====== - NPAPI plugins support have been removed. - System font scaling factor is correctly applied now. - New permission request API for MediaKeySystem access. - New API to remove individual scripts/stylesheets using WebKitUserContentManager. - Web inspector now shows detailed information about main loop frames. - The minimum required GStreamer version is now 1.14. - The GStreamer runtime is now initialized only when required. - Improved platform support for WebAudio (WebAudio->MediaStream, Worklet, Multi-channel). - Support for hardware-accelerated video rendering on i.MX8 platforms (using the NXP driver). Updated in pkgsrc-wip by <cirnatdan> and me.
webkit-gtk: Update to 2.30.6 Changes: 2.30.6 ------ - Update user agent quirks again for Google Docs and Google Drive - Fix several crashes and rendering issues.
webkit-gtk: Update to 2.30.5 Changes: 2.30.5 ====== - Bring back the WebKitPluginProcess intallation that was removed by mistake. - Fix RunLoop objects leaked in worker threads. - Fix aarch64 llint build with JIT disabled. - Use Internet Explorer quirk for Google Docs.
Normalize handling packages that require 64-bit atomic ops.
webkit-gtk: Update to 2.30.4 pkgsrc changes: - Remove ICU 68.1 patches applied upstream Changes: WebKitGTK 2.30.4 ================ - Fix text data sent with WebSockets when using libsoup < 2.68. - Fix the rendering on Raspberry Pi 3 using the proprietary video driver. - Fix clipping of descedant layers of a mask layer. - Fix the build with ICU 68.1.
webkit-gtk: Update to 2.30.3 Changes: 2.30.3 ====== - Add new build option USE(64KB_PAGE_BLOCK). - Fix backdrop filters with rounded borders. - Fix scrolling iframes when async scrolling is enabled. - Allow applications to handle drag and drop on the web view again. - Update Outlook user agent quirk. - Fix the build with video support disabled. - Fix several crashes and rendering issues.
Split out ICU integration library from the harfbuzz package. Only a few pieces of software are using the ICU integration library, these aren't the big harfbuzz users (i.e. gtk). this is intended to lessen the impact of icu's frequent ABI breaks.
*: Recursive revbump from textproc/icu-68.1
webkit-gtk: Update to 2.30.2 Changes: 2.30.2 ====== - Fix scrolling when smooth scrolling is enabled in async scrolling mode. - Fix WebSocket requests with same-site cookies. - Fix TLS certificate information for service workers. - Handle chassis type when its value is quoted. - Fix the build with ENABLE_MEDIA_STREAM enabled and ENABLE_WEB_RTC_DISABLED. - Fix the build with ENABLE_GAMEPAD enabled. - Fix several crashes and rendering issues.
webkit-gtk: Update to 2.30.1 Changes: 2.30.1 ====== - Bring back the environment variable to force single process mode when PSON is disabled. - Fix downloads started by an ephemeral web context. - Translation updates: Brazilian Portuguese.
webkit-gtk: Update to 2.30.0 pkgsrc changes: - Unconditionally disable systemd support via CMAKE_ARGS (by default systemd is enabled unconditionally) Changes: WebKitGTK 2.30.0 ================ - Fix NTLM authentication. - Don't try to use SHM on wayland with older wpebackend-fdo. - Fix the build due to seccomp.h header not found. WebKitGTK 2.29.92 ================= - Fix user agent header after a redirect when a new quirk is required. - Stop using firefox user agent quirk for google docs. - Fix rendering frames timeline panel in web inspector. - Fix per-thread cpu usage in web inspector. - Fix several crashes and rendering issues. - Translation updates: Polish WebKitGTK 2.29.91 ================= - Fix a web process crash introduced in 2.29.90. WebKitGTK 2.29.90 ================= - Fix font variation settings when font smoothing setting is also present. - Fix HTML drag and drop operations. - Fix argument order for clone syscall seccomp filter on s390x. - Fix a crash when selecting text. - Fix several crashes and rendering issues. WebKitGTK 2.29.4 ================ - Add support for backdrop filters. - Add support for text-underline-offset and text-decoration-thickness. - Add OpenCDM and AV1 support to media backend. - Add new API to get ITP data summary. - Use mobile user-agent on tablets. - Fix several crashes and rendering issues. WebKitGTK 2.29.3 ================ - Add webkit_authentication_request_get_security_origin. - Change the cookies accept policy to always when no-third-party is set and ITP is enabled. - Fix web process hangs on large GitHub pages. - Bubblewrap sandbox should not attempt to bind empty paths. - Add support for sndio to bubblewrap sandbox. - Also handle dark themes when the name ends with -Dark. - Fix a race condition causing a crash in media player. - Fix several crashes and rendering issues. WebKitGTK 2.29.2 ================ - Add Intelligent Tracking Prevention (ITP) support. - Add support for video formats in img elements. - Add API to handle video autoplay policy that now defaults to disallow autoplay videos with audio. - Add API to mute a web view. - Add API to allow applications to handle the HTTP authentication credential storage. - Add a WebKitSetting to set the media content types requiring hardware support. - Fix a crash during drag an drop due to a bug introduced in 2.29.1. - Do not start page load during animation in back/forward gesture. - Fix several crashes and rendering issues. - Translation updates: Ukrainian. WebKitGTK 2.29.1 ================ - Stop using GTK theming to render form controls. - Add API to disable GTK theming for scrollbars too. - Fix several race conditions and threading issues in the media player. - Add USER_AGENT_BRANDING build option. - Add paste as plain text option to the context menu for rich editable content. - Fix several crashes and rendering issues.
*: bump PKGREVISION for perl-5.32.
*: revbump after fontconfig bl3 changes (libuuid removal)
Pullup ticket #6286 - requested by leot www/webkit-gtk: security fix (WSA-2020-0007) Revisions pulled up: - www/webkit-gtk/Makefile 1.190 - www/webkit-gtk/PLIST 1.62 - www/webkit-gtk/distinfo 1.137 - www/webkit-gtk/patches/patch-Source_WebCore_crypto_algorithms_CryptoAlgorithmAES__GCM.cpp 1.1 - www/webkit-gtk/patches/patch-Source_WebCore_rendering_RenderLayerBacking.h 1.1 --- Module Name: pkgsrc Committed By: leot Date: Tue Jul 28 14:24:03 UTC 2020 Modified Files: pkgsrc/www/webkit-gtk: Makefile PLIST distinfo Added Files: pkgsrc/www/webkit-gtk/patches: patch-Source_WebCore_crypto_algorithms_CryptoAlgorithmAES__GCM.cpp patch-Source_WebCore_rendering_RenderLayerBacking.h Log Message: webkit-gtk: Update to 2.28.4 pkgsrc changes: - Define non-standard __WORDSIZE if not already defined (at the moment the patches directly patch problematic files where __WORDSIZE is used, it would be probably nicer to find a common place to define it). Changes: 2.28.4 ------ - Fix several crashes and rendering issues.
webkit-gtk: Update to 2.28.4 pkgsrc changes: - Define non-standard __WORDSIZE if not already defined (at the moment the patches directly patch problematic files where __WORDSIZE is used, it would be probably nicer to find a common place to define it). Changes: 2.28.4 ------ - Fix several crashes and rendering issues.
Pullup ticket #6271 - requested by leot www/webkit-gtk: security fix Revisions pulled up: - www/webkit-gtk/Makefile 1.189 - www/webkit-gtk/PLIST 1.61 - www/webkit-gtk/distinfo 1.136 --- Module Name: pkgsrc Committed By: leot Date: Thu Jul 9 10:56:39 UTC 2020 Modified Files: pkgsrc/www/webkit-gtk: Makefile PLIST distinfo Log Message: webkit-gtk: Update to 2.28.3 Changes: 2.28.3 ====== - Enable kinetic scrolling with async scrolling. - Fix web process hangs on large GitHub pages. - Bubblewrap sandbox should not attempt to bind empty paths. - Fix threading issues in the media player. - Fix several crashes and rendering issues.
webkit-gtk: Update to 2.28.3 Changes: 2.28.3 ====== - Enable kinetic scrolling with async scrolling. - Fix web process hangs on large GitHub pages. - Bubblewrap sandbox should not attempt to bind empty paths. - Fix threading issues in the media player. - Fix several crashes and rendering issues.
Revbump for icu
www/webkit-gtk: fix interpreters and shell portability
webkit-gtk: Update to 2.28.2 Changes: 2.28.2 ====== - Fix excessive CPU usage due to GdkFrameClock not being stopped. - Fix UI process crash when EGL_WL_bind_wayland_display extension is not available. - Fix position of select popup menus in X11. - Fix playing of Youtube 'live stream'/H264 URLs. - Fix a crash under X11 when cairo uses xcb. - Fix the build in MIPS64. - Fix several crashes and rendering issues.
webkit-gtk: Update to 2.28.1 Changes: 2.28.1 ====== - Fix position of default option element popup windows under Wayland. - Fix rendering after a cross site navigation with PSON enabled and hardware acceleration forced. - Fix a crash in nested wayland compositor when closing a tab with PSON enabled. - Update Chrome and Firefox versions in user agent quirks. - Fix a crash with bubblewrap sandbox enabled. - Fix a crash in JavaScriptCore in ppc64el. - Fix the build with GStreamer 1.12. - Fix several crashes and rendering issues.
Recursive revision bump after textproc/icu update
webkit-gtk: disable bubblewrap sandbox It's Linux specific and we don't have the prerequisite tools to build with this option in pkgsrc.
librsvg: update bl3.mk to remove libcroco in rust case recursive bump for the dependency change
webkit-gtk: Update to 2.28.0 Changes: WebKitGTK 2.28.0 ================ - Enable JIT in MIPS platform. - Do not limit the surrounding text for input methods to current paragraph. - Fix the build with OpenGL disabled. - Fix the build when Wayland target is disabled. - Fix the build on ppc64le if __unix is undefined. - Fix several crashes and rendering issues. - Translation updates: Polish. WebKitGTK 2.27.91 ================= - Update user agent quirks to fix the unsupported browser message in several google services. - Fix several compile warnings with GCC 10. - Fix the build with GCC 10. - Fix several crashes and rendering issues. - Translation updates: Chinese WebKitGTK 2.27.90 ================= - Add support for same-site cookies. - Add flatpak sandbox support. - Enable WebAudio and WebGL by default in WebKitSettings. - Add a setting to disallow top level navigation to a data URI. - Add support for the -webkit-font-smoothing CSS property. - Always use a light theme for rendering form controls. - Stop making the Web Inspector windows transient. - Ensure mouse cursor is hidden during fullscreen video playback. - Add support for inspecting service workers to the remote inspector. - Fix several crashes and rendering issues. WebKitGTK 2.27.4 ================ - Add API for input methods. - Add API to serialize/deserialize a JSCValue to/from a JSON string. - Add support for strict secure cookies. - Add support for saving data from remote inspector. - Make ondemand hardware acceleration policy never leave accelerated compositing mode. - Fix rendering of conic gradients in high resolution displays. - Fix special combination characters not respecting the keystroke order when high CPU load. - Honor the IndexedDB directory set in WebsiteDataManager. - Fix rendering of text when there's an initial advance in the text run. - Fix web process crash when displaying a KaTeX formula. - Fix network process crash with PSON enabled. - Fix several crashes and rendering issues. WebKitGTK 2.27.3 ================ - Add support for Pointer Lock API. - Improve performance when falling back to system fonts. - Stop using DBus for the remote inspector implementation to improve the performance of both WebDriver and remote inspector. - Implement support for new ARIA roles: code, strong, emphasis, generic. - Fix handling of content type with new custom protocols implementation. - Make image decoders fully thread safe. - Add support for get page source command in WebDriver. - Add support for network proxy capabilities in WebDriver. - Add support for new window command in WebDriver. - Fix several crashes and rendering issues. - Translation updates: Brazilian Portuguese, Ukrainian. WebKitGTK 2.27.2 ================ - Add user messages API for the communication with the web extension. - Enable service workers by default. - Add support for saving data in Web Inspector. - More navigation gesture improvement. - Fix the build with WebDriver disabled. - Show also client EGL extensions in about:gpu. - Disable accelerated compositing when we fail to initialize the EGL dispaly under Wayland. - Fix several crashes and rendering issues. WebKitGTK 2.27.1 ================ - Enable async scrolling when accelerating compositing policy is 'always'. - Add about:gpu to show information about the graphics stack. - Add API to enable Process Swap on (Cross-site) Navigation, that is now disabled by default. - Add WebKitWebView:page-id property. - Improve swipe navigation gesture style. - Fix several crashes and rendering issues.
*: recursive bump for libffi
webkit-gtk: Update to 2.26.4 Changes: 2.26.4 ====== - Always use a light theme for rendering form controls. - Fix the build with WPE renderer disabled. - Fix the build with OpenGL disabled. - Fix the build with GCC 10. - Fix several crashes and rendering issues.
webkit-gtk: Update to 2.26.3 pkgsrc changes: - Remove no longer needed patch-Source_WebKit_WebProcess_WebPage_CoordinatedGraphics_LayerTreeHost.h, Changes: 2.26.3 ====== - Fix issues while trying to play a video on NextCloud. - Make sure the GL video sink uses a valid WebKit shared GL context. - Fix vertical alignment of text containing arabic diacritics. - Fix build with icu 65.1. - Fix page loading errors with websites using HSTS. - Fix web process crash when displaying a KaTeX formula. - Fix several crashes and rendering issues.
*: Enable Wayland where supported in GTK and Firefox. Bump PKGREVISIONs
Bump PKGREVISION by change of default Ruby version Bump PKGREVISION by change of default Ruby version from 2.4.x to 2.6.x. These packages are depends on Ruby in some ways.
webkit-gtk: Update to 2.26.2 Changes: 2.26.2 ====== - Improve performance of querying system fallback fonts. - Don't use prgname in dbus-proxy socket path. - Fix thread-safety issues in image decoders. - Fix the build with WebDriver disabled. - Disable accelerated compositing when we fail to initialize the EGL dispaly under Wayland. - Fill the objects category in emoji picker. - Fix several crashes and rendering issues.
webkit-gtk: Update to 2.26.1 Changes: WebKitGTK 2.26.1 ================ - Fix MSE media player with GStreamer 1.14. - Fix HTML alternate loads never finishing. - Fix web view initialization delay on first load. - Validate user agent string set via API. - Fix a crash when a web view is destroyed with accelerated compositing mode enabled. - Fix EGL initialization with newer versions of Mesa. - Do not enable the sandbox inside docker. - Fix several crashes and rendering issues. Thanks to <wiz> for approving update during freeze!
webkit-gtk: add TOOL_DEPENDS on py-expat Trying to fix [ 53%] Generating ../../DerivedSources/JavaScriptCore/IntlDateTimeFormatConstructor.lut.h Traceback (most recent call last): File "/scratch/www/webkit-gtk/work/webkitgtk-2.26.0/Source/JavaScriptCore/disassembler/udis86/ud_itab.py", line 379, in <module> main() File "/scratch/www/webkit-gtk/work/webkitgtk-2.26.0/Source/JavaScriptCore/disassembler/udis86/ud_itab.py", line 374, in main tables = UdOpcodeTables(xml=sys.argv[1]) File "/scratch/www/webkit-gtk/work/webkitgtk-2.26.0/Source/JavaScriptCore/disassembler/udis86/ud_opcode.py", line 326, in __init__ for insn in self.__class__.parseOptableXML(xml): File "/scratch/www/webkit-gtk/work/webkitgtk-2.26.0/Source/JavaScriptCore/disassembler/udis86/ud_opcode.py", line 585, in parseOptableXML xmlDoc = minidom.parse(xml) File "/usr/pkg/lib/python2.7/xml/dom/minidom.py", line 1917, in parse from xml.dom import expatbuilder File "/usr/pkg/lib/python2.7/xml/dom/expatbuilder.py", line 32, in <module> from xml.parsers import expat File "/usr/pkg/lib/python2.7/xml/parsers/expat.py", line 4, in <module> from pyexpat import * ImportError: No module named pyexpat
webkit-gtk: Update to 2.26.0 pkgsrc changes: - When built with gcc, 7.3.0 or newer is now needed Changes: WebKitGTK 2.26.0 ================ - Disable process swap on navigation. - Do not enable the sandbox in Snap. - Fix sandbox parsing DISPLAY on X11. - Translation updates: Brazilian Portuguese, German. WebKitGTK 2.25.92 ================= - Add WEBKIT_USE_SINGLE_WEB_PROCESS environment variable to force single process model in all WebKitWebContext. This is a temporary solution for applications still depending on the single process mode behavior. It will be only available in 2.26 series. - Add new API to remove a filter from an user content manager given its identifier. - Add support for HSTS. - Several improvements and bug fixes in MSE media player. - Fix building without unified sources. - Fix several crashes and rendering issues. - Translation updates: Polish, Ukrainian. WebKitGTK 2.25.4 ================ - Switch to use libsoup WebSockets API. - Add support for permessage-deflate WebSocket extension. - Add support for datalist element in text input fields. - Fix a crash with empty video source. - Fix several crashes and rendering issues. WebKitGTK 2.25.3 ================ - Remove support for GTK2 NPAPI plugins. - Fix web view updates after swapping web process if accelerated compositing mode is forced. - Make kinetic scrolling work again. - Fix position of emoji chooser when page is scrolled. - Fix web process deadlock when scrolling twitter timeline which contains HLS videos. - Make navigation gesture use dark fallback background color color on dark themes. - Make Previous/Next gesture work in RTL mode. - Support cancelling touchscreen back/forward gesture. - Add user agent quirk to make github work in FreeBSD. - Fix content disappearing when using CSS transforms. - Fix some radio streams that could not be played. - Fix video pause that sometimes caused to skip to finish. - Fix volume level changes when playing a video. - Fix several crashes and rendering issues. WebKitGTK 2.25.2 ================ - Enable process switch on cross site navigation. - Use libwpe with fdo backend to implement accelerated compositing under wayland. - Fix rendering artifacts in youtube volume button. - Fix trapezoid artifact in github comment box. - Ensure web extensions directory is readable when sandbox is enabled. - Fix the executable name of WebDriver process, renamed by mistake in 2.25.1. - Enable hyperlink auditing setting by default. - Remove the option to build without using the redirected XComposite window. - Fix HLS streams being slow to start. - Make accessibility work when sandbox is enabled. - Fix several crashes and rendering issues. WebKitGTK 2.25.1 ================ - Add support for subprocess sandboxing. - Add API to get the web process unique identifier of a WebKitFrame. - Add WebKitWebPage::did-associate-form-controls-for-frame signal and deprecate did-associate-form-controls. - Implement AtkComponentIface scroll_to methods. - Improve rendering of form controls when GTK theme is dark and enable prefers-color-scheme media query. - Show the emoji chooser popover for editable content. - Fix touch capabilities detection for websites checking touch events properties present in window or pointer media queries. - Fix several crashes and rendering issues.
webkit-gtk: Update to 2.24.4 pkgsrc changes: - Permit to use Python 3.x for build - Update REPLACE_* lists and add tool dependency to bash - Remove no longer needed patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamer.cpp (fixed upstream) Changes: 2.24.4 ------ - Updated the user agent string to make happy certain websites which would claim that the browser being used was unsupported. - Improve loading of multimedia streams to avoid memory exhaustion due to excessive caching. - Fix display of documents with MIME type application/xml in the Web Inspector, when loaded using XmlHttpRequest. - Fix a hang while scrolling certain websites which include HLS video content (Twitter, for example). - Fix rounding artifacts in volume levels for media playback. - Fix several crashes and rendering issues. - Fix the build with video track support disabled. - Fix the build with OpenGL support disabled. - Fix build issue which would cause media controls to disappear when Python 3.x was used during the build process.
Bump PKGREVISIONs for perl 5.30.0
*: recursive bump for gdk-pixbuf2-2.38.1
webkit-gtk: Update to 2.24.3 pkgsrc changes: - Remove not needed dependency to gnutls and add missing dependency to libtasn1 (previously indirectly picked up via gnutls) - Remove patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamerBase.cpp, fix is now present in 2.24.3. - Remove a no more needed hunk in patch-Source_JavaScriptCore_assembler_ARM64Assembler.h. Changes: 2.24.3 ====== - Deprecate WebSQL APIs. - Make Previous/Next gesture work in RTL mode. - Fix content disappearing when using CSS transforms. - Fix rendering artifacts in youtube volume button. - Fix trapezoid artifact in github comment box. - Fix video pause that sometimes caused to skip to finish. - Fix volume level changes when playing a video. - Fix HLS streams being slow to start. - Fix some radio streams that could not be played. - Fix the build with older versions of GStreamer. - Fix the build with video and audio disabled. - Fix several crashes and rendering issues. - Translation updates: Brazilian Portuguese.
webkit-gtk: Add a reference to CMakeLists.txt for GCC_REQD
webkit-gtk: Add a rationale for NOT_PAX_MPROTECT_SAFE
webkit-gtk: Update to 2.24.2 Changes: 2.24.2 ====== - Fix rendering of emojis copy-pasted from GTK emoji chooser. - Fix space characters not being rendered with some CJK fonts. - Fix adaptive streaming playback with older GStreamer versions. - Set a maximum zoom level for pinch zooming gesture. - Fix navigation gesture to not interfere with scrolling. - Fix SSE2 detection at compile time, ensuring the right flags are passed to the compiler. - Fix several crashes and rendering issues. - Translation updates: Danish, Spanish, Ukrainian. - Security fixes: CVE-2019-8595, CVE-2019-8607, CVE-2019-8615.
fix some whitespace, mostly introduced in the previous python 3.4 / 3.5 removal commit.
Omit mentions of python 34 and 35, after those were removed. - Includes some whitespace changes, to be handled in a separate commit.
PKGREVISION bump for anything using python without a PYPKGPREFIX. This is a semi-manual PKGREVISION bump.
webkit-gtk: Update to 2.24.1 Changes: WebKitGTK 2.24.1 ================= - Do not allow changes in active URI before provisional load starts for non-API requests. - Stop the threaded compositor when the page is not visible or layer tree state is frozen. - Use WebKit HTTP source element again for adaptive streaming fragments downloading. - Properly handle empty resources in webkit_web_resource_get_data(). - Add quirk to ensure outlook.live.com uses the modern UI. - Fix methods returing GObject or boxed types in JavaScriptCore GLib API. - Ensure callback data is passed to functions and constructors with no parameters in JavaScriptCore GLib API. - Fix rendering of complex text when the font uses x,y origins. - Fix sound loop with Google Hangouts and WhatsApp notifications. - Fix the build with GStreamer 1.12.5 and GST GL enabled. - Detect SSE2 at compile time. - Fix several crashes and rendering issues. - Security fixes: CVE-2019-6251.
Recursive revbump from textproc/icu
webkit-gtk: Update to 2.24.0 pkgsrc changes: - Remove patch-Source_JavaScriptCore_assembler_MacroAssemblerARM.cpp: logic changed upstream and there is no longer a function that check for a VFP. Changes: 2.24.0 ------ - Added support fot content filtering. - Variation fonts support. - Fully emoji rendering support. - Added navigation and pinch zoom gestures for touchpads. - Support for JPEG2000 images (please note that in pkgsrc at the moment it is disabled to avoid a dependency on openjpeg) - Script dialogs are now modal to the current web view only. - New API to convert URI to format for display.
Pullup ticket #5916 - requested by maya www/webkit-gtk: security fix (remote code execution) Revisions pulled up: - www/webkit-gtk/Makefile 1.156-1.157 - www/webkit-gtk/PLIST 1.46 - www/webkit-gtk/distinfo 1.115-1.116 - www/webkit-gtk/patches/patch-Source_JavaScriptCore_dfg_DFGDoesGC.cpp 1.1 --- Module Name: pkgsrc Committed By: leot Date: Sat Feb 9 11:29:45 UTC 2019 Modified Files: pkgsrc/www/webkit-gtk: Makefile PLIST distinfo Log Message: webkit-gtk: Update to 2.22.6 pkgsrc changes: - Set USE_GCC_RUNTIME to depends on gcc6-libs when pkgsrc gcc is used (XXX: Not tested and not clear if currently mk/compiler/gcc.mk DTRT XXX: regarding (if not, that's probably why firefox/mozilla-common.mk XXX: abuses USE_PKGSRC_GCC_RUNTIME!)) Changes: WebKitGTK+ 2.22.6 ================= - Make kinetic scrolling slow down smoothly when reaching the ends of pages, instead of abruptly, to better match the GTK+ behaviour. - Fix Web inspector magnifier under Wayland. - Fix garbled rendering of some websites (e.g. YouTube) while scrolling under X11. - Fix several crashes, race conditions, and rendering issues. --- Module Name: pkgsrc Committed By: maya Date: Thu Feb 21 18:52:15 UTC 2019 Modified Files: pkgsrc/www/webkit-gtk: Makefile distinfo Added Files: pkgsrc/www/webkit-gtk/patches: patch-Source_JavaScriptCore_dfg_DFGDoesGC.cpp Log Message: webkit-gtk: backport upstream patch. security fix. Subject: [PATCH] Fix DFG doesGC() for CompareEq/Less/LessEq/Greater/GreaterEq and CompareStrictEq nodes. https://bugs.webkit.org/show_bug.cgi?id=194800 <rdar://problem/48183773> Reviewed by Yusuke Suzuki. Fix doesGC() for the following nodes: CompareEq: CompareLess: CompareLessEq: CompareGreater: CompareGreaterEq: CompareStrictEq: Only return false (i.e. does not GC) for child node use kinds that have been vetted to not do anything that can GC. For all other use kinds (including StringUse and BigIntUse), we return true (i.e. does GC). * dfg/DFGDoesGC.cpp: (JSC::DFG::doesGC): This was published alongside with exploit code claiming it is remote code execution, but I don't understand what the exploit is doing. bump PKGREVISION
webkit-gtk: Update to 2.22.7 pkgsrc changes: - Remove patch-Source_JavaScriptCore_dfg_DFGDoesGC.cpp, it was applied in 2.22.7 Changes: 2.22.7 ====== - Fix rendering of glyphs in Hebrew (and possibly other languages) when Unicode NFC normalization is used. - Fix several crashes and race conditions.
webkit-gtk: backport upstream patch. security fix. Subject: [PATCH] Fix DFG doesGC() for CompareEq/Less/LessEq/Greater/GreaterEq and CompareStrictEq nodes. https://bugs.webkit.org/show_bug.cgi?id=194800 <rdar://problem/48183773> Reviewed by Yusuke Suzuki. Fix doesGC() for the following nodes: CompareEq: CompareLess: CompareLessEq: CompareGreater: CompareGreaterEq: CompareStrictEq: Only return false (i.e. does not GC) for child node use kinds that have been vetted to not do anything that can GC. For all other use kinds (including StringUse and BigIntUse), we return true (i.e. does GC). * dfg/DFGDoesGC.cpp: (JSC::DFG::doesGC): This was published alongside with exploit code claiming it is remote code execution, but I don't understand what the exploit is doing. bump PKGREVISION
webkit-gtk: Update to 2.22.6 pkgsrc changes: - Set USE_GCC_RUNTIME to depends on gcc6-libs when pkgsrc gcc is used (XXX: Not tested and not clear if currently mk/compiler/gcc.mk DTRT XXX: regarding (if not, that's probably why firefox/mozilla-common.mk XXX: abuses USE_PKGSRC_GCC_RUNTIME!)) Changes: WebKitGTK+ 2.22.6 ================= - Make kinetic scrolling slow down smoothly when reaching the ends of pages, instead of abruptly, to better match the GTK+ behaviour. - Fix Web inspector magnifier under Wayland. - Fix garbled rendering of some websites (e.g. YouTube) while scrolling under X11. - Fix several crashes, race conditions, and rendering issues.
webkit-gtk: Avoid to depends on flex and minor cleanup - The flex requirements can be just satisfied via USE_TOOLS (the version was from older webkit-gtk-s and it should be just a tool dependency). - No need to specify `:build' in USE_TOOLS, it is already the default - Update the comment regarding PYTHON_VERSIONS_INCOMPATIBLE definition Bump PKGREVISION
webkit-gtk: Update to 2.22.5 Changes: 2.22.5 ====== - Improved the logic to determine for which architectures to enable the JIT compiler support and USE_SYSTEM_MALLOC at build time. - Fix the build with ENABLE_VIDEO=OFF and ENABLE_OPENGL=OFF. - Fix several crashes.
revbump after updating textproc/icu
webkit-gtk: Update www/webkit-gtk to 2.22.4 Changes: ================= WebKitGTK+ 2.22.4 ================= What's new in WebKitGTK+ 2.22.4? - Expose ENABLE_MEDIA_SOURCE as a public build option. - Fix a crash when using Cairo versions between 1.15 and 1.16.0 - Fix the build with -DLOG_DISABLED=0. - Fix the build with ENABLE_VIDEO=OFF and ENABLE_WEB_AUDIO=OFF. - Fix debug builds of JavaScriptCore. - Fix several crashes and rendering issues.
Revbump after cairo 1.16.0 update.
*: Add CTF_SUPPORTED/CTF_FILES_SKIP where necessary.
Recursive revbump from hardbuzz-2.1.1
Flip enchant option to use enchant2. Bump revision.
webkit-gtk: Update www/webkit-gtk to 2.22.3 Changes: WebKitGTK+ 2.22.3 ================= - Many improvements and fixes for video playback with media source extensions (MSE), which improve the user experience across the board, and in particular for playback of WebM videos. - Fix a memory leak during media playback when using playbin3. - Fix portions of Web views not being rendered after resizing. - Fix Resource Timing reporting for <iframe> elements. - Fix the build with the remote Web Inspector disabled. - Fix the build on ARMv7 with NEON extensions. - Fix several crashes and rendering issues.
webkit-gtk: Add support to build with -DUSE_SYSTEM_MALLOC=ON on NetBSD On NetBSD there is no <sys/sysinfo.h> but we can use hw.usermem64. This should address WebKitGTK+ support for NetBSD ports where USE_SYSTEM_MALLOC is by default OFF. Side-note: on NetBSD/amd64 -current when building with -DUSE_SYSTEM_MALLOC=ON both SunSpider and JetStream benchmarks shows a very little performance penalty, so also remove the `-DUSE_SYSTEM_MALLOC=ON' commented out CMAKE_ARGS (i.e. when possible just use the preferred malloc).
webkit-gtk: Update www/webkit-gtk to 2.22.2 pkgsrc changes: - Bump GCC_REQD to 6 (now gcc 6.0.0 or newer is needed) - Add NetBSD support for JavaScript JIT on x86_64, i386, arm, aarch64 and mips - Add WebKitWebProcess and jsc to NOT_PAX_MPROTECT_SAFE. At least on NetBSD/amd64, running SunSpider 1.0.2 JavaScript Benchmark (<https://webkit.org/perf/sunspider/sunspider.html>) with MiniBrowser before `paxctl +m'-ing them needed: Total: 1006.9ms +/- 0.7% ...while after `paxctl +m'-ing them: Total: 322.3ms +/- 3.0% (Probably EACCESS due PaX MPROTECT are handled gracefully and silently instead of failing hard at runtime.) Please also note that webkit-gtk browsers should not need any NOT_PAX_MPROTECT_SAFE because WebKitWebProcess is used and already have that. - Improve handling of `webkit-jit' by introducing a WEBKIT_JIT_MACHINE_PLATFORMS list that contain all MACHINE_PLATFORMs triplets that have `webkit-jit' option as suggested one. - Always use OS(...) and BOS(...) macros instead of __Os__ macros for consistency with webkit code. - Add definition for BOS(SOLARIS) and OS(SOLARIS) and add it to the OS(UNIX) OSes list. - Limit patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp to OpenBSD. It is no longer present in FreeBSD ports and it is not problematic in NetBSD. - Remove no longer needed patch-Source_WTF_wtf_ThreadSpecific.h: NetBSD 5.x was already part of NOT_FOR_PLATFORM. - Sync patch-CMakeLists.txt with FreeBSD ports. Please note that this also removes WTF_CPU_SPARC64 definition that was unused. - madvise(2) on {Free,DragonFly,Net,Open}BSD supports MADV_FREE and MADV_DONTNEED flags. Define the corresponding HAVE_* via patch-Source_WTF_wtf_Platform.h. - Use globbing for REPLACE_{PERL,PYTHON} where possible. Changes: WebKitGTK+ 2.22.2 ================= - Several fixes for video playback with media source extensions (MSE). This allows using WebM support for YouTube, which no longer works through regular video source. Note that MSE is still disabled by default and webkit_settings_set_enable_mediasource() has to be used to enable the feature. - Fix the build when only Wayland support is enabled and X11 headers are not available. WebKitGTK+ 2.22.1 ================= - Fix printing in landscape. - Fix the build in several platforms: s390x, ppc64le, armv7hl. - Fix the build with a11y disabled. - Fix the build with video disabled. - Fix several crashes and rendering issues. WebKitGTK+ 2.22.0 ================== - Add warn_unused_result attribute to some JavaScriptCore GLib APIs. - Make pinch to zoom scale the page without changing the layout. - Fix the build in mips64.
Pullup ticket #5815 - requested by wiz www/webkit-gtk: security fix Revisions pulled up: - www/webkit-gtk/Makefile 1.142 - www/webkit-gtk/PLIST 1.40 - www/webkit-gtk/distinfo 1.104 --- Module Name: pkgsrc Committed By: wiz Date: Fri Aug 17 10:37:58 UTC 2018 Modified Files: pkgsrc/www/webkit-gtk: Makefile PLIST distinfo Log Message: webkit-gtk: update to 2.20.4. What's new in WebKitGTK+ 2.20.4? - Fix a crash when leaving accelerated compositing mode. - Fix non-deterministic build failure due to missing JavaScriptCore/JSContextRef.h. - Security fixes: CVE-2018-4261, CVE-2018-4262, CVE-2018-4263, CVE-2018-4264, CVE-2018-4265, CVE-2018-4266, CVE-2018-4267, CVE-2018-4270, CVE-2018-4272, CVE-2018-4273, CVE-2018-4278, CVE-2018-4284.
Recursive bump for perl5-5.28.0
webkit-gtk: update to 2.20.5. ================== WebKitGTK+ 2.20.5 ================== What's new in WebKitGTK+ 2.20.5? - Fix rendering artifacts in some web sites due to a bug introduced in 2.20.4.
webkit-gtk: update to 2.20.4. What's new in WebKitGTK+ 2.20.4? - Fix a crash when leaving accelerated compositing mode. - Fix non-deterministic build failure due to missing JavaScriptCore/JSContextRef.h. - Security fixes: CVE-2018-4261, CVE-2018-4262, CVE-2018-4263, CVE-2018-4264, CVE-2018-4265, CVE-2018-4266, CVE-2018-4267, CVE-2018-4270, CVE-2018-4272, CVE-2018-4273, CVE-2018-4278, CVE-2018-4284.
Recursive revbump from textproc/icu-62.1
extend PYTHON_VERSIONS_ for Python 3.7
webkit-gtk: update to 2.20.3. ================== WebKitGTK+ 2.20.3 ================== What's new in WebKitGTK+ 2.20.3? - Fix installation directory of API documentation. - Disable Gigacage if mmap fails to allocate in Linux. - Add user agent quirk for paypal website. - Properly detect compiler flags, needed libs, and fallbacks for usage of 64-bit atomic operations. - Fix a network process crash when trying to get cookies of about:blank page. - Fix UI process crash when closing the window under Wayland. - Fix several crashes and rendering issues. - Security fixes: CVE-2018-4190, CVE-2018-4199, CVE-2018-4218, CVE-2018-4222, CVE-2018-4232, CVE-2018-4233, CVE-2018-4246, CVE-2018-11646.
webkit-gtk: Restore various patches for SunOS support.
webkit-gtk: update to 2.20.2. ================== WebKitGTK+ 2.20.2 ================== What's new in WebKitGTK+ 2.20.2? - Do TLS error checking on GTlsConnection::accept-certificate to finish the load earlier in case of errors. - Properly close the connection to the nested wayland compositor in the Web Process. - Avoid painting backing stores for zero-opacity layers. - Fix downloads started by context menu failing in some websites due to missing user agent HTTP header. - Fix video unpause when GStreamerGL is disabled. - Fix several GObject introspection annotations. - Update user agent quiks to fix Outlook.com and Chase.com. - Fix several crashes and rendering issues. - Security fixes: CVE-2018-4200.
webkit-gtk: update to 2.20.1. WebKitGTK+ 2.20.1 released! Improve error message when Gigacage cannot allocate virtual memory. Add missing WebKitWebProcessEnumTypes.h to webkit-web-extension.h. Improve web process memory monitor thresholds. Fix a web process crash when the web view is created and destroyed quickly. Fix a network process crash when load is cancelled while searching for stored HTTP auth credentials. Fix the build when ENABLE_VIDEO, ENABLE_WEB_AUDIO and ENABLE_XSLT are disabled. Fix several crashes and rendering issues. Translation updates: Brazilian Portuguese, Czech. WebKitGTK+ 2.20.0 released! New API to retrieve and delete cookies with WebKitCookieManager. New web process API to detect when form is submitted via JavaScript. Several improvements and fixes in the touch/gestures support. Support for the “system” CSS font family. Complex text rendering improvements and fixes. Added a low power mode. More complete and spec compliant WebDriver implementation.
Add p11-kit to gnutls/bl3.mk and bump dependencies.
Recursive bump for new fribidi dependency in pango.
revbump after icu update
webkit-gtk: Update www/webkit-gtk to 2.18.6 Based on the wip package mostly worked on by leot@ with support by yhardy and a host of others. pkgsrc changes: - Add GCC_REQD to 5.0 as requested by webkit-gtk. Previously we had local kludges/patches to disable IndexedDB support. Unfortunately in the last releases is not so trivial to keep such patches so bump GCC_REQD as requested by upstream to avoid further problems. - Avoid `-DUSE_SYSTEM_MALLOC=ON'. It is no longer supported, at least on NetBSD/amd64 due unsupported part of sysinfo() in Source/WTF/wtf/RAMSize.cpp (add an XXX comment to document that) - Add an `introspection' option (enabled by default) to permit to build of webkit-gtk without gobject-introspection. - Add patches to fix support for ppc, add support for sparc64. From FreeBSD and OpenBSD ports. - Address `Error sending IPC message: Message too long' that appears at least on NetBSD via patches/patch-Source_WebKit_Platform_IPC_unix_ConnectionUnix.cpp. Changes: ================== WebKitGTK+ 2.18.6 ================== What's new in WebKitGTK+ 2.18.6? - Fix deadlock in GStreamer video sink during shutdown when accelerated compositing is disabled. - Several fixes and improvements in WebDriver. - Security fixes: CVE-2018-4088, CVE-2017-13885, CVE-2017-7165, CVE-2017-13884, CVE-2017-7160, CVE-2017-7153, CVE-2017-7153, CVE-2017-7161, CVE-2018-4096. ================== WebKitGTK+ 2.18.5 ================== What's new in WebKitGTK+ 2.18.5? - Disable SharedArrayBuffers from Web API. - Reduce the precision of "high" resolution time to 1ms. - Fix API documentation generation with newer gtk-doc. - Security fixes: includes improvements to mitigate the effects of Spectre (CVE-2017-5753 and CVE-2017-5715). ================== WebKitGTK+ 2.18.4 ================== What's new in WebKitGTK+ 2.18.4? - Make WebDriver implementation more spec compliant. - Fix a bug when trying to remove cookies before a web process is spawned. - WebKitWebDriver process no longer links to libjavascriptcoregtk. - Fix several memory leaks in GStreamer media backend. - Security fixes: CVE-2017-13866, CVE-2017-13870, CVE-2017-7156, CVE-2017-13856. ================== WebKitGTK+ 2.18.3 ================== What's new in WebKitGTK+ 2.18.3? - Improve calculation of font metrics to prevent scrollbars from being shown unnecessarily in some cases. - Fix handling of null capabilities in WebDriver implementation. - Security fixes: CVE-2017-13798, CVE-2017-13788, CVE-2017-13803. ================== WebKitGTK+ 2.18.2 ================== What's new in WebKitGTK+ 2.18.2? - Fix rendering of arabic text. - Fix a crash in the web process when decoding GIF images. - Fix rendering of wind in Windy.com. - Fix several crashes and rendering issues. ================== WebKitGTK+ 2.18.1 ================== What's new in WebKitGTK+ 2.18.1? - Improve performance of GIF animations. - Fix garbled display in GMail. - Fix rendering of several material design icons when using the web font. - Fix flickering when resizing the window in Wayland. - Prevent default kerberos authentication credentials from being used in ephemeral sessions. - Fix a crash when webkit_web_resource_get_data() is cancelled. - Correctly handle touchmove and touchend events in WebKitWebView. - Fix the build with enchant 2.1.1. - Fix the build in HPPA and Alpha. - Fix several crashes and rendering issues. ================== WebKitGTK+ 2.18.0 ================== What's new in WebKitGTK+ 2.18.0? - Fix the API documentation generation. - Fix the build in ARM with NEON. - Fix the build for Clang with libc++. ================== WebKitGTK+ 2.17.92 ================== What's new in WebKitGTK+ 2.17.92? - Improve CPU usage when rendering under Wayland in accelerated compositing mode. - Improve the memory consumption of the UI process under Wayland. - Fix rendering issues in some web sites with accelerated compositing enabled. - Fix a web process crash when closing the WebView. - Initialize libgcrypt in the network process too. - Show controls if a video element isn't allowed to play inline. - Add support for cookies and screenshots commands in WebDriver. - Fix several crashes and rendering issues. - Translation updates: Brazilian Portuguese, Polish. ================== WebKitGTK+ 2.17.91 ================== What's new in WebKitGTK+ 2.17.91? - Fix proxy HTTP authentication for HTTPS requests. - Stop kinetic scrolling when a zero movement is reached. - Fix UI process crash when selecting text. - Fix UI process crash when loading a favicon. - Properly handle WebDriver click command on option elements. - Fix web process crash when resizing the window with accelerated compositing enabled. - Fix crashes in 32 bit systems due to incorrect use of GVariant. - Fix several crashes and rendering issues. ================== WebKitGTK+ 2.17.90 ================== What's new in WebKitGTK+ 2.17.90? - WebCrypto API support is now enabled by default. - Add API to provide browser information required by automation. - Fix the expiration date of manually added cookies. - Add support for alerts in WebDriver. - WebKitDatabaseProcess binary has been renamed to WebKitStorageProcess. - Fix several crashes and rendering issues. ================= WebKitGTK+ 2.17.5 ================= What's new in WebKitGTK+ 2.17.5? - Add initial implementation of WebDriver. - Enable GStreamerGL by default when building with GStreamer >= 1.10. - Fix position of context menu in Wayland. - Properly close cookies database at network process exit. - Fix several crashes and rendering issues. - Translation updates: Ukrainian. ================= WebKitGTK+ 2.17.4 ================= What's new in WebKitGTK+ 2.17.4? - Add API to allow overriding popup menus. - Add kinetic scrolling support. - Improve theme rendering performance when using GTK+ >= 3.20. - Improve error message when webkit_web_view_run_javascript() fails due to a JavaScript exception. - Fix artifacts when rendering large images. - Fix blob downloads. - Fix web process deadlock when seeking youtube videos. - Fix alpha premultiplying when using cairo to draw the video frames. - Fix web process deadlock when closing the remote inspector frontend. - Update several web inspector icons. - Fix several crashes and rendering issues. - Translation updates: Spanish. ================= WebKitGTK+ 2.17.3 ================= What's new in WebKitGTK+ 2.17.3? - Add new API to create a WebKitContextMenuItem from a GAction. - Fix graphics repaint hungs in accelerated compositing mode after a resize. - Fix rendering glitches in HiDPI in long GitHub Gist pages when focusing the comments textarea. - Remove Firefox user agent quirk for Google domains. - Remove LATEST_RECORD_VERSION from GnuTLS priority string. - Improve colors of inspector SVG icons. - Fix several crashes and rendering issues. - Translation updates: French. ================= WebKitGTK+ 2.17.2 ================= What's new in WebKitGTK+ 2.17.2? - Update user agent quirks to make Youtube and new Google login page work. - Fix URL shown in the title of beforeunload dialogs. - Focus first input field of HTTP authentication dialog. - Fix rendering of PNG images when decoded in more than one chunk. - Update several web inspector icons. - Fix the build with OpenGL disabled. - Fix several crashes and rendering issues. ================= WebKitGTK+ 2.17.1 ================= What's new in WebKitGTK+ 2.17.1? - Switch to use new remote inspector infraestructure instead of legacy Web Sockets based one. - Add API to enable and handle Web Automation. - Load large images asynchronously off the main theead. - Use GtkFileChooserNative for open/save dialogs when available. - Make file chooser run as modal by default if possible. - Fix position of dropdown menus in Wayland. - Keep URI fragments after a server redirection. - Implement support for aria-haspopup and aria-autocomplete. - Implement aria-value support for focusable separators. - Fix playing of some live streams. ================= WebKitGTK+ 2.15.4 ================= What's new in WebKitGTK+ 2.15.4? - Make accelerating compositing mode on-demand again. By default it will only be used for websites that require it, saving a lot of memory on websites that don't need it. - Add API to manage hardware acceleration policy. - Enable CSS Grid Layout by default. - Add API to create ephemeral WebViews to replace the legacy private browsing setting that is now deprecated. - Handle HTTP authentication for downloads having a WebView associated. - Add API to WebKitWebsiteDataManager to handle websites data. - Fix BadDamage X errors happening when resizing the WebView. - Fix several crashes and rendering issues. ================= WebKitGTK+ 2.15.3 ================= What's new in WebKitGTK+ 2.15.3? - Add API to set network proxy settings. - Add API to set initial notification permissions. - Add WebKitSecurityOrigin to the API. - Add tag property to WebKitNotification. - Create GLX OpenGL contexts using version 3.2 (core profile) when available to reduce the memory consumption on Mesa based drivers. - Improve memory pressure handler to reduce the CPU usage on memory pressure situations. - Add support for key and code properties on keyboard events. - More user agent string improvements to improve compatibility with several websites. - Fix network process crashes when loading custom URI schemes. - Fix web process crash when closing the web view in X11. - Fix several crashes and rendering issues. - Translation updates: German. ================= WebKitGTK+ 2.15.2 ================= What's new in WebKitGTK+ 2.15.2? - Add new API to notify about dynamically added forms to Web Extensions. - Implement selection interface and states for elements supporting aria-selected and for menu roles. - Expose STATE_SINGLE_LINE and STATE_MULTI_LINE for ARIA searchbox role. - Enable WebMemorySampler. - Downloads started by context menu actions now have a web view associated. - Fix a network process crash when main resource load is converted into a download. - Fix several crashes and rendering issues. ================= WebKitGTK+ 2.15.1 ================= What's new in WebKitGTK+ 2.15.1? - GObject DOM bindings API marked as unstable has been removed. - Expose WebKitDOMHTMLInputElement APIs for form autofill. - Properly update WebKitWebView and WebKitWebPage URI properties when request is modified by WebKitWebPage:send-request signal. - Switch to use GMenu internally in the context menu implementation. - Dot not leak the default WebKitWebsiteDataManager in WebKitWebContext. - The network backend now always sniff contents for Downloads. - Use eglGetPlatformDisplay when available instead of eglGetDisplay. - Avoid strstr() when checking (E)GL extensions. - Fix the build with ENABLE_OPENGL=OFF and allow to build on Wayland without OpenGL again. - Fix several crashes and rendering issues. ================= WebKitGTK+ 2.13.4 ================= What's new in WebKitGTK+ 2.13.4? - Switched to use the threaded compositor. Accelerated compositing mode is now always enabled by default and happens in a separate thread in the web process. - Make web view background colors work in accelerated compositing mode. - Fix several crashes and rendering issues. ================= WebKitGTK+ 2.13.3 ================= What's new in WebKitGTK+ 2.13.3? - Fix Web Process deadlocks when loading HLS videos. - Make videos work when painted into a canvas when accelerated compositing is enabled. - Fix flickering with animated GIFs. - Fix a Web Process crash when video repaint is requested with GStreamer GL enabled. - Reduce the amount of file descriptors that the Web Process keeps open. - Make memory pressure handler work when cgroups are not available. - Fix several crashes and rendering issues. ================= WebKitGTK+ 2.13.2 ================= What's new in WebKitGTK+ 2.13.2? - Properly redraw the web view when reparented in force compositing mode. - Flip the volume control layout in media controls on RTL. - Add support for video orientation to the GStreamer media backend. - Fix several crashes and rendering issues. ================= WebKitGTK+ 2.13.1 ================= What's new in WebKitGTK+ 2.13.1? - CSS Grid Layout has been unprefixed and can be enabled as an experimental feature at runtime. - The HTTP disk cache implements speculative resources revalidation. - Add a new WebKitSetting to allow universal access from file URLs. - Fix several crashes and rendering issues.
Recursive bumps for fontconfig and libzip dependency changes.
Revbump after textproc/icu update
recursive bump for libxkbcommon removal from at-spi2-core
revbump for requiring ICU 59.x
Follow some redirects.
Convert CXXFLAGS setting C++ standard to USE_LANGUAGES.
Revbump after icu update
Recursive revbump from graphics/libwebp
Recursive revbump from fonts/harfbuzz
Recursive bump for harfbuzz's new graphite2 dependency.
Add python-3.6 to incompatible versions.
Recursive revbump from textproc/icu 58.1
Recursive PKGREVISION bump for gnutls shlib major bump.
Update www/webkit-gtk to 2.12.4 Changes: WebKitGTK+ 2.12.4 ================== - Fix performance in accelerated compositing mode with the modesetting intel driver and DRI3 enabled. - Reduce the amount of file descriptors that the Web Process keeps open. - Fix Web Process deadlocks when loading HLS videos. - Make CSS and SVG animations run at 60fps. - Make meter elements accessible. - Improve accessibility name and description of elements to make it more compatible with W3C specs and fix several bugs in which the accessible name of objects was missing or broken. - Fix a crash when running windowed plugins under Wayland. - Fix a crash at process exit under Wayland. - Fix several crashes and rendering issues. - Translation updates: German. - Security fixes: CVE-2016-4622, CVE-2016-4624, CVE-2016-4591, CVE-2016-4590.
Revbump after graphics/gd update
Remove python33: adapt all packages that refer to it.
Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.
Relax the gcc version check to 4.7.0 (syncing it to IndexedDB related kludge). Should fix build on platforms with gcc<4.9.0. Bump PKGREVISION.
Update www/webkit-gtk to 2.12.3 Changes: ================== WebKitGTK+ 2.12.3 ================== What's new in WebKitGTK+ 2.12.3? - Improved the detection of supported MIME types supported by the media player. - Fix web process crash when playing adaptive streaming media. - Change the volume while thumb slider is dragged, not only when released. - Fix leaked thread in network process. - Fix several crashes and rendering issues. - Translation updates: Hungarian. - Security fixes: CVE-2016-1857, CVE-2016-1856. ================== WebKitGTK+ 2.12.2 ================== What's new in WebKitGTK+ 2.12.2? - Fix rendering of scrollbars with GTK themes using stepper buttons. - Fix compatibility issue with 2.12.1 regarding local storage access from file URLs. - Make menu list buttons use the text color from the theme. - Do not show resize grip in non-resizable text fields. - Fix accessibility events causing Orca to echo key presses instead of speaking the inserted characters in password fields. - Fix an off by one error in hyphenation. - Fix several crashes and rendering issues. - Fix the build with libjpeg v9. - Translation updates: Bulgarian, Finnish, Greek, Italian, Turkish. ================== WebKitGTK+ 2.12.1 ================== What's new in WebKitGTK+ 2.12.1? - Fix spotify player. - Improve themed control elements rendering to better match GTK+ widgets. - Make remote web inspector work again. - Fix several crashes and rendering issues. - Fix several memory leaks. - Fix the build in Linux / PowerPC. - Fix detection of S390X and PPC64 architectures. - Fix the build in glibc-based BSD systems - Translation updates: Brazilian Portuguese. ================== WebKitGTK+ 2.12.0 ================== What's new in WebKitGTK+ 2.12.0? - Enable GSS-Negotiate support when available in libsoup. - Fix overlay scrollbar indicator position. - Fix smooth scrolling behavior that was not fixed in all cases in 2.11.92. - Fix the build with newer versions of GCC and clang. ================== WebKitGTK+ 2.11.92 ================== What's new in WebKitGTK+ 2.11.92? - Revert the patch to limit the number of tiles according to the visible area introduced in 2.11.90, because it caused rendering issues in several popular websites. - Fix scrollbars rendering again with GTK+ >= 3.19.11. - Fix rendering of slider input elements. - Fix rendering artifacts when using a web view background color. - Make webkit_web_context_clear_cache() work again. - Fix smooth scrolling behavior that was changed by mistake. - Don't force ENABLE_INTROSPECTION=OFF on Mac. - Install WebProcess and NetworkProcess on OSX when not building the Mac port. ================== WebKitGTK+ 2.11.91 ================== What's new in WebKitGTK+ 2.11.91? - Do not show stale contents after session restore. - Fix flickering and rendering artifacts when entering accelerated compositing mode before the web view is realized. - Fix several rendering issues and crashes. - Fix build with FTL enabled in FreeBSD. - Translation updates: Polish. ================== WebKitGTK+ 2.11.90 ================== What's new in WebKitGTK+ 2.11.90? - Switch to use overlay scrollbars like all other GTK+ widgets and ensure the behavior is consistent with GTK+ too. - Limit the number of tiles according to the visible area. This was causing a huge memory consumption with some websites. - Fix toggle buttons rendering with GTK+ 3.19. - Fix HTTP authentication dialog rendering when accelerated compositing mode is enabled. - Use G_TYPE_ERROR instead of G_TYPE_POINTER for GError parameters of signals. - Fix several memory leaks. ================= WebKitGTK+ 2.11.5 ================= What's new in WebKitGTK+ 2.11.5? - Switch FTL to use B3 backend instead of LLVM. - Add support for windowless NPAPI plugins with no UI in non X11 platforms. - Fix a deadlock in the Web Process when JavaScript garbage collector was running for a web worker thread that made google maps to hang. - Fix a Web Process crash when quickly attempting many DnD operations. - Fix scrollbars rendering with older versions of GTK+. - Fix a crash when creating a WebKitWebView without providing a WebKitWebContext. ================= WebKitGTK+ 2.11.4 ================= What's new in WebKitGTK+ 2.11.4? - Prefer to link to LLVM shared libraries when building with FTL enabled. - Fix runtime errors when serializing/deserializing session state. - Fix critical warnings when loading a URL after a session restore. - Fix the build with GTK+ < 3.14. - Fix the build with video support disabled. ================= WebKitGTK+ 2.11.3 ================= What's new in WebKitGTK+ 2.11.3? - NetworkProcess is now used unconditionally. The shared secondary process model is now the same as using the multiple process model and setting a process limit of 1. - Disable DNS prefetch when a proxy is configured. - Reduce the maximum simultaneous network connections to match other browsers. - Extend notifications API to notify WebKit when a notification is clicked by the user. - Add new API to save and restore a WebView session. - Add Web Extensions API to be notified about console messages. - Add WebKitURIRequest API to get the HTTP method. - Add API to handle beforeunload events. - Make WebKitWebView always propagate motion-notify-event signal. - Add a way to force accelerating compositing mode at runtime using an environment variable. - Fix input elements and scrollbars rendering with GTK+ 3.19. - Fix a crash in the UI process when the WebView is destroyed while the screensaver DBus proxy is being created. - Fix a WebProcess crash when loading large contents with custom URI schemes API. - Fix UI process crashes related to not having a main resource response when the load is committed for pages restored from the history cache. - Translation updates: French, German, Turkish ================= WebKitGTK+ 2.11.2 ================= What's new in WebKitGTK+ 2.11.2? - Enable FTL by default in JavaScriptCore for x86_64. - Improved media backend performance by better handling glib main loop sources. - Fix rendering of lines when using solid colors. - Fix web process crashes due to BadDrawable X errors in accelerated compositing mode. - Translation updates: Italian. ================= WebKitGTK+ 2.11.1 ================= What's new in WebKitGTK+ 2.11.1? - Improved general performance by better handling glib main loop sources. - Add autocleanups support to GObjects exposed in public API. - Fixed dashed and dotted border painting. - Upload the accelerated canvas as a texture by copying via GPU directly. - Popup menus no longer use a nested main loop.
revbump for libsoup's ABI issue
Update www/webkit-gtk to 2.10.9. Changes: ================= WebKitGTK+ 2.10.9 ================= What's new in WebKitGTK+ 2.10.9? - Revert the patch to limit the number of tiles according to the visible area introduced in 2.10.8, because it caused rendering issues in several popular websites. - Fix the build with musl libc library. - Fix the build with clang-3.8. ================= WebKitGTK+ 2.10.8 ================= What's new in WebKitGTK+ 2.10.8? - Limit the number of tiles according to the visible area. This was causing a huge memory consumption with some websites. - Fix flickering and rendering artifacts when entering accelerated compositing mode before the web view is realized. - Fix rendering of form controls and scrollbars with GTK+ >= 3.19. - Fix HTTP authentication dialog rendering when accelerated compositing mode is enabled. - Fix rendering artifacts when using a web view background color. - Fix a crash when creating a WebKitWebView without providing a WebKitWebContext. - Fix several crashes and rendering issues. - Security fixes: CVE-2016-1726.
Recursive revbump from textproc/icu 57.1
Update www/webkit-gtk to 2.10.7. Changes: ================= WebKitGTK+ 2.10.7 ================= What's new in WebKitGTK+ 2.10.6? - Fix the build with GTK+ < 3.16. ================= WebKitGTK+ 2.10.6 ================= What's new in WebKitGTK+ 2.10.6? - Fix a deadlock in the Web Process when JavaScript garbage collector was running for a web worker thread that made google maps to hang. - Fix media controls displaying without controls attribute. - Fix a Web Process crash when quickly attempting many DnD operations.
Update www/webkit-gtk to 2.10.5. Changes: - Disable DNS prefetch when a proxy is configured. - Reduce the maximum simultaneous network connections to match other browsers. - Make WebKitWebView always propagate motion-notify-event signal. - Add a way to force accelerating compositing mode at runtime using an environment variable. - Fix input elements and scrollbars rendering with GTK+ 3.19. - Fix rendering of lines when using solid colors. - Fix UI process crashes related to not having a main resource response when the load is committed for pages restored from the history cache. - Fix a WebProcess crash when loading large contents with custom URI schemes API. - Fix a crash in the UI process when the WebView is destroyed while the screensaver DBus proxy is being created. - Fix WebProcess crashes due to BadDrawable X errors in accelerated compositing mode. - Fix crashes on PPC64 due to mprotect() on address not aligned to the page size. - Fix std::bad_function_call exception raised in dispatchDecidePolicyForNavigationAction. - Fix downloads of data URLs. - Fix runtime critical warnings when closing a page containing windowed plugins. - Fix several crashes and rendering issues. - Translation updates: French, German, Italian, Turkish. - Security fixes: CVE-2015-7096, CVE-2015-7098.
Revbump after updating graphics/libwebp
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Update www/webkit-gtk to 2.10.4. Changes: - Fixed dashed and dotted border painting. - Properly cancel navigation policy checks. - Several crashes fixed when running editor commands. - Fix several crashes due to assertions in Debug builds. - Fix the build on Mac OSX and bring back the Quartz target. - Fix the build on glibc-based BSD systems.
Update www/webkit-gtk to webkit-gtk-2.10.3. Changes: What's new in WebKitGTK+ 2.10.3? - Fix graphics artifacts when entering/leaving Accelerated Compositing mode. - Honour 'forwards' fill-mode in Multiple-keyframe and delayed instantaneous animations. - Fix runtime warning when the inspector is closed. - Fix the build with GTK+2 plugin process disabled. - Gracefully handle errors when sending/receiving IPC messages data on connection close. - Fix several crashes and rendering issues.
Fix build on NetBSD/arm.
Get rid of GCC 4.9.0 dependency disabling IndexedDB support. In order to get rid of GCC_REQD disable IndexedDB support and WebKitDatabaseProcess (that needs IndexedDB). Both were not present in webkit-gtk<2.10. Bump PKGREVISION.
Update www/webkit-gtk to webkit-gtk-2.10.2. Changes: ================= WebKitGTK+ 2.10.2 ================= What's new in WebKitGTK+ 2.10.2? - Fix a regression introduced in 2.10.1 that disabled accelerated compositing. - Fix build with cmake 3.4. ================= WebKitGTK+ 2.10.1 ================= What's new in WebKitGTK+ 2.10.1? - Fix rendering of accelerated content in HiDPI screens. - Fix several media controls rendering issues. - Fix rendering of progress element with recent versions of GTK+. - Add and update some web inspector icons. - Correctly handle websites sending an invalid auth header. - Fix a crash when creating the UI process backing store in Wayland. - Fix the build with spellchecker disabled. - Fix the build with touch events disabled. - Fix the build with OpenGL disabled. - Several build fixes on Mac OSX. - Fix several crashes and rendering issues.
Recursive revbump from textproc/icu
Pullup ticket #4835 - requested by leot www/webkit-gtk: build fix Revisions pulled up: - www/webkit-gtk/Makefile 1.99 - www/webkit-gtk/hacks.mk 1.1 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: leot Date: Mon Oct 5 16:25:30 UTC 2015 Modified Files: pkgsrc/www/webkit-gtk: Makefile Added Files: pkgsrc/www/webkit-gtk: hacks.mk Log Message: Add a workaround and fixes PR pkg/50284 forcing building webkit-gtk with - -march=i586 in order to avoid on i386 the "-latomic" flag when linking libwebkit2gtk-4.0.so. Bump PKGREVISION. Thanks joerg@, jperkin@ and tnn@ for various suggestions. To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99 pkgsrc/www/webkit-gtk/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/www/webkit-gtk/hacks.mk
Add a workaround and fixes PR pkg/50284 forcing building webkit-gtk with -march=i586 in order to avoid on i386 the "-latomic" flag when linking libwebkit2gtk-4.0.so. Bump PKGREVISION. Thanks joerg@, jperkin@ and tnn@ for various suggestions.
Update www/webkit-gtk to webkit-gtk-2.10.0. pkgsrc changes: o Unify Makefile.common in Makefile: newer webkit-gtk releases could not be split in a -gtk3 version, no more need for a Makefile.common (no functional changes intended). o Get rid of obsolete options (no functional changes intended) o Bump GCC_REQD to 4.9 (gcc>=4.9 is required for IndexedDB support, #145211) o For the moment disable two new options: Geolocation support (needs geography/geoclue) and Hyphenation support (needs libhyphen, not available at the moment in pkgsrc). Changes: ================= WebKitGTK+ 2.10.0 ================= What's new in WebKitGTK+ 2.10.0? - Disable ACCELERATED_2D_CANVAS by default. - Fix a crash in debug build due to an invalid assert. - Do not try to use the primary clipboard in Wayland. ================= WebKitGTK+ 2.9.92 ================= What's new in WebKitGTK+ 2.9.92? - Data URLs are now decoded in the Web Process instead of the Network Process. - Fix Web Process crash recovery. - Fix a crash when sqlite3_initialize() is called from multiple threads. - Fix the volume bar in media controls. - Fix JavaScriptCore build with GCC 5. - Fix the build when accelerated 2D canvas is enabled but cairo was built without GLX. - Fix everal memory leaks. - Translation updates: Bulgarian, Gujarati, Polish, Slovenian, Spanish, Tamil, Turkish. ================= WebKitGTK+ 2.9.91 ================= What's new in WebKitGTK+ 2.9.91? - Fix performance regression introduced in previous release when scaling images. - Fix runtime critical warning when there are missing media plugins. - Fix the build on systems with GTK+ compiled with an old version of wayland. ================= WebKitGTK+ 2.9.90 ================= What's new in WebKitGTK+ 2.9.90? - Add API to request permission before showing PackageKit codec installation notifications. - Fix a crash closing a page when a context menu is open. - Fix DNS prefetch when using the network process. - Improve image quality when using newer versions of cairo/pixman. - Fix a crash when the web view is destroyed while the screensaver DBus proxy is being created. ================= WebKitGTK+ 2.9.5 ================= What's new in WebKitGTK+ 2.9.5? - Add API to set the maximum number of web processes per WebKitWebContext. - Add API to allow executing editing commands that require an argument. - Prevent clipboard contents from being lost when web process finishes. - Always allow font matching for strong aliases - Move GStreamer missing plugins installer to the UI process. - Fix empty space in popup menus when first item is selected. - Fix a crash when SoupSession is destroyed in exit handler. - Disable NPAPI plugins when running on Wayland. - Translation updates: Swedish. ================= WebKitGTK+ 2.9.4 ================= What's new in WebKitGTK+ 2.9.4? - Fix the window size reported when the web view isn't realized yet. This fixes the layout of some websites when opening new tabs in the browser and anchor links when opened in new tabs too. - Add API to be notified about editor state changes. - Add selection-changed signal to the Web Extensions API. - Add initial WebKitWebsiteDataManager API for process configuration options. - Make WebSQL work by using a default quota instead of always failing in openDatabase with DOM Exception 18. - Correctly restore accelerated compositing after a WebProcess crash. - Only enable the input methods filter when there's an editable element focused. - Fix a crash on memory allocation using bmalloc on 32bit systems. - Allow to build with X11 and Wayland targets at the same time. - Fix a crash when spell checker returns no guesses. - Update and optimize some of the web inspector icons. - Translation updates: Swedish. ================= WebKitGTK+ 2.9.3 ================= What's new in WebKitGTK+ 2.9.3? - Inhibit screen saver when playing full screen video. - Fix DOCUMENT_VIEWER cache model to actually disable the memory cache. - Fix a regression that prevented the WebKitWebView::context-menu signal from being emitted. - Update web inspector icon so Rendering Frames timeline distinguish between layout and painting. - Ensure fragment identifier part of URI is not removed for custom URI scheme requests. - Improve performance of keyboard events handling. - Expose element tag name as an object attribute to accessibility. - Fix the build with Wayland target enabled. ================= WebKitGTK+ 2.9.2 ================= What's new in WebKitGTK+ 2.9.2? - Add IndexedDB support using a dedicated database process. - Add construct property to WebKitWebContext to set the IndexedDB database directory. - Add allow-file-access-from-file-urls to WebKitSettings. - Improve network process disk cache performance by mapping cached resources in the web process instead of sending the resources data via IPC. - Prevent WorkQueue objects from being leaked and ensure its worker thread always exits. - webkit_dom_html_element_get_children() has been deprecated in favor of webkit_dom_element_get_children() to match the DOM spec. - ARIA menu items no longer have anonymous block children. - Map pre element to ATK_ROLE_SECTION instead of ATK_ROLE_PANEL. - Always include rows in the tree of accessible tables. - Fix the build with Netscape plugins disabled. - Fix XPixmaps leaked by GLContext when using EGL on X11. - Translation updates: Catalan. ================= WebKitGTK+ 2.9.1 ================= What's new in WebKitGTK+ 2.9.1? - New disk cache implementation when using the network process. - Web inspector UI has been redesigned. - Add support for automatic hyphenation using libhyphen when it's available. - Fix network redirection to a non HTTP destination.
Bump PKGREVISION for nettle shlib major bump.
Update www/webkit-gtk to webkit-gtk-2.8.5. ok bsiegert@, wiz@ Changes: ================= WebKitGTK+ 2.8.5 ================= What's new in WebKitGTK+ 2.8.5? - Fix the window size reported when the web view isn't realized yet. This fixes the layout of some websites when opening new tabs in the browser and anchor links when opened in new tabs too. - Prevent clipboard contents from being lost when web process finishes. - Always allow font matching for strong aliases. - Move GStreamer missing plugins installer to the UI process. - Fix a crash when spell checker returns no guesses. - Fix a crash when SoupSession is destroyed in exit handler. - Fix a crash closing a page when default context menu is open. - Several crashes and rendering issues fixed. - Translation updates: Swedish.
Bump PKGREVISION for libnotify dependency.
Add libnotify dependency.
Update to 2.8.4, from Leonardo Taccari via wip. pkgsrc changes: o Convert the osabi dependency to NOT_FOR_PLATFORM. o Add LICENSE information (like www/webkit24-gtk) Changes: WebKitGTK+ 2.8.4 ================= - Make WebSQL work by using a default quota instead of always failing in openDatabase with DOM Exception 18. - Improve detection and usage of GL/GLES/EGL libraries. - Fix a crash on memory allocation using bmalloc on 32bit systems. - Fix DOCUMENT_VIEWER cache model to actually disable the memory cache. - Fix a WebProcess crash after too many redirect error when there's an active NPAPI plugin. - Fix a WebProcess crash when gtk-font-name setting is empty. - Ensure Math.abs() doesn't return negative. - Correctly restore accelerated compositing after a WebProcess crash. - Respect X-Frame-Options headers when loading from application cache. - Several crashes and rendering issues fixed. - Fix the MIPS N64 detection. - Fix several memory leaks. - Translation updates: Catalan. WebKitGTK+ 2.8.3 ================= - Fixed a regression introduced in 2.8.2 that broke downloads when using the network process. - Fix the build with Netscape plugins disabled. - Fix XPixamps leaked by GLContext when using EGL on X11. WebKitGTK+ 2.8.2 ================= - Fix network redirection to a non HTTP destination. - Use a webkit subdirectory for the disk cache to avoid conflicts with other files in the cache directory when the disk cache is cleaned up. - Do not preserve the Origin header on on cross-origin redirects. - Prevent WorkQueue objects from being leaked and ensure its worker thread always exits.
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.
Recursive PKGREVISION bump for all packages mentioning 'perl', having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
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.
Recursive revbump following MesaLib update, categories p through x.
Revbump after updating textproc/icu
Allow linking on NetBSD/ARM by asking ld to save memory.
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.
Recursive revbump from pulseaudio-5.0
Bump for perl-5.20.0. Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
Do not enable webkit-jit option by default on amd64. It causes segfaults in gnucash reports as of gnucash-2.6. Bump PKGREVISION.
Recursive revbump from x11/pixman Fix PR pkg/48777
recursive bump from icu shlib major bump.
Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.
Revbump after updating textproc/icu
Recursive revbump from pango-1.36.0
Revbump after cairo update
Add missing cairo-gobject dependency.
Enable introspection support. Bump PKGREVISION.
Bump PKGREVISION for libXft changes for NetBSD native X support on NetBSD 6, requested by tron.
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
Bump freetype2 and fontconfig dependencies to current pkgsrc versions, to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
Bump all packages for perl-5.18, that a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
Bump PKGREVISION for libproxy shlib major bump.
Reenable parallel builds in devel/webkit�_gtk with latest patchset for gmake Update GNUMakefile patch for 1.10.2 and suppress undefined _cplusplus warnings.
Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.
update to 1.10.2 changes: -build improvement -fix for CVE-2012-5112, CVE-2012-5133 -fix audio race
Recursive bump for png-1.6.
Return "netbsd" instead of "unknown" for WebInspector.platform() on NetBSD
Revbump after graphics/jpeg and textproc/icu
increase BUILDLINK_ABI_DEPENDS.icu due to so change from 49 to 50. Also bump PKGREVISION for a few packages using it. The packages I did this for: net/yaz lang/parrot misc/openoffice3 (where I noticed the run-time failure due to missing shared library) www/webkit-gtk sysutils/open-vm-tools inputmethod/ibus-qt I didn't do this recursively or for all packages using icu since I didn't know if they used the shared library directly, some use was optional. The list of packages I didn't touch: devel/devhelp databases/idzebra databases/sqlite3 devel/gnustep-base/ finance/gnucash games/openttd graphics/shotwell lang/mono meta-pkgs/boost misc/calibre misc/libreoffice news/tin textproc/php-intl www/deforaos-surfer www/epiphany www/liferea-current www/midori
update to 1.10.1 this switches to the 1.10 release branch, no useful changelog available
Revbump after updating graphics/pango
Bump all packages that use perl, or depend on a p5-* package, or are called p5-*. I hope that's all of them.
Pullup ticket #3927 - requested by tron graphics/cairo: build fix Revisions pulled up: - archivers/ark/Makefile 1.9 - archivers/file-roller/Makefile 1.121 - audio/albumplayer/Makefile 1.22 - audio/amarok-kde3/Makefile 1.28 - audio/amarok/Makefile 1.115 - audio/ario/Makefile 1.23 - audio/audacious-plugins/Makefile 1.34 - audio/audacious/Makefile 1.28 - audio/audacious/buildlink3.mk 1.20 - audio/audacity/Makefile 1.78 - audio/aumix-gtk/Makefile 1.18 - audio/bmp-esound/Makefile 1.30 - audio/bmp-flac/Makefile 1.13 - audio/bmp-mac/Makefile 1.19 - audio/bmp-musepack/Makefile 1.27 - audio/bmp-pulse/Makefile 1.17 - audio/bmp-scrobbler/Makefile 1.15 - audio/bmp/Makefile 1.49 - audio/bmp/buildlink3.mk 1.23 - audio/bmpx/Makefile 1.48 - audio/bsl/Makefile 1.17 - audio/buzztard/Makefile 1.21 - audio/easytag/Makefile 1.76 - audio/exaile/Makefile 1.34 - audio/gbemol/Makefile 1.18 - audio/gimmix/Makefile 1.24 - audio/gkrellm-volume/Makefile 1.41 - audio/glurp/Makefile 1.28 - audio/gmp3info/Makefile 1.40 - audio/gmpc-albumview/Makefile 1.12 - audio/gmpc-lastfm/Makefile 1.11 - audio/gmpc-lyrics/Makefile 1.12 - audio/gmpc-lyricwiki/Makefile 1.14 - audio/gmpc-magnatune/Makefile 1.16 - audio/gmpc-mdcover/Makefile 1.11 - audio/gmpc-tagedit/Makefile 1.12 - audio/gmpc/Makefile 1.53 - audio/gmpc/buildlink3.mk 1.17 - audio/gnome-vfs-cdda/Makefile 1.20 - audio/gqmpeg-devel/Makefile 1.39 - audio/gtick/Makefile 1.26 - audio/gtkpod/Makefile 1.46 - audio/hydrogen/Makefile 1.31 - audio/jack-rack/Makefile 1.25 - audio/libcanberra/Makefile 1.26 - audio/libcanberra/buildlink3.mk 1.16 - audio/libgpod/Makefile 1.29 - audio/libgpod/buildlink3.mk 1.15 - audio/liblastfm/Makefile 1.22 - audio/liblastfm/buildlink3.mk 1.14 - audio/libvisual-bmp/Makefile 1.31 - audio/libvisual-plugins/Makefile 1.35 - audio/libvisual0.2-plugins/Makefile 1.18 - audio/liteamp/Makefile 1.52 - audio/mp3diags/Makefile 1.29 - audio/mp3splt-gtk/Makefile 1.14 - audio/muse/Makefile 1.42 - audio/padevchooser/Makefile 1.23 - audio/paman/Makefile 1.19 - audio/paprefs/Makefile 1.20 - audio/pavucontrol/Makefile 1.22 - audio/pavumeter/Makefile 1.20 - audio/pulseaudio/Makefile 1.60 - audio/py-musique/Makefile 1.35 - audio/qjackctl/Makefile 1.20 - audio/rhythmbox/Makefile 1.98 - audio/sfxr/Makefile 1.13 - audio/snd/Makefile 1.70 - audio/solfege/Makefile 1.39 - audio/sonata/Makefile 1.30 - audio/sound-juicer/Makefile 1.55 - audio/streamtuner/Makefile 1.58 - audio/streamtuner/buildlink3.mk 1.27 - audio/sweep/Makefile 1.55 - audio/terminatorx/Makefile 1.32 - audio/timidity/Makefile 1.85 - audio/xfce4-mixer/Makefile 1.40 - audio/xfce4-xmms-plugin/Makefile 1.28 - audio/xfce4-xmms-plugin/buildlink3.mk 1.32 - biology/chemtool/Makefile 1.41 - biology/gnome-chemistry-utils/Makefile 1.14 - biology/openbabel/Makefile 1.10 - cad/boolean/Makefile 1.57 - cad/geda/Makefile 1.79 - cad/gerbv/Makefile 1.50 - cad/gsmc/Makefile 1.26 - cad/gtk2-wcalc/Makefile 1.18 - cad/gtkwave/Makefile 1.43 - cad/gwave/Makefile 1.47 - cad/librecad/Makefile 1.10 - cad/openscad/Makefile 1.13 - cad/pcb/Makefile 1.63 - cad/transcalc/Makefile 1.33 - chat/empathy/Makefile 1.42 - chat/empathy/buildlink3.mk 1.20 - chat/finch/Makefile 1.45 - chat/gajim/Makefile 1.15 - chat/gg2/Makefile 1.43 - chat/gnomeicu/Makefile 1.83 - chat/gossip/Makefile 1.79 - chat/konversation/Makefile 1.48 - chat/libpurple/Makefile 1.46 - chat/libpurple/buildlink3.mk 1.34 - chat/msn-pecan/Makefile 1.21 - chat/pidgin-facebookchat/Makefile 1.28 - chat/pidgin-icb/Makefile 1.24 - chat/pidgin-latex/Makefile 1.27 - chat/pidgin-libnotify/Makefile 1.20 - chat/pidgin-otr/Makefile 1.30 - chat/pidgin-sametime/Makefile 1.32 - chat/pidgin-silc/Makefile 1.35 - chat/pidgin/Makefile 1.45 - chat/pidgin/buildlink3.mk 1.31 - chat/psi/Makefile 1.69 - chat/spectrum/Makefile 1.23 - chat/telepathy-farsight/Makefile 1.26 - chat/telepathy-farsight/buildlink3.mk 1.20 - chat/telepathy-mission-control/Makefile 1.20 - chat/telepathy-mission-control/buildlink3.mk 1.15 - chat/xchat-systray-integration/Makefile 1.30 - chat/xchat/Makefile 1.79 - comms/asterisk10/Makefile 1.30 - comms/asterisk18/Makefile 1.48 - comms/efax-gtk/Makefile 1.59 - comms/gnome-pilot/Makefile 1.71 - comms/gnome-pilot/buildlink3.mk 1.44 - comms/jpilot-syncmal/Makefile 1.54 - comms/jpilot/Makefile 1.83 - comms/jpilot/buildlink3.mk 1.26 - comms/multisync-gui/Makefile 1.22 - converters/tex2rtf/Makefile 1.36 - databases/gourmet/Makefile 1.30 - databases/gq/Makefile 1.53 - databases/gramps/Makefile 1.60 - databases/gramps2/Makefile 1.57 - databases/gramps3/Makefile 1.35 - databases/gtkdbfeditor/Makefile 1.8 - databases/libgnomedb/Makefile 1.87 - databases/libgnomedb/buildlink3.mk 1.40 - databases/mergeant/Makefile 1.79 - databases/mysql-workbench/Makefile 1.17 - databases/p5-RRD-Simple/Makefile 1.14 - databases/pgadmin3/Makefile 1.30 - databases/rrdtool/Makefile 1.99 - databases/rrdtool/buildlink3.mk 1.35 - databases/ruby-rrdtool/Makefile 1.7 - devel/GConf-ui/Makefile 1.23 - devel/GConf-ui/buildlink3.mk 1.16 - devel/SDL_Pango/Makefile 1.15 - devel/SDL_Pango/buildlink3.mk 1.12 - devel/anjuta/Makefile 1.93 - devel/at-spi/Makefile 1.67 - devel/at-spi/buildlink3.mk 1.31 - devel/automoc4/Makefile 1.20 - devel/blib/Makefile 1.27 - devel/blib/buildlink3.mk 1.22 - devel/boa-constructor/Makefile 1.18 - devel/coconut/Makefile 1.49 - devel/compizconfig-backend-gconf/Makefile 1.17 - devel/cppcheck/Makefile 1.17 - devel/cutter/Makefile 1.20 - devel/dconf-editor/Makefile 1.12 - devel/devhelp/Makefile 1.78 - devel/devhelp/buildlink3.mk 1.24 - devel/distccmon-gnome/Makefile 1.36 - devel/distccmon-gtk/Makefile 1.21 - devel/eric4/Makefile 1.28 - devel/ethos/Makefile 1.13 - devel/ethos/buildlink3.mk 1.12 - devel/frama-c/Makefile 1.27 - devel/gconfmm/Makefile 1.50 - devel/gconfmm/buildlink3.mk 1.26 - devel/gdl/Makefile 1.33 - devel/gdl/buildlink3.mk 1.22 - devel/geany/Makefile 1.25 - devel/glade/Makefile 1.74 - devel/glade3/Makefile 1.26 - devel/glade3/buildlink3.mk 1.16 - devel/gmtk/Makefile 1.9 - devel/gmtk/buildlink3.mk 1.9 - devel/gnome-build/Makefile 1.32 - devel/gnome-build/buildlink3.mk 1.24 - devel/gobject-introspection/Makefile 1.24 - devel/gps/Makefile 1.16 - devel/gst-plugins0.10-pango/Makefile 1.17 - devel/guile-gnome/Makefile 1.33 - devel/kdesdk4/Makefile 1.44 - devel/kdevelop4/Makefile 1.22 - devel/kdevplatform/Makefile 1.23 - devel/kdiff3/Makefile 1.24 - devel/libbonoboui/Makefile 1.93 - devel/libbonoboui/buildlink3.mk 1.37 - devel/libcompizconfig/Makefile 1.20 - devel/libdbusmenu-qt/Makefile 1.12 - devel/libdbusmenu-qt/buildlink3.mk 1.9 - devel/libextractor/Makefile 1.54 - devel/libgail-gnome/Makefile 1.49 - devel/libgail-gnome/buildlink3.mk 1.40 - devel/libglade/Makefile 1.82 - devel/libglade/buildlink3.mk 1.28 - devel/libglademm/Makefile 1.28 - devel/libglademm/buildlink3.mk 1.24 - devel/libgnome/Makefile 1.95 - devel/libgnome/buildlink3.mk 1.37 - devel/libgnomemm/Makefile 1.42 - devel/libgnomemm/buildlink3.mk 1.31 - devel/libgnomeui/Makefile 1.109 - devel/libgnomeui/buildlink3.mk 1.44 - devel/libgnomeuimm/Makefile 1.41 - devel/libgnomeuimm/buildlink3.mk 1.32 - devel/libgweather/Makefile 1.35 - devel/libgweather/buildlink3.mk 1.20 - devel/libpeas/Makefile 1.5 - devel/libpeas/buildlink3.mk 1.4 - devel/libsexy/Makefile 1.19 - devel/libsexy/buildlink3.mk 1.20 - devel/libsexymm/Makefile 1.17 - devel/libsexymm/buildlink3.mk 1.16 - devel/libview/Makefile 1.12 - devel/libview/buildlink3.mk 1.13 - devel/libwnck/Makefile 1.86 - devel/libwnck/buildlink3.mk 1.32 - devel/mono-tools/Makefile 1.44 - devel/monodevelop-database/Makefile 1.16 - devel/monodevelop/Makefile 1.51 - devel/monodevelop/buildlink3.mk 1.16 - devel/monotone-viz/Makefile 1.43 - devel/p5-Gnome2/Makefile 1.16 - devel/p5-Gtk2-GladeXML/Makefile 1.19 - devel/p5-Wx-Perl-DataWalker/Makefile 1.16 - devel/p5-pango/Makefile 1.16 - devel/p5-pango/buildlink3.mk 1.12 - devel/pango/Makefile 1.166 - devel/pango/buildlink3.mk 1.32 - devel/pangomm/Makefile 1.23 - devel/pangomm/buildlink3.mk 1.15 - devel/py-compizconfig/Makefile 1.21 - devel/py-gobject-shared/Makefile 1.31 - devel/py-gobject/Makefile 1.43 - devel/py-gobject3/Makefile 1.6 - devel/qconf/Makefile 1.18 - devel/qjson/Makefile 1.5 - devel/qtscriptgenerator/Makefile 1.19 - devel/qtscriptgenerator/buildlink3.mk 1.14 - devel/rapidsvn/Makefile 1.60 - devel/ruby-gnome2-pango/Makefile 1.29 - devel/ruby-gnome2-pango/buildlink3.mk 1.27 - devel/scintilla/Makefile 1.11 - devel/scintilla/buildlink3.mk 1.10 - devel/swt/Makefile 1.24 - devel/valide/Makefile 1.19 - devel/xfce4-dev-tools/Makefile 1.19 - devel/xfconf/Makefile 1.13 - devel/xulrunner/Makefile 1.80 - devel/xulrunner/buildlink3.mk 1.29 - devel/xulrunner10/Makefile 1.6 - devel/xulrunner10/buildlink3.mk 1.6 - devel/xulrunner192/Makefile 1.18 - devel/xulrunner192/buildlink3.mk 1.14 - editors/Sigil/Makefile 1.36 - editors/TeXmacs-devel/Makefile 1.14 - editors/abiword-plugins/Makefile 1.48 - editors/abiword/Makefile 1.138 - editors/beaver/Makefile 1.27 - editors/conglomerate/Makefile 1.76 - editors/dasher/Makefile 1.70 - editors/emacs-snapshot/Makefile 1.33 - editors/emacs/Makefile 1.150 - editors/emacs22/Makefile 1.26 - editors/emacs24/Makefile 1.8 - editors/gconf-editor/Makefile 1.81 - editors/gedit-python/Makefile 1.12 - editors/gedit/Makefile 1.118 - editors/gedit/buildlink3.mk 1.31 - editors/gedit3-spell/Makefile 1.3 - editors/gedit3/Makefile 1.3 - editors/ghex/Makefile 1.22 - editors/gice/Makefile 1.41 - editors/gobby/Makefile 1.26 - editors/gtranslator/Makefile 1.48 - editors/gummi/Makefile 1.6 - editors/kate/Makefile 1.7 - editors/kile/Makefile 1.66 - editors/leafpad/Makefile 1.31 - editors/lyx/Makefile 1.26 - editors/medit/Makefile 1.6 - editors/mlview/Makefile 1.56 - editors/notecase/Makefile 1.28 - editors/p5-Padre/Makefile 1.22 - editors/p5-Wx-Scintilla/Makefile 1.4 - editors/poedit/Makefile 1.43 - editors/qgoogletranslator/Makefile 1.10 - editors/scite/Makefile 1.11 - editors/tea/Makefile 1.22 - editors/texmaker/Makefile 1.29 - editors/texworks/Makefile 1.8 - editors/tomboy/Makefile 1.42 - editors/vim-gtk2/Makefile 1.50 - editors/xfce4-mousepad/Makefile 1.20 - editors/xournal/Makefile 1.18 - emulators/blinkensim/Makefile 1.23 - emulators/bochs/Makefile 1.69 - emulators/e-uae/Makefile 1.23 - emulators/fuse/Makefile 1.46 - emulators/gambatte/Makefile 1.15 - emulators/gens/Makefile 1.27 - emulators/gpsim-devel/Makefile 1.26 - emulators/gpsim-devel/buildlink3.mk 1.22 - emulators/gpsim-oscilloscope/Makefile 1.22 - emulators/gpsim-ptyusart/Makefile 1.23 - emulators/gpsim/Makefile 1.35 - emulators/mame/Makefile 1.14 - emulators/mess/Makefile 1.18 - emulators/nestopia/Makefile 1.16 - emulators/snes9x-gtk/Makefile 1.24 - emulators/tme/Makefile 1.32 - emulators/uae/Makefile 1.63 - emulators/vice/Makefile 1.100 - emulators/xnp2/Makefile 1.5 - emulators/yabause/Makefile 1.21 - filesystems/fuse-pod/Makefile 1.14 - finance/gkrellm-stock/Makefile 1.39 - finance/gnucash/Makefile 1.172 - fonts/fntsample/Makefile 1.7 - fonts/fontforge/Makefile 1.80 - fonts/gbdfed/Makefile 1.15 - fonts/gucharmap/Makefile 1.83 - fonts/gucharmap/buildlink3.mk 1.39 - games/atomix/Makefile 1.27 - games/blinken/Makefile 1.6 - games/bluemoon/Makefile 1.16 - games/ccgo/Makefile 1.43 - games/crack-attack/Makefile 1.29 - games/crossfire-client-gtk2/Makefile 1.17 - games/dopewars/Makefile 1.52 - games/eboard/Makefile 1.23 - games/flightgear/Makefile 1.28 - games/freeciv-client/Makefile 1.57 - games/frozen-bubble/Makefile 1.37 - games/gamazons/Makefile 1.26 - games/gbrainy/Makefile 1.56 - games/gcompris/Makefile 1.38 - games/genecys-client/Makefile 1.32 - games/gnome-games/Makefile 1.127 - games/gnome-mastermind/Makefile 1.17 - games/grhino/Makefile 1.54 - games/gtetrinet/Makefile 1.63 - games/gtkballs/Makefile 1.48 - games/gtklevel9/Makefile 1.20 - games/gtkmagnetic/Makefile 1.31 - games/gturing/Makefile 1.63 - games/holtz/Makefile 1.5 - games/kanagram/Makefile 1.6 - games/kanatest/Makefile 1.14 - games/kdegames4/Makefile 1.34 - games/kdetoys4/Makefile 1.25 - games/khangman/Makefile 1.6 - games/kye/Makefile 1.38 - games/pioneers/Makefile 1.36 - games/pokerth/Makefile 1.25 - games/puzzles/Makefile 1.24 - games/pytraffic/Makefile 1.30 - games/quarry/Makefile 1.21 - games/rftg/Makefile 1.21 - games/scummvm-tools/Makefile 1.13 - games/simgear/Makefile 1.26 - games/sirius/Makefile 1.58 - games/teg/Makefile 1.36 - games/wesnoth/Makefile 1.82 - games/wxhugo/Makefile 1.31 - games/xcowsay/Makefile 1.4 - geography/emerillon/Makefile 1.13 - geography/geoclue/Makefile 1.13 - geography/libchamplain04/Makefile 1.15 - geography/libchamplain04/buildlink3.mk 1.15 - geography/libchamplain06/Makefile 1.14 - geography/libchamplain06/buildlink3.mk 1.15 - geography/libchamplain08/Makefile 1.10 - geography/libchamplain08/buildlink3.mk 1.11 - geography/mapserver/Makefile 1.38 - geography/merkaartor/Makefile 1.34 - geography/qgis/Makefile 1.21 - geography/qlandkartegt/Makefile 1.23 - geography/qlandkartem/Makefile 1.19 - geography/viking/Makefile 1.39 - graphics/aqsis/Makefile 1.42 - graphics/blinkenthemes/Makefile 1.23 - graphics/blinkentools/Makefile 1.25 - graphics/cairo-gobject/Makefile 1.11 - graphics/cairo-gobject/buildlink3.mk 1.9 - graphics/cairo/Makefile 1.105-1.107 - graphics/cairo/buildlink3.mk 1.43-1.46 - graphics/cairo/options.mk 1.8-1.9 - graphics/cairomm/Makefile 1.21 - graphics/cairomm/buildlink3.mk 1.9 - graphics/camlimages/Makefile 1.47 - graphics/cheese/Makefile 1.35 - graphics/cinepaint/Makefile 1.38 - graphics/clutter-box2d/Makefile 1.18 - graphics/clutter-cairo/Makefile 1.16 - graphics/clutter-cairo/buildlink3.mk 1.15 - graphics/clutter-gtk/Makefile 1.21 - graphics/clutter-gtk/buildlink3.mk 1.16 - graphics/clutter-mx/Makefile 1.11 - graphics/clutter-mx/buildlink3.mk 1.10 - graphics/clutter-qt/Makefile 1.16 - graphics/clutter/Makefile 1.33 - graphics/clutter/buildlink3.mk 1.19 - graphics/clutter08-gtk/Makefile 1.12 - graphics/clutter08-gtk/buildlink3.mk 1.13 - graphics/clutter08/Makefile 1.13 - graphics/clutter08/buildlink3.mk 1.13 - graphics/comix/Makefile 1.39 - graphics/darktable/Makefile 1.20 - graphics/denemo/Makefile 1.38 - graphics/dia-python/Makefile 1.29 - graphics/dia/Makefile 1.74 - graphics/digikam/Makefile 1.84 - graphics/djview4/Makefile 1.23 - graphics/eog-plugins-map/Makefile 1.16 - graphics/eog-plugins/Makefile 1.14 - graphics/eog/Makefile 1.72 - graphics/eog/buildlink3.mk 1.13 - graphics/eog3/Makefile 1.6 - graphics/evas-svg/Makefile 1.20 - graphics/extrema/Makefile 1.15 - graphics/f-spot/Makefile 1.45 - graphics/fotoxx/Makefile 1.29 - graphics/frameworks/Makefile 1.19 - graphics/geeqie/Makefile 1.26 - graphics/gegl/Makefile 1.38 - graphics/gegl/buildlink3.mk 1.21 - graphics/gfract/Makefile 1.46 - graphics/gimmage/Makefile 1.15 - graphics/gimp-color-manager/Makefile 1.36 - graphics/gimp-exif-browser/Makefile 1.15 - graphics/gimp-fix-ca/Makefile 1.28 - graphics/gimp-liquid-rescale/Makefile 1.22 - graphics/gimp-rawphoto/Makefile 1.37 - graphics/gimp-refocus-it/Makefile 1.38 - graphics/gimp-resynthesizer/Makefile 1.15 - graphics/gimp-ufraw/Makefile 1.75 - graphics/gimp/Makefile 1.221 - graphics/gimp/buildlink3.mk 1.44 - graphics/gimp2-wideangle/Makefile 1.40 - graphics/giram/Makefile 1.65 - graphics/gliv/Makefile 1.38 - graphics/gmngview/Makefile 1.33 - graphics/gnome-icon-theme/Makefile 1.80 - graphics/gnuplot/Makefile 1.64 - graphics/goocanvas/Makefile 1.20 - graphics/goocanvas/buildlink3.mk 1.15 - graphics/goocanvasmm/Makefile 1.22 - graphics/gpicview/Makefile 1.8 - graphics/gqview-devel/Makefile 1.47 - graphics/gqview/Makefile 1.84 - graphics/graphviz/Makefile 1.104 - graphics/gst-plugins0.10-cairo/Makefile 1.17 - graphics/gthumb/Makefile 1.73 - graphics/gthumb3/Makefile 1.4 - graphics/gtkam/Makefile 1.55 - graphics/gtkglext/Makefile 1.49 - graphics/gtkglext/buildlink3.mk 1.28 - graphics/gtkimageview/Makefile 1.21 - graphics/guile-cairo/Makefile 1.13 - graphics/gwenview/Makefile 1.57 - graphics/hugin/Makefile 1.29 - graphics/inkscape/Makefile 1.77 - graphics/kamera/Makefile 1.6 - graphics/kcolorchooser/Makefile 1.6 - graphics/kdegraphics-mobipocket/Makefile 1.6 - graphics/kdegraphics-strigi-analyzer/Makefile 1.6 - graphics/kdegraphics-thumbnailers/Makefile 1.6 - graphics/kgamma/Makefile 1.6 - graphics/kipi-plugins-calendar-kde3/Makefile 1.20 - graphics/kipi-plugins-kde3/Makefile 1.24 - graphics/kipi-plugins/Makefile 1.76 - graphics/kolourpaint/Makefile 1.6 - graphics/koverartist/Makefile 1.23 - graphics/kruler/Makefile 1.6 - graphics/ksaneplugin/Makefile 1.6 - graphics/ksnapshot/Makefile 1.6 - graphics/libexif-gtk/Makefile 1.38 - graphics/libexif-gtk/buildlink3.mk 1.22 - graphics/libgdiplus/Makefile 1.60 - graphics/libgdiplus/buildlink3.mk 1.40 - graphics/libgnomecanvas/Makefile 1.66 - graphics/libgnomecanvas/buildlink3.mk 1.30 - graphics/libgnomecanvasmm/Makefile 1.28 - graphics/libgnomecanvasmm/buildlink3.mk 1.23 - graphics/libkdcraw/Makefile 1.32 - graphics/libkdcraw/buildlink3.mk 1.21 - graphics/libkexiv2/Makefile 1.35 - graphics/libkface/Makefile 1.5 - graphics/libkface/buildlink3.mk 1.5 - graphics/libkipi/Makefile 1.44 - graphics/libkipi/buildlink3.mk 1.31 - graphics/libksane/Makefile 1.6 - graphics/libksane/buildlink3.mk 1.5 - graphics/librsvg/Makefile 1.63 - graphics/librsvg/buildlink3.mk 1.30 - graphics/libscigraphica/Makefile 1.26 - graphics/libscigraphica/buildlink3.mk 1.20 - graphics/nvtv/Makefile 1.22 - graphics/opencv/Makefile 1.29 - graphics/osg/Makefile 1.25 - graphics/osg/buildlink3.mk 1.17 - graphics/p5-Gnome2-Canvas/Makefile 1.13 - graphics/p5-Gnome2-Canvas/buildlink3.mk 1.13 - graphics/p5-cairo/Makefile 1.17 - graphics/p5-cairo/buildlink3.mk 1.9 - graphics/p5-clutter/Makefile 1.21 - graphics/py-cairo/Makefile 1.34 - graphics/py-cairo/buildlink3.mk 1.17 - graphics/py-clutter-gtk/Makefile 1.18 - graphics/py-clutter/Makefile 1.30 - graphics/py-clutter/buildlink3.mk 1.17 - graphics/py-goocanvas/Makefile 1.25 - graphics/py-gtkglext/Makefile 1.25 - graphics/py-matplotlib-gtk2/Makefile 1.33 - graphics/qimageblitz/Makefile 1.16 - graphics/qimageblitz/buildlink3.mk 1.17 - graphics/qiv/Makefile 1.36 - graphics/qiviewer/Makefile 1.7 - graphics/ristretto/Makefile 1.17 - graphics/ruby-clutter-cairo/Makefile 1.16 - graphics/ruby-clutter-core/Makefile 1.19 - graphics/ruby-clutter-gtk/Makefile 1.16 - graphics/ruby-gnome2-goocanvas/Makefile 1.23 - graphics/ruby-gnome2-rsvg/Makefile 1.36 - graphics/ruby-rcairo/Makefile 1.28 - graphics/ruby-rcairo/buildlink3.mk 1.16 - graphics/sane-frontends/Makefile 1.55 - graphics/scidavis/Makefile 1.19 - graphics/scigraphica/Makefile 1.61 - graphics/shotwell-gtk3/Makefile 1.9 - graphics/shotwell/Makefile 1.37 - graphics/svgpart/Makefile 1.6 - graphics/tuxpaint/Makefile 1.68 - graphics/ucview/Makefile 1.17 - graphics/unicap/Makefile 1.20 - graphics/veusz/Makefile 1.33 - graphics/viewnior/Makefile 1.8 - graphics/wxsvg/Makefile 1.31 - graphics/wxsvg/buildlink3.mk 1.25 - graphics/xfce4-icon-theme/Makefile 1.20 - graphics/xfce4-icon-theme/buildlink3.mk 1.30 - graphics/xsane/Makefile 1.97 - graphics/xzgv/Makefile 1.54 - graphics/zphoto/Makefile 1.25 - ham/gmfsk/Makefile 1.46 - ham/gnuradio-examples/Makefile 1.31 - ham/gnuradio-radio-astronomy/Makefile 1.25 - ham/gnuradio-wxgui/Makefile 1.35 - ham/gnuradio-wxgui/buildlink3.mk 1.31 - ham/gpredict/Makefile 1.29 - ham/grig/Makefile 1.31 - ham/xdx/Makefile 1.33 - ham/xlog/Makefile 1.48 - inputmethod/gcin/Makefile 1.19 - inputmethod/gtk-im-libthai/Makefile 1.15 - inputmethod/ibus-chewing/Makefile 1.19 - inputmethod/ibus-handwrite/Makefile 1.18 - inputmethod/ibus-input-pad/Makefile 1.16 - inputmethod/ibus-m17n/Makefile 1.18 - inputmethod/ibus-qt/Makefile 1.19 - inputmethod/ibus-skk/Makefile 1.17 - inputmethod/ibus-t9/Makefile 1.12 - inputmethod/ibus-unikey/Makefile 1.14 - inputmethod/ibus/Makefile 1.21 - inputmethod/im-ja/Makefile 1.20 - inputmethod/imhangul/Makefile 1.27 - inputmethod/imhangul_status_applet/Makefile 1.52 - inputmethod/input-pad/Makefile 1.16 - inputmethod/input-pad/buildlink3.mk 1.14 - inputmethod/kasumi/Makefile 1.17 - inputmethod/kimera-tomoe-gtk/Makefile 1.14 - inputmethod/kimera/Makefile 1.13 - inputmethod/m17n-im-config/Makefile 1.17 - inputmethod/m17n-im-config/buildlink3.mk 1.17 - inputmethod/nabi/Makefile 1.41 - inputmethod/novel-pinyin/Makefile 1.17 - inputmethod/py-input-pad/Makefile 1.19 - inputmethod/scim-anthy/Makefile 1.14 - inputmethod/scim-array/Makefile 1.13 - inputmethod/scim-canna/Makefile 1.14 - inputmethod/scim-ccinput/Makefile 1.15 - inputmethod/scim-chewing/Makefile 1.15 - inputmethod/scim-fcitx/Makefile 1.13 - inputmethod/scim-hangul/Makefile 1.15 - inputmethod/scim-input-pad/Makefile 1.14 - inputmethod/scim-m17n/Makefile 1.15 - inputmethod/scim-pinyin/Makefile 1.14 - inputmethod/scim-prime/Makefile 1.14 - inputmethod/scim-python/Makefile 1.14 - inputmethod/scim-sinhala/Makefile 1.13 - inputmethod/scim-skk/Makefile 1.13 - inputmethod/scim-tables/Makefile 1.15 - inputmethod/scim-thai/Makefile 1.15 - inputmethod/scim-tomoe/Makefile 1.16 - inputmethod/scim-uim/Makefile 1.15 - inputmethod/scim-unikey/Makefile 1.13 - inputmethod/scim/Makefile 1.18 - inputmethod/scim/buildlink3.mk 1.15 - inputmethod/tomoe-gtk/Makefile 1.19 - inputmethod/tomoe-gtk/buildlink3.mk 1.17 - inputmethod/uim-tomoe-gtk/Makefile 1.19 - inputmethod/uim/Makefile 1.66 - lang/basic256/Makefile 1.12 - lang/classpath-gui/Makefile 1.29 - lang/clisp/Makefile 1.91 - lang/coq/Makefile 1.47 - lang/kaffe-x11/Makefile 1.34 - lang/racket/Makefile 1.20 - lang/sablevm-classpath-gui/Makefile 1.28 - lang/smalltalk/Makefile 1.70 - lang/squeak-vm/Makefile 1.17 - mail/akonadi/Makefile 1.41 - mail/akonadi/buildlink3.mk 1.18 - mail/balsa/Makefile 1.90 - mail/claws-mail-archive/Makefile 1.23 - mail/claws-mail-attachwarner/Makefile 1.30 - mail/claws-mail-attremover/Makefile 1.29 - mail/claws-mail-cachesaver/Makefile 1.29 - mail/claws-mail-dillo-viewer/Makefile 1.27 - mail/claws-mail-fetchinfo/Makefile 1.30 - mail/claws-mail-gtkhtml/Makefile 1.39 - mail/claws-mail-mailmbox/Makefile 1.29 - mail/claws-mail-newmail/Makefile 1.31 - mail/claws-mail-notification/Makefile 1.32 - mail/claws-mail-pgpcore/Makefile 1.27 - mail/claws-mail-pgpcore/buildlink3.mk 1.18 - mail/claws-mail-pgpinline/Makefile 1.27 - mail/claws-mail-pgpmime/Makefile 1.26 - mail/claws-mail-rssyl/Makefile 1.34 - mail/claws-mail-smime/Makefile 1.28 - mail/claws-mail-spamreport/Makefile 1.32 - mail/claws-mail-synce/Makefile 1.29 - mail/claws-mail-tnef/Makefile 1.27 - mail/claws-mail-vcalendar/Makefile 1.34 - mail/claws-mail/Makefile 1.48 - mail/evolution-data-server/Makefile 1.124 - mail/evolution-exchange/Makefile 1.64 - mail/evolution/Makefile 1.185 - mail/evolution/buildlink3.mk 1.49 - mail/mail-notification/Makefile 1.69 - mail/msmtp/Makefile 1.42 - mail/netbiff/Makefile 1.18 - mail/sylpheed/Makefile 1.140 - mail/thunderbird/Makefile 1.99 - mail/thunderbird10/Makefile 1.13 - math/R/Makefile 1.130 - math/analitza/Makefile 1.6 - math/analitza/buildlink3.mk 1.5 - math/calcoo/Makefile 1.23 - math/cantor/Makefile 1.6 - math/cgal/Makefile 1.10 - math/cgal/buildlink3.mk 1.8 - math/euler/Makefile 1.32 - math/extcalc/Makefile 1.16 - math/fityk/Makefile 1.17 - math/galculator/Makefile 1.32 - math/gcalctool-gtk3/Makefile 1.11 - math/gcalctool/Makefile 1.107 - math/genius/Makefile 1.47 - math/gnumeric/Makefile 1.161 - math/gnumeric110/Makefile 1.39 - math/grpn/Makefile 1.35 - math/gtklife/Makefile 1.25 - math/kalgebra/Makefile 1.6 - math/kcalc/Makefile 1.6 - math/pspp/Makefile 1.58 - math/qalculate-bases/Makefile 1.31 - math/qalculate-currency/Makefile 1.31 - math/qalculate-gtk/Makefile 1.50 - math/qalculate-units/Makefile 1.31 - math/speedcrunch/Makefile 1.14 - math/wxMaxima/Makefile 1.17 - meta-pkgs/xfce4-extras/Makefile 1.50 - meta-pkgs/xfce4/Makefile 1.55 - meta-pkgs/xfce4/buildlink3.mk 1.37 - misc/attica/Makefile 1.17 - misc/attica/buildlink3.mk 1.14 - misc/blccc/Makefile 1.26 - misc/calibre/Makefile 1.44 - misc/celestia/Makefile 1.40 - misc/deskbar-applet/Makefile 1.65 - misc/fbreader/Makefile 1.23 - misc/gelemental/Makefile 1.17 - misc/gkrellm-flynn/Makefile 1.30 - misc/gkrellm-launch/Makefile 1.28 - misc/gkrellm-leds/Makefile 1.30 - misc/gkrellm-moon/Makefile 1.35 - misc/gkrellm-weather/Makefile 1.43 - misc/gnome-utils/Makefile 1.120 - misc/goffice0.6/Makefile 1.30 - misc/goffice0.6/buildlink3.mk 1.22 - misc/goffice0.8/Makefile 1.28 - misc/goffice0.8/buildlink3.mk 1.17 - misc/gok/Makefile 1.79 - misc/gperiodic/Makefile 1.58 - misc/gwaei/Makefile 1.26 - misc/kaccessible/Makefile 1.6 - misc/kalzium/Makefile 1.6 - misc/kanjipad/Makefile 1.33 - misc/kbruch/Makefile 1.6 - misc/kcharselect/Makefile 1.6 - misc/kchmviewer/Makefile 1.28 - misc/kde-wallpapers4/Makefile 1.6 - misc/kdeadmin4/Makefile 1.32 - misc/kdeartwork4/Makefile 1.27 - misc/kdepim-runtime4/Makefile 1.32 - misc/kdepim4/Makefile 1.39 - misc/kdepimlibs4/Makefile 1.39 - misc/kdepimlibs4/buildlink3.mk 1.25 - misc/kdeplasma-addons4/Makefile 1.34 - misc/kgeography/Makefile 1.9 - misc/kig/Makefile 1.6 - misc/kiten/Makefile 1.6 - misc/klettres/Makefile 1.6 - misc/kmag/Makefile 1.6 - misc/kmousetool/Makefile 1.6 - misc/kmouth/Makefile 1.6 - misc/kremotecontrol/Makefile 1.6 - misc/kstars/Makefile 1.17 - misc/ktouch/Makefile 1.6 - misc/kturtle/Makefile 1.6 - misc/kwordquiz/Makefile 1.6 - misc/libkdeedu/Makefile 1.6 - misc/libkdeedu/buildlink3.mk 1.5 - misc/libkgeomap/Makefile 1.5 - misc/libkgeomap/buildlink3.mk 1.5 - misc/libkvkontakte/Makefile 1.5 - misc/libkvkontakte/buildlink3.mk 1.5 - misc/libreoffice/Makefile 1.13 - misc/marble/Makefile 1.7 - misc/marble/buildlink3.mk 1.5 - misc/mousetweaks/Makefile 1.31 - misc/openoffice3/Makefile 1.74 - misc/parley/Makefile 1.6 - misc/rocs/Makefile 1.8 - misc/stellarium/Makefile 1.62 - misc/step/Makefile 1.6 - misc/superkaramba/Makefile 1.7 - misc/sweeper/Makefile 1.6 - misc/tellico/Makefile 1.57 - misc/usbprog/Makefile 1.12 - misc/vym/Makefile 1.20 - misc/xchm/Makefile 1.57 - misc/xfce4-weather-plugin/Makefile 1.27 - misc/xfce4-weather-plugin/buildlink3.mk 1.29 - misc/yelp/Makefile 1.110 - misc/yelp3/Makefile 1.11 - misc/zyGrib/Makefile 1.33 - multimedia/avidemux/Makefile 1.77 - multimedia/clutter-gst/Makefile 1.22 - multimedia/clutter-gst/buildlink3.mk 1.18 - multimedia/clutter08-gst/Makefile 1.13 - multimedia/clutter08-gst/buildlink3.mk 1.14 - multimedia/dvdstyler/Makefile 1.44 - multimedia/farsight2/Makefile 1.27 - multimedia/farsight2/buildlink3.mk 1.21 - multimedia/gecko-mediaplayer/Makefile 1.17 - multimedia/gmencoder/Makefile 1.53 - multimedia/gmplayer/Makefile 1.103 - multimedia/gnash/Makefile 1.58 - multimedia/gnome-media/Makefile 1.43 - multimedia/gnome-media/buildlink3.mk 1.21 - multimedia/gnome-mplayer/Makefile 1.17 - multimedia/gopchop/Makefile 1.36 - multimedia/gst123/Makefile 1.15 - multimedia/gxine/Makefile 1.64 - multimedia/handbrake/Makefile 1.20 - multimedia/hwdecode-demos/Makefile 1.4 - multimedia/kdemultimedia4/Makefile 1.35 - multimedia/kdenlive/Makefile 1.13 - multimedia/kmplayer-kde3/Makefile 1.19 - multimedia/kmplayer/Makefile 1.69 - multimedia/mkvtoolnix-old/Makefile 1.22 - multimedia/mkvtoolnix/Makefile 1.50 - multimedia/mlt/Makefile 1.15 - multimedia/mplayer-plugin/Makefile 1.22 - multimedia/ogle_gui/Makefile 1.31 - multimedia/phonon-backend-gstreamer/Makefile 1.5 - multimedia/phonon/Makefile 1.25 - multimedia/phonon/buildlink3.mk 1.18 - multimedia/pitivi/Makefile 1.18 - multimedia/pspvc/Makefile 1.21 - multimedia/py-clutter-gst/Makefile 1.18 - multimedia/ruby-clutter-gst/Makefile 1.18 - multimedia/subtitleeditor/Makefile 1.21 - multimedia/swfdec-gnome/Makefile 1.22 - multimedia/swfdec-mozilla/Makefile 1.23 - multimedia/swfdec/Makefile 1.31 - multimedia/swfdec/buildlink3.mk 1.33 - multimedia/totem-browser-plugin/Makefile 1.25 - multimedia/totem-nautilus/Makefile 1.29 - multimedia/totem-pl-parser/Makefile 1.40 - multimedia/totem-pl-parser/buildlink3.mk 1.24 - multimedia/totem/Makefile 1.60 - multimedia/totem/buildlink3.mk 1.26 - multimedia/vlc/Makefile 1.140-1.141 - multimedia/vlc08/Makefile 1.44 - multimedia/vlc10/Makefile 1.21-1.22 - multimedia/vlc2/Makefile 1.13-1.14 - multimedia/xfce4-mpc-plugin/Makefile 1.16 - multimedia/xfce4-mpc-plugin/buildlink3.mk 1.18 - multimedia/xfmedia/Makefile 1.34 - multimedia/xine-lib/Makefile 1.106 - multimedia/xvid4conf/Makefile 1.26 - net/Transmission-gui/Makefile 1.7 - net/amule/Makefile 1.54 - net/avahi/Makefile 1.36 - net/avahi/buildlink3.mk 1.16 - net/bug-buddy/Makefile 1.85 - net/cacti/Makefile 1.9 - net/choqok/Makefile 1.3 - net/dc_gui2/Makefile 1.65 - net/dcsharp/Makefile 1.28 - net/dhcpcd-gtk/Makefile 1.25 - net/ed2k-gtk-gui/Makefile 1.36 - net/ekiga/Makefile 1.37 - net/etherape/Makefile 1.70 - net/ettercap/Makefile 1.58 - net/filezilla/Makefile 1.34 - net/gitso/Makefile 1.6 - net/gkrellm-multiping/Makefile 1.30 - net/gkrellm-snmp/Makefile 1.38 - net/gkrellm-wireless/Makefile 1.37 - net/gnome-netstatus/Makefile 1.60 - net/gnome-nettool/Makefile 1.22 - net/gnome-vfs-smb/Makefile 1.20 - net/gssdp/Makefile 1.20 - net/gtk-gnutella/Makefile 1.78 - net/gtk-vnc/Makefile 1.25 - net/gtk-vnc/buildlink3.mk 1.18 - net/gupnp-tools/Makefile 1.19 - net/jigdo/Makefile 1.35 - net/kdenetwork4/Makefile 1.43 - net/kmldonkey/Makefile 1.20 - net/ktorrent/Makefile 1.47 - net/libdmapsharing/Makefile 1.14 - net/libktorrent/Makefile 1.4 - net/libktorrent/buildlink3.mk 1.4 - net/logjam/Makefile 1.33 - net/mbrowse/Makefile 1.12 - net/mldonkey-gui/Makefile 1.57 - net/monsoon/Makefile 1.26 - net/mtr/Makefile 1.74 - net/nagstamon/Makefile 1.20 - net/nfdump/Makefile 1.20 - net/nmap/Makefile 1.94 - net/ntop/Makefile 1.79 - net/remmina-plugins/Makefile 1.6 - net/remmina/Makefile 1.6 - net/tsclient/Makefile 1.66 - net/twitux/Makefile 1.22 - net/unison/Makefile 1.60 - net/unison2.32/Makefile 1.15 - net/urlgfe/Makefile 1.19 - net/vinagre/Makefile 1.32 - net/vino/Makefile 1.56 - net/wireshark/Makefile 1.87 - net/wistumbler2-gtk/Makefile 1.21 - net/xfce4-wavelan-plugin/Makefile 1.26 - net/xfce4-wavelan-plugin/buildlink3.mk 1.30 - net/xymon/Makefile 1.24 - news/pan/Makefile 1.72 - parallel/ganglia-monitor-core/Makefile 1.42 - parallel/hwloc/Makefile 1.6 - pkgtools/gnome-packagekit/Makefile 1.26 - pkgtools/packagekit/Makefile 1.26 - pkgtools/x11-links/Makefile 1.135-1.136 - pkgtools/x11-links/buildlink3.mk 1.44 - print/abcm2ps/Makefile 1.18 - print/advi/Makefile 1.51 - print/diffpdf/Makefile 1.26 - print/epdfview/Makefile 1.30 - print/evince-nautilus/Makefile 1.49 - print/evince/Makefile 1.85 - print/evince/buildlink3.mk 1.17 - print/evince3/Makefile 1.8 - print/evince3/buildlink3.mk 1.6 - print/glabels/Makefile 1.59 - print/gtklp/Makefile 1.21 - print/gutenprint-lib/Makefile 1.36 - print/hplip/Makefile 1.7 - print/imposter/Makefile 1.29 - print/kbibtex/Makefile 1.31 - print/libgnomeprint/Makefile 1.84 - print/libgnomeprint/buildlink3.mk 1.34 - print/libgnomeprintui/Makefile 1.72 - print/libgnomeprintui/buildlink3.mk 1.31 - print/libgxps/Makefile 1.5 - print/libgxps/buildlink3.mk 1.4 - print/lilypond/Makefile 1.82 - print/okular/Makefile 1.9 - print/paps/Makefile 1.5 - print/poppler-glib/Makefile 1.48 - print/poppler-glib/buildlink3.mk 1.29 - print/poppler-qt4/Makefile 1.30 - print/printer-applet/Makefile 1.7 - print/ruby-gnome2-poppler/Makefile 1.34 - print/scribus-qt4/Makefile 1.15 - print/scribus/Makefile 1.80 - print/xfce4-print/Makefile 1.39 - print/xfce4-print/buildlink3.mk 1.40 - security/MyPasswordSafe/Makefile 1.28 - security/fprint-demo/Makefile 1.15 - security/fwbuilder/Makefile 1.31 - security/gnome-keyring-manager/Makefile 1.37 - security/gnome-keyring/Makefile 1.72 - security/gnome-keyring/buildlink3.mk 1.28 - security/gpa/Makefile 1.36 - security/gpass/Makefile 1.43 - security/honeyd/Makefile 1.41 - security/hydra/Makefile 1.40 - security/keepassx/Makefile 1.18 - security/kgpg/Makefile 1.9 - security/ksecrets/Makefile 1.7 - security/kwallet/Makefile 1.6 - security/libfwbuilder/Makefile 1.39 - security/libfwbuilder/buildlink3.mk 1.32 - security/openvas-client/Makefile 1.16 - security/pinentry-gtk2/Makefile 1.18 - security/pinentry-qt4/Makefile 1.17 - security/policykit-gnome/Makefile 1.20 - security/polkit-qt/Makefile 1.18 - security/polkit-qt/buildlink3.mk 1.15 - security/putty/Makefile 1.27 - security/qca2-gnupg/Makefile 1.8 - security/qca2-ossl/Makefile 1.22 - security/qca2/Makefile 1.26 - security/qca2/buildlink3.mk 1.19 - security/qoauth/Makefile 1.2 - security/qoauth/buildlink3.mk 1.2 - security/seahorse-plugins/Makefile 1.33 - security/seahorse/Makefile 1.105 - security/seahorse/buildlink3.mk 1.26 - sysutils/amtterm/Makefile 1.8 - sysutils/bacula-qt-console/Makefile 1.24 - sysutils/bacula-tray-monitor/Makefile 1.25 - sysutils/bacula-wx-console/Makefile 1.29 - sysutils/brasero-nautilus/Makefile 1.22 - sysutils/brasero/Makefile 1.39 - sysutils/brasero/buildlink3.mk 1.22 - sysutils/btpin-qt/Makefile 1.19 - sysutils/bubblemon/Makefile 1.16 - sysutils/conky/Makefile 1.5 - sysutils/dvdisaster/Makefile 1.21 - sysutils/filelight/Makefile 1.33 - sysutils/gcdmaster/Makefile 1.61 - sysutils/gkrellm-est/Makefile 1.28 - sysutils/gkrellm/Makefile 1.71 - sysutils/gkrellm/buildlink3.mk 1.28 - sysutils/gnome-commander/Makefile 1.36 - sysutils/gnome-device-manager/Makefile 1.22 - sysutils/gnome-mount/Makefile 1.21 - sysutils/gnome-mount/buildlink3.mk 1.17 - sysutils/gnome-nds-thumbnailer/Makefile 1.16 - sysutils/gnome-pkgview/Makefile 1.45 - sysutils/gnome-power-manager/Makefile 1.31 - sysutils/gnome-settings-daemon/Makefile 1.36 - sysutils/gnome-system-monitor/Makefile 1.33 - sysutils/gnome-system-tools/Makefile 1.20 - sysutils/gnome-vfs-monikers/Makefile 1.20 - sysutils/gnome-vfs/Makefile 1.95 - sysutils/gnome-vfs/buildlink3.mk 1.38 - sysutils/gnome-vfsmm/Makefile 1.37 - sysutils/gnome-vfsmm/buildlink3.mk 1.27 - sysutils/gnome-volume-manager/Makefile 1.24 - sysutils/grun/Makefile 1.32 - sysutils/gst-plugins0.10-gnomevfs/Makefile 1.33 - sysutils/gtk-send-pr/Makefile 1.42 - sysutils/gvfs/Makefile 1.46 - sysutils/k3b/Makefile 1.48 - sysutils/k4dirstat/Makefile 1.7 - sysutils/kdf/Makefile 1.27 - sysutils/kfloppy/Makefile 1.6 - sysutils/libgksu/Makefile 1.22 - sysutils/libgksu/buildlink3.mk 1.17 - sysutils/libnotify/Makefile 1.23 - sysutils/libnotify/buildlink3.mk 1.20 - sysutils/nautilus-sendto/Makefile 1.33 - sysutils/nautilus/Makefile 1.126 - sysutils/nautilus/buildlink3.mk 1.51 - sysutils/notification-daemon/Makefile 1.28 - sysutils/open-vm-tools/Makefile 1.29 - sysutils/p5-Gnome2-VFS/Makefile 1.15 - sysutils/p5-Gnome2-VFS/buildlink3.mk 1.14 - sysutils/pcmanfm/Makefile 1.20 - sysutils/py-notify/Makefile 1.26 - sysutils/py-notify/buildlink3.mk 1.20 - sysutils/rox/Makefile 1.64 - sysutils/screentest/Makefile 1.27 - sysutils/strigi/Makefile 1.23 - sysutils/virt-manager/Makefile 1.4 - sysutils/xcdroast/Makefile 1.63 - sysutils/xfce4-appfinder/Makefile 1.26 - sysutils/xfce4-battery-plugin/Makefile 1.22 - sysutils/xfce4-battery-plugin/buildlink3.mk 1.19 - sysutils/xfce4-cpugraph-plugin/Makefile 1.25 - sysutils/xfce4-cpugraph-plugin/buildlink3.mk 1.29 - sysutils/xfce4-diskperf-plugin/Makefile 1.29 - sysutils/xfce4-diskperf-plugin/buildlink3.mk 1.30 - sysutils/xfce4-fsguard-plugin/Makefile 1.22 - sysutils/xfce4-fsguard-plugin/buildlink3.mk 1.27 - sysutils/xfce4-genmon-plugin/Makefile 1.15 - sysutils/xfce4-genmon-plugin/buildlink3.mk 1.17 - sysutils/xfce4-netload-plugin/Makefile 1.31 - sysutils/xfce4-netload-plugin/buildlink3.mk 1.33 - sysutils/xfce4-quicklauncher-plugin/Makefile 1.23 - sysutils/xfce4-quicklauncher-plugin/buildlink3.mk 1.29 - sysutils/xfce4-systemload-plugin/Makefile 1.29 - sysutils/xfce4-systemload-plugin/buildlink3.mk 1.31 - sysutils/xfce4-thunar/Makefile 1.28 - sysutils/xfce4-thunar/buildlink3.mk 1.24 - sysutils/xfce4-volman/Makefile 1.20 - sysutils/xfce4-xarchiver/Makefile 1.19 - sysutils/xfce4-xarchiver/buildlink3.mk 1.18 - sysutils/xfce4-xkb-plugin/Makefile 1.27 - sysutils/xfce4-xkb-plugin/buildlink3.mk 1.30 - textproc/FlightCrew/Makefile 1.16 - textproc/OdfConverter/Makefile 1.20 - textproc/dikt/Makefile 1.10 - textproc/ebview/Makefile 1.17 - textproc/gnome-spell/Makefile 1.50 - textproc/gnome-spell/buildlink3.mk 1.36 - textproc/gnome-subtitles/Makefile 1.27 - textproc/gtkspell/Makefile 1.49 - textproc/gtkspell/buildlink3.mk 1.26 - textproc/py-gdick/Makefile 1.32 - textproc/soprano/Makefile 1.29 - textproc/soprano/buildlink3.mk 1.17 - textproc/xfce4-dict-plugin/Makefile 1.15 - textproc/xfce4-dict-plugin/buildlink3.mk 1.17 - time/cairo-clock/Makefile 1.27 - time/evolution-webcal/Makefile 1.59 - time/gchore/Makefile 1.18 - time/gdeskcal/Makefile 1.44 - time/gnotime/Makefile 1.55 - time/gtodo-applet/Makefile 1.47 - time/gtodo/Makefile 1.43 - time/hamster-applet/Makefile 1.29 - time/ktimer/Makefile 1.6 - time/planner/Makefile 1.37 - time/rsibreak/Makefile 1.28 - time/xfce4-datetime-plugin/Makefile 1.29 - time/xfce4-datetime-plugin/buildlink3.mk 1.29 - time/xfce4-orage/Makefile 1.19 - time/xfce4-timer-plugin/Makefile 1.15 - time/xfce4-timer-plugin/buildlink3.mk 1.17 - wm/afterstep/Makefile 1.58 - wm/awesome/Makefile 1.31 - wm/bmpanel2/Makefile 1.10 - wm/compiz-fusion-plugins-extra/Makefile 1.20 - wm/compiz-fusion-plugins-main/Makefile 1.22 - wm/compiz-fusion-plugins-main/buildlink3.mk 1.17 - wm/compiz/Makefile 1.52 - wm/compiz/buildlink3.mk 1.17 - wm/e16menuedit2/Makefile 1.35 - wm/fluxconf/Makefile 1.16 - wm/metacity/Makefile 1.103 - wm/metacity/buildlink3.mk 1.33 - wm/metisse/Makefile 1.27 - wm/openbox/Makefile 1.78 - wm/oroborox/Makefile 1.34 - wm/sawfish/Makefile 1.67 - wm/selectwm/Makefile 1.21 - wm/wbar/Makefile 1.11 - wm/wmakerconf/Makefile 1.57 - wm/xfce4-wm-themes/Makefile 1.31 - wm/xfce4-wm/Makefile 1.43 - www/amaya/Makefile 1.74 - www/ap22-dnssd/Makefile 1.18 - www/bluefish/Makefile 1.101 - www/browser-bookmarks-menu/Makefile 1.33 - www/drivel/Makefile 1.65 - www/epiphany-extensions/Makefile 1.76 - www/epiphany/Makefile 1.131 - www/epiphany/buildlink3.mk 1.50 - www/firefox/Makefile 1.112 - www/firefox10/Makefile 1.8 - www/firefox36/Makefile 1.18 - www/gtkhtml314/Makefile 1.52 - www/icedtea-web/Makefile 1.14 - www/kazehakase/Makefile 1.50 - www/kdewebdev4/Makefile 1.31 - www/libgtkhtml/Makefile 1.62 - www/libgtkhtml/buildlink3.mk 1.35 - www/libmediawiki/Makefile 1.5 - www/libmediawiki/buildlink3.mk 1.5 - www/liferea-current/Makefile 1.34 - www/liferea/Makefile 1.108 - www/midori/Makefile 1.48 - www/netsurf/Makefile 1.21 - www/nspluginwrapper/Makefile 1.32 - www/seamonkey/Makefile 1.78 - www/webkit-gtk/Makefile 1.59 - www/webkit-gtk/buildlink3.mk 1.27 - www/webkit-gtk3/Makefile 1.14 - www/webkit-gtk3/buildlink3.mk 1.10 - x11/alacarte/Makefile 1.41 - x11/antiright/Makefile 1.21 - x11/avant-window-navigator/Makefile 1.11 - x11/clisp-gtk2/Makefile 1.13 - x11/deskmenu/Makefile 1.15 - x11/devilspie/Makefile 1.52 - x11/eekboard/Makefile 1.17 - x11/eekboard/buildlink3.mk 1.15 - x11/fast-user-switch-applet/Makefile 1.45 - x11/fltk13/Makefile 1.4 - x11/ftmenu/Makefile 1.17 - x11/gdm/Makefile 1.170 - x11/gnome-applets/Makefile 1.105 - x11/gnome-control-center/Makefile 1.55 - x11/gnome-control-center/buildlink3.mk 1.28 - x11/gnome-desktop-sharp/Makefile 1.38 - x11/gnome-desktop-sharp/buildlink3.mk 1.31 - x11/gnome-desktop/Makefile 1.117 - x11/gnome-desktop/buildlink3.mk 1.43 - x11/gnome-desktop3/Makefile 1.4 - x11/gnome-desktop3/buildlink3.mk 1.4 - x11/gnome-mag/Makefile 1.73 - x11/gnome-mag/buildlink3.mk 1.31 - x11/gnome-panel/Makefile 1.148 - x11/gnome-panel/buildlink3.mk 1.52 - x11/gnome-screensaver/Makefile 1.58 - x11/gnome-session/Makefile 1.139 - x11/gnome-sharp/Makefile 1.36 - x11/gnome-sharp/buildlink3.mk 1.30 - x11/gnome-terminal/Makefile 1.46 - x11/gnome-themes-extras/Makefile 1.58 - x11/gnome-themes/Makefile 1.89 - x11/gnopernicus/Makefile 1.78 - x11/grandr_applet/Makefile 1.27 - x11/gromit/Makefile 1.24 - x11/gselt/Makefile 1.12 - x11/gtk-sharp/Makefile 1.30 - x11/gtk2+extra/Makefile 1.20 - x11/gtk2+extra/buildlink3.mk 1.23 - x11/gtk2-chtheme/Makefile 1.24 - x11/gtk2-engines-bluecurve/Makefile 1.31 - x11/gtk2-engines-murrine/Makefile 1.17 - x11/gtk2-engines/Makefile 1.77 - x11/gtk2-engines/buildlink3.mk 1.26 - x11/gtk2-theme-switch/Makefile 1.32 - x11/gtk2/Makefile 1.236 - x11/gtk2/buildlink3.mk 1.56 - x11/gtk3/Makefile 1.27 - x11/gtk3/buildlink3.mk 1.8 - x11/gtkada/Makefile 1.11 - x11/gtkada/buildlink3.mk 1.10 - x11/gtkglarea2/Makefile 1.25 - x11/gtkglarea2/buildlink3.mk 1.20 - x11/gtkmm-utils/Makefile 1.12 - x11/gtkmm-utils/buildlink3.mk 1.14 - x11/gtkmm/Makefile 1.85 - x11/gtkmm/buildlink3.mk 1.32 - x11/gtksourceview-sharp2/Makefile 1.33 - x11/gtksourceview/Makefile 1.64 - x11/gtksourceview/buildlink3.mk 1.32 - x11/gtksourceview2/Makefile 1.33 - x11/gtksourceview2/buildlink3.mk 1.19 - x11/gtksourceview3/Makefile 1.4 - x11/gtksourceview3/buildlink3.mk 1.4 - x11/gtkterm2/Makefile 1.27 - x11/hot-babe/Makefile 1.33 - x11/kactivities/Makefile 1.6 - x11/kactivities/buildlink3.mk 1.6 - x11/kde-baseapps4/Makefile 1.8 - x11/kde-runtime4/Makefile 1.12 - x11/kde-runtime4/buildlink3.mk 1.6 - x11/kde-workspace4/Makefile 1.11 - x11/kde-workspace4/buildlink3.mk 1.6 - x11/kdelibs4/Makefile 1.47 - x11/kdelibs4/buildlink3.mk 1.22 - x11/konsole/Makefile 1.6 - x11/lablgtk/Makefile 1.68 - x11/lablgtk/buildlink3.mk 1.22 - x11/libX11/Makefile 1.28 - x11/libdesktop-agnostic/Makefile 1.10 - x11/libdesktop-agnostic/buildlink3.mk 1.7 - x11/libgnomekbd/Makefile 1.37 - x11/libunique/Makefile 1.21 - x11/libunique/buildlink3.mk 1.15 - x11/libunique3/Makefile 1.9 - x11/libxcb/buildlink3.mk 1.3 - x11/libxfce4gui/Makefile 1.41 - x11/libxfce4gui/buildlink3.mk 1.40 - x11/libxfce4menu/Makefile 1.11 - x11/libxfce4menu/buildlink3.mk 1.13 - x11/libxfce4util/Makefile 1.27 - x11/matchbox-panel-manager/Makefile 1.24 - x11/mlterm/Makefile 1.72 - x11/nucleo/Makefile 1.29 - x11/nucleo/buildlink3.mk 1.24 - x11/p5-Alien-wxWidgets/Makefile 1.20 - x11/p5-Wx-Perl-ProcessStream/Makefile 1.19 - x11/p5-Wx/Makefile 1.24 - x11/p5-Wx/buildlink3.mk 1.15 - x11/p5-gtk2/Makefile 1.49 - x11/p5-gtk2/buildlink3.mk 1.16 - x11/py-gnome2-desktop/Makefile 1.67 - x11/py-gnome2-desktop/buildlink3.mk 1.21 - x11/py-gnome2-extras/Makefile 1.57 - x11/py-gnome2-extras/buildlink3.mk 1.32 - x11/py-gnome2/Makefile 1.86 - x11/py-gnome2/buildlink3.mk 1.41 - x11/py-gtk2/Makefile 1.87 - x11/py-gtk2/buildlink3.mk 1.40 - x11/py-gtksourceview/Makefile 1.24 - x11/py-kde4/Makefile 1.14 - x11/py-kiwi/Makefile 1.22 - x11/py-qt4-qscintilla/Makefile 1.22 - x11/py-qt4-qscintilla/buildlink3.mk 1.16 - x11/py-qt4/Makefile 1.54 - x11/py-vte/Makefile 1.11 - x11/py-vte/buildlink3.mk 1.11 - x11/py-wxWidgets/Makefile 1.39 - x11/py-wxWidgets/buildlink3.mk 1.33 - x11/qt4-creator/Makefile 1.15 - x11/qt4-docs/Makefile 1.23 - x11/qt4-libs/Makefile 1.78 - x11/qt4-libs/buildlink3.mk 1.34 - x11/qt4-mng/Makefile 1.17 - x11/qt4-mysql/Makefile 1.26 - x11/qt4-pgsql/Makefile 1.34 - x11/qt4-qdbus/Makefile 1.28 - x11/qt4-qdbus/buildlink3.mk 1.17 - x11/qt4-qscintilla/Makefile 1.21 - x11/qt4-qscintilla/buildlink3.mk 1.15 - x11/qt4-sqlite3/Makefile 1.29 - x11/qt4-tiff/Makefile 1.26 - x11/qt4-tools/Makefile 1.54 - x11/qt4-tools/buildlink3.mk 1.24 - x11/qwt-qt4/Makefile 1.20 - x11/qwt-qt4/buildlink3.mk 1.17 - x11/qwt6-qt4/Makefile 1.5 - x11/qwt6-qt4/buildlink3.mk 1.4 - x11/qwtplot3d-qt4/Makefile 1.15 - x11/qwtplot3d-qt4/buildlink3.mk 1.15 - x11/rep-gtk2/Makefile 1.22 - x11/rox-session/Makefile 1.31 - x11/ruby-gnome2-gtk/Makefile 1.36 - x11/ruby-gnome2-gtk/buildlink3.mk 1.21 - x11/ruby-gnome2-gtksourceview2/Makefile 1.25 - x11/ruby-gnome2-vte/Makefile 1.28 - x11/ruby-wxruby/Makefile 1.8 - x11/sakura/Makefile 1.10 - x11/startup-notification/Makefile 1.26 - x11/startup-notification010/Makefile 1.3 - x11/tint2/Makefile 1.19 - x11/vte/Makefile 1.92 - x11/vte/buildlink3.mk 1.33 - x11/vte029/Makefile 1.4 - x11/vte029/buildlink3.mk 1.4 - x11/wxGTK24/Makefile 1.22 - x11/wxGTK24/buildlink3.mk 1.25 - x11/wxGTK26-contrib/Makefile 1.15 - x11/wxGTK26-contrib/buildlink3.mk 1.18 - x11/wxGTK26/Makefile 1.18 - x11/wxGTK26/buildlink3.mk 1.17 - x11/wxGTK28-contrib/Makefile 1.18 - x11/wxGTK28-contrib/buildlink3.mk 1.18 - x11/wxGTK28/Makefile 1.26 - x11/wxGTK28/buildlink3.mk 1.19 - x11/wxhaskell/Makefile 1.38 - x11/x11vnc/Makefile 1.43 - x11/xcb-util-image/Makefile 1.2 - x11/xcb-util-keysyms/Makefile 1.2 - x11/xcb-util-renderutil/Makefile 1.2 - x11/xcb-util-wm/Makefile 1.2 - x11/xcb-util/Makefile 1.9 - x11/xcb-util036/Makefile 1.2 - x11/xdialog/Makefile 1.34 - x11/xfce4-clipman-plugin/Makefile 1.27 - x11/xfce4-clipman-plugin/buildlink3.mk 1.31 - x11/xfce4-desktop/Makefile 1.48 - x11/xfce4-exo/Makefile 1.23 - x11/xfce4-exo/buildlink3.mk 1.18 - x11/xfce4-eyes-plugin/Makefile 1.15 - x11/xfce4-eyes-plugin/buildlink3.mk 1.17 - x11/xfce4-gtk2-engine/Makefile 1.24 - x11/xfce4-notes-plugin/Makefile 1.29 - x11/xfce4-notes-plugin/buildlink3.mk 1.33 - x11/xfce4-panel/Makefile 1.51 - x11/xfce4-panel/buildlink3.mk 1.38 - x11/xfce4-places-plugin/Makefile 1.18 - x11/xfce4-places-plugin/buildlink3.mk 1.20 - x11/xfce4-screenshooter-plugin/Makefile 1.15 - x11/xfce4-screenshooter-plugin/buildlink3.mk 1.17 - x11/xfce4-session/Makefile 1.39 - x11/xfce4-session/buildlink3.mk 1.34 - x11/xfce4-settings/Makefile 1.18 - x11/xfce4-terminal/Makefile 1.25 - x11/xfce4-utils/Makefile 1.46 - x11/xlockmore/Makefile 1.98 - x11/xlsclients/Makefile 1.8 - x11/xpad/Makefile 1.41 - x11/xplanet/Makefile 1.59 - x11/xscreensaver-demo/Makefile 1.47 - x11/xvidcap-gtk2/Makefile 1.23 - x11/xwininfo/Makefile 1.8 - x11/zenity/Makefile 1.71 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Tue Oct 2 07:39:30 UTC 2012 Modified Files: pkgsrc/graphics/cairo: Makefile buildlink3.mk options.mk Log Message: The "cairo" package needs at least version 1.6 of the "libxcb" library. Set the minimum version accordingly. The package now uses "libxcb" from "pkgsrc" under Mac OS X Snow Leopard which fixes the build. Bump package revision because of the dependence change. To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 pkgsrc/graphics/cairo/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/graphics/cairo/buildlink3.mk cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/cairo/options.mk ------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Tue Oct 2 12:09:42 UTC 2012 Modified Files: pkgsrc/graphics/cairo: buildlink3.mk options.mk pkgsrc/multimedia/vlc: Makefile pkgsrc/multimedia/vlc10: Makefile pkgsrc/multimedia/vlc2: Makefile pkgsrc/multimedia/xine-lib: Makefile pkgsrc/pkgtools/x11-links: Makefile pkgsrc/x11/libX11: Makefile pkgsrc/x11/libxcb: buildlink3.mk pkgsrc/x11/startup-notification: Makefile pkgsrc/x11/startup-notification010: Makefile pkgsrc/x11/xcb-util: Makefile pkgsrc/x11/xcb-util-image: Makefile pkgsrc/x11/xcb-util-keysyms: Makefile pkgsrc/x11/xcb-util-renderutil: Makefile pkgsrc/x11/xcb-util-wm: Makefile pkgsrc/x11/xcb-util036: Makefile pkgsrc/x11/xlsclients: Makefile pkgsrc/x11/xwininfo: Makefile Log Message: Increase the minium required version of the "x11/libxcb" package to 1.6. There are at least two packages ("graphics/cairo" and "x11/xlsclients") which require this. And we definitely want to avoid the situation where both the based and "pkgsrc" version get used at the same time. Bump all the packages which use the "x11/libxcb" package except the two which already require version 1.6. For those package remove the manually set minimum required version. Change discussed with Thomas Klausner in private e-mail. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/graphics/cairo/buildlink3.mk cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/cairo/options.mk cvs rdiff -u -r1.139 -r1.140 pkgsrc/multimedia/vlc/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/multimedia/vlc10/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/multimedia/vlc2/Makefile cvs rdiff -u -r1.105 -r1.106 pkgsrc/multimedia/xine-lib/Makefile cvs rdiff -u -r1.134 -r1.135 pkgsrc/pkgtools/x11-links/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/libX11/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/libxcb/buildlink3.mk cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/startup-notification/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/startup-notification010/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/xcb-util/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xcb-util-image/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xcb-util-keysyms/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xcb-util-renderutil/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xcb-util-wm/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xcb-util036/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xlsclients/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xwininfo/Makefile ------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Tue Oct 2 12:17:10 UTC 2012 Modified Files: pkgsrc/pkgtools/x11-links: Makefile buildlink3.mk Log Message: Increase version number to 0.71 instead of bumping the revision. Also increase the minimum required version to 0.71. To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136 pkgsrc/pkgtools/x11-links/Makefile cvs rdiff -u -r1.43 -r1.44 pkgsrc/pkgtools/x11-links/buildlink3.mk ------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Tue Oct 2 17:12:24 UTC 2012 Modified Files: pkgsrc/archivers/ark: Makefile pkgsrc/archivers/file-roller: Makefile pkgsrc/audio/albumplayer: Makefile pkgsrc/audio/amarok: Makefile pkgsrc/audio/amarok-kde3: Makefile pkgsrc/audio/ario: Makefile pkgsrc/audio/audacious: Makefile buildlink3.mk pkgsrc/audio/audacious-plugins: Makefile pkgsrc/audio/audacity: Makefile pkgsrc/audio/aumix-gtk: Makefile pkgsrc/audio/bmp: Makefile buildlink3.mk pkgsrc/audio/bmp-esound: Makefile pkgsrc/audio/bmp-flac: Makefile pkgsrc/audio/bmp-mac: Makefile pkgsrc/audio/bmp-musepack: Makefile pkgsrc/audio/bmp-pulse: Makefile pkgsrc/audio/bmp-scrobbler: Makefile pkgsrc/audio/bmpx: Makefile pkgsrc/audio/bsl: Makefile pkgsrc/audio/buzztard: Makefile pkgsrc/audio/easytag: Makefile pkgsrc/audio/exaile: Makefile pkgsrc/audio/gbemol: Makefile pkgsrc/audio/gimmix: Makefile pkgsrc/audio/gkrellm-volume: Makefile pkgsrc/audio/glurp: Makefile pkgsrc/audio/gmp3info: Makefile pkgsrc/audio/gmpc: Makefile buildlink3.mk pkgsrc/audio/gmpc-albumview: Makefile pkgsrc/audio/gmpc-lastfm: Makefile pkgsrc/audio/gmpc-lyrics: Makefile pkgsrc/audio/gmpc-lyricwiki: Makefile pkgsrc/audio/gmpc-magnatune: Makefile pkgsrc/audio/gmpc-mdcover: Makefile pkgsrc/audio/gmpc-tagedit: Makefile pkgsrc/audio/gnome-vfs-cdda: Makefile pkgsrc/audio/gqmpeg-devel: Makefile pkgsrc/audio/gtick: Makefile pkgsrc/audio/gtkpod: Makefile pkgsrc/audio/hydrogen: Makefile pkgsrc/audio/jack-rack: Makefile pkgsrc/audio/libcanberra: Makefile buildlink3.mk pkgsrc/audio/libgpod: Makefile buildlink3.mk pkgsrc/audio/liblastfm: Makefile buildlink3.mk pkgsrc/audio/libvisual-bmp: Makefile pkgsrc/audio/libvisual-plugins: Makefile pkgsrc/audio/libvisual0.2-plugins: Makefile pkgsrc/audio/liteamp: Makefile pkgsrc/audio/mp3diags: Makefile pkgsrc/audio/mp3splt-gtk: Makefile pkgsrc/audio/muse: Makefile pkgsrc/audio/padevchooser: Makefile pkgsrc/audio/paman: Makefile pkgsrc/audio/paprefs: Makefile pkgsrc/audio/pavucontrol: Makefile pkgsrc/audio/pavumeter: Makefile pkgsrc/audio/pulseaudio: Makefile pkgsrc/audio/py-musique: Makefile pkgsrc/audio/qjackctl: Makefile pkgsrc/audio/rhythmbox: Makefile pkgsrc/audio/sfxr: Makefile pkgsrc/audio/snd: Makefile pkgsrc/audio/solfege: Makefile pkgsrc/audio/sonata: Makefile pkgsrc/audio/sound-juicer: Makefile pkgsrc/audio/streamtuner: Makefile buildlink3.mk pkgsrc/audio/sweep: Makefile pkgsrc/audio/terminatorx: Makefile pkgsrc/audio/timidity: Makefile pkgsrc/audio/xfce4-mixer: Makefile pkgsrc/audio/xfce4-xmms-plugin: Makefile buildlink3.mk pkgsrc/biology/chemtool: Makefile pkgsrc/biology/gnome-chemistry-utils: Makefile pkgsrc/biology/openbabel: Makefile pkgsrc/cad/boolean: Makefile pkgsrc/cad/geda: Makefile pkgsrc/cad/gerbv: Makefile pkgsrc/cad/gsmc: Makefile pkgsrc/cad/gtk2-wcalc: Makefile pkgsrc/cad/gtkwave: Makefile pkgsrc/cad/gwave: Makefile pkgsrc/cad/librecad: Makefile pkgsrc/cad/openscad: Makefile pkgsrc/cad/pcb: Makefile pkgsrc/cad/transcalc: Makefile pkgsrc/chat/empathy: Makefile buildlink3.mk pkgsrc/chat/finch: Makefile pkgsrc/chat/gajim: Makefile pkgsrc/chat/gg2: Makefile pkgsrc/chat/gnomeicu: Makefile pkgsrc/chat/gossip: Makefile pkgsrc/chat/konversation: Makefile pkgsrc/chat/libpurple: Makefile buildlink3.mk pkgsrc/chat/msn-pecan: Makefile pkgsrc/chat/pidgin: Makefile buildlink3.mk pkgsrc/chat/pidgin-facebookchat: Makefile pkgsrc/chat/pidgin-icb: Makefile pkgsrc/chat/pidgin-latex: Makefile pkgsrc/chat/pidgin-libnotify: Makefile pkgsrc/chat/pidgin-otr: Makefile pkgsrc/chat/pidgin-sametime: Makefile pkgsrc/chat/pidgin-silc: Makefile pkgsrc/chat/psi: Makefile pkgsrc/chat/spectrum: Makefile pkgsrc/chat/telepathy-farsight: Makefile buildlink3.mk pkgsrc/chat/telepathy-mission-control: Makefile buildlink3.mk pkgsrc/chat/xchat: Makefile pkgsrc/chat/xchat-systray-integration: Makefile pkgsrc/comms/asterisk10: Makefile pkgsrc/comms/asterisk18: Makefile pkgsrc/comms/efax-gtk: Makefile pkgsrc/comms/gnome-pilot: Makefile buildlink3.mk pkgsrc/comms/jpilot: Makefile buildlink3.mk pkgsrc/comms/jpilot-syncmal: Makefile pkgsrc/comms/multisync-gui: Makefile pkgsrc/converters/tex2rtf: Makefile pkgsrc/databases/gourmet: Makefile pkgsrc/databases/gq: Makefile pkgsrc/databases/gramps: Makefile pkgsrc/databases/gramps2: Makefile pkgsrc/databases/gramps3: Makefile pkgsrc/databases/gtkdbfeditor: Makefile pkgsrc/databases/libgnomedb: Makefile buildlink3.mk pkgsrc/databases/mergeant: Makefile pkgsrc/databases/mysql-workbench: Makefile pkgsrc/databases/p5-RRD-Simple: Makefile pkgsrc/databases/pgadmin3: Makefile pkgsrc/databases/rrdtool: Makefile buildlink3.mk pkgsrc/databases/ruby-rrdtool: Makefile pkgsrc/devel/GConf-ui: Makefile buildlink3.mk pkgsrc/devel/SDL_Pango: Makefile buildlink3.mk pkgsrc/devel/anjuta: Makefile pkgsrc/devel/at-spi: Makefile buildlink3.mk pkgsrc/devel/automoc4: Makefile pkgsrc/devel/blib: Makefile buildlink3.mk pkgsrc/devel/boa-constructor: Makefile pkgsrc/devel/coconut: Makefile pkgsrc/devel/compizconfig-backend-gconf: Makefile pkgsrc/devel/cppcheck: Makefile pkgsrc/devel/cutter: Makefile pkgsrc/devel/dconf-editor: Makefile pkgsrc/devel/devhelp: Makefile buildlink3.mk pkgsrc/devel/distccmon-gnome: Makefile pkgsrc/devel/distccmon-gtk: Makefile pkgsrc/devel/eric4: Makefile pkgsrc/devel/ethos: Makefile buildlink3.mk pkgsrc/devel/frama-c: Makefile pkgsrc/devel/gconfmm: Makefile buildlink3.mk pkgsrc/devel/gdl: Makefile buildlink3.mk pkgsrc/devel/geany: Makefile pkgsrc/devel/glade: Makefile pkgsrc/devel/glade3: Makefile buildlink3.mk pkgsrc/devel/gmtk: Makefile buildlink3.mk pkgsrc/devel/gnome-build: Makefile buildlink3.mk pkgsrc/devel/gobject-introspection: Makefile pkgsrc/devel/gps: Makefile pkgsrc/devel/gst-plugins0.10-pango: Makefile pkgsrc/devel/guile-gnome: Makefile pkgsrc/devel/kdesdk4: Makefile pkgsrc/devel/kdevelop4: Makefile pkgsrc/devel/kdevplatform: Makefile pkgsrc/devel/kdiff3: Makefile pkgsrc/devel/libbonoboui: Makefile buildlink3.mk pkgsrc/devel/libcompizconfig: Makefile pkgsrc/devel/libdbusmenu-qt: Makefile buildlink3.mk pkgsrc/devel/libextractor: Makefile pkgsrc/devel/libgail-gnome: Makefile buildlink3.mk pkgsrc/devel/libglade: Makefile buildlink3.mk pkgsrc/devel/libglademm: Makefile buildlink3.mk pkgsrc/devel/libgnome: Makefile buildlink3.mk pkgsrc/devel/libgnomemm: Makefile buildlink3.mk pkgsrc/devel/libgnomeui: Makefile buildlink3.mk pkgsrc/devel/libgnomeuimm: Makefile buildlink3.mk pkgsrc/devel/libgweather: Makefile buildlink3.mk pkgsrc/devel/libpeas: Makefile buildlink3.mk pkgsrc/devel/libsexy: Makefile buildlink3.mk pkgsrc/devel/libsexymm: Makefile buildlink3.mk pkgsrc/devel/libview: Makefile buildlink3.mk pkgsrc/devel/libwnck: Makefile buildlink3.mk pkgsrc/devel/mono-tools: Makefile pkgsrc/devel/monodevelop: Makefile buildlink3.mk pkgsrc/devel/monodevelop-database: Makefile pkgsrc/devel/monotone-viz: Makefile pkgsrc/devel/p5-Gnome2: Makefile pkgsrc/devel/p5-Gtk2-GladeXML: Makefile pkgsrc/devel/p5-Wx-Perl-DataWalker: Makefile pkgsrc/devel/p5-pango: Makefile buildlink3.mk pkgsrc/devel/pango: Makefile buildlink3.mk pkgsrc/devel/pangomm: Makefile buildlink3.mk pkgsrc/devel/py-compizconfig: Makefile pkgsrc/devel/py-gobject: Makefile pkgsrc/devel/py-gobject-shared: Makefile pkgsrc/devel/py-gobject3: Makefile pkgsrc/devel/qconf: Makefile pkgsrc/devel/qjson: Makefile pkgsrc/devel/qtscriptgenerator: Makefile buildlink3.mk pkgsrc/devel/rapidsvn: Makefile pkgsrc/devel/ruby-gnome2-pango: Makefile buildlink3.mk pkgsrc/devel/scintilla: Makefile buildlink3.mk pkgsrc/devel/swt: Makefile pkgsrc/devel/valide: Makefile pkgsrc/devel/xfce4-dev-tools: Makefile pkgsrc/devel/xfconf: Makefile pkgsrc/devel/xulrunner: Makefile buildlink3.mk pkgsrc/devel/xulrunner10: Makefile buildlink3.mk pkgsrc/devel/xulrunner192: Makefile buildlink3.mk pkgsrc/editors/Sigil: Makefile pkgsrc/editors/TeXmacs-devel: Makefile pkgsrc/editors/abiword: Makefile pkgsrc/editors/abiword-plugins: Makefile pkgsrc/editors/beaver: Makefile pkgsrc/editors/conglomerate: Makefile pkgsrc/editors/dasher: Makefile pkgsrc/editors/emacs: Makefile pkgsrc/editors/emacs-snapshot: Makefile pkgsrc/editors/emacs22: Makefile pkgsrc/editors/emacs24: Makefile pkgsrc/editors/gconf-editor: Makefile pkgsrc/editors/gedit: Makefile buildlink3.mk pkgsrc/editors/gedit-python: Makefile pkgsrc/editors/gedit3: Makefile pkgsrc/editors/gedit3-spell: Makefile pkgsrc/editors/ghex: Makefile pkgsrc/editors/gice: Makefile pkgsrc/editors/gobby: Makefile pkgsrc/editors/gtranslator: Makefile pkgsrc/editors/gummi: Makefile pkgsrc/editors/kate: Makefile pkgsrc/editors/kile: Makefile pkgsrc/editors/leafpad: Makefile pkgsrc/editors/lyx: Makefile pkgsrc/editors/medit: Makefile pkgsrc/editors/mlview: Makefile pkgsrc/editors/notecase: Makefile pkgsrc/editors/p5-Padre: Makefile pkgsrc/editors/p5-Wx-Scintilla: Makefile pkgsrc/editors/poedit: Makefile pkgsrc/editors/qgoogletranslator: Makefile pkgsrc/editors/scite: Makefile pkgsrc/editors/tea: Makefile pkgsrc/editors/texmaker: Makefile pkgsrc/editors/texworks: Makefile pkgsrc/editors/tomboy: Makefile pkgsrc/editors/vim-gtk2: Makefile pkgsrc/editors/xfce4-mousepad: Makefile pkgsrc/editors/xournal: Makefile pkgsrc/emulators/blinkensim: Makefile pkgsrc/emulators/bochs: Makefile pkgsrc/emulators/e-uae: Makefile pkgsrc/emulators/fuse: Makefile pkgsrc/emulators/gambatte: Makefile pkgsrc/emulators/gens: Makefile pkgsrc/emulators/gpsim: Makefile pkgsrc/emulators/gpsim-devel: Makefile buildlink3.mk pkgsrc/emulators/gpsim-oscilloscope: Makefile pkgsrc/emulators/gpsim-ptyusart: Makefile pkgsrc/emulators/mame: Makefile pkgsrc/emulators/mess: Makefile pkgsrc/emulators/nestopia: Makefile pkgsrc/emulators/snes9x-gtk: Makefile pkgsrc/emulators/tme: Makefile pkgsrc/emulators/uae: Makefile pkgsrc/emulators/vice: Makefile pkgsrc/emulators/xnp2: Makefile pkgsrc/emulators/yabause: Makefile pkgsrc/filesystems/fuse-pod: Makefile pkgsrc/finance/gkrellm-stock: Makefile pkgsrc/finance/gnucash: Makefile pkgsrc/fonts/fntsample: Makefile pkgsrc/fonts/fontforge: Makefile pkgsrc/fonts/gbdfed: Makefile pkgsrc/fonts/gucharmap: Makefile buildlink3.mk pkgsrc/games/atomix: Makefile pkgsrc/games/blinken: Makefile pkgsrc/games/bluemoon: Makefile pkgsrc/games/ccgo: Makefile pkgsrc/games/crack-attack: Makefile pkgsrc/games/crossfire-client-gtk2: Makefile pkgsrc/games/dopewars: Makefile pkgsrc/games/eboard: Makefile pkgsrc/games/flightgear: Makefile pkgsrc/games/freeciv-client: Makefile pkgsrc/games/frozen-bubble: Makefile pkgsrc/games/gamazons: Makefile pkgsrc/games/gbrainy: Makefile pkgsrc/games/gcompris: Makefile pkgsrc/games/genecys-client: Makefile pkgsrc/games/gnome-games: Makefile pkgsrc/games/gnome-mastermind: Makefile pkgsrc/games/grhino: Makefile pkgsrc/games/gtetrinet: Makefile pkgsrc/games/gtkballs: Makefile pkgsrc/games/gtklevel9: Makefile pkgsrc/games/gtkmagnetic: Makefile pkgsrc/games/gturing: Makefile pkgsrc/games/holtz: Makefile pkgsrc/games/kanagram: Makefile pkgsrc/games/kanatest: Makefile pkgsrc/games/kdegames4: Makefile pkgsrc/games/kdetoys4: Makefile pkgsrc/games/khangman: Makefile pkgsrc/games/kye: Makefile pkgsrc/games/pioneers: Makefile pkgsrc/games/pokerth: Makefile pkgsrc/games/puzzles: Makefile pkgsrc/games/pytraffic: Makefile pkgsrc/games/quarry: Makefile pkgsrc/games/rftg: Makefile pkgsrc/games/scummvm-tools: Makefile pkgsrc/games/simgear: Makefile pkgsrc/games/sirius: Makefile pkgsrc/games/teg: Makefile pkgsrc/games/wesnoth: Makefile pkgsrc/games/wxhugo: Makefile pkgsrc/games/xcowsay: Makefile pkgsrc/geography/emerillon: Makefile pkgsrc/geography/geoclue: Makefile pkgsrc/geography/libchamplain04: Makefile buildlink3.mk pkgsrc/geography/libchamplain06: Makefile buildlink3.mk pkgsrc/geography/libchamplain08: Makefile buildlink3.mk pkgsrc/geography/mapserver: Makefile pkgsrc/geography/merkaartor: Makefile pkgsrc/geography/qgis: Makefile pkgsrc/geography/qlandkartegt: Makefile pkgsrc/geography/qlandkartem: Makefile pkgsrc/geography/viking: Makefile pkgsrc/graphics/aqsis: Makefile pkgsrc/graphics/blinkenthemes: Makefile pkgsrc/graphics/blinkentools: Makefile pkgsrc/graphics/cairo: Makefile buildlink3.mk pkgsrc/graphics/cairo-gobject: Makefile buildlink3.mk pkgsrc/graphics/cairomm: Makefile buildlink3.mk pkgsrc/graphics/camlimages: Makefile pkgsrc/graphics/cheese: Makefile pkgsrc/graphics/cinepaint: Makefile pkgsrc/graphics/clutter: Makefile buildlink3.mk pkgsrc/graphics/clutter-box2d: Makefile pkgsrc/graphics/clutter-cairo: Makefile buildlink3.mk pkgsrc/graphics/clutter-gtk: Makefile buildlink3.mk pkgsrc/graphics/clutter-mx: Makefile buildlink3.mk pkgsrc/graphics/clutter-qt: Makefile pkgsrc/graphics/clutter08: Makefile buildlink3.mk pkgsrc/graphics/clutter08-gtk: Makefile buildlink3.mk pkgsrc/graphics/comix: Makefile pkgsrc/graphics/darktable: Makefile pkgsrc/graphics/denemo: Makefile pkgsrc/graphics/dia: Makefile pkgsrc/graphics/dia-python: Makefile pkgsrc/graphics/digikam: Makefile pkgsrc/graphics/djview4: Makefile pkgsrc/graphics/eog: Makefile buildlink3.mk pkgsrc/graphics/eog-plugins: Makefile pkgsrc/graphics/eog-plugins-map: Makefile pkgsrc/graphics/eog3: Makefile pkgsrc/graphics/evas-svg: Makefile pkgsrc/graphics/extrema: Makefile pkgsrc/graphics/f-spot: Makefile pkgsrc/graphics/fotoxx: Makefile pkgsrc/graphics/frameworks: Makefile pkgsrc/graphics/geeqie: Makefile pkgsrc/graphics/gegl: Makefile buildlink3.mk pkgsrc/graphics/gfract: Makefile pkgsrc/graphics/gimmage: Makefile pkgsrc/graphics/gimp: Makefile buildlink3.mk pkgsrc/graphics/gimp-color-manager: Makefile pkgsrc/graphics/gimp-exif-browser: Makefile pkgsrc/graphics/gimp-fix-ca: Makefile pkgsrc/graphics/gimp-liquid-rescale: Makefile pkgsrc/graphics/gimp-rawphoto: Makefile pkgsrc/graphics/gimp-refocus-it: Makefile pkgsrc/graphics/gimp-resynthesizer: Makefile pkgsrc/graphics/gimp-ufraw: Makefile pkgsrc/graphics/gimp2-wideangle: Makefile pkgsrc/graphics/giram: Makefile pkgsrc/graphics/gliv: Makefile pkgsrc/graphics/gmngview: Makefile pkgsrc/graphics/gnome-icon-theme: Makefile pkgsrc/graphics/gnuplot: Makefile pkgsrc/graphics/goocanvas: Makefile buildlink3.mk pkgsrc/graphics/goocanvasmm: Makefile pkgsrc/graphics/gpicview: Makefile pkgsrc/graphics/gqview: Makefile pkgsrc/graphics/gqview-devel: Makefile pkgsrc/graphics/graphviz: Makefile pkgsrc/graphics/gst-plugins0.10-cairo: Makefile pkgsrc/graphics/gthumb: Makefile pkgsrc/graphics/gthumb3: Makefile pkgsrc/graphics/gtkam: Makefile pkgsrc/graphics/gtkglext: Makefile buildlink3.mk pkgsrc/graphics/gtkimageview: Makefile pkgsrc/graphics/guile-cairo: Makefile pkgsrc/graphics/gwenview: Makefile pkgsrc/graphics/hugin: Makefile pkgsrc/graphics/inkscape: Makefile pkgsrc/graphics/kamera: Makefile pkgsrc/graphics/kcolorchooser: Makefile pkgsrc/graphics/kdegraphics-mobipocket: Makefile pkgsrc/graphics/kdegraphics-strigi-analyzer: Makefile pkgsrc/graphics/kdegraphics-thumbnailers: Makefile pkgsrc/graphics/kgamma: Makefile pkgsrc/graphics/kipi-plugins: Makefile pkgsrc/graphics/kipi-plugins-calendar-kde3: Makefile pkgsrc/graphics/kipi-plugins-kde3: Makefile pkgsrc/graphics/kolourpaint: Makefile pkgsrc/graphics/koverartist: Makefile pkgsrc/graphics/kruler: Makefile pkgsrc/graphics/ksaneplugin: Makefile pkgsrc/graphics/ksnapshot: Makefile pkgsrc/graphics/libexif-gtk: Makefile buildlink3.mk pkgsrc/graphics/libgdiplus: Makefile buildlink3.mk pkgsrc/graphics/libgnomecanvas: Makefile buildlink3.mk pkgsrc/graphics/libgnomecanvasmm: Makefile buildlink3.mk pkgsrc/graphics/libkdcraw: Makefile buildlink3.mk pkgsrc/graphics/libkexiv2: Makefile pkgsrc/graphics/libkface: Makefile buildlink3.mk pkgsrc/graphics/libkipi: Makefile buildlink3.mk pkgsrc/graphics/libksane: Makefile buildlink3.mk pkgsrc/graphics/librsvg: Makefile buildlink3.mk pkgsrc/graphics/libscigraphica: Makefile buildlink3.mk pkgsrc/graphics/nvtv: Makefile pkgsrc/graphics/opencv: Makefile pkgsrc/graphics/osg: Makefile buildlink3.mk pkgsrc/graphics/p5-Gnome2-Canvas: Makefile buildlink3.mk pkgsrc/graphics/p5-cairo: Makefile buildlink3.mk pkgsrc/graphics/p5-clutter: Makefile pkgsrc/graphics/py-cairo: Makefile buildlink3.mk pkgsrc/graphics/py-clutter: Makefile buildlink3.mk pkgsrc/graphics/py-clutter-gtk: Makefile pkgsrc/graphics/py-goocanvas: Makefile pkgsrc/graphics/py-gtkglext: Makefile pkgsrc/graphics/py-matplotlib-gtk2: Makefile pkgsrc/graphics/qimageblitz: Makefile buildlink3.mk pkgsrc/graphics/qiv: Makefile pkgsrc/graphics/qiviewer: Makefile pkgsrc/graphics/ristretto: Makefile pkgsrc/graphics/ruby-clutter-cairo: Makefile pkgsrc/graphics/ruby-clutter-core: Makefile pkgsrc/graphics/ruby-clutter-gtk: Makefile pkgsrc/graphics/ruby-gnome2-goocanvas: Makefile pkgsrc/graphics/ruby-gnome2-rsvg: Makefile pkgsrc/graphics/ruby-rcairo: Makefile buildlink3.mk pkgsrc/graphics/sane-frontends: Makefile pkgsrc/graphics/scidavis: Makefile pkgsrc/graphics/scigraphica: Makefile pkgsrc/graphics/shotwell: Makefile pkgsrc/graphics/shotwell-gtk3: Makefile pkgsrc/graphics/svgpart: Makefile pkgsrc/graphics/tuxpaint: Makefile pkgsrc/graphics/ucview: Makefile pkgsrc/graphics/unicap: Makefile pkgsrc/graphics/veusz: Makefile pkgsrc/graphics/viewnior: Makefile pkgsrc/graphics/wxsvg: Makefile buildlink3.mk pkgsrc/graphics/xfce4-icon-theme: Makefile buildlink3.mk pkgsrc/graphics/xsane: Makefile pkgsrc/graphics/xzgv: Makefile pkgsrc/graphics/zphoto: Makefile pkgsrc/ham/gmfsk: Makefile pkgsrc/ham/gnuradio-examples: Makefile pkgsrc/ham/gnuradio-radio-astronomy: Makefile pkgsrc/ham/gnuradio-wxgui: Makefile buildlink3.mk pkgsrc/ham/gpredict: Makefile pkgsrc/ham/grig: Makefile pkgsrc/ham/xdx: Makefile pkgsrc/ham/xlog: Makefile pkgsrc/inputmethod/gcin: Makefile pkgsrc/inputmethod/gtk-im-libthai: Makefile pkgsrc/inputmethod/ibus: Makefile pkgsrc/inputmethod/ibus-chewing: Makefile pkgsrc/inputmethod/ibus-handwrite: Makefile pkgsrc/inputmethod/ibus-input-pad: Makefile pkgsrc/inputmethod/ibus-m17n: Makefile pkgsrc/inputmethod/ibus-qt: Makefile pkgsrc/inputmethod/ibus-skk: Makefile pkgsrc/inputmethod/ibus-t9: Makefile pkgsrc/inputmethod/ibus-unikey: Makefile pkgsrc/inputmethod/im-ja: Makefile pkgsrc/inputmethod/imhangul: Makefile pkgsrc/inputmethod/imhangul_status_applet: Makefile pkgsrc/inputmethod/input-pad: Makefile buildlink3.mk pkgsrc/inputmethod/kasumi: Makefile pkgsrc/inputmethod/kimera: Makefile pkgsrc/inputmethod/kimera-tomoe-gtk: Makefile pkgsrc/inputmethod/m17n-im-config: Makefile buildlink3.mk pkgsrc/inputmethod/nabi: Makefile pkgsrc/inputmethod/novel-pinyin: Makefile pkgsrc/inputmethod/py-input-pad: Makefile pkgsrc/inputmethod/scim: Makefile buildlink3.mk pkgsrc/inputmethod/scim-anthy: Makefile pkgsrc/inputmethod/scim-array: Makefile pkgsrc/inputmethod/scim-canna: Makefile pkgsrc/inputmethod/scim-ccinput: Makefile pkgsrc/inputmethod/scim-chewing: Makefile pkgsrc/inputmethod/scim-fcitx: Makefile pkgsrc/inputmethod/scim-hangul: Makefile pkgsrc/inputmethod/scim-input-pad: Makefile pkgsrc/inputmethod/scim-m17n: Makefile pkgsrc/inputmethod/scim-pinyin: Makefile pkgsrc/inputmethod/scim-prime: Makefile pkgsrc/inputmethod/scim-python: Makefile pkgsrc/inputmethod/scim-sinhala: Makefile pkgsrc/inputmethod/scim-skk: Makefile pkgsrc/inputmethod/scim-tables: Makefile pkgsrc/inputmethod/scim-thai: Makefile pkgsrc/inputmethod/scim-tomoe: Makefile pkgsrc/inputmethod/scim-uim: Makefile pkgsrc/inputmethod/scim-unikey: Makefile pkgsrc/inputmethod/tomoe-gtk: Makefile buildlink3.mk pkgsrc/inputmethod/uim: Makefile pkgsrc/inputmethod/uim-tomoe-gtk: Makefile pkgsrc/lang/basic256: Makefile pkgsrc/lang/classpath-gui: Makefile pkgsrc/lang/clisp: Makefile pkgsrc/lang/coq: Makefile pkgsrc/lang/kaffe-x11: Makefile pkgsrc/lang/racket: Makefile pkgsrc/lang/sablevm-classpath-gui: Makefile pkgsrc/lang/smalltalk: Makefile pkgsrc/lang/squeak-vm: Makefile pkgsrc/mail/akonadi: Makefile buildlink3.mk pkgsrc/mail/balsa: Makefile pkgsrc/mail/claws-mail: Makefile pkgsrc/mail/claws-mail-archive: Makefile pkgsrc/mail/claws-mail-attachwarner: Makefile pkgsrc/mail/claws-mail-attremover: Makefile pkgsrc/mail/claws-mail-cachesaver: Makefile pkgsrc/mail/claws-mail-dillo-viewer: Makefile pkgsrc/mail/claws-mail-fetchinfo: Makefile pkgsrc/mail/claws-mail-gtkhtml: Makefile pkgsrc/mail/claws-mail-mailmbox: Makefile pkgsrc/mail/claws-mail-newmail: Makefile pkgsrc/mail/claws-mail-notification: Makefile pkgsrc/mail/claws-mail-pgpcore: Makefile buildlink3.mk pkgsrc/mail/claws-mail-pgpinline: Makefile pkgsrc/mail/claws-mail-pgpmime: Makefile pkgsrc/mail/claws-mail-rssyl: Makefile pkgsrc/mail/claws-mail-smime: Makefile pkgsrc/mail/claws-mail-spamreport: Makefile pkgsrc/mail/claws-mail-synce: Makefile pkgsrc/mail/claws-mail-tnef: Makefile pkgsrc/mail/claws-mail-vcalendar: Makefile pkgsrc/mail/evolution: Makefile buildlink3.mk pkgsrc/mail/evolution-data-server: Makefile pkgsrc/mail/evolution-exchange: Makefile pkgsrc/mail/mail-notification: Makefile pkgsrc/mail/msmtp: Makefile pkgsrc/mail/netbiff: Makefile pkgsrc/mail/sylpheed: Makefile pkgsrc/mail/thunderbird: Makefile pkgsrc/mail/thunderbird10: Makefile pkgsrc/math/R: Makefile pkgsrc/math/analitza: Makefile buildlink3.mk pkgsrc/math/calcoo: Makefile pkgsrc/math/cantor: Makefile pkgsrc/math/cgal: Makefile buildlink3.mk pkgsrc/math/euler: Makefile pkgsrc/math/extcalc: Makefile pkgsrc/math/fityk: Makefile pkgsrc/math/galculator: Makefile pkgsrc/math/gcalctool: Makefile pkgsrc/math/gcalctool-gtk3: Makefile pkgsrc/math/genius: Makefile pkgsrc/math/gnumeric: Makefile pkgsrc/math/gnumeric110: Makefile pkgsrc/math/grpn: Makefile pkgsrc/math/gtklife: Makefile pkgsrc/math/kalgebra: Makefile pkgsrc/math/kcalc: Makefile pkgsrc/math/pspp: Makefile pkgsrc/math/qalculate-bases: Makefile pkgsrc/math/qalculate-currency: Makefile pkgsrc/math/qalculate-gtk: Makefile pkgsrc/math/qalculate-units: Makefile pkgsrc/math/speedcrunch: Makefile pkgsrc/math/wxMaxima: Makefile pkgsrc/meta-pkgs/xfce4: Makefile buildlink3.mk pkgsrc/meta-pkgs/xfce4-extras: Makefile pkgsrc/misc/attica: Makefile buildlink3.mk pkgsrc/misc/blccc: Makefile pkgsrc/misc/calibre: Makefile pkgsrc/misc/celestia: Makefile pkgsrc/misc/deskbar-applet: Makefile pkgsrc/misc/fbreader: Makefile pkgsrc/misc/gelemental: Makefile pkgsrc/misc/gkrellm-flynn: Makefile pkgsrc/misc/gkrellm-launch: Makefile pkgsrc/misc/gkrellm-leds: Makefile pkgsrc/misc/gkrellm-moon: Makefile pkgsrc/misc/gkrellm-weather: Makefile pkgsrc/misc/gnome-utils: Makefile pkgsrc/misc/goffice0.6: Makefile buildlink3.mk pkgsrc/misc/goffice0.8: Makefile buildlink3.mk pkgsrc/misc/gok: Makefile pkgsrc/misc/gperiodic: Makefile pkgsrc/misc/gwaei: Makefile pkgsrc/misc/kaccessible: Makefile pkgsrc/misc/kalzium: Makefile pkgsrc/misc/kanjipad: Makefile pkgsrc/misc/kbruch: Makefile pkgsrc/misc/kcharselect: Makefile pkgsrc/misc/kchmviewer: Makefile pkgsrc/misc/kde-wallpapers4: Makefile pkgsrc/misc/kdeadmin4: Makefile pkgsrc/misc/kdeartwork4: Makefile pkgsrc/misc/kdepim-runtime4: Makefile pkgsrc/misc/kdepim4: Makefile pkgsrc/misc/kdepimlibs4: Makefile buildlink3.mk pkgsrc/misc/kdeplasma-addons4: Makefile pkgsrc/misc/kgeography: Makefile pkgsrc/misc/kig: Makefile pkgsrc/misc/kiten: Makefile pkgsrc/misc/klettres: Makefile pkgsrc/misc/kmag: Makefile pkgsrc/misc/kmousetool: Makefile pkgsrc/misc/kmouth: Makefile pkgsrc/misc/kremotecontrol: Makefile pkgsrc/misc/kstars: Makefile pkgsrc/misc/ktouch: Makefile pkgsrc/misc/kturtle: Makefile pkgsrc/misc/kwordquiz: Makefile pkgsrc/misc/libkdeedu: Makefile buildlink3.mk pkgsrc/misc/libkgeomap: Makefile buildlink3.mk pkgsrc/misc/libkvkontakte: Makefile buildlink3.mk pkgsrc/misc/libreoffice: Makefile pkgsrc/misc/marble: Makefile buildlink3.mk pkgsrc/misc/mousetweaks: Makefile pkgsrc/misc/openoffice3: Makefile pkgsrc/misc/parley: Makefile pkgsrc/misc/rocs: Makefile pkgsrc/misc/stellarium: Makefile pkgsrc/misc/step: Makefile pkgsrc/misc/superkaramba: Makefile pkgsrc/misc/sweeper: Makefile pkgsrc/misc/tellico: Makefile pkgsrc/misc/usbprog: Makefile pkgsrc/misc/vym: Makefile pkgsrc/misc/xchm: Makefile pkgsrc/misc/xfce4-weather-plugin: Makefile buildlink3.mk pkgsrc/misc/yelp: Makefile pkgsrc/misc/yelp3: Makefile pkgsrc/misc/zyGrib: Makefile pkgsrc/multimedia/avidemux: Makefile pkgsrc/multimedia/clutter-gst: Makefile buildlink3.mk pkgsrc/multimedia/clutter08-gst: Makefile buildlink3.mk pkgsrc/multimedia/dvdstyler: Makefile pkgsrc/multimedia/farsight2: Makefile buildlink3.mk pkgsrc/multimedia/gecko-mediaplayer: Makefile pkgsrc/multimedia/gmencoder: Makefile pkgsrc/multimedia/gmplayer: Makefile pkgsrc/multimedia/gnash: Makefile pkgsrc/multimedia/gnome-media: Makefile buildlink3.mk pkgsrc/multimedia/gnome-mplayer: Makefile pkgsrc/multimedia/gopchop: Makefile pkgsrc/multimedia/gst123: Makefile pkgsrc/multimedia/gxine: Makefile pkgsrc/multimedia/handbrake: Makefile pkgsrc/multimedia/hwdecode-demos: Makefile pkgsrc/multimedia/kdemultimedia4: Makefile pkgsrc/multimedia/kdenlive: Makefile pkgsrc/multimedia/kmplayer: Makefile pkgsrc/multimedia/kmplayer-kde3: Makefile pkgsrc/multimedia/mkvtoolnix: Makefile pkgsrc/multimedia/mkvtoolnix-old: Makefile pkgsrc/multimedia/mlt: Makefile pkgsrc/multimedia/mplayer-plugin: Makefile pkgsrc/multimedia/ogle_gui: Makefile pkgsrc/multimedia/phonon: Makefile buildlink3.mk pkgsrc/multimedia/phonon-backend-gstreamer: Makefile pkgsrc/multimedia/pitivi: Makefile pkgsrc/multimedia/pspvc: Makefile pkgsrc/multimedia/py-clutter-gst: Makefile pkgsrc/multimedia/ruby-clutter-gst: Makefile pkgsrc/multimedia/subtitleeditor: Makefile pkgsrc/multimedia/swfdec: Makefile buildlink3.mk pkgsrc/multimedia/swfdec-gnome: Makefile pkgsrc/multimedia/swfdec-mozilla: Makefile pkgsrc/multimedia/totem: Makefile buildlink3.mk pkgsrc/multimedia/totem-browser-plugin: Makefile pkgsrc/multimedia/totem-nautilus: Makefile pkgsrc/multimedia/totem-pl-parser: Makefile buildlink3.mk pkgsrc/multimedia/vlc: Makefile pkgsrc/multimedia/vlc08: Makefile pkgsrc/multimedia/vlc10: Makefile pkgsrc/multimedia/vlc2: Makefile pkgsrc/multimedia/xfce4-mpc-plugin: Makefile buildlink3.mk pkgsrc/multimedia/xfmedia: Makefile pkgsrc/multimedia/xvid4conf: Makefile pkgsrc/net/Transmission-gui: Makefile pkgsrc/net/amule: Makefile pkgsrc/net/avahi: Makefile buildlink3.mk pkgsrc/net/bug-buddy: Makefile pkgsrc/net/cacti: Makefile pkgsrc/net/choqok: Makefile pkgsrc/net/dc_gui2: Makefile pkgsrc/net/dcsharp: Makefile pkgsrc/net/dhcpcd-gtk: Makefile pkgsrc/net/ed2k-gtk-gui: Makefile pkgsrc/net/ekiga: Makefile pkgsrc/net/etherape: Makefile pkgsrc/net/ettercap: Makefile pkgsrc/net/filezilla: Makefile pkgsrc/net/gitso: Makefile pkgsrc/net/gkrellm-multiping: Makefile pkgsrc/net/gkrellm-snmp: Makefile pkgsrc/net/gkrellm-wireless: Makefile pkgsrc/net/gnome-netstatus: Makefile pkgsrc/net/gnome-nettool: Makefile pkgsrc/net/gnome-vfs-smb: Makefile pkgsrc/net/gssdp: Makefile pkgsrc/net/gtk-gnutella: Makefile pkgsrc/net/gtk-vnc: Makefile buildlink3.mk pkgsrc/net/gupnp-tools: Makefile pkgsrc/net/jigdo: Makefile pkgsrc/net/kdenetwork4: Makefile pkgsrc/net/kmldonkey: Makefile pkgsrc/net/ktorrent: Makefile pkgsrc/net/libdmapsharing: Makefile pkgsrc/net/libktorrent: Makefile buildlink3.mk pkgsrc/net/logjam: Makefile pkgsrc/net/mbrowse: Makefile pkgsrc/net/mldonkey-gui: Makefile pkgsrc/net/monsoon: Makefile pkgsrc/net/mtr: Makefile pkgsrc/net/nagstamon: Makefile pkgsrc/net/nfdump: Makefile pkgsrc/net/nmap: Makefile pkgsrc/net/ntop: Makefile pkgsrc/net/remmina: Makefile pkgsrc/net/remmina-plugins: Makefile pkgsrc/net/tsclient: Makefile pkgsrc/net/twitux: Makefile pkgsrc/net/unison: Makefile pkgsrc/net/unison2.32: Makefile pkgsrc/net/urlgfe: Makefile pkgsrc/net/vinagre: Makefile pkgsrc/net/vino: Makefile pkgsrc/net/wireshark: Makefile pkgsrc/net/wistumbler2-gtk: Makefile pkgsrc/net/xfce4-wavelan-plugin: Makefile buildlink3.mk pkgsrc/net/xymon: Makefile pkgsrc/news/pan: Makefile pkgsrc/parallel/ganglia-monitor-core: Makefile pkgsrc/parallel/hwloc: Makefile pkgsrc/pkgtools/gnome-packagekit: Makefile pkgsrc/pkgtools/packagekit: Makefile pkgsrc/print/abcm2ps: Makefile pkgsrc/print/advi: Makefile pkgsrc/print/diffpdf: Makefile pkgsrc/print/epdfview: Makefile pkgsrc/print/evince: Makefile buildlink3.mk pkgsrc/print/evince-nautilus: Makefile pkgsrc/print/evince3: Makefile buildlink3.mk pkgsrc/print/glabels: Makefile pkgsrc/print/gtklp: Makefile pkgsrc/print/gutenprint-lib: Makefile pkgsrc/print/hplip: Makefile pkgsrc/print/imposter: Makefile pkgsrc/print/kbibtex: Makefile pkgsrc/print/libgnomeprint: Makefile buildlink3.mk pkgsrc/print/libgnomeprintui: Makefile buildlink3.mk pkgsrc/print/libgxps: Makefile buildlink3.mk pkgsrc/print/lilypond: Makefile pkgsrc/print/okular: Makefile pkgsrc/print/paps: Makefile pkgsrc/print/poppler-glib: Makefile buildlink3.mk pkgsrc/print/poppler-qt4: Makefile pkgsrc/print/printer-applet: Makefile pkgsrc/print/ruby-gnome2-poppler: Makefile pkgsrc/print/scribus: Makefile pkgsrc/print/scribus-qt4: Makefile pkgsrc/print/xfce4-print: Makefile buildlink3.mk pkgsrc/security/MyPasswordSafe: Makefile pkgsrc/security/fprint-demo: Makefile pkgsrc/security/fwbuilder: Makefile pkgsrc/security/gnome-keyring: Makefile buildlink3.mk pkgsrc/security/gnome-keyring-manager: Makefile pkgsrc/security/gpa: Makefile pkgsrc/security/gpass: Makefile pkgsrc/security/honeyd: Makefile pkgsrc/security/hydra: Makefile pkgsrc/security/keepassx: Makefile pkgsrc/security/kgpg: Makefile pkgsrc/security/ksecrets: Makefile pkgsrc/security/kwallet: Makefile pkgsrc/security/libfwbuilder: Makefile buildlink3.mk pkgsrc/security/openvas-client: Makefile pkgsrc/security/pinentry-gtk2: Makefile pkgsrc/security/pinentry-qt4: Makefile pkgsrc/security/policykit-gnome: Makefile pkgsrc/security/polkit-qt: Makefile buildlink3.mk pkgsrc/security/putty: Makefile pkgsrc/security/qca2: Makefile buildlink3.mk pkgsrc/security/qca2-gnupg: Makefile pkgsrc/security/qca2-ossl: Makefile pkgsrc/security/qoauth: Makefile buildlink3.mk pkgsrc/security/seahorse: Makefile buildlink3.mk pkgsrc/security/seahorse-plugins: Makefile pkgsrc/sysutils/amtterm: Makefile pkgsrc/sysutils/bacula-qt-console: Makefile pkgsrc/sysutils/bacula-tray-monitor: Makefile pkgsrc/sysutils/bacula-wx-console: Makefile pkgsrc/sysutils/brasero: Makefile buildlink3.mk pkgsrc/sysutils/brasero-nautilus: Makefile pkgsrc/sysutils/btpin-qt: Makefile pkgsrc/sysutils/bubblemon: Makefile pkgsrc/sysutils/conky: Makefile pkgsrc/sysutils/dvdisaster: Makefile pkgsrc/sysutils/filelight: Makefile pkgsrc/sysutils/gcdmaster: Makefile pkgsrc/sysutils/gkrellm: Makefile buildlink3.mk pkgsrc/sysutils/gkrellm-est: Makefile pkgsrc/sysutils/gnome-commander: Makefile pkgsrc/sysutils/gnome-device-manager: Makefile pkgsrc/sysutils/gnome-mount: Makefile buildlink3.mk pkgsrc/sysutils/gnome-nds-thumbnailer: Makefile pkgsrc/sysutils/gnome-pkgview: Makefile pkgsrc/sysutils/gnome-power-manager: Makefile pkgsrc/sysutils/gnome-settings-daemon: Makefile pkgsrc/sysutils/gnome-system-monitor: Makefile pkgsrc/sysutils/gnome-system-tools: Makefile pkgsrc/sysutils/gnome-vfs: Makefile buildlink3.mk pkgsrc/sysutils/gnome-vfs-monikers: Makefile pkgsrc/sysutils/gnome-vfsmm: Makefile buildlink3.mk pkgsrc/sysutils/gnome-volume-manager: Makefile pkgsrc/sysutils/grun: Makefile pkgsrc/sysutils/gst-plugins0.10-gnomevfs: Makefile pkgsrc/sysutils/gtk-send-pr: Makefile pkgsrc/sysutils/gvfs: Makefile pkgsrc/sysutils/k3b: Makefile pkgsrc/sysutils/k4dirstat: Makefile pkgsrc/sysutils/kdf: Makefile pkgsrc/sysutils/kfloppy: Makefile pkgsrc/sysutils/libgksu: Makefile buildlink3.mk pkgsrc/sysutils/libnotify: Makefile buildlink3.mk pkgsrc/sysutils/nautilus: Makefile buildlink3.mk pkgsrc/sysutils/nautilus-sendto: Makefile pkgsrc/sysutils/notification-daemon: Makefile pkgsrc/sysutils/open-vm-tools: Makefile pkgsrc/sysutils/p5-Gnome2-VFS: Makefile buildlink3.mk pkgsrc/sysutils/pcmanfm: Makefile pkgsrc/sysutils/py-notify: Makefile buildlink3.mk pkgsrc/sysutils/rox: Makefile pkgsrc/sysutils/screentest: Makefile pkgsrc/sysutils/strigi: Makefile pkgsrc/sysutils/virt-manager: Makefile pkgsrc/sysutils/xcdroast: Makefile pkgsrc/sysutils/xfce4-appfinder: Makefile pkgsrc/sysutils/xfce4-battery-plugin: Makefile buildlink3.mk pkgsrc/sysutils/xfce4-cpugraph-plugin: Makefile buildlink3.mk pkgsrc/sysutils/xfce4-diskperf-plugin: Makefile buildlink3.mk pkgsrc/sysutils/xfce4-fsguard-plugin: Makefile buildlink3.mk pkgsrc/sysutils/xfce4-genmon-plugin: Makefile buildlink3.mk pkgsrc/sysutils/xfce4-netload-plugin: Makefile buildlink3.mk pkgsrc/sysutils/xfce4-quicklauncher-plugin: Makefile buildlink3.mk pkgsrc/sysutils/xfce4-systemload-plugin: Makefile buildlink3.mk pkgsrc/sysutils/xfce4-thunar: Makefile buildlink3.mk pkgsrc/sysutils/xfce4-volman: Makefile pkgsrc/sysutils/xfce4-xarchiver: Makefile buildlink3.mk pkgsrc/sysutils/xfce4-xkb-plugin: Makefile buildlink3.mk pkgsrc/textproc/FlightCrew: Makefile pkgsrc/textproc/OdfConverter: Makefile pkgsrc/textproc/dikt: Makefile pkgsrc/textproc/ebview: Makefile pkgsrc/textproc/gnome-spell: Makefile buildlink3.mk pkgsrc/textproc/gnome-subtitles: Makefile pkgsrc/textproc/gtkspell: Makefile buildlink3.mk pkgsrc/textproc/py-gdick: Makefile pkgsrc/textproc/soprano: Makefile buildlink3.mk pkgsrc/textproc/xfce4-dict-plugin: Makefile buildlink3.mk pkgsrc/time/cairo-clock: Makefile pkgsrc/time/evolution-webcal: Makefile pkgsrc/time/gchore: Makefile pkgsrc/time/gdeskcal: Makefile pkgsrc/time/gnotime: Makefile pkgsrc/time/gtodo: Makefile pkgsrc/time/gtodo-applet: Makefile pkgsrc/time/hamster-applet: Makefile pkgsrc/time/ktimer: Makefile pkgsrc/time/planner: Makefile pkgsrc/time/rsibreak: Makefile pkgsrc/time/xfce4-datetime-plugin: Makefile buildlink3.mk pkgsrc/time/xfce4-orage: Makefile pkgsrc/time/xfce4-timer-plugin: Makefile buildlink3.mk pkgsrc/wm/afterstep: Makefile pkgsrc/wm/awesome: Makefile pkgsrc/wm/bmpanel2: Makefile pkgsrc/wm/compiz: Makefile buildlink3.mk pkgsrc/wm/compiz-fusion-plugins-extra: Makefile pkgsrc/wm/compiz-fusion-plugins-main: Makefile buildlink3.mk pkgsrc/wm/e16menuedit2: Makefile pkgsrc/wm/fluxconf: Makefile pkgsrc/wm/metacity: Makefile buildlink3.mk pkgsrc/wm/metisse: Makefile pkgsrc/wm/openbox: Makefile pkgsrc/wm/oroborox: Makefile pkgsrc/wm/sawfish: Makefile pkgsrc/wm/selectwm: Makefile pkgsrc/wm/wbar: Makefile pkgsrc/wm/wmakerconf: Makefile pkgsrc/wm/xfce4-wm: Makefile pkgsrc/wm/xfce4-wm-themes: Makefile pkgsrc/www/amaya: Makefile pkgsrc/www/ap22-dnssd: Makefile pkgsrc/www/bluefish: Makefile pkgsrc/www/browser-bookmarks-menu: Makefile pkgsrc/www/drivel: Makefile pkgsrc/www/epiphany: Makefile buildlink3.mk pkgsrc/www/epiphany-extensions: Makefile pkgsrc/www/firefox: Makefile pkgsrc/www/firefox10: Makefile pkgsrc/www/firefox36: Makefile pkgsrc/www/gtkhtml314: Makefile pkgsrc/www/icedtea-web: Makefile pkgsrc/www/kazehakase: Makefile pkgsrc/www/kdewebdev4: Makefile pkgsrc/www/libgtkhtml: Makefile buildlink3.mk pkgsrc/www/libmediawiki: Makefile buildlink3.mk pkgsrc/www/liferea: Makefile pkgsrc/www/liferea-current: Makefile pkgsrc/www/midori: Makefile pkgsrc/www/netsurf: Makefile pkgsrc/www/nspluginwrapper: Makefile pkgsrc/www/seamonkey: Makefile pkgsrc/www/webkit-gtk: Makefile buildlink3.mk pkgsrc/www/webkit-gtk3: Makefile buildlink3.mk pkgsrc/x11/alacarte: Makefile pkgsrc/x11/antiright: Makefile pkgsrc/x11/avant-window-navigator: Makefile pkgsrc/x11/clisp-gtk2: Makefile pkgsrc/x11/deskmenu: Makefile pkgsrc/x11/devilspie: Makefile pkgsrc/x11/eekboard: Makefile buildlink3.mk pkgsrc/x11/fast-user-switch-applet: Makefile pkgsrc/x11/fltk13: Makefile pkgsrc/x11/ftmenu: Makefile pkgsrc/x11/gdm: Makefile pkgsrc/x11/gnome-applets: Makefile pkgsrc/x11/gnome-control-center: Makefile buildlink3.mk pkgsrc/x11/gnome-desktop: Makefile buildlink3.mk pkgsrc/x11/gnome-desktop-sharp: Makefile buildlink3.mk pkgsrc/x11/gnome-desktop3: Makefile buildlink3.mk pkgsrc/x11/gnome-mag: Makefile buildlink3.mk pkgsrc/x11/gnome-panel: Makefile buildlink3.mk pkgsrc/x11/gnome-screensaver: Makefile pkgsrc/x11/gnome-session: Makefile pkgsrc/x11/gnome-sharp: Makefile buildlink3.mk pkgsrc/x11/gnome-terminal: Makefile pkgsrc/x11/gnome-themes: Makefile pkgsrc/x11/gnome-themes-extras: Makefile pkgsrc/x11/gnopernicus: Makefile pkgsrc/x11/grandr_applet: Makefile pkgsrc/x11/gromit: Makefile pkgsrc/x11/gselt: Makefile pkgsrc/x11/gtk-sharp: Makefile pkgsrc/x11/gtk2: Makefile buildlink3.mk pkgsrc/x11/gtk2+extra: Makefile buildlink3.mk pkgsrc/x11/gtk2-chtheme: Makefile pkgsrc/x11/gtk2-engines: Makefile buildlink3.mk pkgsrc/x11/gtk2-engines-bluecurve: Makefile pkgsrc/x11/gtk2-engines-murrine: Makefile pkgsrc/x11/gtk2-theme-switch: Makefile pkgsrc/x11/gtk3: Makefile buildlink3.mk pkgsrc/x11/gtkada: Makefile buildlink3.mk pkgsrc/x11/gtkglarea2: Makefile buildlink3.mk pkgsrc/x11/gtkmm: Makefile buildlink3.mk pkgsrc/x11/gtkmm-utils: Makefile buildlink3.mk pkgsrc/x11/gtksourceview: Makefile buildlink3.mk pkgsrc/x11/gtksourceview-sharp2: Makefile pkgsrc/x11/gtksourceview2: Makefile buildlink3.mk pkgsrc/x11/gtksourceview3: Makefile buildlink3.mk pkgsrc/x11/gtkterm2: Makefile pkgsrc/x11/hot-babe: Makefile pkgsrc/x11/kactivities: Makefile buildlink3.mk pkgsrc/x11/kde-baseapps4: Makefile pkgsrc/x11/kde-runtime4: Makefile buildlink3.mk pkgsrc/x11/kde-workspace4: Makefile buildlink3.mk pkgsrc/x11/kdelibs4: Makefile buildlink3.mk pkgsrc/x11/konsole: Makefile pkgsrc/x11/lablgtk: Makefile buildlink3.mk pkgsrc/x11/libdesktop-agnostic: Makefile buildlink3.mk pkgsrc/x11/libgnomekbd: Makefile pkgsrc/x11/libunique: Makefile buildlink3.mk pkgsrc/x11/libunique3: Makefile pkgsrc/x11/libxfce4gui: Makefile buildlink3.mk pkgsrc/x11/libxfce4menu: Makefile buildlink3.mk pkgsrc/x11/libxfce4util: Makefile pkgsrc/x11/matchbox-panel-manager: Makefile pkgsrc/x11/mlterm: Makefile pkgsrc/x11/nucleo: Makefile buildlink3.mk pkgsrc/x11/p5-Alien-wxWidgets: Makefile pkgsrc/x11/p5-Wx: Makefile buildlink3.mk pkgsrc/x11/p5-Wx-Perl-ProcessStream: Makefile pkgsrc/x11/p5-gtk2: Makefile buildlink3.mk pkgsrc/x11/py-gnome2: Makefile buildlink3.mk pkgsrc/x11/py-gnome2-desktop: Makefile buildlink3.mk pkgsrc/x11/py-gnome2-extras: Makefile buildlink3.mk pkgsrc/x11/py-gtk2: Makefile buildlink3.mk pkgsrc/x11/py-gtksourceview: Makefile pkgsrc/x11/py-kde4: Makefile pkgsrc/x11/py-kiwi: Makefile pkgsrc/x11/py-qt4: Makefile pkgsrc/x11/py-qt4-qscintilla: Makefile buildlink3.mk pkgsrc/x11/py-vte: Makefile buildlink3.mk pkgsrc/x11/py-wxWidgets: Makefile buildlink3.mk pkgsrc/x11/qt4-creator: Makefile pkgsrc/x11/qt4-docs: Makefile pkgsrc/x11/qt4-libs: Makefile buildlink3.mk pkgsrc/x11/qt4-mng: Makefile pkgsrc/x11/qt4-mysql: Makefile pkgsrc/x11/qt4-pgsql: Makefile pkgsrc/x11/qt4-qdbus: Makefile buildlink3.mk pkgsrc/x11/qt4-qscintilla: Makefile buildlink3.mk pkgsrc/x11/qt4-sqlite3: Makefile pkgsrc/x11/qt4-tiff: Makefile pkgsrc/x11/qt4-tools: Makefile buildlink3.mk pkgsrc/x11/qwt-qt4: Makefile buildlink3.mk pkgsrc/x11/qwt6-qt4: Makefile buildlink3.mk pkgsrc/x11/qwtplot3d-qt4: Makefile buildlink3.mk pkgsrc/x11/rep-gtk2: Makefile pkgsrc/x11/rox-session: Makefile pkgsrc/x11/ruby-gnome2-gtk: Makefile buildlink3.mk pkgsrc/x11/ruby-gnome2-gtksourceview2: Makefile pkgsrc/x11/ruby-gnome2-vte: Makefile pkgsrc/x11/ruby-wxruby: Makefile pkgsrc/x11/sakura: Makefile pkgsrc/x11/tint2: Makefile pkgsrc/x11/vte: Makefile buildlink3.mk pkgsrc/x11/vte029: Makefile buildlink3.mk pkgsrc/x11/wxGTK24: Makefile buildlink3.mk pkgsrc/x11/wxGTK26: Makefile buildlink3.mk pkgsrc/x11/wxGTK26-contrib: Makefile buildlink3.mk pkgsrc/x11/wxGTK28: Makefile buildlink3.mk pkgsrc/x11/wxGTK28-contrib: Makefile buildlink3.mk pkgsrc/x11/wxhaskell: Makefile pkgsrc/x11/x11vnc: Makefile pkgsrc/x11/xdialog: Makefile pkgsrc/x11/xfce4-clipman-plugin: Makefile buildlink3.mk pkgsrc/x11/xfce4-desktop: Makefile pkgsrc/x11/xfce4-exo: Makefile buildlink3.mk pkgsrc/x11/xfce4-eyes-plugin: Makefile buildlink3.mk pkgsrc/x11/xfce4-gtk2-engine: Makefile pkgsrc/x11/xfce4-notes-plugin: Makefile buildlink3.mk pkgsrc/x11/xfce4-panel: Makefile buildlink3.mk pkgsrc/x11/xfce4-places-plugin: Makefile buildlink3.mk pkgsrc/x11/xfce4-screenshooter-plugin: Makefile buildlink3.mk pkgsrc/x11/xfce4-session: Makefile buildlink3.mk pkgsrc/x11/xfce4-settings: Makefile pkgsrc/x11/xfce4-terminal: Makefile pkgsrc/x11/xfce4-utils: Makefile pkgsrc/x11/xlockmore: Makefile pkgsrc/x11/xpad: Makefile pkgsrc/x11/xplanet: Makefile pkgsrc/x11/xscreensaver-demo: Makefile pkgsrc/x11/xvidcap-gtk2: Makefile pkgsrc/x11/zenity: Makefile Log Message: Mass recursive bump after the dependence fix of the "cairo" package requested by Thomas Klausner. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/archivers/ark/Makefile cvs rdiff -u -r1.120 -r1.121 pkgsrc/archivers/file-roller/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/audio/albumplayer/Makefile cvs rdiff -u -r1.114 -r1.115 pkgsrc/audio/amarok/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/amarok-kde3/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/audio/ario/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/audacious/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/audio/audacious/buildlink3.mk cvs rdiff -u -r1.33 -r1.34 pkgsrc/audio/audacious-plugins/Makefile cvs rdiff -u -r1.77 -r1.78 pkgsrc/audio/audacity/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/audio/aumix-gtk/Makefile cvs rdiff -u -r1.48 -r1.49 pkgsrc/audio/bmp/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/audio/bmp/buildlink3.mk cvs rdiff -u -r1.29 -r1.30 pkgsrc/audio/bmp-esound/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/audio/bmp-flac/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/audio/bmp-mac/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/audio/bmp-musepack/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/bmp-pulse/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/bmp-scrobbler/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/audio/bmpx/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/bsl/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/audio/buzztard/Makefile cvs rdiff -u -r1.75 -r1.76 pkgsrc/audio/easytag/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/audio/exaile/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/audio/gbemol/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/audio/gimmix/Makefile cvs rdiff -u -r1.40 -r1.41 pkgsrc/audio/gkrellm-volume/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/glurp/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/audio/gmp3info/Makefile cvs rdiff -u -r1.52 -r1.53 pkgsrc/audio/gmpc/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/gmpc/buildlink3.mk cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/gmpc-albumview/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/gmpc-lastfm/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/gmpc-lyrics/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/audio/gmpc-lyricwiki/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/audio/gmpc-magnatune/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/gmpc-mdcover/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/gmpc-tagedit/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/audio/gnome-vfs-cdda/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/audio/gqmpeg-devel/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/audio/gtick/Makefile cvs rdiff -u -r1.45 -r1.46 pkgsrc/audio/gtkpod/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/audio/hydrogen/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/audio/jack-rack/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/audio/libcanberra/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/audio/libcanberra/buildlink3.mk cvs rdiff -u -r1.28 -r1.29 pkgsrc/audio/libgpod/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/libgpod/buildlink3.mk cvs rdiff -u -r1.21 -r1.22 pkgsrc/audio/liblastfm/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/audio/liblastfm/buildlink3.mk cvs rdiff -u -r1.30 -r1.31 pkgsrc/audio/libvisual-bmp/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/audio/libvisual-plugins/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/audio/libvisual0.2-plugins/Makefile cvs rdiff -u -r1.51 -r1.52 pkgsrc/audio/liteamp/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/audio/mp3diags/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/audio/mp3splt-gtk/Makefile cvs rdiff -u -r1.41 -r1.42 pkgsrc/audio/muse/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/audio/padevchooser/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/audio/paman/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/audio/paprefs/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/audio/pavucontrol/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/audio/pavumeter/Makefile cvs rdiff -u -r1.59 -r1.60 pkgsrc/audio/pulseaudio/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/audio/py-musique/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/audio/qjackctl/Makefile cvs rdiff -u -r1.97 -r1.98 pkgsrc/audio/rhythmbox/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/audio/sfxr/Makefile cvs rdiff -u -r1.69 -r1.70 pkgsrc/audio/snd/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/audio/solfege/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/audio/sonata/Makefile cvs rdiff -u -r1.54 -r1.55 pkgsrc/audio/sound-juicer/Makefile cvs rdiff -u -r1.57 -r1.58 pkgsrc/audio/streamtuner/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/audio/streamtuner/buildlink3.mk cvs rdiff -u -r1.54 -r1.55 pkgsrc/audio/sweep/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/audio/terminatorx/Makefile cvs rdiff -u -r1.84 -r1.85 pkgsrc/audio/timidity/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/audio/xfce4-mixer/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/xfce4-xmms-plugin/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/audio/xfce4-xmms-plugin/buildlink3.mk cvs rdiff -u -r1.40 -r1.41 pkgsrc/biology/chemtool/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/biology/gnome-chemistry-utils/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/biology/openbabel/Makefile cvs rdiff -u -r1.56 -r1.57 pkgsrc/cad/boolean/Makefile cvs rdiff -u -r1.78 -r1.79 pkgsrc/cad/geda/Makefile cvs rdiff -u -r1.49 -r1.50 pkgsrc/cad/gerbv/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/cad/gsmc/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/cad/gtk2-wcalc/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/cad/gtkwave/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/cad/gwave/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/cad/librecad/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/cad/openscad/Makefile cvs rdiff -u -r1.62 -r1.63 pkgsrc/cad/pcb/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/cad/transcalc/Makefile cvs rdiff -u -r1.41 -r1.42 pkgsrc/chat/empathy/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/chat/empathy/buildlink3.mk cvs rdiff -u -r1.44 -r1.45 pkgsrc/chat/finch/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/chat/gajim/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/chat/gg2/Makefile cvs rdiff -u -r1.82 -r1.83 pkgsrc/chat/gnomeicu/Makefile cvs rdiff -u -r1.78 -r1.79 pkgsrc/chat/gossip/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/chat/konversation/Makefile cvs rdiff -u -r1.45 -r1.46 pkgsrc/chat/libpurple/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/chat/libpurple/buildlink3.mk cvs rdiff -u -r1.20 -r1.21 pkgsrc/chat/msn-pecan/Makefile cvs rdiff -u -r1.44 -r1.45 pkgsrc/chat/pidgin/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/chat/pidgin/buildlink3.mk cvs rdiff -u -r1.27 -r1.28 pkgsrc/chat/pidgin-facebookchat/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/chat/pidgin-icb/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/chat/pidgin-latex/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/chat/pidgin-libnotify/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/chat/pidgin-otr/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/chat/pidgin-sametime/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/chat/pidgin-silc/Makefile cvs rdiff -u -r1.68 -r1.69 pkgsrc/chat/psi/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/chat/spectrum/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/chat/telepathy-farsight/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/chat/telepathy-farsight/buildlink3.mk cvs rdiff -u -r1.19 -r1.20 pkgsrc/chat/telepathy-mission-control/Makefile cvs rdiff -u -r1.14 -r1.15 \ pkgsrc/chat/telepathy-mission-control/buildlink3.mk cvs rdiff -u -r1.78 -r1.79 pkgsrc/chat/xchat/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/chat/xchat-systray-integration/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/comms/asterisk10/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/comms/asterisk18/Makefile cvs rdiff -u -r1.58 -r1.59 pkgsrc/comms/efax-gtk/Makefile cvs rdiff -u -r1.70 -r1.71 pkgsrc/comms/gnome-pilot/Makefile cvs rdiff -u -r1.43 -r1.44 pkgsrc/comms/gnome-pilot/buildlink3.mk cvs rdiff -u -r1.82 -r1.83 pkgsrc/comms/jpilot/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/comms/jpilot/buildlink3.mk cvs rdiff -u -r1.53 -r1.54 pkgsrc/comms/jpilot-syncmal/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/comms/multisync-gui/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/converters/tex2rtf/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/databases/gourmet/Makefile cvs rdiff -u -r1.52 -r1.53 pkgsrc/databases/gq/Makefile cvs rdiff -u -r1.59 -r1.60 pkgsrc/databases/gramps/Makefile cvs rdiff -u -r1.56 -r1.57 pkgsrc/databases/gramps2/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/databases/gramps3/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/gtkdbfeditor/Makefile cvs rdiff -u -r1.86 -r1.87 pkgsrc/databases/libgnomedb/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/databases/libgnomedb/buildlink3.mk cvs rdiff -u -r1.78 -r1.79 pkgsrc/databases/mergeant/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/mysql-workbench/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/p5-RRD-Simple/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/databases/pgadmin3/Makefile cvs rdiff -u -r1.98 -r1.99 pkgsrc/databases/rrdtool/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/databases/rrdtool/buildlink3.mk cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/ruby-rrdtool/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/GConf-ui/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/GConf-ui/buildlink3.mk cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/SDL_Pango/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/SDL_Pango/buildlink3.mk cvs rdiff -u -r1.92 -r1.93 pkgsrc/devel/anjuta/Makefile cvs rdiff -u -r1.66 -r1.67 pkgsrc/devel/at-spi/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/at-spi/buildlink3.mk cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/automoc4/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/blib/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/blib/buildlink3.mk cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/boa-constructor/Makefile cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/coconut/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/compizconfig-backend-gconf/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/cppcheck/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/cutter/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/dconf-editor/Makefile cvs rdiff -u -r1.77 -r1.78 pkgsrc/devel/devhelp/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/devhelp/buildlink3.mk cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/distccmon-gnome/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/distccmon-gtk/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/eric4/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ethos/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ethos/buildlink3.mk cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/frama-c/Makefile cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/gconfmm/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/gconfmm/buildlink3.mk cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/gdl/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/gdl/buildlink3.mk cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/geany/Makefile cvs rdiff -u -r1.73 -r1.74 pkgsrc/devel/glade/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/glade3/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/glade3/buildlink3.mk cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/gmtk/Makefile \ pkgsrc/devel/gmtk/buildlink3.mk cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/gnome-build/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/gnome-build/buildlink3.mk cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/gobject-introspection/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/gps/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/gst-plugins0.10-pango/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/guile-gnome/Makefile cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/kdesdk4/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/kdevelop4/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/kdevplatform/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/kdiff3/Makefile cvs rdiff -u -r1.92 -r1.93 pkgsrc/devel/libbonoboui/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/libbonoboui/buildlink3.mk cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/libcompizconfig/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/libdbusmenu-qt/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/libdbusmenu-qt/buildlink3.mk cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/libextractor/Makefile cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/libgail-gnome/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/libgail-gnome/buildlink3.mk cvs rdiff -u -r1.81 -r1.82 pkgsrc/devel/libglade/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/libglade/buildlink3.mk cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/libglademm/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/libglademm/buildlink3.mk cvs rdiff -u -r1.94 -r1.95 pkgsrc/devel/libgnome/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/libgnome/buildlink3.mk cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/libgnomemm/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/libgnomemm/buildlink3.mk cvs rdiff -u -r1.108 -r1.109 pkgsrc/devel/libgnomeui/Makefile cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/libgnomeui/buildlink3.mk cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/libgnomeuimm/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/libgnomeuimm/buildlink3.mk cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/libgweather/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/libgweather/buildlink3.mk cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/libpeas/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/libpeas/buildlink3.mk cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/libsexy/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/libsexy/buildlink3.mk cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/libsexymm/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/libsexymm/buildlink3.mk cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/libview/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/libview/buildlink3.mk cvs rdiff -u -r1.85 -r1.86 pkgsrc/devel/libwnck/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/libwnck/buildlink3.mk cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/mono-tools/Makefile cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/monodevelop/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/monodevelop/buildlink3.mk cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/monodevelop-database/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/monotone-viz/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-Gnome2/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-Gtk2-GladeXML/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-Wx-Perl-DataWalker/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-pango/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-pango/buildlink3.mk cvs rdiff -u -r1.165 -r1.166 pkgsrc/devel/pango/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/pango/buildlink3.mk cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/pangomm/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/pangomm/buildlink3.mk cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-compizconfig/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/py-gobject/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-gobject-shared/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-gobject3/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/qconf/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/qjson/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/qtscriptgenerator/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/qtscriptgenerator/buildlink3.mk cvs rdiff -u -r1.59 -r1.60 pkgsrc/devel/rapidsvn/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/ruby-gnome2-pango/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/ruby-gnome2-pango/buildlink3.mk cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/scintilla/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/scintilla/buildlink3.mk cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/swt/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/valide/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/xfce4-dev-tools/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/xfconf/Makefile cvs rdiff -u -r1.79 -r1.80 pkgsrc/devel/xulrunner/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/xulrunner/buildlink3.mk cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/xulrunner10/Makefile \ pkgsrc/devel/xulrunner10/buildlink3.mk cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/xulrunner192/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/xulrunner192/buildlink3.mk cvs rdiff -u -r1.35 -r1.36 pkgsrc/editors/Sigil/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/editors/TeXmacs-devel/Makefile cvs rdiff -u -r1.137 -r1.138 pkgsrc/editors/abiword/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/editors/abiword-plugins/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/editors/beaver/Makefile cvs rdiff -u -r1.75 -r1.76 pkgsrc/editors/conglomerate/Makefile cvs rdiff -u -r1.69 -r1.70 pkgsrc/editors/dasher/Makefile cvs rdiff -u -r1.149 -r1.150 pkgsrc/editors/emacs/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/editors/emacs-snapshot/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/editors/emacs22/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/emacs24/Makefile cvs rdiff -u -r1.80 -r1.81 pkgsrc/editors/gconf-editor/Makefile cvs rdiff -u -r1.117 -r1.118 pkgsrc/editors/gedit/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/editors/gedit/buildlink3.mk cvs rdiff -u -r1.11 -r1.12 pkgsrc/editors/gedit-python/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/gedit3/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/gedit3-spell/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/editors/ghex/Makefile cvs rdiff -u -r1.40 -r1.41 pkgsrc/editors/gice/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/editors/gobby/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/editors/gtranslator/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/gummi/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/editors/kate/Makefile cvs rdiff -u -r1.65 -r1.66 pkgsrc/editors/kile/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/editors/leafpad/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/editors/lyx/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/medit/Makefile cvs rdiff -u -r1.55 -r1.56 pkgsrc/editors/mlview/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/editors/notecase/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/editors/p5-Padre/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/p5-Wx-Scintilla/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/editors/poedit/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/editors/qgoogletranslator/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/editors/scite/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/editors/tea/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/editors/texmaker/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/texworks/Makefile cvs rdiff -u -r1.41 -r1.42 pkgsrc/editors/tomboy/Makefile cvs rdiff -u -r1.49 -r1.50 pkgsrc/editors/vim-gtk2/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/editors/xfce4-mousepad/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/editors/xournal/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/emulators/blinkensim/Makefile cvs rdiff -u -r1.68 -r1.69 pkgsrc/emulators/bochs/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/emulators/e-uae/Makefile cvs rdiff -u -r1.45 -r1.46 pkgsrc/emulators/fuse/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/emulators/gambatte/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/emulators/gens/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/emulators/gpsim/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/emulators/gpsim-devel/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/emulators/gpsim-devel/buildlink3.mk cvs rdiff -u -r1.21 -r1.22 pkgsrc/emulators/gpsim-oscilloscope/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/emulators/gpsim-ptyusart/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/emulators/mame/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/emulators/mess/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/emulators/nestopia/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/emulators/snes9x-gtk/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/emulators/tme/Makefile cvs rdiff -u -r1.62 -r1.63 pkgsrc/emulators/uae/Makefile cvs rdiff -u -r1.99 -r1.100 pkgsrc/emulators/vice/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/emulators/xnp2/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/emulators/yabause/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/filesystems/fuse-pod/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/finance/gkrellm-stock/Makefile cvs rdiff -u -r1.171 -r1.172 pkgsrc/finance/gnucash/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/fonts/fntsample/Makefile cvs rdiff -u -r1.79 -r1.80 pkgsrc/fonts/fontforge/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/fonts/gbdfed/Makefile cvs rdiff -u -r1.82 -r1.83 pkgsrc/fonts/gucharmap/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/fonts/gucharmap/buildlink3.mk cvs rdiff -u -r1.26 -r1.27 pkgsrc/games/atomix/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/blinken/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/games/bluemoon/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/games/ccgo/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/games/crack-attack/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/games/crossfire-client-gtk2/Makefile cvs rdiff -u -r1.51 -r1.52 pkgsrc/games/dopewars/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/games/eboard/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/games/flightgear/Makefile cvs rdiff -u -r1.56 -r1.57 pkgsrc/games/freeciv-client/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/games/frozen-bubble/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/games/gamazons/Makefile cvs rdiff -u -r1.55 -r1.56 pkgsrc/games/gbrainy/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/games/gcompris/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/games/genecys-client/Makefile cvs rdiff -u -r1.126 -r1.127 pkgsrc/games/gnome-games/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/games/gnome-mastermind/Makefile cvs rdiff -u -r1.53 -r1.54 pkgsrc/games/grhino/Makefile cvs rdiff -u -r1.62 -r1.63 pkgsrc/games/gtetrinet/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/games/gtkballs/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/games/gtklevel9/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/games/gtkmagnetic/Makefile cvs rdiff -u -r1.62 -r1.63 pkgsrc/games/gturing/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/games/holtz/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/kanagram/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/games/kanatest/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/games/kdegames4/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/games/kdetoys4/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/khangman/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/games/kye/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/games/pioneers/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/games/pokerth/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/games/puzzles/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/games/pytraffic/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/games/quarry/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/games/rftg/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/games/scummvm-tools/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/games/simgear/Makefile cvs rdiff -u -r1.57 -r1.58 pkgsrc/games/sirius/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/games/teg/Makefile cvs rdiff -u -r1.81 -r1.82 pkgsrc/games/wesnoth/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/games/wxhugo/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/xcowsay/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/geography/emerillon/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/geography/geoclue/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/geography/libchamplain04/Makefile \ pkgsrc/geography/libchamplain04/buildlink3.mk cvs rdiff -u -r1.13 -r1.14 pkgsrc/geography/libchamplain06/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/geography/libchamplain06/buildlink3.mk cvs rdiff -u -r1.9 -r1.10 pkgsrc/geography/libchamplain08/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/geography/libchamplain08/buildlink3.mk cvs rdiff -u -r1.37 -r1.38 pkgsrc/geography/mapserver/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/geography/merkaartor/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/geography/qgis/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/geography/qlandkartegt/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/geography/qlandkartem/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/geography/viking/Makefile cvs rdiff -u -r1.41 -r1.42 pkgsrc/graphics/aqsis/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/blinkenthemes/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/blinkentools/Makefile cvs rdiff -u -r1.105 -r1.106 pkgsrc/graphics/cairo/Makefile cvs rdiff -u -r1.44 -r1.45 pkgsrc/graphics/cairo/buildlink3.mk cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/cairo-gobject/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/cairo-gobject/buildlink3.mk cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/cairomm/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/cairomm/buildlink3.mk cvs rdiff -u -r1.46 -r1.47 pkgsrc/graphics/camlimages/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/graphics/cheese/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/cinepaint/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/clutter/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/clutter/buildlink3.mk cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/clutter-box2d/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/clutter-cairo/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/clutter-cairo/buildlink3.mk cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/clutter-gtk/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/clutter-gtk/buildlink3.mk cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/clutter-mx/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/clutter-mx/buildlink3.mk cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/clutter-qt/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/clutter08/Makefile \ pkgsrc/graphics/clutter08/buildlink3.mk cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/clutter08-gtk/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/clutter08-gtk/buildlink3.mk cvs rdiff -u -r1.38 -r1.39 pkgsrc/graphics/comix/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/darktable/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/denemo/Makefile cvs rdiff -u -r1.73 -r1.74 pkgsrc/graphics/dia/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/dia-python/Makefile cvs rdiff -u -r1.83 -r1.84 pkgsrc/graphics/digikam/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/djview4/Makefile cvs rdiff -u -r1.71 -r1.72 pkgsrc/graphics/eog/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/eog/buildlink3.mk cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/eog-plugins/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/eog-plugins-map/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/eog3/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/evas-svg/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/extrema/Makefile cvs rdiff -u -r1.44 -r1.45 pkgsrc/graphics/f-spot/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/fotoxx/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/frameworks/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/geeqie/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/gegl/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/gegl/buildlink3.mk cvs rdiff -u -r1.45 -r1.46 pkgsrc/graphics/gfract/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/gimmage/Makefile cvs rdiff -u -r1.220 -r1.221 pkgsrc/graphics/gimp/Makefile cvs rdiff -u -r1.43 -r1.44 pkgsrc/graphics/gimp/buildlink3.mk cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/gimp-color-manager/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/gimp-exif-browser/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/gimp-fix-ca/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/gimp-liquid-rescale/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/graphics/gimp-rawphoto/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/gimp-refocus-it/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/gimp-resynthesizer/Makefile cvs rdiff -u -r1.74 -r1.75 pkgsrc/graphics/gimp-ufraw/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/graphics/gimp2-wideangle/Makefile cvs rdiff -u -r1.64 -r1.65 pkgsrc/graphics/giram/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/gliv/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/gmngview/Makefile cvs rdiff -u -r1.79 -r1.80 pkgsrc/graphics/gnome-icon-theme/Makefile cvs rdiff -u -r1.63 -r1.64 pkgsrc/graphics/gnuplot/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/goocanvas/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/goocanvas/buildlink3.mk cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/goocanvasmm/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/gpicview/Makefile cvs rdiff -u -r1.83 -r1.84 pkgsrc/graphics/gqview/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/graphics/gqview-devel/Makefile cvs rdiff -u -r1.103 -r1.104 pkgsrc/graphics/graphviz/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/gst-plugins0.10-cairo/Makefile cvs rdiff -u -r1.72 -r1.73 pkgsrc/graphics/gthumb/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/gthumb3/Makefile cvs rdiff -u -r1.54 -r1.55 pkgsrc/graphics/gtkam/Makefile cvs rdiff -u -r1.48 -r1.49 pkgsrc/graphics/gtkglext/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/gtkglext/buildlink3.mk cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/gtkimageview/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/guile-cairo/Makefile cvs rdiff -u -r1.56 -r1.57 pkgsrc/graphics/gwenview/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/hugin/Makefile cvs rdiff -u -r1.76 -r1.77 pkgsrc/graphics/inkscape/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kamera/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kcolorchooser/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kdegraphics-mobipocket/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kdegraphics-strigi-analyzer/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kdegraphics-thumbnailers/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kgamma/Makefile cvs rdiff -u -r1.75 -r1.76 pkgsrc/graphics/kipi-plugins/Makefile cvs rdiff -u -r1.19 -r1.20 \ pkgsrc/graphics/kipi-plugins-calendar-kde3/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/graphics/kipi-plugins-kde3/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kolourpaint/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/koverartist/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kruler/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/ksaneplugin/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/ksnapshot/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/libexif-gtk/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/libexif-gtk/buildlink3.mk cvs rdiff -u -r1.59 -r1.60 pkgsrc/graphics/libgdiplus/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/graphics/libgdiplus/buildlink3.mk cvs rdiff -u -r1.65 -r1.66 pkgsrc/graphics/libgnomecanvas/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/libgnomecanvas/buildlink3.mk cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/libgnomecanvasmm/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/libgnomecanvasmm/buildlink3.mk cvs rdiff -u -r1.31 -r1.32 pkgsrc/graphics/libkdcraw/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/libkdcraw/buildlink3.mk cvs rdiff -u -r1.34 -r1.35 pkgsrc/graphics/libkexiv2/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/libkface/Makefile \ pkgsrc/graphics/libkface/buildlink3.mk cvs rdiff -u -r1.43 -r1.44 pkgsrc/graphics/libkipi/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/libkipi/buildlink3.mk cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/libksane/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/libksane/buildlink3.mk cvs rdiff -u -r1.62 -r1.63 pkgsrc/graphics/librsvg/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/librsvg/buildlink3.mk cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/libscigraphica/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/libscigraphica/buildlink3.mk cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/nvtv/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/opencv/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/osg/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/osg/buildlink3.mk cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/p5-Gnome2-Canvas/Makefile \ pkgsrc/graphics/p5-Gnome2-Canvas/buildlink3.mk cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/p5-cairo/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/p5-cairo/buildlink3.mk cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/p5-clutter/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/graphics/py-cairo/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/py-cairo/buildlink3.mk cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/py-clutter/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/py-clutter/buildlink3.mk cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/py-clutter-gtk/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/py-goocanvas/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/py-gtkglext/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/py-matplotlib-gtk2/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/qimageblitz/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/qimageblitz/buildlink3.mk cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/qiv/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/qiviewer/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/ristretto/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/ruby-clutter-cairo/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/ruby-clutter-core/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/ruby-clutter-gtk/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/ruby-gnome2-goocanvas/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/ruby-gnome2-rsvg/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/ruby-rcairo/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/ruby-rcairo/buildlink3.mk cvs rdiff -u -r1.54 -r1.55 pkgsrc/graphics/sane-frontends/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/scidavis/Makefile cvs rdiff -u -r1.60 -r1.61 pkgsrc/graphics/scigraphica/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/graphics/shotwell/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/shotwell-gtk3/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/svgpart/Makefile cvs rdiff -u -r1.67 -r1.68 pkgsrc/graphics/tuxpaint/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/ucview/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/unicap/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/veusz/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/viewnior/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/wxsvg/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/wxsvg/buildlink3.mk cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/xfce4-icon-theme/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/xfce4-icon-theme/buildlink3.mk cvs rdiff -u -r1.96 -r1.97 pkgsrc/graphics/xsane/Makefile cvs rdiff -u -r1.53 -r1.54 pkgsrc/graphics/xzgv/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/zphoto/Makefile cvs rdiff -u -r1.45 -r1.46 pkgsrc/ham/gmfsk/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/ham/gnuradio-examples/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/ham/gnuradio-radio-astronomy/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/ham/gnuradio-wxgui/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/ham/gnuradio-wxgui/buildlink3.mk cvs rdiff -u -r1.28 -r1.29 pkgsrc/ham/gpredict/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/ham/grig/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/ham/xdx/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/ham/xlog/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/inputmethod/gcin/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/gtk-im-libthai/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/inputmethod/ibus/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/inputmethod/ibus-chewing/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/inputmethod/ibus-handwrite/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/inputmethod/ibus-input-pad/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/inputmethod/ibus-m17n/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/inputmethod/ibus-qt/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/inputmethod/ibus-skk/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/inputmethod/ibus-t9/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/ibus-unikey/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/inputmethod/im-ja/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/inputmethod/imhangul/Makefile cvs rdiff -u -r1.51 -r1.52 pkgsrc/inputmethod/imhangul_status_applet/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/inputmethod/input-pad/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/input-pad/buildlink3.mk cvs rdiff -u -r1.16 -r1.17 pkgsrc/inputmethod/kasumi/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/kimera/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/kimera-tomoe-gtk/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/inputmethod/m17n-im-config/Makefile \ pkgsrc/inputmethod/m17n-im-config/buildlink3.mk cvs rdiff -u -r1.40 -r1.41 pkgsrc/inputmethod/nabi/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/inputmethod/novel-pinyin/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/inputmethod/py-input-pad/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/inputmethod/scim/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim/buildlink3.mk cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/scim-anthy/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/scim-array/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/scim-canna/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim-ccinput/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim-chewing/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/scim-fcitx/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim-hangul/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/scim-input-pad/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim-m17n/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/scim-pinyin/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/scim-prime/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/scim-python/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/scim-sinhala/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/scim-skk/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim-tables/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim-thai/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/inputmethod/scim-tomoe/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim-uim/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/scim-unikey/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/inputmethod/tomoe-gtk/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/inputmethod/tomoe-gtk/buildlink3.mk cvs rdiff -u -r1.65 -r1.66 pkgsrc/inputmethod/uim/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/inputmethod/uim-tomoe-gtk/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/basic256/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/lang/classpath-gui/Makefile cvs rdiff -u -r1.90 -r1.91 pkgsrc/lang/clisp/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/lang/coq/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/lang/kaffe-x11/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/racket/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/sablevm-classpath-gui/Makefile cvs rdiff -u -r1.69 -r1.70 pkgsrc/lang/smalltalk/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/squeak-vm/Makefile cvs rdiff -u -r1.40 -r1.41 pkgsrc/mail/akonadi/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/akonadi/buildlink3.mk cvs rdiff -u -r1.89 -r1.90 pkgsrc/mail/balsa/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/mail/claws-mail/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/mail/claws-mail-archive/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/mail/claws-mail-attachwarner/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/claws-mail-attremover/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/claws-mail-cachesaver/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/mail/claws-mail-dillo-viewer/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/mail/claws-mail-fetchinfo/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/mail/claws-mail-gtkhtml/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/claws-mail-mailmbox/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/mail/claws-mail-newmail/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/mail/claws-mail-notification/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/mail/claws-mail-pgpcore/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/claws-mail-pgpcore/buildlink3.mk cvs rdiff -u -r1.26 -r1.27 pkgsrc/mail/claws-mail-pgpinline/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/mail/claws-mail-pgpmime/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/mail/claws-mail-rssyl/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/mail/claws-mail-smime/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/mail/claws-mail-spamreport/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/claws-mail-synce/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/mail/claws-mail-tnef/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/mail/claws-mail-vcalendar/Makefile cvs rdiff -u -r1.184 -r1.185 pkgsrc/mail/evolution/Makefile cvs rdiff -u -r1.48 -r1.49 pkgsrc/mail/evolution/buildlink3.mk cvs rdiff -u -r1.123 -r1.124 pkgsrc/mail/evolution-data-server/Makefile cvs rdiff -u -r1.63 -r1.64 pkgsrc/mail/evolution-exchange/Makefile cvs rdiff -u -r1.68 -r1.69 pkgsrc/mail/mail-notification/Makefile cvs rdiff -u -r1.41 -r1.42 pkgsrc/mail/msmtp/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/netbiff/Makefile cvs rdiff -u -r1.139 -r1.140 pkgsrc/mail/sylpheed/Makefile cvs rdiff -u -r1.98 -r1.99 pkgsrc/mail/thunderbird/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/mail/thunderbird10/Makefile cvs rdiff -u -r1.129 -r1.130 pkgsrc/math/R/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/analitza/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/analitza/buildlink3.mk cvs rdiff -u -r1.22 -r1.23 pkgsrc/math/calcoo/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/cantor/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/cgal/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/cgal/buildlink3.mk cvs rdiff -u -r1.31 -r1.32 pkgsrc/math/euler/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/math/extcalc/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/math/fityk/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/math/galculator/Makefile cvs rdiff -u -r1.106 -r1.107 pkgsrc/math/gcalctool/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/gcalctool-gtk3/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/math/genius/Makefile cvs rdiff -u -r1.160 -r1.161 pkgsrc/math/gnumeric/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/math/gnumeric110/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/math/grpn/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/math/gtklife/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/kalgebra/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/kcalc/Makefile cvs rdiff -u -r1.57 -r1.58 pkgsrc/math/pspp/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/math/qalculate-bases/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/math/qalculate-currency/Makefile cvs rdiff -u -r1.49 -r1.50 pkgsrc/math/qalculate-gtk/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/math/qalculate-units/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/speedcrunch/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/math/wxMaxima/Makefile cvs rdiff -u -r1.54 -r1.55 pkgsrc/meta-pkgs/xfce4/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/meta-pkgs/xfce4/buildlink3.mk cvs rdiff -u -r1.49 -r1.50 pkgsrc/meta-pkgs/xfce4-extras/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/misc/attica/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/misc/attica/buildlink3.mk cvs rdiff -u -r1.25 -r1.26 pkgsrc/misc/blccc/Makefile cvs rdiff -u -r1.43 -r1.44 pkgsrc/misc/calibre/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/misc/celestia/Makefile cvs rdiff -u -r1.64 -r1.65 pkgsrc/misc/deskbar-applet/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/misc/fbreader/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/misc/gelemental/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/misc/gkrellm-flynn/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/misc/gkrellm-launch/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/misc/gkrellm-leds/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/misc/gkrellm-moon/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/misc/gkrellm-weather/Makefile cvs rdiff -u -r1.119 -r1.120 pkgsrc/misc/gnome-utils/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/misc/goffice0.6/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/misc/goffice0.6/buildlink3.mk cvs rdiff -u -r1.27 -r1.28 pkgsrc/misc/goffice0.8/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/misc/goffice0.8/buildlink3.mk cvs rdiff -u -r1.78 -r1.79 pkgsrc/misc/gok/Makefile cvs rdiff -u -r1.57 -r1.58 pkgsrc/misc/gperiodic/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/misc/gwaei/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kaccessible/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kalzium/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/misc/kanjipad/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kbruch/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kcharselect/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/misc/kchmviewer/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kde-wallpapers4/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/misc/kdeadmin4/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/misc/kdeartwork4/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/misc/kdepim-runtime4/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/misc/kdepim4/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/misc/kdepimlibs4/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/misc/kdepimlibs4/buildlink3.mk cvs rdiff -u -r1.33 -r1.34 pkgsrc/misc/kdeplasma-addons4/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/misc/kgeography/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kig/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kiten/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/klettres/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kmag/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kmousetool/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kmouth/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kremotecontrol/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/misc/kstars/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/ktouch/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kturtle/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kwordquiz/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/libkdeedu/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/libkdeedu/buildlink3.mk cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/libkgeomap/Makefile \ pkgsrc/misc/libkgeomap/buildlink3.mk cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/libkvkontakte/Makefile \ pkgsrc/misc/libkvkontakte/buildlink3.mk cvs rdiff -u -r1.12 -r1.13 pkgsrc/misc/libreoffice/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/misc/marble/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/marble/buildlink3.mk cvs rdiff -u -r1.30 -r1.31 pkgsrc/misc/mousetweaks/Makefile cvs rdiff -u -r1.73 -r1.74 pkgsrc/misc/openoffice3/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/parley/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/rocs/Makefile cvs rdiff -u -r1.61 -r1.62 pkgsrc/misc/stellarium/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/step/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/misc/superkaramba/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/sweeper/Makefile cvs rdiff -u -r1.56 -r1.57 pkgsrc/misc/tellico/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/misc/usbprog/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/misc/vym/Makefile cvs rdiff -u -r1.56 -r1.57 pkgsrc/misc/xchm/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/misc/xfce4-weather-plugin/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/misc/xfce4-weather-plugin/buildlink3.mk cvs rdiff -u -r1.109 -r1.110 pkgsrc/misc/yelp/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/misc/yelp3/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/misc/zyGrib/Makefile cvs rdiff -u -r1.76 -r1.77 pkgsrc/multimedia/avidemux/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/multimedia/clutter-gst/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/multimedia/clutter-gst/buildlink3.mk cvs rdiff -u -r1.12 -r1.13 pkgsrc/multimedia/clutter08-gst/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/multimedia/clutter08-gst/buildlink3.mk cvs rdiff -u -r1.43 -r1.44 pkgsrc/multimedia/dvdstyler/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/multimedia/farsight2/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/multimedia/farsight2/buildlink3.mk cvs rdiff -u -r1.16 -r1.17 pkgsrc/multimedia/gecko-mediaplayer/Makefile cvs rdiff -u -r1.52 -r1.53 pkgsrc/multimedia/gmencoder/Makefile cvs rdiff -u -r1.102 -r1.103 pkgsrc/multimedia/gmplayer/Makefile cvs rdiff -u -r1.57 -r1.58 pkgsrc/multimedia/gnash/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/multimedia/gnome-media/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/multimedia/gnome-media/buildlink3.mk cvs rdiff -u -r1.16 -r1.17 pkgsrc/multimedia/gnome-mplayer/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/multimedia/gopchop/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/multimedia/gst123/Makefile cvs rdiff -u -r1.63 -r1.64 pkgsrc/multimedia/gxine/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/multimedia/handbrake/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/multimedia/hwdecode-demos/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/multimedia/kdemultimedia4/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/multimedia/kdenlive/Makefile cvs rdiff -u -r1.68 -r1.69 pkgsrc/multimedia/kmplayer/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/multimedia/kmplayer-kde3/Makefile cvs rdiff -u -r1.49 -r1.50 pkgsrc/multimedia/mkvtoolnix/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/multimedia/mkvtoolnix-old/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/multimedia/mlt/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/multimedia/mplayer-plugin/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/multimedia/ogle_gui/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/multimedia/phonon/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/multimedia/phonon/buildlink3.mk cvs rdiff -u -r1.4 -r1.5 pkgsrc/multimedia/phonon-backend-gstreamer/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/multimedia/pitivi/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/multimedia/pspvc/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/multimedia/py-clutter-gst/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/multimedia/ruby-clutter-gst/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/multimedia/subtitleeditor/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/multimedia/swfdec/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/multimedia/swfdec/buildlink3.mk cvs rdiff -u -r1.21 -r1.22 pkgsrc/multimedia/swfdec-gnome/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/multimedia/swfdec-mozilla/Makefile cvs rdiff -u -r1.59 -r1.60 pkgsrc/multimedia/totem/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/multimedia/totem/buildlink3.mk cvs rdiff -u -r1.24 -r1.25 pkgsrc/multimedia/totem-browser-plugin/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/multimedia/totem-nautilus/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/multimedia/totem-pl-parser/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/multimedia/totem-pl-parser/buildlink3.mk cvs rdiff -u -r1.140 -r1.141 pkgsrc/multimedia/vlc/Makefile cvs rdiff -u -r1.43 -r1.44 pkgsrc/multimedia/vlc08/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/multimedia/vlc10/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/multimedia/vlc2/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/multimedia/xfce4-mpc-plugin/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/multimedia/xfce4-mpc-plugin/buildlink3.mk cvs rdiff -u -r1.33 -r1.34 pkgsrc/multimedia/xfmedia/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/multimedia/xvid4conf/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/Transmission-gui/Makefile cvs rdiff -u -r1.53 -r1.54 pkgsrc/net/amule/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/avahi/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/avahi/buildlink3.mk cvs rdiff -u -r1.84 -r1.85 pkgsrc/net/bug-buddy/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/cacti/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/choqok/Makefile cvs rdiff -u -r1.64 -r1.65 pkgsrc/net/dc_gui2/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/dcsharp/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/dhcpcd-gtk/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/ed2k-gtk-gui/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/net/ekiga/Makefile cvs rdiff -u -r1.69 -r1.70 pkgsrc/net/etherape/Makefile cvs rdiff -u -r1.57 -r1.58 pkgsrc/net/ettercap/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/net/filezilla/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/gitso/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/gkrellm-multiping/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/net/gkrellm-snmp/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/net/gkrellm-wireless/Makefile cvs rdiff -u -r1.59 -r1.60 pkgsrc/net/gnome-netstatus/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/gnome-nettool/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/gnome-vfs-smb/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/gssdp/Makefile cvs rdiff -u -r1.77 -r1.78 pkgsrc/net/gtk-gnutella/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/gtk-vnc/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/gtk-vnc/buildlink3.mk cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/gupnp-tools/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/net/jigdo/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/net/kdenetwork4/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/kmldonkey/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/net/ktorrent/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/libdmapsharing/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/libktorrent/Makefile \ pkgsrc/net/libktorrent/buildlink3.mk cvs rdiff -u -r1.32 -r1.33 pkgsrc/net/logjam/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/mbrowse/Makefile cvs rdiff -u -r1.56 -r1.57 pkgsrc/net/mldonkey-gui/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/monsoon/Makefile cvs rdiff -u -r1.73 -r1.74 pkgsrc/net/mtr/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/nagstamon/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/nfdump/Makefile cvs rdiff -u -r1.93 -r1.94 pkgsrc/net/nmap/Makefile cvs rdiff -u -r1.78 -r1.79 pkgsrc/net/ntop/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/remmina/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/remmina-plugins/Makefile cvs rdiff -u -r1.65 -r1.66 pkgsrc/net/tsclient/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/twitux/Makefile cvs rdiff -u -r1.59 -r1.60 pkgsrc/net/unison/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/unison2.32/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/urlgfe/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/vinagre/Makefile cvs rdiff -u -r1.55 -r1.56 pkgsrc/net/vino/Makefile cvs rdiff -u -r1.86 -r1.87 pkgsrc/net/wireshark/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/wistumbler2-gtk/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/xfce4-wavelan-plugin/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/xfce4-wavelan-plugin/buildlink3.mk cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/xymon/Makefile cvs rdiff -u -r1.71 -r1.72 pkgsrc/news/pan/Makefile cvs rdiff -u -r1.41 -r1.42 pkgsrc/parallel/ganglia-monitor-core/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/parallel/hwloc/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/pkgtools/gnome-packagekit/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/pkgtools/packagekit/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/print/abcm2ps/Makefile cvs rdiff -u -r1.50 -r1.51 pkgsrc/print/advi/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/print/diffpdf/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/print/epdfview/Makefile cvs rdiff -u -r1.84 -r1.85 pkgsrc/print/evince/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/print/evince/buildlink3.mk cvs rdiff -u -r1.48 -r1.49 pkgsrc/print/evince-nautilus/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/evince3/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/evince3/buildlink3.mk cvs rdiff -u -r1.58 -r1.59 pkgsrc/print/glabels/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/print/gtklp/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/print/gutenprint-lib/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/hplip/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/print/imposter/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/print/kbibtex/Makefile cvs rdiff -u -r1.83 -r1.84 pkgsrc/print/libgnomeprint/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/print/libgnomeprint/buildlink3.mk cvs rdiff -u -r1.71 -r1.72 pkgsrc/print/libgnomeprintui/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/print/libgnomeprintui/buildlink3.mk cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/libgxps/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/libgxps/buildlink3.mk cvs rdiff -u -r1.81 -r1.82 pkgsrc/print/lilypond/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/print/okular/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/paps/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/print/poppler-glib/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/print/poppler-glib/buildlink3.mk cvs rdiff -u -r1.29 -r1.30 pkgsrc/print/poppler-qt4/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/printer-applet/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/print/ruby-gnome2-poppler/Makefile cvs rdiff -u -r1.79 -r1.80 pkgsrc/print/scribus/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/print/scribus-qt4/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/print/xfce4-print/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/print/xfce4-print/buildlink3.mk cvs rdiff -u -r1.27 -r1.28 pkgsrc/security/MyPasswordSafe/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/fprint-demo/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/security/fwbuilder/Makefile cvs rdiff -u -r1.71 -r1.72 pkgsrc/security/gnome-keyring/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/security/gnome-keyring/buildlink3.mk cvs rdiff -u -r1.36 -r1.37 pkgsrc/security/gnome-keyring-manager/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/security/gpa/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/security/gpass/Makefile cvs rdiff -u -r1.40 -r1.41 pkgsrc/security/honeyd/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/security/hydra/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/keepassx/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/kgpg/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/ksecrets/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/kwallet/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/security/libfwbuilder/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/security/libfwbuilder/buildlink3.mk cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/openvas-client/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/pinentry-gtk2/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/pinentry-qt4/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/policykit-gnome/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/polkit-qt/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/polkit-qt/buildlink3.mk cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/putty/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/qca2/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/qca2/buildlink3.mk cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/qca2-gnupg/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/security/qca2-ossl/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/qoauth/Makefile \ pkgsrc/security/qoauth/buildlink3.mk cvs rdiff -u -r1.104 -r1.105 pkgsrc/security/seahorse/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/seahorse/buildlink3.mk cvs rdiff -u -r1.32 -r1.33 pkgsrc/security/seahorse-plugins/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/amtterm/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/bacula-qt-console/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/sysutils/bacula-tray-monitor/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/bacula-wx-console/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/sysutils/brasero/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/brasero/buildlink3.mk cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/brasero-nautilus/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/btpin-qt/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/bubblemon/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/conky/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/dvdisaster/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/filelight/Makefile cvs rdiff -u -r1.60 -r1.61 pkgsrc/sysutils/gcdmaster/Makefile cvs rdiff -u -r1.70 -r1.71 pkgsrc/sysutils/gkrellm/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/gkrellm/buildlink3.mk cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/gkrellm-est/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/sysutils/gnome-commander/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/gnome-device-manager/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/gnome-mount/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/gnome-mount/buildlink3.mk cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/gnome-nds-thumbnailer/Makefile cvs rdiff -u -r1.44 -r1.45 pkgsrc/sysutils/gnome-pkgview/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/sysutils/gnome-power-manager/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/sysutils/gnome-settings-daemon/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/gnome-system-monitor/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/gnome-system-tools/Makefile cvs rdiff -u -r1.94 -r1.95 pkgsrc/sysutils/gnome-vfs/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/sysutils/gnome-vfs/buildlink3.mk cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/gnome-vfs-monikers/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/sysutils/gnome-vfsmm/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/gnome-vfsmm/buildlink3.mk cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/gnome-volume-manager/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/sysutils/grun/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/gst-plugins0.10-gnomevfs/Makefile cvs rdiff -u -r1.41 -r1.42 pkgsrc/sysutils/gtk-send-pr/Makefile cvs rdiff -u -r1.45 -r1.46 pkgsrc/sysutils/gvfs/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/sysutils/k3b/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/k4dirstat/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/kdf/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/kfloppy/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/libgksu/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/libgksu/buildlink3.mk cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/libnotify/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/libnotify/buildlink3.mk cvs rdiff -u -r1.125 -r1.126 pkgsrc/sysutils/nautilus/Makefile cvs rdiff -u -r1.50 -r1.51 pkgsrc/sysutils/nautilus/buildlink3.mk cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/nautilus-sendto/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/notification-daemon/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/open-vm-tools/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/p5-Gnome2-VFS/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/p5-Gnome2-VFS/buildlink3.mk cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/pcmanfm/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/sysutils/py-notify/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/py-notify/buildlink3.mk cvs rdiff -u -r1.63 -r1.64 pkgsrc/sysutils/rox/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/screentest/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/strigi/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/virt-manager/Makefile cvs rdiff -u -r1.62 -r1.63 pkgsrc/sysutils/xcdroast/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/sysutils/xfce4-appfinder/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/xfce4-battery-plugin/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/xfce4-battery-plugin/buildlink3.mk cvs rdiff -u -r1.24 -r1.25 pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile cvs rdiff -u -r1.28 -r1.29 \ pkgsrc/sysutils/xfce4-cpugraph-plugin/buildlink3.mk cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/xfce4-diskperf-plugin/Makefile cvs rdiff -u -r1.29 -r1.30 \ pkgsrc/sysutils/xfce4-diskperf-plugin/buildlink3.mk cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/xfce4-fsguard-plugin/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/xfce4-fsguard-plugin/buildlink3.mk cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/xfce4-genmon-plugin/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/xfce4-genmon-plugin/buildlink3.mk cvs rdiff -u -r1.30 -r1.31 pkgsrc/sysutils/xfce4-netload-plugin/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/xfce4-netload-plugin/buildlink3.mk cvs rdiff -u -r1.22 -r1.23 \ pkgsrc/sysutils/xfce4-quicklauncher-plugin/Makefile cvs rdiff -u -r1.28 -r1.29 \ pkgsrc/sysutils/xfce4-quicklauncher-plugin/buildlink3.mk cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/xfce4-systemload-plugin/Makefile cvs rdiff -u -r1.30 -r1.31 \ pkgsrc/sysutils/xfce4-systemload-plugin/buildlink3.mk cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/xfce4-thunar/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/xfce4-thunar/buildlink3.mk cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/xfce4-volman/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/xfce4-xarchiver/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/xfce4-xarchiver/buildlink3.mk cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/xfce4-xkb-plugin/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/sysutils/xfce4-xkb-plugin/buildlink3.mk cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/FlightCrew/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/OdfConverter/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/dikt/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/ebview/Makefile cvs rdiff -u -r1.49 -r1.50 pkgsrc/textproc/gnome-spell/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/textproc/gnome-spell/buildlink3.mk cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/gnome-subtitles/Makefile cvs rdiff -u -r1.48 -r1.49 pkgsrc/textproc/gtkspell/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/gtkspell/buildlink3.mk cvs rdiff -u -r1.31 -r1.32 pkgsrc/textproc/py-gdick/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/soprano/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/soprano/buildlink3.mk cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/xfce4-dict-plugin/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/xfce4-dict-plugin/buildlink3.mk cvs rdiff -u -r1.26 -r1.27 pkgsrc/time/cairo-clock/Makefile cvs rdiff -u -r1.58 -r1.59 pkgsrc/time/evolution-webcal/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/time/gchore/Makefile cvs rdiff -u -r1.43 -r1.44 pkgsrc/time/gdeskcal/Makefile cvs rdiff -u -r1.54 -r1.55 pkgsrc/time/gnotime/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/time/gtodo/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/time/gtodo-applet/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/time/hamster-applet/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/time/ktimer/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/time/planner/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/time/rsibreak/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/time/xfce4-datetime-plugin/Makefile \ pkgsrc/time/xfce4-datetime-plugin/buildlink3.mk cvs rdiff -u -r1.18 -r1.19 pkgsrc/time/xfce4-orage/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/time/xfce4-timer-plugin/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/time/xfce4-timer-plugin/buildlink3.mk cvs rdiff -u -r1.57 -r1.58 pkgsrc/wm/afterstep/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/wm/awesome/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/wm/bmpanel2/Makefile cvs rdiff -u -r1.51 -r1.52 pkgsrc/wm/compiz/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/wm/compiz/buildlink3.mk cvs rdiff -u -r1.19 -r1.20 pkgsrc/wm/compiz-fusion-plugins-extra/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/wm/compiz-fusion-plugins-main/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/wm/compiz-fusion-plugins-main/buildlink3.mk cvs rdiff -u -r1.34 -r1.35 pkgsrc/wm/e16menuedit2/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/wm/fluxconf/Makefile cvs rdiff -u -r1.102 -r1.103 pkgsrc/wm/metacity/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/wm/metacity/buildlink3.mk cvs rdiff -u -r1.26 -r1.27 pkgsrc/wm/metisse/Makefile cvs rdiff -u -r1.77 -r1.78 pkgsrc/wm/openbox/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/wm/oroborox/Makefile cvs rdiff -u -r1.66 -r1.67 pkgsrc/wm/sawfish/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/wm/selectwm/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/wm/wbar/Makefile cvs rdiff -u -r1.56 -r1.57 pkgsrc/wm/wmakerconf/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/wm/xfce4-wm/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/wm/xfce4-wm-themes/Makefile cvs rdiff -u -r1.73 -r1.74 pkgsrc/www/amaya/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/ap22-dnssd/Makefile cvs rdiff -u -r1.100 -r1.101 pkgsrc/www/bluefish/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/browser-bookmarks-menu/Makefile cvs rdiff -u -r1.64 -r1.65 pkgsrc/www/drivel/Makefile cvs rdiff -u -r1.130 -r1.131 pkgsrc/www/epiphany/Makefile cvs rdiff -u -r1.49 -r1.50 pkgsrc/www/epiphany/buildlink3.mk cvs rdiff -u -r1.75 -r1.76 pkgsrc/www/epiphany-extensions/Makefile cvs rdiff -u -r1.111 -r1.112 pkgsrc/www/firefox/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/firefox10/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/firefox36/Makefile cvs rdiff -u -r1.51 -r1.52 pkgsrc/www/gtkhtml314/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/icedtea-web/Makefile cvs rdiff -u -r1.49 -r1.50 pkgsrc/www/kazehakase/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/kdewebdev4/Makefile cvs rdiff -u -r1.61 -r1.62 pkgsrc/www/libgtkhtml/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/libgtkhtml/buildlink3.mk cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/libmediawiki/Makefile \ pkgsrc/www/libmediawiki/buildlink3.mk cvs rdiff -u -r1.107 -r1.108 pkgsrc/www/liferea/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/liferea-current/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/www/midori/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/netsurf/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/nspluginwrapper/Makefile cvs rdiff -u -r1.77 -r1.78 pkgsrc/www/seamonkey/Makefile cvs rdiff -u -r1.58 -r1.59 pkgsrc/www/webkit-gtk/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/webkit-gtk/buildlink3.mk cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/webkit-gtk3/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/webkit-gtk3/buildlink3.mk cvs rdiff -u -r1.40 -r1.41 pkgsrc/x11/alacarte/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/antiright/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/avant-window-navigator/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/clisp-gtk2/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/deskmenu/Makefile cvs rdiff -u -r1.51 -r1.52 pkgsrc/x11/devilspie/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/eekboard/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/eekboard/buildlink3.mk cvs rdiff -u -r1.44 -r1.45 pkgsrc/x11/fast-user-switch-applet/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/fltk13/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/ftmenu/Makefile cvs rdiff -u -r1.169 -r1.170 pkgsrc/x11/gdm/Makefile cvs rdiff -u -r1.104 -r1.105 pkgsrc/x11/gnome-applets/Makefile cvs rdiff -u -r1.54 -r1.55 pkgsrc/x11/gnome-control-center/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/gnome-control-center/buildlink3.mk cvs rdiff -u -r1.116 -r1.117 pkgsrc/x11/gnome-desktop/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/x11/gnome-desktop/buildlink3.mk cvs rdiff -u -r1.37 -r1.38 pkgsrc/x11/gnome-desktop-sharp/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/gnome-desktop-sharp/buildlink3.mk cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/gnome-desktop3/Makefile \ pkgsrc/x11/gnome-desktop3/buildlink3.mk cvs rdiff -u -r1.72 -r1.73 pkgsrc/x11/gnome-mag/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/gnome-mag/buildlink3.mk cvs rdiff -u -r1.147 -r1.148 pkgsrc/x11/gnome-panel/Makefile cvs rdiff -u -r1.51 -r1.52 pkgsrc/x11/gnome-panel/buildlink3.mk cvs rdiff -u -r1.57 -r1.58 pkgsrc/x11/gnome-screensaver/Makefile cvs rdiff -u -r1.138 -r1.139 pkgsrc/x11/gnome-session/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/x11/gnome-sharp/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/x11/gnome-sharp/buildlink3.mk cvs rdiff -u -r1.45 -r1.46 pkgsrc/x11/gnome-terminal/Makefile cvs rdiff -u -r1.88 -r1.89 pkgsrc/x11/gnome-themes/Makefile cvs rdiff -u -r1.57 -r1.58 pkgsrc/x11/gnome-themes-extras/Makefile cvs rdiff -u -r1.77 -r1.78 pkgsrc/x11/gnopernicus/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/grandr_applet/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/gromit/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/gselt/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/x11/gtk-sharp/Makefile cvs rdiff -u -r1.235 -r1.236 pkgsrc/x11/gtk2/Makefile cvs rdiff -u -r1.55 -r1.56 pkgsrc/x11/gtk2/buildlink3.mk cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/gtk2+extra/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/gtk2+extra/buildlink3.mk cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/gtk2-chtheme/Makefile cvs rdiff -u -r1.76 -r1.77 pkgsrc/x11/gtk2-engines/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/gtk2-engines/buildlink3.mk cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/gtk2-engines-bluecurve/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/gtk2-engines-murrine/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/gtk2-theme-switch/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/gtk3/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/gtk3/buildlink3.mk cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/gtkada/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/gtkada/buildlink3.mk cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/gtkglarea2/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/gtkglarea2/buildlink3.mk cvs rdiff -u -r1.84 -r1.85 pkgsrc/x11/gtkmm/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/gtkmm/buildlink3.mk cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/gtkmm-utils/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/gtkmm-utils/buildlink3.mk cvs rdiff -u -r1.63 -r1.64 pkgsrc/x11/gtksourceview/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/gtksourceview/buildlink3.mk cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/gtksourceview-sharp2/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/gtksourceview2/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/gtksourceview2/buildlink3.mk cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/gtksourceview3/Makefile \ pkgsrc/x11/gtksourceview3/buildlink3.mk cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/gtkterm2/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/hot-babe/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/kactivities/Makefile \ pkgsrc/x11/kactivities/buildlink3.mk cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/kde-baseapps4/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/kde-runtime4/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/kde-runtime4/buildlink3.mk cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/kde-workspace4/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/kde-workspace4/buildlink3.mk cvs rdiff -u -r1.46 -r1.47 pkgsrc/x11/kdelibs4/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/kdelibs4/buildlink3.mk cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/konsole/Makefile cvs rdiff -u -r1.67 -r1.68 pkgsrc/x11/lablgtk/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/lablgtk/buildlink3.mk cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/libdesktop-agnostic/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/libdesktop-agnostic/buildlink3.mk cvs rdiff -u -r1.36 -r1.37 pkgsrc/x11/libgnomekbd/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/libunique/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/libunique/buildlink3.mk cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/libunique3/Makefile cvs rdiff -u -r1.40 -r1.41 pkgsrc/x11/libxfce4gui/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/x11/libxfce4gui/buildlink3.mk cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/libxfce4menu/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/libxfce4menu/buildlink3.mk cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/libxfce4util/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/matchbox-panel-manager/Makefile cvs rdiff -u -r1.71 -r1.72 pkgsrc/x11/mlterm/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/x11/nucleo/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/nucleo/buildlink3.mk cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/p5-Alien-wxWidgets/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/p5-Wx/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/p5-Wx/buildlink3.mk cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/p5-Wx-Perl-ProcessStream/Makefile cvs rdiff -u -r1.48 -r1.49 pkgsrc/x11/p5-gtk2/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/p5-gtk2/buildlink3.mk cvs rdiff -u -r1.85 -r1.86 pkgsrc/x11/py-gnome2/Makefile cvs rdiff -u -r1.40 -r1.41 pkgsrc/x11/py-gnome2/buildlink3.mk cvs rdiff -u -r1.66 -r1.67 pkgsrc/x11/py-gnome2-desktop/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/py-gnome2-desktop/buildlink3.mk cvs rdiff -u -r1.56 -r1.57 pkgsrc/x11/py-gnome2-extras/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/py-gnome2-extras/buildlink3.mk cvs rdiff -u -r1.86 -r1.87 pkgsrc/x11/py-gtk2/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/x11/py-gtk2/buildlink3.mk cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/py-gtksourceview/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/py-kde4/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/py-kiwi/Makefile cvs rdiff -u -r1.53 -r1.54 pkgsrc/x11/py-qt4/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/py-qt4-qscintilla/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/py-qt4-qscintilla/buildlink3.mk cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/py-vte/Makefile \ pkgsrc/x11/py-vte/buildlink3.mk cvs rdiff -u -r1.38 -r1.39 pkgsrc/x11/py-wxWidgets/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/py-wxWidgets/buildlink3.mk cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/qt4-creator/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/qt4-docs/Makefile cvs rdiff -u -r1.77 -r1.78 pkgsrc/x11/qt4-libs/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/x11/qt4-libs/buildlink3.mk cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/qt4-mng/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/qt4-mysql/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/x11/qt4-pgsql/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/qt4-qdbus/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/qt4-qdbus/buildlink3.mk cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/qt4-qscintilla/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/qt4-qscintilla/buildlink3.mk cvs rdiff -u -r1.28 -r1.29 pkgsrc/x11/qt4-sqlite3/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/qt4-tiff/Makefile cvs rdiff -u -r1.53 -r1.54 pkgsrc/x11/qt4-tools/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/qt4-tools/buildlink3.mk cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/qwt-qt4/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/qwt-qt4/buildlink3.mk cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/qwt6-qt4/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/qwt6-qt4/buildlink3.mk cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/qwtplot3d-qt4/Makefile \ pkgsrc/x11/qwtplot3d-qt4/buildlink3.mk cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/rep-gtk2/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/rox-session/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/x11/ruby-gnome2-gtk/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/ruby-gnome2-gtk/buildlink3.mk cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/ruby-gnome2-gtksourceview2/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/ruby-gnome2-vte/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/ruby-wxruby/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/sakura/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/tint2/Makefile cvs rdiff -u -r1.91 -r1.92 pkgsrc/x11/vte/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/vte/buildlink3.mk cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/vte029/Makefile \ pkgsrc/x11/vte029/buildlink3.mk cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/wxGTK24/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/wxGTK24/buildlink3.mk cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/wxGTK26/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/wxGTK26/buildlink3.mk cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/wxGTK26-contrib/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/wxGTK26-contrib/buildlink3.mk cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/wxGTK28/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/wxGTK28/buildlink3.mk cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/wxGTK28-contrib/Makefile \ pkgsrc/x11/wxGTK28-contrib/buildlink3.mk cvs rdiff -u -r1.37 -r1.38 pkgsrc/x11/wxhaskell/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/x11/x11vnc/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/x11/xdialog/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/xfce4-clipman-plugin/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/xfce4-clipman-plugin/buildlink3.mk cvs rdiff -u -r1.47 -r1.48 pkgsrc/x11/xfce4-desktop/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/xfce4-exo/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/xfce4-exo/buildlink3.mk cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/xfce4-eyes-plugin/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/xfce4-eyes-plugin/buildlink3.mk cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/xfce4-gtk2-engine/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/x11/xfce4-notes-plugin/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/xfce4-notes-plugin/buildlink3.mk cvs rdiff -u -r1.50 -r1.51 pkgsrc/x11/xfce4-panel/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/x11/xfce4-panel/buildlink3.mk cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/xfce4-places-plugin/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/xfce4-places-plugin/buildlink3.mk cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/xfce4-screenshooter-plugin/Makefile cvs rdiff -u -r1.16 -r1.17 \ pkgsrc/x11/xfce4-screenshooter-plugin/buildlink3.mk cvs rdiff -u -r1.38 -r1.39 pkgsrc/x11/xfce4-session/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/x11/xfce4-session/buildlink3.mk cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/xfce4-settings/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/xfce4-terminal/Makefile cvs rdiff -u -r1.45 -r1.46 pkgsrc/x11/xfce4-utils/Makefile cvs rdiff -u -r1.97 -r1.98 pkgsrc/x11/xlockmore/Makefile cvs rdiff -u -r1.40 -r1.41 pkgsrc/x11/xpad/Makefile cvs rdiff -u -r1.58 -r1.59 pkgsrc/x11/xplanet/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/x11/xscreensaver-demo/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/xvidcap-gtk2/Makefile cvs rdiff -u -r1.70 -r1.71 pkgsrc/x11/zenity/Makefile ------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Tue Oct 2 17:18:28 UTC 2012 Modified Files: pkgsrc/graphics/cairo: Makefile buildlink3.mk Log Message: Revert unintentional revision bump. To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 pkgsrc/graphics/cairo/Makefile cvs rdiff -u -r1.45 -r1.46 pkgsrc/graphics/cairo/buildlink3.mk
Mass recursive bump after the dependence fix of the "cairo" package requested by Thomas Klausner.
recursive bump from libffi shlib major bump (additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
update to 1.8.2 The ChangeLog and NEWS files are not consistent, can't tell what really changed.
don't install gtk-doc documentation, to avoid conflict between the two webkit-gtk versions bump PKGREVs
Recursive PKGREVISION bump for libxml2 buildlink addition.
update to 1.8.1 This is a new major branch, many fixes and enhancements.
Recursive bump from icu shlib major bumped to 49.
Recursive bump for pcre-8.30* (shlib major change)
Revbump for a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
update to 1.6.3 changes: bugfixes
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
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
Recursive bump for graphics/freetype2 buildlink addition.
Split common part to Makefile.common. While here, fix some PKGCONFIG_OVERRIDE and REPLACE_PERL paths.
update to 1.4.2 changes: bugfixes
recursive bump from textproc/icu shlib major bump.
needs libsoup24>=2.34, noticed ny obache
update to 1.4.1 this switches to the new stable branch (shlib major changed -> PKGREV bumps needed)
recursive bump from gettext-lib shlib bump.
add patches from upstream, mostly fixing pointer handling isses which can lead to crashes and possibly code injection (cve-2010-4205, cve-2011-0471, cve-2011-0473, cve-2011-0478, cve-2011-0981, cve-2011-0982) bump PKGREV
add patch from upstream to fix crash and possible code injection by run-in styling (CVE-2010-1806), bump PKGREVISION
pull 2 patches from upstream: -fix display of animated GIFs -fix crash on certain sites bump PKGREV
Marked as MAKE_JOBS_SAFE=no. try to link with non-existent libwebkit-1.0.la from Programs/unittests/*.
update to 1.2.7 changes: -fix some security problems (CVE-2010-4492, CVE-2010-4493, CVE-2011-0482, CVE-2010-4199, CVE-2010-4578) -fix some crashes (which were partly patched in pkgsrc before)
-fix the png-1.5 API problem using a new function introduced in beta08 which is simpler and more runtime efficient -pull in some stability patches from upstream bump PKGREV
Previous png-1.5 fix was incorrect, try again. Bump PKGREVISION.
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
update to 1.2.6 This release has essentially security fixes, covering the following CVEs: CVE-2010-4198 CVE-2010-4197 CVE-2010-4204 CVE-2010-4206 CVE-2010-1791 CVE-2010-3812 CVE-2010-3813 (plus 2 patches from upstream which fix crashes)
Mechanically replace references to graphics/jpeg with the suitable alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
Bump PKGREVISION from icu shlib major bump.
PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome
Pullup ticket 3265 - requested by adam security update Revisions pulled up: - pkgsrc/www/webkit-gtk/Makefile 1.28 - pkgsrc/www/webkit-gtk/distinfo 1.21 ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: adam Date: Sat Oct 16 13:46:30 UTC 2010 Modified Files: pkgsrc/www/webkit-gtk: Makefile distinfo Log Message: Changes 1.2.5: Bug fixes. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/webkit-gtk/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/webkit-gtk/distinfo
Changes 1.2.5: Bug fixes.
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that version, and bump all depends. Per discussion on pkgsrc-changes.
update to 1.2.4 changes: The patches to fix the following CVEs are included with help from Vincent Danen and other members of the Red Hat security team: CVE-2010-1781 CVE-2010-1782 CVE-2010-1784 CVE-2010-1785 CVE-2010-1786 CVE-2010-1787 CVE-2010-1788 CVE-2010-1790 CVE-2010-1792 CVE-2010-1793 CVE-2010-2648
update to 1.2.3 changes: -misc fixes, minor API extension -allow to build against icu-4.4 -security fixes added (CVE-2010-1386, CVE-2010-1392, CVE-2010-1405, CVE-2010-1407, CVE-2010-1416, CVE-2010-1417, CVE-2010-1665, CVE-2010-1418, CVE-2010-1421, CVE-2010-1422, CVE-2010-1501, CVE-2010-1767, CVE-2010-1664, CVE-2010-1758, CVE-2010-1759, CVE-2010-1760, CVE-2010-1761, CVE-2010-1762, CVE-2010-1770, CVE-2010-1771, CVE-2010-1772, CVE-2010-1773, CVE-2010-1774)
Bump PKGREVISION for libpng shlib name change. Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
update to 1.2.1 I'm not sure the changelog is well maintained, but it liiks like bugfixes.
-fix jit on netbsd/x86 (at least I hope so -- midori and epiphany work well for me now) -update to 1.2.0 -- sorry, no concise changelog available
Introduce webkit-jit option, enabled by default (no changes). Disabling jit will avoid startup crash of www/midori and www/epiphany, on NetBSD-5, reported as PR#42687 and PR#43039.
Second try at jpeg-8 recursive PKGREVISION bump.
ass patches from webkit CVS to fix security problems (CVE-2009-2816, CVE-2009-3384), bump PKGREVISION
Update to 1.1.15.3. Minor bugfixes and a new translation.
set minimum libsoup version
Update to 1.1.15.2. Massive amount of fixes and changes. See upstreams' git repo for details.
fix a bashism which made that many files belonging to "webinspector" were not installed (at least on NetBSD), bump PKGREVISION
bump revision because of graphics/jpeg update
bump PKGREVISION for icu dependency change
update to 1.1.10 changes: misc fixes (I know 1.1.11 is out, but it wants an unstable version of libsoup)
Update to 1.1.8. Changes: - We found out that WebKitWebHistoryItems were being kept with a reference count of 2 instead of 1 as they should; nobody should be relying on that, but if you hit reference counting problems with items you were creating yourself, this is for you. - You can now copy images from the web page to the clipboard. - Improvements were made to the Plugin handling code. - Scroll events will now be correctly reported to web applications. - You can now embed arbitrary widgets as if it was a plugin, with the new "create-plugin-widget" signal. - The atk_text_get_text_{at,after,before}_offset methods are now implemented for all boundary types except LINE_AFTER and LINE_BEFORE. - The usual stream of minor fixes and improvements, as always.
Update to 1.1.7. Changes: - Do not handle KeyEvents with Ctrl or Alt modifiers that we otherwise know nothing about. Otherwise shortcuts defined in the WebView will never be executed. - Add information about the SVG index bounds check committed in r43590. - For paste from middle button (button==2) we want to use the GDK_PRIMARY_SELECTION. Implement the new getCurrentTarget method in PasteboardHelperGtk by asking the WebView which clipboard to use. - Add glib-2.0 to the list of required package. - (test_webkit_web_frame_create_destroy): Declare webView as a GtkWidget* to fix pointer type incompatibility warnings. - Make the scan program call g_thread_init(NULL) in addition to g_type_init(), so that it actually works. - Unify scrolling code via adjustments and keys. Use the WebCore defined constants, since that's what people are most used to at this point. - Add missing call to notifyStatus in the committed case and a missing property notify. - When a download is requested by an ongoing request, use the already provided response to set the suggested filename for the WebKitDownload object, if available. - Remove bogus extern "C" from some source files. - Misc fixes to InspectorClientGtk: use g_filename_to_uri to get the URI and use web_view_load_uri instead of the deprecated web_view_open method for loading the URI. - Add #if ENABLE(DATABASE) guards around database code so toggling ENABLE_DATABASE off does not break builds. - Implement load-status and progress properties on the view, as well as load-status on the frame. This supersedes the different load signals load-progress-changed, load-committed, load-done, load-started and load-finished which are not only misnamed but broken by design. - Fix memory leaks. - Use strlen instead of g_utf8_strlen when calculating the size of the data that is being given to webkit_web_frame_load_string to be loaded, so that we don't miss any of the content. - Fix mis-applied patch. - Add a FrameLoaderClient callback for ResourceRetrievedByXMLHttpRequest. - Provide a mechanism to create a quirks delegate for HTMLParser - Add MessageSource and MessageLevel parameters to ChromeClient::addMessageToConsole.
Update to 1.1.6. Changes: - Several ATK support additions and fixes got landed, with many roles being now implemented, providing better accessibility. - Caret browsing is now available. - Spelling check has been implemented using Enchant; the API is still lacking, and some of the functionality still needs to be improved, though. - Error reporting is now available, with default error pages, and API that allows the application to override the default behavior; localization of those pages is still not supported, but planned. - More crashes and other bugs fixed.
Needs msgfmt.
Update to 1.1.5. This is basically a sync with a more recent WebKit nightly, and does not have much in the way of webkit-gtk changes.
update to 1.1.4 changes: minor fixes and cleanup
Bump PKGREVISION following the update of textproc/icu, and the corresponding change of ABI. OK'ed by wiz@ (as was the textproc/icu update).
Update to 1.1.3. Changes: 2009-03-15 Xan Lopez <[email protected]> Bump version to 1.1.3 for release and fix soversion calculation (oops). Thanks to Frederik Himpe for pointing this out. * configure.ac: 2009-03-15 Xan Lopez <[email protected]> Bump version and libtool version for release. * configure.ac: 2009-03-14 Xan Lopez <[email protected]> No review, build fix. Split clean rules to make distcheck pass. * GNUmakefile.am: 2009-03-13 Mark Rowe <[email protected]> Reviewed by Dan Bernstein. Remove rarely used Makefile targets from the Makefile. There are many situations in which the targets don't work as expected, and their primary use is addressed by having the build system default to building the appropriate architecture. * Makefile.shared: 2009-03-11 Jan Michael Alonzo <[email protected]> Reviewed by Holger Freyther. [Gtk] Fix make clean targets https://bugs.webkit.org/show_bug.cgi?id=24450 Fix 'make' clean targets. We shouldn't be removing DerivedSources if it's only clean. Only remove it if it's distclean or maintainer-clean. Also remove build-related auxillary files on dist/maintainer clean. * GNUmakefile.am: 2009-03-11 Jan Michael Alonzo <[email protected]> Reviewed by Holger Freyther [GTK]DumpRenderTree doesn't compile for non-X11 GTK ports anymore https://bugs.webkit.org/show_bug.cgi?id=2260 pangoft2 is also used in directfb builds so use it for all targets * configure.ac: 2009-03-02 Xan Lopez <[email protected]> Reviewed by Mark Rowe. https://bugs.webkit.org/show_bug.cgi?id=24287 [GTK] Move auth dialog feature to WebKit/ Add WebKitSoupAuthDialog files to build. * GNUmakefile.am: 2009-03-03 Gustavo Noronha Silva <[email protected]> Reviewed by Alexey Proskuryakov. https://bugs.webkit.org/show_bug.cgi?id=16826 [Gtk] Implement WebKitDownload Adding new files related to WebKitDownload to the GTK+ port. * GNUmakefile.am: 2009-03-02 Gustavo Noronha Silva <[email protected]> Unreviewed build fix; adding missing files to EXTRA_DIST, so that they show up in the tarball. * GNUmakefile.am: 2009-03-01 Christian Dywan <[email protected]> * configure.ac: Bump GTK port version to 1.1.1. 2009-02-27 Gustavo Noronha Silva <[email protected]> Unreviewed build fix. Adding the WebKit/gtk/webkitmarshal.list file to EXTRA_DIST to fix make dist. * GNUmakefile.am: 2009-02-26 Xan Lopez <[email protected]> Reviewed by Holger Freyther. https://bugs.webkit.org/show_bug.cgi?id=16947 [GTK] Missing HTTP Auth challenge Add HTTP authentication dialog with optional GNOME Keyring storage. * GNUmakefile.am: * configure.ac: 2009-02-26 Xan Lopez <[email protected]> Reviewed by Holger Freyther. https://bugs.webkit.org/show_bug.cgi?id=16947 [GTK] Missing HTTP Auth challenge Take marshallers to be built from a manually maintained list instead of grepping the sources. It's much faster, especially so now that we want to add marshallers from WebCore too. A system to only take into account the modified files when generating the marshallers from sources could be hacked, but I think it's overkill considering how rarely a new marshaller is added. * GNUmakefile.am: 2009-02-24 Jan Michael Alonzo <[email protected]> Reviewed by Alexey Proskuryakov. [Gtk] add options for 3D transforms and HTML5 channel messaging to the build https://bugs.webkit.org/show_bug.cgi?id=24072 Add options for toggling 3D transforms and HTML5 channel messaging support on or off. Also fix the web-workers option. It should be web-workers and not workers. * configure.ac: 2009-02-23 Xan Lopez <[email protected]> Reviewed by Alexey Proskuryakov. https://bugs.webkit.org/show_bug.cgi?id=22624 [SOUP][GTK] Need API to get SoupSession from WebKit. Remove CURL support, the only supported HTTP backend is SOUP now. * GNUmakefile.am: * configure.ac: 2009-02-19 Christian Dywan <[email protected]> Rubber-stamped by Holger Freyther. http://bugs.webkit.org/show_bug.cgi?id=22811 Underlinking in Programs_UnitTests (GTK+ build) * GNUmakefile.am: Add GLIB_LIBS to unit test library flags. 2009-02-18 Gustavo Noronha Silva <[email protected]> Reviewed by Holger Freyther. Fix symbols.filter location, and add other missing files to the autotools build, so that make dist works. * GNUmakefile.am: 2009-02-17 Gustavo Noronha Silva <[email protected]> Reviewed by Alexey Proskuryakov. https://bugs.webkit.org/show_bug.cgi?id=23939 Release build being built with debugging symbols * configure.ac: Revert change done in revision 40790, since we already have a AC_PROG_CXX macro call as part of WEBKIT_INIT 2009-02-12 Gustavo Noronha Silva <[email protected]> Reviewed by Eric Seidel. * configure.ac: Make soup the default HTTP backend for the Gtk port. 2009-02-09 Calvin Walton <[email protected]> Reviewed by Holger Freyther. https://bugs.webkit.org/show_bug.cgi?id=23823 [Gtk] Fix build with recent autotools Current versions of automake/libtool don't assume you want C++ enabled by default any more, so explicitly check for a C++ compiler. * configure.ac: Add AC_PROG_CXX macro 2009-02-02 Christian Dywan <[email protected]> Rubber-stamped by Holger Freyther. Don't require Geolocation by default. * configure.ac: 2009-01-30 Jan Michael Alonzo <[email protected]> Reviewed by Nikolas Zimmermann. [Gtk] Refactor autoconf/configure.ac in preparation for jsc and webkit build splits https://bugs.webkit.org/show_bug.cgi?id=22136 * GNUmakefile.am: * acinclude.m4: Removed. * autogen.sh: * autotools/acinclude.m4: Added. * autotools/dolt.m4: Added. * autotools/symbols.filter: Renamed from symbols.filter. * autotools/webkit.m4: Added. * configure.ac: 2009-01-30 Holger Hans Peter Freyther <[email protected]> Reviewed by Nikolas Zimmermann. [GTK] Implement GeolocationService using the Geoclue library https://bugs.webkit.org/show_bug.cgi?id=22022 Untested implementation of the GeolocationService using the geoclue library. Velocity handling is completely missing and the accuracy handling might be wrong. * GNUmakefile.am: * configure.ac: 2009-01-11 Xan Lopez <[email protected]> Reviewed by Holger Freyther. Bump version to 1.1.0 since we are breaking ABI and adding new major features. * configure.ac: 2008-12-19 Marco Barisione <[email protected]> Reviewed by Holger Freyther. http://bugs.webkit.org/show_bug.cgi?id=16562 [gtk] Implement WebPolicyDelegate methods Original work by Pierre-Luc Beaudoin. Final touches by Gustavo Noronha. This implements the delegates methods of WebPolicyDelegate. Since Gtk+/C doesn't have delegate methods, they are replaced with signals. A new object WebKitWebPolicyDecision allows the browser to delay its response in certain cases. WebKitWebNavigationAction contains the information about what caused a navigation request. * GNUmakefile.am: Add new files 2008-12-19 Gustavo Noronha Silva <[email protected]> Reviewed by Holger Freyther. Use ustar tar format for WebKit/GTK+'s make dist target, so that storing files whose filenames are > 99 is possible. * configure.ac: 2008-12-19 Holger Hans Peter Freyther <[email protected]> [GTK] Build fix by defining WTF_USE_JIT_STUB_ARGUMENT_VA_LIST Fix the jit compilation on i*686 on Linux by using the va_list to pass arguments to the CTI. This is done on the MAC as well and sunspider and javascriptcore seem to work with that. * configure.ac: 2008-12-18 Pamela Greene <[email protected]> Submitted without review. Right, remove the whole misplaced directory, not just the tests. * fast: Removed. * fast/dom: Removed. 2008-12-18 Pamela Greene <[email protected]> Submitted without review. Moving layout test into LayoutTests where it belongs. * fast/dom/setter-type-enforcement-expected.txt: Removed. * fast/dom/setter-type-enforcement.html: Removed. 2008-12-15 Daniel Macks <[email protected]> Reviewed by Darin Adler. Default to use external libicu-config if avail on all platforms. https://bugs.webkit.org/show_bug.cgi?id=22713 * configure.ac:
* Use bash for autogen.sh (the package already depends on it) * Make it build on DragonFly
Update webkit-gtk to svn snapshot r39230 (1.0.3.39230). No changelog upstream, but notable changes are improved font rendering and it now scores 99/100 on the acid3 test.
Import webkit-gtk-1.0.2.35656 as www/webkit-gtk. WebKit is an open source web browser engine. WebKit is also the name of the Mac OS X system framework version of the engine that's used by Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML and JavaScript code began as a branch of the KHTML and KJS libraries from KDE. This is the GTK2+ port of the engine.
Initial revision