Up to [cvs.NetBSD.org] / pkgsrc / graphics / cairo
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
cairo: Fix SunOS PLIST.
cairo: update to 1.18.2. Release 1.18.2 (2024-09-01 Emmanuele Bassi <ebassi@gnome.org>) ============================================================== A new stable release. The malloc-stats code has been removed from the tests directory [#640]; the canonical location for it is: https://github.com/behdad/malloc-stats Cairo now requires a version of pixman equal to, or newer than, 0.40. [!522] There have been multiple build fixes for newer versions of GCC [!525, !542]; for MSVC [#808]; for Solaris [!540]; and on macOS 10.7 [#810]. PNG errors caused by loading malformed data are correctly propagated to callers, so they can handle the case. [!524] Both stroke and fill colors are now set when showing glyphs on a PDF surface. [#813] All the font options are copied when creating a fallback font object. [#819] When drawing text on macOS, Cairo now tries harder to select the appropriate font name. [#811] Cairo now prefers the COLRv1 table inside a font, if one is available. [!537] Cairo requires a C11 toolchain when building. [!479]
graphics/cairo: Make this cross-compile, on NetBSD. Need to predetermine the output of a runtime shm ipc test.
cairo: make lzo optional, keep it default-on Bump PKGREVISION.
cairo: just always install cairo-ft. Bump PKGREVISION. Depend on freetype and fontconfig even if no options are selected, and take care to explicitly enable or disable meson options. Should fix pango build error seen on NetBSD sans X11: meson.build:429:4: ERROR: Problem encountered: No Cairo font backends found Build-tested (and `otool -L`-inspected) on macOS with each of 'quartz', 'x11', 'xcb', 'x11 xcb', and no options selected.
cairo: SunOS build fixes.
gnu99 just to be safe
cairo: Needs FORCE_C_STD.
cairo: update to 1.18.0. Merge cairo-gobject into this, per discussion on tech-pkg. Release 1.18.0 (2023-09-20 Emmanuele Bassi <ebassi@gnome.org>) ============================================================== The first stable cairo release in five years should be cause for celebration. All the API added in the 1.17 development cycle is now considered stable, and will not change. Many thanks to all the contributors for this release. The cairo-sphinx tool has been removed; we could not find any instruction on how to use it, and no user answered our call for help. If you were using cairo-sphinx, please reach out to the cairo maintainers. Cairo now implements Type 3 color fonts for PDF. Thanks to Adrian Johnson for his work on this feature. Khaled Hosny contributed multiple documentation fixes, to ensure that the cairo API reference is up to date. Khaled also fixed multiple compiler warnings generated when building cairo. The XML surface has been removed; it was disabled by default when building cairo, and we could not find any downstream distributor that would enable it. The Tee surface is now automatically enabled. Downstream distributors of cairo have been enabling for years it in order to build Firefox. Fujii Hironori and Adrian Johnson fixed multiple issues with the DWrite font backend. John Ralls improved the Quartz surface; mainly, Quartz surfaces now use the main display ColorSpace, speeding up rendering operations. Cairo now hides all private symbols by default on every platform; the old "slim" symbols hack to alias internally used symbols has been dropped, in favor of using `-Bsymbolic-functions` with toolchains that support it. Uli Schlachter fixed multiple memory leaks in the code base and test suite, and helped with many reviews and general maintenance. Marc Jeanmougin added new API to expose the Pixman dithering filter to cairo patterns; this is currently implemented only for image surfaces. Release 1.17.8 (2023-01-30 Emmanuele Bassi <ebassi@gnome.org>) ============================================================== A new cairo snapshot! And it only took less than one year, this time! Many thanks to everyone who contributed to cairo, and especially to (in no particular order): - Adrian Johnson - Khaled Hosny - Behdad Esfahbod - Matthias Clasen - Uli Schlachter - Manuel Stoeckl - Fujii Hironori - Tim-Philipp Müller - Luca Bacci - Caolán McNamara - John Ralls In a continuing effort to reduce the amount of legacy code, and increase the long-term maintainability of cairo, the following backends have been removed: - GL and GLES drawing Additionally, cairo's Autotools build system has been removed; from now on, cairo will only support the Meson build system. While the end result should be identical, further testing is appreciated. In this snapshot, cairo gained support for rendering COLRv1 fonts, and rendering SVG and COLRv1 fonts with custom palettes. Support for macOS and Windows has been improved, with lots of build and bug fixes. Lots of safety issues have been fixed, with array bounds checking and plugging memory leaks, as well as fixes for bugs identified via fuzzying. This is going to be the last snapshot of the 1.17 development cycle; we only expect minor bug fixing and improvements until the 1.18.0 release. Release 1.17.6 (2022-03-18 Emmanuele Bassi <ebassi@gnome.org>) ============================================================== I spy with my little eye… a cairo snapshot! First of all, many, many thanks to everyone who contributed to cairo during this development cycle. A special thank you goes to: - Adrian Johnson - Uli Schlachter for their tireless efforts in ensuring that the lights are still on in the cairo project. This snapshot sees the removal of the following backends and platform support: - Qt4 - BeOS - OS/2 - DirectFB - DRM - Cogl - OpenVG Thanks to all past contributors for their work on them. If you were using any of these backends then you will need to stick to cairo 1.16. To offset the removal of the backends above, Adrian Johnson landed the DWrite font rendering backend on Windows. There have been multiple improvements in the Quartz backend, courtesy of John Ralls. Tim-Philipp Müller has kept the Meson build in top shape. This snapshot is going to be the **last** release of cairo with the Autotools build system. The Meson build has seen many improvements and it is considerably easier to maintain and faster to build. Release 1.17.4 (2020-11-27 Bryce Harrington <bryce@bryceharrington.org>) ======================================================================== Thank you to the many people who have contributed the large number of bug fixes and refinements since 1.17.2. A particularly noteworthy improvement in this release is the addition of the meson build system as an alternative to autotools. Autotools is still used for producing the releases, so will be the default in the tarball and presumably will still be preferred by distro packagers of Cairo. It should be possible to build the release tarball using meson, but as this is new functionality consider it still a work in progress. The meson configuration has striven to track the autotools implementation but be aware there may still be some differences between the two. Continuous Integration configurations have been added that enable testing on a variety of platforms including Fedora, Windows MSVC, etc. This work has helped in identifying updates and fixes including adjusting to changes in API calls in dependencies like rsvg and fontconfig, and to fix platform-specific build issues. The cogl Cairo backend underwent significant development this cycle. Cogl provides GPU accelerated drawing support. The development work includes implementation of core functionality, performance optimizations, and stabilization. Subpixel positioning support allows improved glyph outlines with the FreeType font backend. For a complete log of changes, please see https://cairographics.org/releases/ChangeLog.1.17.4 [On a personal note, this will be my last release for Cairo. My Cairo time availability has been non-existent (particularly this crazy past year). The release process is well documented and hopefully will help whomever picks up the baton from here.] Release 1.17.2 (2019-01-31 Bryce Harrington <bryce@bryceharrington.org>) ======================================================================== This snapshot provides the new support for writing floating point formats as 16 bpc PNGs, with support for RGBA128F and RGB96F formats. This new feature increases Cairo's pixman version requirement to 0.36.0. Beyond this are a range of bugfixes and some work on establishing CI for Cairo. For a complete log of changes, please see https://cairographics.org/releases/ChangeLog.1.17.2 API Changes ----------- None Dependency Changes ------------------ pixman 0.36.0
*: revebump for new brotli option for freetype2 Addresses PR 57693
*: Recursive revbup from graphics/freetype2
cairo: add upstream fix for CVE-2019-6461. Bump PKGREVISION.
cairo: bump PKGREVISION to make sure cairo quartz option change is picked up
cairo: fix segfault in quartz backend (via upstream)
graphics/cairo: Fix ctype(3) abuse.
Pullup ticket #6460 - requested by nia graphics/cairo: security fix Revisions pulled up: - graphics/cairo/Makefile 1.149 - graphics/cairo/distinfo 1.90 - graphics/cairo/patches/patch-src_cairo-image-compositor.c 1.1 --- Module Name: pkgsrc Committed By: nia Date: Tue May 25 07:29:42 UTC 2021 Modified Files: pkgsrc/graphics/cairo: Makefile distinfo Added Files: pkgsrc/graphics/cairo/patches: patch-src_cairo-image-compositor.c Log Message: cairo: apply patch for CVE-2020-35492, bump PKGREVISION
cairo: apply patch for CVE-2020-35492, bump PKGREVISION
graphics/cairo: make symbol lookup feature optional, avoiding libbfd If cairo finds libbfd, it would use it unless symbol lookup was not requested. This dependency is problematic as the binutils library does not provide long-term ABI stability. We can live fine without this feature and reduce the dependency footprint.
*: revbump after fontconfig bl3 changes (libuuid removal)
Pullup ticket #6270 - requested by leot graphics/cairo: fix crashes Revisions pulled up: - graphics/cairo/Makefile 1.146 - graphics/cairo/distinfo 1.89 - graphics/cairo/patches/patch-src_cairo-ft-font.c 1.1 --- Module Name: pkgsrc Committed By: leot Date: Thu Jul 9 14:38:55 UTC 2020 Modified Files: pkgsrc/graphics/cairo: Makefile distinfo Added Files: pkgsrc/graphics/cairo/patches: patch-src_cairo-ft-font.c Log Message: cairo: backport patches from upstream to use FT_Done_MM_Var instead of free Memory allocated via FT_Get_MM_Var should be freed via FT_Done_MM_Var since freetype 2.9. Backport patches from upstream to address missing parts not doing that. PKGREVISION++
cairo: backport patches from upstream to use FT_Done_MM_Var instead of free Memory allocated via FT_Get_MM_Var should be freed via FT_Done_MM_Var since freetype 2.9. Backport patches from upstream to address missing parts not doing that. PKGREVISION++
cairo: Remove BUILDLINK_API_DEPENDS. These are lower than what's in their respective buildlink3.mk files.
Revert revbump of cairo (after cairo update) as well.
Revbump after cairo 1.16.0 update.
cairo: Update to 1.16.0. Release 1.16.0 (2018-10-19 Bryce Harrington <bryce@bryceharrington.org>) ======================================================================== This new stable release incorporates a number of improvements made in the four years since 1.14.0. Of particular note is a wealth of work by Adrian Johnson to enhance PDF functionality, including restoring support for MacOSX 10.4, metadata, hyperlinks, and more. Much attention also went into fonts, including new colored emoji glyph support, variable fonts, and fixes for various font idiosyncrasies. Other noteworthy changes include GLESv3 support for the cairo_gl backend, tracking of SVG units in generated SVG documents, and cleanups for numerous test failures and related issues in the PDF and Postscript backends. For a complete log of changes, please see https://cairographics.org/releases/ChangeLog.1.16.0 Features and Enhancements ------------------------- * Add support for OpenGL ES 3.0 to the gl backend. * The PDF backend has gained support for a range of widely used features, including thumbnails, page labels, metadata, document outlines, structured text, hyperlinks, and tags. Tags permit adding logical info such as headings, tables, figures, etc. that facilitates indexing, accessibility, text reflow, searching, and extraction of the tagged items to other software. For details on this new PDF functionality, see: https://lists.cairographics.org/archives/cairo/2016-June/027427.html * Variable font support. Variable fonts are single font files with various typography characteristics, such as weight or slant, that users of the font can adjust between two points. Effectively this enables a single font to behave as multiple fonts. * Restore MacOSX 10.4 support. Cairo had dropped 10.4 support when moving to the CoreText API. Now we automatically detect which API to use via dynamic linking, so can resume supporting this older version of MacOSX. * Support colored emoji glyphs, stored as PNG images in OpenType fonts. * Skia backend is removed * Use Reusable streams for forms in Level 3 Postscript. * Add CAIRO_MIME_TYPE_EPS mime type for embedding EPS files. * Add CCITT_FAX mime type for PDF and PS surfaces * svg: add a new function to specify the SVG document unit (Bug #90166) * Use UTF-8 filenames on Windows API Changes ----------- Several new APIs were added. No existing APIs were altered. New PDF functionality: * cairo_pdf_surface_add_outline * cairo_pdf_surface_set_metadata * cairo_pdf_surface_set_page_label * cairo_pdf_surface_set_thumbnail_size * cairo_tag_begin * cairo_tag_end * CAIRO_STATUS_TAG_ERROR New error status items for problems relating to PDF tagging: * CAIRO_STATUS_WIN32_GDI_ERROR * CAIRO_STATUS_FREETYPE_ERROR * CAIRO_STATUS_PNG_ERROR New error status items for handling of GDI, libfreetype, and libpng errors, respectively. Setting up Win32 surfaces for HDC with alpha channels: * cairo_win32_surface_create_with_format New API for added PDF functionality (see above), and new error status item for problems relating to PDF tagging. Variable fonts: * cairo_font_options_get_variations * cairo_font_options_set_variations Tracking units in SVG documents: * cairo_svg_surface_set_document_unit * cairo_svg_surface_get_document_unit Dependency Changes ------------------ None Performance Optimizations ------------------------- None Notable Bug Fixes ----------------- * Fix thin lines that don't show up when printing in Inkscape due to overly aggressive culling. (Bug #77298) * Fix playback of recording surfaces into PDF surfaces, where objects with negative coordinates were not getting drawn. To address this, the coordinate systems for PDF and PS have been changed to match cairo's coordinate system. This allows recording surfaces to be emitted in cairo coordinates, and results in the same origin being used for all operations when using the recording surface XObject. Test cases for PDF and PS have also been updated accordingly. (Bug #89232) * Fix "invalidfont" error on some printers when printing PDFs with embedded fonts that have glyphs (such as spaces) with num_contours == 0. (Bug #79897) * Fix missing glyphs such as thin dashes, which get scaled to 0 in userspace and thus have their drawing operations culled. (Bug #94615) * Fix other oddities caused by variously idiosyncratic fonts. * Fix a data race in freed_pool discovered by Firefox's cairo usage. The patch adads atomic int load and store functions, with relaxed memory ordering. (Bug #90318) * Handle SOURCE and CLEAR operators when painting color glyphs. (Bug #102661) * Fix falling back to system font with PDFs using certain embedded fonts, due to truncated font names. (Bug #103249) * Prevent curved strokes in small ctms from being culled from vector surfaces (Bug #103071) * Fix assertion hit with PDFs using Type 4 fonts rendered with user fonts, due to error when destroying glyph page. (Bug #103335) * Prevent invalid ptr access for > 4GB images. (Bug #98165) * pdf: Fix internal links pointing to other pages, by pre-calculating page heights so that link positions can be calculated more accurately. * Fix error reporting in the xcb backend if fallback fails. Instead of returning NULL when the X11 server can't do some operation, return a surface in an error state. * Clarify documentation regarding device scale inheritance and the units used in cairo_surface_create_similar_image. (Bug #99094) * Call XSync in the xlib backend before setting the error handler to ignore errors for certain requests, to make sure all pending errors are handled first. * Fix regression with text containing space character on Win32. (Bug: https://gitlab.freedesktop.org/cairo/cairo/issues/339) For a more comprehensive listing of fixed bugs, see the release notes for the individual 1.15.x releases. Release 1.15.14 (2018-09-19 Bryce Harrington <bryce@bryceharrington.org>) ============================================================================ We're nearly ready to finalize the 1.16.0 release, so this snapshot can be considered a beta for 1.16. The most notable change this release is a performance optimization for windows, discussed below. Other than that, much of the development focus was on final polish and stability as we prepare for 1.16. Some attention went into getting the testsuite passing at least for the image backend. The Cairo testsuite depends on external software like Pixman, and changes in the rendering behavior of these dependencies change test behavior, leading to false positives. Results from the Coverity static testing tool were also reviewed. Most of the issues flagged were false positives, but there were several legitimate problems found and fixed. For a complete log of changes, please see https://cairographics.org/releases/ChangeLog.1.15.12 Features and Enhancements ------------------------- * Add more FreeeType font color conversions to support COLR/CPAL * Update test reference images against current pixman API Changes ----------- None Dependency Changes ------------------ None Performance Optimizations ------------------------- Vasily Galkin introduced a Win32 performance optimization for CAIRO_OPERATOR_SOURCE when copying data from a backbuffer to an argb32 surface corresponding to a Win32 DC. With this, argb32 drawing should perform as fast as typical dibsection-buffered GDI drawing. See the Cairo mailing list for April 2018 for data and discussion of the performance improvements. Bug Fixes --------- * Fix crash when rendering Microsoft's Segoe UI Emoji Regular font. * Fix build breakage with glesv3 enabled due to non-existant glesv3.pc. * Fix memory leaks found by Coverity * Fix incorrect null ptr handling found by Coverity * Fix test compilation when font-config is disabled * Use _cairo_malloc instead of malloc (Bug #101547) (CVE-2017-9814) * Fix assertion failure in the freetype backend (Bug #105746) Release 1.15.12 (2018-04-04 Bryce Harrington <bryce@osg.samsung.com>) ======================================================================== The main focus for this release is the addition of Variable Font support. Variable fonts are single font files with various typography characteristics, such as weight or slant, that users of the font can adjust between two points. Effectively this enables a single font to behave as multiple fonts. The Skia backend is disabled in this release, due to severe bitrot, and will be removed in future releases. Contact the cairo team if you have a need of this backend. For a complete log of changes, please see https://cairographics.org/releases/ChangeLog.1.15.12 Features and Enhancements ------------------------- * Variable font support * Skia backend is disabled API Changes ----------- * cairo_font_options_get_variations() and cairo_font_options_set_variations() are added. Dependency Changes ------------------ None Performance Optimizations ------------------------- None Bug Fixes --------- * Fix errors in csi-trace --help and --version options * Fix a 'memory leak' in the image compositor, with pixman_glyph_cache_t. * Fix access of uninitialized memory found by valgrind (Bug #91271) * Fix improper initialization of memory in _cairo_ft_font_face_create_for_pattern() (Bug #105084) * Fix multi-monitor virtual desktop with negative coords on Win32 (Bug #100793) * Fix issues occuring with older FreeType versions. Release 1.15.10 (2017-12-07 Bryce Harrington <bryce@osg.samsung.com>) ======================================================================== This release adds GLESv3 support to the cairo_gl backend, adds tracking of SVG units in generated svg documents, and cleans up numerous test failures and related issues in the PDF and Postscript backends. For a complete log of changes, please see https://cairographics.org/releases/ChangeLog.1.15.10 Features and Enhancements ------------------------- * Add support for OpenGL ES 3.0 to the gl backend. * Use Reusable streams for forms in Level 3 Postscript. * Add CAIRO_MIME_TYPE_EPS mime type for embedding EPS files. * Add CCITT_FAX mime type for PDF and PS surfaces * svg: add a new function to specify the SVG document unit (Bug #90166) * Use UTF-8 filenames on Windows API Changes ----------- * cairo_svg_surface_set_document_unit() and cairo_svg_surface_get_document_unit() Dependency Changes ------------------ None Performance Optimizations ------------------------- None Bug Fixes --------- * Fix regression in gles version detection * Fix undefined-behavior with integer math. * Handle SOURCE and CLEAR operators when painting color glyphs. (Bug #102661) * Convert images to rgba or a8 formats when uploading with GLESv2 * Use _WIN32 instead of windows.h to check for windows build. * Fix sigabrt printing documents with fonts lacking the mandatory .nodef glyph. (Bug #102922) * Prevent curved strokes in small ctms from being culled from vector surfaces (Bug #103071) * Fix painting an unbounded recording surface with the SVG backend. * Fix falling back to system font with PDFs using certain embedded fonts, due to truncated font names. (Bug #103249) * Fix handling of truetype fonts with excessively long font names (Bug #103249) * Fix race conditions with cairo_mask_compositor_t (Bug #103037) * Fix build error with util/font-view * Fix assertion hit with PDFs using Type 4 fonts rendered with user fonts, due to error when destroying glyph page. (Bug #103335) * Set default creation date for PDFs * Prevent invalid ptr access for > 4GB images. (Bug #98165) * Prevent self-copy infinite loop in Postscript surface. * Fix padded image crash in Postscript surface. * Fix annotation bugs in PDFs and related memory leaks * Fix test failures and other assorted issues in ps and pdf code. * Fix code generation when using GCC legacy atomic operations (Bug #103559) * Fix various compilation warnings and errors. * Fix various distcheck errors with private symbols, doxygen formatting, etc. Release 1.15.8 (2017-08-29 Bryce Harrington <bryce@osg.samsung.com>) ======================================================================== This small snapshot provides new colored emoji glyph support, and a handful of minor fixes. For a complete log of changes, please see https://cairographics.org/releases/ChangeLog.1.15.8 Features and Enhancements ------------------------- * Support colored emoji glyphs, stored as PNG images in OpenType fonts. API Changes ----------- None Dependency Changes ------------------ None Performance Optimizations ------------------------- None Bug Fixes --------- * pdf: Fix internal links pointing to other pages, by pre-calculating page heights so that link positions can be calculated more accurately. * image: Fix crash on negative lengths * win32: Fix initialization of mutexes for static builds * pdf: Don't emit /PageLabel dict when no labels defined * font: Fix color font loading on big-endian systems * font: Fix color font support infinite-loop with empty glyphs * Fix off by one check in cairo-image-info.c Release 1.15.6 (2017-06-13 Bryce Harrington <bryce@osg.samsung.com>) ======================================================================== This new snapshot incorporates changes over the past half-year since the 1.15.4 snapshot, including all the fixes from the 1.14 release series. The PDF code continues to be enhanced, and we're restored MacOSX 10.4 support. Font-related fixes and improved error handling for X round out the release. For a complete log of changes, please see https://cairographics.org/releases/ChangeLog.1.15.6 Features and Enhancements ------------------------- * Detect if variable fonts have synthesized bold/italic or non-default variants, and use a fallback font where needed. * Restore MacOSX 10.4 support. Cairo had dropped 10.4 support when moving to the CoreText API. Now we automatically detect which API to use via dynamic linking, so can resume supporting this older version of MacOSX. API Changes ----------- None Dependency Changes ------------------ None Performance Optimizations ------------------------- None Bug Fixes --------- * Fix error reporting in the xcb backend if fallback fails. Instead of returning NULL when the X11 server can't do some operation, return a surface in an error state. * Call XSync in the xlib backend before setting the error handler to ignore errors for certain requests, to make sure all pending errors are handled first. * Fix text-glyph-range for quartz-font. Use 0xFFFF instead of 0 for invalid index tracking. * Fix handling of Supplementary Multilingual Plane (SMP) Unicode characters in quartz-font. * Fix various issues in the drm backend including updating API usage and general code cleanup. * Clarify documentation regarding device scale inheritance and the units used in cairo_surface_create_similar_image. Bug #99094. Release 1.15.4 (2016-12-9 Bryce Harrington <bryce@osg.samsung.com>) ======================================================================= This new snapshot incorporates changes over the past year since the 1.15.2 snapshot, including all the fixes from the 1.14 release series. Of particular note in this snapshot is a wealth of work by Adrian Johnson to enhance PDF support, as well as numerous bug fixes provided by him and other contributors. For a complete log of changes since the last release, please see: https://cairographics.org/releases/ChangeLog.1.15.4 Features -------- * The PDF backend has gained support for a range of widely used features, including thumbnails, page labels, metadata, document outlines, structured text, hyperlinks, and tags. Tags permit adding logical info such as headings, tables, figures, etc. that facilitates indexing, accessibility, text reflow, searching, and extraction of the tagged items to other software. For details on this new PDF functionality, see: https://lists.cairographics.org/archives/cairo/2016-June/027427.html API Changes ----------- cairo_win32_surface_create_with_format Added a cairo API to set up Win32 surfaces for HDC with alpha channels. cairo_pdf_surface_add_outline cairo_pdf_surface_set_metadata cairo_pdf_surface_set_page_label cairo_pdf_surface_set_thumbnail_size cairo_tag_begin cairo_tag_end CAIRO_STATUS_TAG_ERROR New API for added PDF functionality (see above), and new error status item for problems relating to PDF tagging. CAIRO_STATUS_WIN32_GDI_ERROR CAIRO_STATUS_FREETYPE_ERROR CAIRO_STATUS_PNG_ERROR New error status items for handling of GDI, libfreetype, and libpng errors, respectively. Dependency Changes ------------------ None Performance Optimizations ------------------------- None Bug Fixes --------- * Bug fixes from 1.15.2 (see the 1.15.2 NEWS for details) * Fix playback of recording surfaces into PDF surfaces, where objects with negative coordinates were not getting drawn. To address this, the coordinate systems for PDF and PS have been changed to match cairo's coordinate system. This allows recording surfaces to be emitted in cairo coordinates, and results in the same origin being used for all operations when using the recording surface XObject. Test cases for PDF and PS have also been updated accordingly. (Bug #89232) * Fix "invalidfont" error on some printers when printing PDFs with embedded fonts that have glyphs (such as spaces) with num_contours == 0. (Bug #79897) * Fix missing glyphs such as thin dashes, which get scaled to 0 in userspace and thus have their drawing operations culled. (Bug #94615) * Fix other oddities caused by variously idiosyncratic fonts. * Fix deadlock when destruction of a scaled font indirectly triggers destruction of a second scaled font, causing the global cache to be locked twice. (Bug #93891) * Fix X errors reported to applications when shmdt() is called before the Attach request is processed, due to missing xcb and xlib calls. * Fix random failure in record-paint-alpha-clip-mast test case, caused by an incorrect assumption that a deferred clear can be skipped. (Bug #84330) * Fix crash when dealing with an XShmGetImage() failure, caused by a double free in _get_image_surface(). (Bug #91967) * Fix invalid execution of ASCII85 data by the PS interpreter that the image operator didn't use, by flushing the extraneous data after drawing the image. (Bug #84811) * Fix decoding of Adobe Photoshop's inverted CMYK JPEG files in PDF export. * Fix unbounded surface assertion in win32-print code. * Fix a data race in freed_pool discovered by Firefox's cairo usage. The patch adads atomic int load and store functions, with relaxed memory ordering. (Bug #90318) * Cleanup debugging text sent to stdout instead of log. (Bug #95227) * Fix build issue when using non-GNU strings utility. (Bug #88639) * Fix build of cairo modules as regular modules, not as versioned shared libaries. (Bug #29319) * Fix build on win32 using gcc 5.4. * Fix build of script backend to require zlib. * Update test suite reference images using Debian Jessie 64-bit and poppler current as of June, 2016. * Various improvements to documentation and tests, compiler warning fixes, and an assortment of code refactoring and cleanup. Release 1.15.2 (2015-12-10 Bryce Harrington <bryce@osg.samsung.com>) ======================================================================== This release is largely a rollup to include a variety of fixes that didn't make the cut for the stable 1.14.2 and 1.14.4 releases, as well as all the fixes from those releases. Notably this includes a highly requested new API for Win32 surfaces. For a complete log of changes since the last release, please see: https://cairographics.org/releases/ChangeLog.1.15.2 Features -------- None API Changes ----------- cairo_win32_surface_create_with_format Added a cairo API to set up Win32 surfaces for HDC with alpha channels. Dependency Changes ------------------ None Performance Optimizations ------------------------- None Bug Fixes --------- * All the bug fixes from 1.14.2, 1.14.4, and 1.14.6 * Fix xcb/xlib compilation and calls. Make image boxes behave when SHM is not available. * Fix various issues with printing and transparent images on Win32. * Fix thin lines that don't show up when printing in Inkscape due to overly aggressive culling. (Bug #77298) * Fix broken printing via pdf when glyph 0 is used for rendering, resulting in missing spaces and letters. (Bug #89082) * Fix crash for certain glyphs in opentype fonts. (Bug #91902) * Fix incorrect rendering of SVG paths with more than one subpath. If more than one trap is passed in then it's guaranteed that the returned traps will have their left edge to the left of their right edge, but if only one trap is passed in then the function always returns without doing anything. (Bug #90984) * Improve rendering with Quartz to better match pixman's blending and filtering behavior. Release 1.14.6 (2015-12-09 Bryce Harrington <bryce@osg.samsung.com>) ======================================================================== Simple bugfix release to fix one Windows issue. For a complete log of changes since 1.14.4, please see: https://cairographics.org/releases/ChangeLog.1.14.6 Features -------- None API Changes ----------- None Dependency Changes ------------------ None Performance Optimizations ------------------------- None Bug Fixes --------- * Fix failure on Windows due to reference of the function cairo_win32_surface_create_with_format(), which isn't included in the 1.14.4 release. (Bug #92771) Release 1.14.4 (2015-10-28 Bryce Harrington <bryce@osg.samsung.com>) ======================================================================== Just in time for Halloween we see another bug-fix release for Cairo. This brings a few dozen straightforward bug fixes with no API changes. In addition, this includes a typical assortment of fixes to tests, cleanup of warnings and memory leaks, correction of misspellings, updates to documentation, etc. For a complete log of changes since 1.14.2, please see: https://cairographics.org/releases/ChangeLog.cairo-1.14.4 Features -------- None API Changes ----------- None Dependency Changes ------------------ None Performance Optimizations ------------------------- None Bug Fixes --------- * Avoid appending empty slots to user data arrays. Fixes a memory consumption regression since commit 9341c254a. * Return a better error (file-not-found) when setting up pango on devices where the font files don't have read permissions. * Fix regression in the font size of canvas text in Inkscape when compiled with the Quartz backend. (Bug #84324) * Fix _cairo_gl_shader_bind_matrix() to maintain compatibility with OpenGL ES 2.0. Manually transpose the matrix. * Fix incorrect font descriptor conversion when the font matrix yy is negative. (Bug #90538) * Fix crash when using a complex path for clip and stroke due to discarding the intersection exactly at the top edge. (Bug #74779) * Fix cairo_get_locale_decimal_point() on Android * Fix compilation problem on AIX due to conflicting usage of symbol 'jmpbuf'. (Bug #89339) * Fix broken rendering with XCB due to snapshotting of uploaded part of surfaces. (Bug #67505) * Fix loss of alpha when copying a mask for a cairo recording surface, resulting in a double copy. (Bugs #73038, #73901) * Fix incorrect recording of certain paths with script surfaces. (Bug #91054) * Fix typo in definition of MAYBE_WARN in configure script. (Bug #89750) * Fix use of filename variable after it's been freed. (Bug #91206) * Fix out of bounds access when printing pattern. (Bug #91266) * Fix incorrect size calculation in glyph cache unlocking for Cairo GL compositor. (Bug #91321) * Fix memory leak in _cairo_gl_pattern_texture_setup() (Bug #91537) * Fix transparent images in win32-print. (Bug #91835) * Fix _put_shm_image_boxes and _put_image_boxes when no SHM available with XCB.
Recursive bumps for fontconfig and libzip dependency changes.
Update cairo* to 1.14.4: Release 1.14.4 (2015-10-28 Bryce Harrington <bryce@osg.samsung.com>) ======================================================================== Just in time for Halloween we see another bug-fix release for Cairo. This brings a few dozen straightforward bug fixes with no API changes. In addition, this includes a typical assortment of fixes to tests, cleanup of warnings and memory leaks, correction of misspellings, updates to documentation, etc. For a complete log of changes since 1.14.2, please see: http://cairographics.org/releases/ChangeLog.1.14.4 Features -------- None API Changes ----------- None Dependency Changes ------------------ None Performance Optimizations ------------------------- None Bug Fixes --------- * Avoid appending empty slots to user data arrays. Fixes a memory consumption regression since commit 9341c254a. * Return a better error (file-not-found) when setting up pango on devices where the font files don't have read permissions. * Fix regression in the font size of canvas text in Inkscape when compiled with the Quartz backend. (Bug #84324) * Fix _cairo_gl_shader_bind_matrix() to maintain compatibility with OpenGL ES 2.0. Manually transpose the matrix. * Fix incorrect font descriptor conversion when the font matrix yy is negative. (Bug #90538) * Fix crash when using a complex path for clip and stroke due to discarding the intersection exactly at the top edge. (Bug #74779) * Fix cairo_get_locale_decimal_point() on Android * Fix compilation problem on AIX due to conflicting usage of symbol 'jmpbuf'. (Bug #89339) * Fix broken rendering with XCB due to snapshotting of uploaded part of surfaces. (Bug #67505) * Fix loss of alpha when copying a mask for a cairo recording surface, resulting in a double copy. (Bugs #73038, #73901) * Fix incorrect recording of certain paths with script surfaces. (Bug #91054) * Fix typo in definition of MAYBE_WARN in configure script. (Bug #89750) * Fix use of filename variable after it's been freed. (Bug #91206) * Fix out of bounds access when printing pattern. (Bug #91266) * Fix incorrect size calculation in glyph cache unlocking for Cairo GL compositor. (Bug #91321) * Fix memory leak in _cairo_gl_pattern_texture_setup() (Bug #91537) * Fix transparent images in win32-print. (Bug #91835) * Fix _put_shm_image_boxes and _put_image_boxes when no SHM available with XCB.
Recursive revbump following MesaLib update, categories g through n.
Update to 1.14.2: Release 1.14.2 (2014-03-09 Bryce Harrington <bryce@osg.samsung.com>) ==================================================================== This release provides collected bug fixes, along with one feature enhancement for the xcb backend, and a small performance improvement for fonts. The running theme of the bug fixes is platform-specific issues, both build and run-time. Platforms with fixes include Sparc, AIX, Windows (mingw), and Windows (MSVC8). Memory leaks, valgrind issues, and PDF issues round out our list. It's come to light that changes in cairo 1.14 resulted in breakage on MacOS X 10.4. We've not yet determined whether to fix up the support, or excise the 10.4-specific code and support only OS X 10.5 or newer. Meantime, we'll only advertise cairo as working on OS X 10.5. Features -------- * Improve xcb's handling of per-screen subpixel ordering. If no Xft.rgba property is specified, default to the screen's subpixel order. API Changes ----------- None Dependency Changes ------------------ None Performance Optimizations ------------------------- * Improve performance of cpu_to_be32 and be32_to_cpu, making truetype subsetting of large fonts run about 15% faster. Bug Fixes --------- * Fix unaligned access on sparc with the compact font format (CFF). Unlike truetype, all data in CFF is not aligned. (Debian bug #712836) * Fix unaligned access on sparc with tor-scan-converter's memory pool. * Fix crash when loading a PDF with a transformed image. (fdo bug #85151) * Fix regression on mingw for bigendian test due to removal of file extension for executables. (fdo bug #85120) * Fix handling of backslash in PDF interpreter (fdo bug #85662) * Fix crash in xlib and xcb renderers when swapping a 0-sized glyph * Fix bug with RTL text in PDF operators (fdo bug #86461) * Fix compilation 'cairo-path-stroke-traps.c' with MSVC8 (fdo bug #84908) * Fix crash in _fill_xrgb32_lerp_opaque_spans when a span length is negative. * Fix valgrind error by releasing pattern created by cairo_pattern_create_rgb(). * Fix valgrind errors when running cairo-test-suite. * Fix memory leak in recording surface replays (fdo bug #87898) * Fix destruction of fonts in api-special-cases test. (fdo bug #87567) * Fix duplicated surface push on similar-image, preventing trivial GTK3 program traces from being replayable, with an error message about invalid values for the size of the input. (fdo bug #73580) * Fix crash when win32 surface's image size does not cover the entire surface. (fdo bug #53121) * Fix crash due to obsolete CGFontGetGlyphPath call (fdo bug #84324) * Fix several build issues on AIX (fdo bugs #89338, #89340, #89356, #89354) * Fix various documentation warnings and errors
New patche added, PKGREVISION++. Thanks wiz@
Update cairo to 1.14.0: Release 1.14.0 (2014-10-13 Bryce Harrington <bryce@osg.samsung.com>) ==================================================================== Hard to believe it's been over a year since our last release, but it's not for lack of activity. This release includes contributions of a wide assortment of bug fixes, build system improvements, warnings cleanups, codebase refactoring, test suite repairs, and static analysis work. This release is lighter on features (compared with 1.12.10) but includes a highly demanded rehaul of our image downscaling functionality, which solves a serious problem experienced by Inkscape users when shrinking embedded bitmaps in SVG files. The new scaling algorithms are used by the image backend and by other backends as needed for fallbacks. Features -------- Filtering improvements for the image backend, in particular down-scaling of images produces filtered images that depend on all the pixels of the source. When using the image backend you get the following settings: CAIRO_FILTER_GOOD: uses a box filter for scales less than .75 in either direction. For scales larger than this, the same filter as CAIRO_FILTER_BILINEAR is used. CAIRO_FILTER_BEST: uses a Catmull-Rom filter always. When upscaling more than 2x this will produce anti-aliased square pixels, similar to OS/X. CAIRO_FILTER_GAUSSIAN: uses PIXMAN_FILTER_BEST, which in current pixman is the same as BILINEAR. (This is subject to change in the future). xlib and xcb also use the image fallback for GOOD/BEST filters, but note that other backends do not implement these filtering fixes yet, however other actions may cause them to use an image fallback which will cause these filters to be used. Improve handling of device transformation and scaling, allowing Cairo to now support scaling at a device level, permitting easier, more transparent HiDPI support. Support JBIG2 mime data in PDF. This allows embedding of more compressed JPEG formats within PDF, rather than including the full uncompressed image. Also, reduce the number of transparency groups used by PDF to keep the file size small and viewing/printing of the PDF fast. Expand the embedding section to include stencil mask support. Reorder font declarations to be in natural order. Update the Skia backend to build against current Skia (as of June 2014). Drop Link-Time Optimization (LTO) support from build system. This seems to have caused much trouble for unclear benefit, and most distros are reverting or disabling it anyway. Optimize VBO size on GL to 1M and to 16k for EGL. This improves (theoretical) performance for desktop GLX use cases while avoiding hitting VBO memory size limitations on embedded devices. API Changes ----------- cairo_surface_set_device_scale, cairo_surface_get_device_scale: Sets a scale that is multiplied to the device coordinates determined by the CTM when drawing to @surface. One common use for this is to render to very high resolution display devices at a scale factor, so that code that assumes 1 pixel will be a certain size will still work. cairo_egl_device_get_display, cairo_egl_device_get_context: Support get/set of EGLContext and EGLDisplay for egl-based cairo devices, similar to GLX. Dependency Changes ------------------ Cairo now requires glib 2.14 for its gobject helper functions, and pixman 0.30 for downscaling. Bug fixes --------- Don't embed CMYK Jpeg images in svg. Fix tests to place output in proper location. Fix determination of alpha for all surfaces when recording. Extend oversize check to cairo_gl_surface_create_for_texture, so an error surface is returned if the texture is too large to render to. Fix embedding of mime data in PDF and PS files. Remove useless error handling in *_reply() functions in XCB. Fix a double-free exposed by multithreaded apps creating and destroying the same font concurrently. https://bugs.freedesktop.org/show_bug.cgi?id=69470 Fix corrupt stacks produced by bugs in operand emission for trace. Fix out of bounds array access in format cache for xlib Don't rename glyphs used by seac operator. This can cause certain combined characters to use their decorations (e.g. umlauts on ö) to be lost during printing of PDFs using evince. https://bugs.freedesktop.org/show_bug.cgi?id=70364 Fix crash on calling cairo_create with a finished surface Fix SSIZE_T definition problem when making with MSYS on Windows7 Fix one off issue in gl context cleanup Fix usage of CAIRO_STACK_ARRAY_LENGTH Fix rectangle stroke with non rectilinear pen Fix imagemask with pattern source failure on some printers. This bug could cause files converted using pdftops to fail for example on Ricoh printers, or opening in Adobe Distiller on Windows. https://bugs.freedesktop.org/show_bug.cgi?id=69485 Fix whitespace in font names Fix page size in generated PDFs. When printing using pdftocairo on larger page sizes, such as 11x17, the image would be cropped to letter size. https://bugs.freedesktop.org/show_bug.cgi?id=73452 Fix path-currentpoint test by preserving current-point in copy_path()/append_path() sequence Fix generation of HTML in code docs for cairo-format-stride-for-width. Raw HTML code was being passed to the browser, instead of displaying normally. https://bugs.freedesktop.org/show_bug.cgi?id=63257 Fix spelling of "tessellator" throughout code. We're using the American rather than British spelling of this word. https://bugs.freedesktop.org/show_bug.cgi?id=50411 Fix crash in pixman_image_composite32 Fix crash when trying to modify a (const) all-clipped cairo_clip_t https://bugs.freedesktop.org/show_bug.cgi?id=75819 Add check_composite method to all compositors, to fix crashes in the test suite. Fix crash in Firefox when scrolling on certain pages. Fix memory leaks found by static analysis. Fix build of any2ppm if fork is not available. Fix broken build for Qt backend, due to missing libstdc++. Fix typo in two cairo_uint128 functions. Fixes potential build issues on systems without a uint128 type. Fix build when --enable-pdf=no Fix cache_frozen assertions for Win32 print. Correctly check for xcb image surface for inplace upload Fix webkit-based web browser crashes due to empty boxes by skipping over them when tesselating. Make pixman, libpng, and zlib paths commandline configurable for win32 builds. Fix image scale on Win32 when GDI scale is not identity. Fix float endian configure test when using clang -O4 Fix compilation with Android bionic libc Don't try to build util/sphinx on Windows Fix loss of precision when emitting joins. This was caused by discrepancies in line gradients when passing trapezoids around. Fix loss of precision and associated rendering issues in cairo-tor-scan-converter from projection onto sample grid. Fix pixman oversampling of neighbouring edges within a cell by eliminating self-intersections for the pixman traps compositor. Fix multi-line string splitting in PDFs Various cleanups and fixes to warnings, documentation, tests, and build system. Improve error handling and return value checks. Cleanup XFAIL tests and reference images. Cover recently added functionality.
Resurrect Quartz backend as package option "quartz" which is disabled by default
Disable Quartz backend on Darwin Quartz backend interacts badly with our library stack. The most notable issue is that when quartz-font is enabled, cairo will never use fontconfig but instead uses CoreGraphics API to find fonts in system-default font paths; as a result, any fonts installed with pkgsrc will never be found. OTOH fontconfig by default searches for fonts in MacOS X system-default paths too so sticking with it will not cause a problem.
Recursive revbump from x11/pixman Fix PR pkg/48777
Recursive PKGREVISION bump for OpenSSL API version bump.
Changes 1.12.16: Bug fixes * Set the correct orientation for simple boxes with a negative scale factor. * Fix the creation of the shading dictionary in PDF. * Fix a crash in PDF when incorporating an image with CAIRO_EXTEND_PAD. * Avoid upscaling bitmap fonts if possible. * Fix an assertion failure within the mempool allocator for shared memory. * Fix allocation size for CFF subsets. * Export cairo_matrix_t for GObject bindings. * Fix a double free in the Quartz backend. * Fix origin of GDI StretchBlits for the Windows backend * Fix error propagation for requests to create a similar surface with negative size. * Fix complex clipping of trapezoids with regions * Stop leaking the image data when loading PNGs * Fix unbounded operations with a clip mask through the span compositor * Add missing checks before rendering to a finished surface - so we return an error rather than hit an assert. * Prevent an assertion failure when creating similar GL surfaces larger than supported by hardware. * Prevent a double free of a similar image under Windows.
record the current minimum requirement for fontconfig version, and tell cairo configure that there really ought to be a fontconfig
Remove dependence on "Xft2" package. "cairo" doesn't use this library. Bump the package revision because of this change.
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
Recursive bump for png-1.6.
Update cairo* to 1.12.14: Release 1.12.14 (2013-02-10 Chris Wilson <chris@chris-wilson.co.uk>) ==================================================================== In the last week we had a few more bugs reported and promptly resolved. As these are a combination of regressions and stability issues, it is time for a prompt update and release. Many thanks to everyone for testing and reporting issues, and helping to make Cairo better. Bug fixes --------- Prevent user callbacks accessing user-data during destroy to prevent use-after-free bugs. https://bugzilla.mozilla.org/show_bug.cgi?id=722975 Use standard names for glyphs in subset fonts (PDF). https://bugs.freedesktop.org/show_bug.cgi?id=60248 Fix detection of Win98. The logic for detecting Win98 (and its broken AlphaBlend()) was inverted, disabling AlphaBlend() for everyone. Prevent numeric overflow from extrapolating polygon edges to the clip boundary and causing severe render artifacts. https://bugs.freedesktop.org/show_bug.cgi?id=60489 Fix computation of glyph string coordinates when breaking up runs for xlib. Fix an assertion in the win32 backend for failing to clear its similar-images. https://bugs.freedesktop.org/show_bug.cgi?id=60519
PKGREVISION bumps for the security/openssl 1.0.1d update.
Update to 1.12.12: Release 1.12.12 (2013-01-31 Chris Wilson <chris@chris-wilson.co.uk>) =================================================================== The goal of this release is to fix the synchronisation problems that were exhibited in the SHM transport for cairo-xlib. This cropped up any place that tried to rapidly push fresh pixel data to the X server through an ordinary image surface, such as gimp-2.9 and evince. Bug fixes --------- Avoid replacing the entire image when uploading subimages https://bugs.freedesktop.org/show_bug.cgi?id=59635 Force synchronisation for scratch SHM image buffers, so that we do not overwrite data as it is being read by X. https://bugs.freedesktop.org/show_bug.cgi?id=59635 (also) Fix typos in detecting multisampling for the GL (MSAA) backend. Fix a memory leak in the GL (MSAA) backend. Fix a reference counting bug when mapping a GL surface to an image.
Revbump after graphics/jpeg and textproc/icu
Update to 1.12.10: Release 1.12.10 (2013-01-16 Chris Wilson <chris@chris-wilson.co.uk>) =================================================================== A heap of bug fixes everywhere, and the gradual completion of the MSAA backend for cairo-gl. Perhaps the most noteworthy set of the bugfixes was the crusage lead by Behdad Eshfabod to make font handling by pango/cairo/fontconfig fully threadsafe. This testing revealed a couple of races that needed fixing in Cairo's scaled-font and glyph cache. Bug fixes --------- Append coincident elements to the recording's surface bbtree so that the list is not corrupted and the overlapping elements lost. Fix cairo-trace to correctly record map-to-image/unmap-image and then replay them. Ignore MappingNotifies when running the XCB testsuite as they are sent to all clients when the keyboard changes. The testsuite would detect the unexpected event and complain. Handle very large large images in the XCB backend. Fix a memory leak in the xlib/shm layer, and prevent use of the SHM surfaces after the display is closed. https://bugs.freedesktop.org/show_bug.cgi Handle resizing of bitmap fonts, in preparation for a fix to fontconfig to correctly pass on the user request for scaling. Always include subroutine 4 (hint replacement idion) when subsetting type 1 fonts in order to prevent a crash in cgpdftops on Mac OS/X Fix a couple of typos in the cairo-gobject.h header files for introspection. Prevent a mutex deadlock when freeing a scaled-glyph containing a recording-surface that itself references another scaled-glyph. https://bugs.freedesktop.org/show_bug.cgi?id=54950 Make scaled-font cache actually thread-safe and prevent use-after-frees. Restore support for older versions of XRender. A couple of typos and a few forgotten chunks prevented the xlib compositor from running correctly with XRender < 0.10. Note that there are still a few regressions remaining.
Update to 1.12.8: Release 1.12.8 (2012-11-24 Chris Wilson <chris@chris-wilson.co.uk>) =================================================================== Another couple of weeks and a few more bugs have been found and fixed, it is time to push the next point release. Many thanks to everyone who reported their issues and helped us track down the bugs and helped testing the fixes. Bug fixes --------- Expand the sanity checking for broken combinations of XSendEvent and ShmCompletionEvent. Notice that "The X.Org Foundation" sometimes also identifies itself as "The Xorg Foundation". Handle various ages of libXext and its Shm headers. Fix the invalid clipping of the source drawable when using SHM transport to upload images. https://bugs.freedesktop.org/show_bug.cgi?id=56547 Handle all Type1 postscript operators for better font compatibility. https://bugs.freedesktop.org/show_bug.cgi?id=56265 Fix a couple of memory leaks in Type1 font subsetting https://bugs.freedesktop.org/show_bug.cgi?id=56566 Tighten the evaluation of the start/stop pen vertices, and catch a few instances where we would use a fan instead of a bevel. https://bugs.freedesktop.org/show_bug.cgi?id=56432 Fix assumption that geometric clipping always succeeds with the span-compositor. https://bugs.freedesktop.org/show_bug.cgi?id=56574 Fix call to spline intersection when evaluating whether a stoke is visible. Remember to copy inferior sources when using SHM to readback the surface for use as a source.
Bring back previous patch in correct version to fix SHM part of build on NetBSD-5 with native Xorg. Additionally, disable GL support since NetBSD-5's MesaLib is too old and, according to upstream, cairo-gl "is only really being experimented with currently by toy applications". Bump PKGREVISION. Tested by Andreas Gustafsson and David Brownlee.
Remove previous two patches again, since they make cairo fail on NetBSD-6. Reported by abs. Bump PKGREVISION.
Add another patch from upstream fixing martin's firefox problem, tested by martin. Bump PKGREVISION.
As drochner remarks, the problem with missing xextproto is, once again, that libXext/bl3.mk doesn't include xextproto/bl3.mk. Since the supposed gains for this are minimal and the annoyances are high, do include xextproto/bl3.mk in libXext/bl3.mk.
Add xextproto buildlink3.mk, needed at least on NetBSD-5.1 with modular xorg.
Update to 1.12.6: Release 1.12.6 (2012-10-22 Chris Wilson <chris@chris-wilson.co.uk>) =================================================================== Thanks to everyone who download cairo-1.12.4 and gave us their feedback. It truly was invaluable and has helped us to fix many portability issues that crept in with some of the new features. This release aims to fix those stability issues and run on a wider range of systems. Bug fixes --------- Fix the recording surface to actually snapshot the source and so fix PDF drawing. Calling XSendEvent with an XShmCompletionEvent is incompatabile with older Xorg servers. Reorder CloseDisplay chain so that XShm is not reinstantiated after shutdown, causing a potential crash if the Display was immediately recreated using the same memory address. Make sure that the Xserver has attached to the SHM segment before deleting it from the global namespace on systems that do not support deferred deletion. Type1 subsetting support for PDF (and PS) was once again improved to work with a larger number of PDF readers. GLESv2 build fixes and improved support for embedded GPUs. Tweak the invisible pen detection for applications that are currently using too large values for geometric tolerance. A build fix for older freetype libraries.
Second try at updating to 1.12.4 with an additional patch from Chris Wilson (upstream). Fixes problems on NetBSD and OS X. Bump PKGREVISION compared to last 1.12.4 version.
Remove "-ldl" for FreeBSD as a workaround. Configuration script correctly detects that libdl is not needed for dlsym(3) but ignores the result for not yet identified reason. Noticed on FreeBSD 9.0.
Downgrade cairo back to yesterday's version. 1.12.4 causes SHM problems on OS X and NetBSD. E.g. for firefox, during startup, on 6.99.12/amd64: ###!!! ABORT: X_ShmAttach: BadAccess (attempt to access private resource denied); 11 requests ago: file /scratch/devel/xulrunner/work/mozilla-release/toolkit/xre/nsX11ErrorHandler.cpp, line 157 ###!!! ABORT: X_ShmAttach: BadAccess (attempt to access private resource denied); 11 requests ago: file /scratch/devel/xulrunner/work/mozilla-release/toolkit/xre/nsX11ErrorHandler.cpp, line 157 zsh: segmentation fault (core dumped) firefox Or for xchat on OS X Lion: The program 'xchat' received an X Window System error. This probably reflects a bug in the program. The error was 'BadAccess (attempt to access private resource denied)'. (Details: serial 5738 error_code 10 request_code 133 minor_code 1) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.)
Add patch from cairo's GIT repository to fix crashes with older versions of X.org. XChat now works again under Mac OS X Lion.
Update to 1.12.4: Release 1.12.4 (2012-10-05 Chris Wilson <chris@chris-wilson.co.uk>) =================================================================== More bugs, and more importantly, more fixes. On the cairo-gl side, we have refinements to the MSAA compositor which enables hardware acceleration of comparitively low-quality antialiasing - which is useful in animations and on very high density screens. For cairo-xlib, we have finally enabled SHM transport for image transfers to and from the X server. A long standing required feature, SHM transport offers a notable reduction in rendering latency by reducing the number of copies required to upload image data - given hardware and driver support, cairo-xlib can now perform zero copy uploads onto the GPU. And as usual Adrian Johnson has been very busy fixing many different corner cases in cairo-pdf, impoving opacity groups and font subsetting. Last, but not least, for cairo-image Søren Sandmann Pedersen added support for rendering glyphs to pixman and using that from within cairo. The new glyph rendering facility reduces the overhead for setting up the compositing operation, improving glyph thoughput for the image backend by a factor of about 4. And before he did so, he also fixed up a few bugs in the existing glyph rendering code. So many thanks to Andrea Canciani, Adrian Johnson, Chuanbo Weng, Dongyeon Kim, Henry Song, Martin Robinson, Søren Sandmann Pedersen and Uli Schlachter for their contributions, finding and fixing bugs. Bug fixes --------- Interior boxes were being dropped when amalgamating regions during tesselation. https://bugs.freedesktop.org/show_bug.cgi?id=49446 Allow building without gtk-doc installed Invalid edge generation whilst reducing complex polygons. https://bugs.freedesktop.org/show_bug.cgi?id=50852 Stroking around tight cusps Use locale correct formats for reading font subsetting and valid buffers. https://bugs.freedesktop.org/show_bug.cgi?id=51443 Ensure that the type1 subset includes all the glyph encodings https://bugs.freedesktop.org/show_bug.cgi?id=53040 Upload the whole source for a repeating pattern. https://bugs.freedesktop.org/show_bug.cgi?id=51910 Fix damage tracking to handle continuation chunks corectly and so prevent crashes on win32. https://bugs.freedesktop.org/show_bug.cgi?id=53384 Avoid emitting miter joins for degenerate line segments https://bugzilla.mozilla.org/show_bug.cgi?id=407107 Convert the relative path semgents into the backend coordinates and then back again to user coordinates (cairo_copy_path, cairo_append_path) https://bugs.freedesktop.org/show_bug.cgi?id=54732 Fix extents computations for a degenerate path consisting only of a move-to https://bugs.freedesktop.org/show_bug.cgi?id=54549 Prevent crashing on a degenerate project edge after polygon intersection https://bugs.freedesktop.org/show_bug.cgi?id=54822
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
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
Revert unintentional revision bump.
Mass recursive bump after the dependence fix of the "cairo" package requested by Thomas Klausner.
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.
Restore PLIST.carbon=yes, lost during update. Should fix remaining problem in PR 46924.
cairo-1.12.2 require pixman>=0.22.0. PR 46924.
Revbump after updating graphics/cairo
Changes 1.12.2: After such a long gestation period for the release of Cairo 1.12, we inevitably accumulated a few bugs that were flushed out by broadening the test base. Thanks to everybody who tried the release, apologies to any one unfortunate enough to encounter a bug and many thanks for reporting it.
Re-do the MirBSD hack and move it to hacks.mk, where it belongs. It needs to be _after_ the inclusion of pthread.builtin.mk. This hopefully fixes the MirBSD build once and for all.
Pullup ticket #3815 - requested by dholland graphics/cairo: build fix Revisions pulled up: - graphics/cairo/Makefile 1.99 - graphics/cairo/hacks.mk 1.3 --- Module Name: pkgsrc Committed By: dholland Date: Sun May 27 18:21:44 UTC 2012 Modified Files: pkgsrc/graphics/cairo: Makefile hacks.mk Log Message: Since a proper solution does not appear to be forthcoming anytime soon, add a hack for "the pixman problem" on netbsd-5. Add -lpixman-1 to the libs in cairo's .pc file when on netbsd-5.
Since a proper solution does not appear to be forthcoming anytime soon, add a hack for "the pixman problem" on netbsd-5. Add -lpixman-1 to the libs in cairo's .pc file when on netbsd-5.
Pullup ticket #3727 - requested by bsiegert graphics/cairo: build fix Revisions pulled up: - graphics/cairo/Makefile 1.98 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: bsiegert Date: Sun Apr 8 17:21:13 UTC 2012 Modified Files: pkgsrc/graphics/cairo: Makefile Log Message: Fix build on MirBSD by working around a bug in configure. The problem is the following: When checking the CFLAGS / LIBS for including pthread support, any warning on stdout is counted as a no. However, the test does not use CFLAGS on the command line, which produces a harmless debug warning. This workaround has the consequence of adding the default CFLAGS twice on the command line but this is not a problem. To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 pkgsrc/graphics/cairo/Makefile
Fix build on MirBSD by working around a bug in configure. The problem is the following: When checking the CFLAGS / LIBS for including pthread support, any warning on stdout is counted as a no. However, the test does not use CFLAGS on the command line, which produces a harmless debug warning. This workaround has the consequence of adding the default CFLAGS twice on the command line but this is not a problem.
No need to override cairo-tee.pc, it will be generated from cairo-features.pc.in.
Enable tee surface backend. This is potentially used "--enable-system-cairo"ed devel/xulrunner. Bump PKGREVISION.
Revbump for a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
Recursive bump for graphics/freetype2 buildlink addition.
Add note that next PKGREVISION bump should be to 3, as 2 was used briefly a few months ago and then reverted.
Reset maintainer for retired developers.
also revert bump of PKGREVISION.
put the cairo gobject into its own pkg to avoid the heavy glib dependency in the base pkg
enable cairo-gobject. Bump PKGREVISION.
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Update to 1.10.2: Release 1.10.2 (2010-12-25 Chris Wilson <chris@chris-wilson.co.uk>) =================================================================== The cairo community is pleased to announce the 1.10.2 release of the cairo graphics library. This is the first update to cairo's stable 1.10 series and contains a large number of bug fixes. While many people have contributed and have help to test the release, 2 people deserve special recognition for their efforts in tracking down and fixing bugs, Andrea Canciani and Adrian Johnson. Thanks to their tremendous efforts, and of all cairo contributors, it is much appreciated. We recommend everyone upgrade to cairo 1.10.2 and hope that everyone will continue to have lots of fun with cairo! -Chris Bug fixes --------- Fix embedding of grayscale jpegs in PS. https://bugs.freedesktop.org/show_bug.cgi?id=31632 Fix the reported path of extents containing a curve. Fix the compositing of unaligned boxes. Reset the clipper in PDF upon finish. Fix degenerates arcs to become a degenerate line. Build support for autoconf 2.67 Fix painting of transformed patterns in PS Fix the EPS bounding box for PS https://bugs.freedesktop.org/show_bug.cgi?id=24688 Fix the missing content for EPS https://bugs.freedesktop.org/show_bug.cgi?id=24688 Fix regression upon changing page size in PS/PDF https://bugs.freedesktop.org/show_bug.cgi?id=24691 Only use ActualText with PDF-1.5 documents Fix the bbox for type1 fallbacks. Reset the color after ending the context in PDF https://bugs.freedesktop.org/show_bug.cgi?id=31140 Fix the advance of subsetted type1 fonts https://bugs.freedesktop.org/show_bug.cgi?id=31062 Fix handling of EXTEND_NONE gradients for PDF Restrict in-place optimisation for a8 image masks with SOURCE
Add a workaround for 128-bit int problem with gcc 4.1 on DragonFly BSD x86_64. fixes PR#43928.
make the package heed option -x11 again. If you don't specify that, the package stays the same -> no revision bump.
Remove comma at end of enumeration -- breaks e.g. snes9x-gtk compilation. Bump PKGREVISION.
We don't need to set the required "pixman" version here anymore.
Update to 1.10.0. Add default-on xcb option (implying x11 option). Release 1.10.0 (2010-09-06 Chris Wilson <chris@chris-wilson.co.uk>) =================================================================== The cairo community is astounded (and flabbergast) to finally announce the 1.10.0 release of the cairo graphics library. This is a major update to cairo, with new features and enhanced functionality which maintains compatibility for applications written using any previous major cairo release, (1.8, 1.6, 1.4, 1.2, or 1.0). We recommend that anybody using a previous version of cairo upgrade to cairo 1.10.0. One of the more interesting departures for cairo for this release is the inclusion of a tracing utility, cairo-trace. cairo-trace generates a human-readable, replayable, compact representation of the sequences of drawing commands made by an application. This can be used to inspecting applications to understand issues and as a means for profiling real-world usage of cairo. The traces generated by cairo-trace have been collected in git://git.cairographics.org/git/cairo-traces and have driven the performance tuning of cairo over the last couple of years. In particular, the image backend is much faster with a new polygon rasterisation and a complete overhaul of the tessellator. Not only is this faster, but also eliminates visual artifacts from self-intersecting strokes. Not only has cairo-trace been driving performance improvements within cairo, but as a repeatable means of driving complex graphics it has been used to tune OpenGL, DDX, and pixman. Cairo's API has been extended to better support printing, notably through the ability to include a single compressed representation of an image for patterns used throughout a document, leading to dramatic file size reductions. Also the meta-surface used to record the vector commands compromising a drawing sequence is now exposed as a CAIRO_SURFACE_TYPE_RECORDING, along with a new surface that is a child of a larger surface, CAIRO_SURFACE_TYPE_SUBSURFACE. One typical usage of a subsurface would be as a source glyph in a texture atlas, or as a restricted subwindow within a canvas. Cairo's API has also resurrected the RGB16 format from the past as the prevalence of 16-bit framebuffers has not diminished and is a fore-taste of the extended format support we anticipate in the future. Increasing cairo's utility, we introduce the cairo_region_t for handling sets of pixel aligned rectangles commonly used in graphics applications. This is a merger of the GdkRegion and the pixman_region_t, hopefully providing the utility of the former with the speed of the latter. Furthermore cairo has been reworked to interoperate more closely with various acceleration architectures, gaining the ability to share those hardware resources through the new cairo_device_t. For instance, with the new OpenGL backend that supersedes the Glitz backend, hardware and rendering operations can be shared between a classic OpenGL application mixing libVA for the hardware assisted video decode with cairo for high quality overlays all within the same OpenGL canvas. Many thanks for the hard work of Adrian Johnson, Andrea Canciani, Behdad Esfahbod, Benjamin Otte, Carl Worth, Carlos Garcia Campos, Chris Wilson, Eric Anholt, Jeff Muizelaar, Karl Tomlinson, M Joonas Pihlaja, Søren Sandmann Pedersen and many others that have contributed over the last couple of years to cairo. Thank you all! Snapshot 1.9.14 (2010-07-26) ============================ A quiet couple of weeks, hopefully Cairo is seeing widescale deployment and we are being to see the results of the stabilisation effort. Clipping bugs seems to have been the order of the last couple of weeks, with a couple reported and duly fixed. Thank you Igor Nikitin and Karl Tomlinsion for finding those regressions. At this point all that seems to remain to do is to fix the outstanding regressions in the PDF backend... Bugs fixes ---------- Clip doesn't work for text on the image backend https://bugs.freedesktop.org/show_bug.cgi?id=29008 Add explicit dependency for cxx https://bugs.freedesktop.org/show_bug.cgi?id=29114 Fix regressions in reporting clip extents https://bugs.freedesktop.org/show_bug.cgi?id=29120 https://bugs.freedesktop.org/show_bug.cgi?id=29121 https://bugs.freedesktop.org/show_bug.cgi?id=29122 https://bugs.freedesktop.org/show_bug.cgi?id=29124 https://bugs.freedesktop.org/show_bug.cgi?id=29125 Snapshot 1.9.12 (2010-07-12) ============================ A couple of weeks spent fixing those annoying bugs and cleaning up the build system; the list of outstanding tasks to complete for the stable release is finally shrinking. The chief bug fixer has been Benjamin Otte who not only made sure that the public API is consistent and being tested for its consistency, but also ensured that the documentation was up-to-date and spent time clarifying cases where even the Cairo developers have come unstuck in the past. Many thanks, Benjamin. However, he was not alone, as Andrea Canciani continued his fine work in isolating broken corner cases and proceeding to fix them, and tidying up the quartz backend. And last, but definitely not least, M Joonas Pihlaja tried building Cairo across a perverse range of systems and fixed up all the loose bits of code that came unravelled. Thanks everybody! API Changes ----------- cairo_surface_set_mime_data, cairo_surface_get_mime_data: The length parameter is now an unsigned long (as opposed to an unsigned int). The parameter is intended to be an equivalent to a size_t without requiring POSIX types and be large enough to store the size of the largest possible allocation. cairo_gl_surface_create_for_texture: This a new surface constructor for cairo-gl that explicitly enables render-to-texture for foreign, i.e. application, textures. cairo_region_xor, cairo_region_xor_rectangle A couple of utility routines add to the region handling interface for the purpose of replacing existing GdkRegion functionality. Bugs fixes ---------- https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/600622 Inkscape was caught in the act of attempting to modify a finished surface. Unfortunately, we had the ordering of our guards and assertions wrong and so an ordinary application error was triggering an assert in Cairo. This lead Benjamin to add a test case to ensure that the entire public API could handle erroneous input and then proceeded to fix a whole slew of uncovered bugs. https://bugs.freedesktop.org/show_bug.cgi?id=28888 A regression introduced by the special casing of uploading images to an xlib surface in-place which was ignoring the translation applied to the image. Snapshot 1.9.10 (2010-06-26) ============================ The first "quick" snapshot in the run up to the stable release. The last snapshot was picked up by the bleeding edge distributions and so the bug reports have to started to roll in. The most frequent of these are the introduction of rendering errors by applications that modify a surface without subsequently calling cairo_surface_mark_dirty(). Make sure the application developers are aware of increased reliance on strict use of the Cairo API before 1.10 is released! The usual slew of bugs reported and we would like to thank Zoxc for contributing the WGL interface for cairo-gl, and finding more build failures on win32. And it just wouldn't be a 1.9 snapshot unless Benjamin Otte improved the error handling within cairo-gl, as well as isolating and fixing some more errors in the test suite. The biggest bug of the snapshot turned out to be a major sign extension issue that had lain hidden for many years and was suddenly exposed by incorrectly rounding rectangles when performing non-antialiased rendering. Also to the relief of many we have included the downstream patch to honour the user's LCD filtering preferences for subpixel rendering of fonts. The interface remains private for the time being, whilst the proposed public API is finalized. API changes ----------- None. Snapshot 1.9.8 (2010-06-12) =========================== One major API changes since the last snapshot, and a whole slew of bugs fixed and inconsistencies eliminated. Far too many bugs fixed to individually identify. We need to thank Benjamin Otte for his fantastic work on the cairo-gl backend making it faster and more robust, Andrea Canciani for finding so many bugs and developing test cases for them, as well fixing them. And last but not least we must all thank Adrian Johnson for continuing to eliminate bugs and improving the PostScript and PDF backends. This snapshot represents almost 4 months of bug fixing, bringing Cairo to a point where we consider it almost ready to be a candidate for release. There are a few known bugs left to be fixed, being tracked in https://bugs.freedesktop.org/show_bug.cgi?id=24384, so please give Cairo a whirl and report any regressions. The plan is to release a new snapshot every other week leading to a 1.10 release with a target date of 2010-08-16. API additions ------------- CAIRO_FORMAT_RGB16_565 16 bit devices still remain popular, and so with great demand, CAIRO_FORMAT_RGB16_565 has been restored enabling applications to create and use 16 bit images as sources and render targets. cairo_surface_create_for_rectangle() It is common practice to cut an image up into many smaller pieces and use each of those as a source - a technique called texture atlasing. cairo_surface_create_for_rectangle() extends Cairo to directly support use of these subregions of another cairo_surface_t both as a source and as a render target. cairo_region_create() cairo_region_create_rectangle() cairo_region_create_rectangles() cairo_region_copy() cairo_region_reference() cairo_region_destroy() cairo_region_equal() cairo_region_status() cairo_region_get_extents() cairo_region_num_rectangles() cairo_region_get_rectangle() cairo_region_is_empty() cairo_region_contains_rectangle() cairo_region_contains_point() cairo_region_translate() cairo_region_subtract() cairo_region_subtract_rectangle() cairo_region_intersect() cairo_region_intersect_rectangle() cairo_region_union() cairo_region_union_rectangle() The Cairo region API was actually added a couple of snapshots ago, but we forgot to mention it at the time. A simple API for the handling of rectangular pixel-aligned regions by Soeren Sandmann. Backend-specific improvements ----------------------------- cairo-gl Benjamin Otte made more than 200 commits in which he refactored the cairo-gl backend, reducing a lot of code duplication and enabled him to begin working on improving performance by reducing state changes and associated overhead. cairo-xlib Access to the underlying connection to the Display is now thread-safe enabling cairo-xlib to be used in a multi-threaded application without fear of random corruption. Thanks Benjamin Otte! cairo-xlib will now attempt to use PolyModeImprecise when compositing trapezoids (i.e. a fill or a stroke operation with a non-trivial path) which should allow hardware drivers more scope for accelerating the operation at the cost of potentially incurring minute rendering errors. The mode can be forced back to PolyModePrecise by setting the antialias parameter to CAIRO_ANTIALIAS_SUBPIXEL. cairo-svg A notable improvement was contributed by Alexander Shulgin to enable SVG to reference external image through the use an extended MIME data type. Snapshot 1.9.6 (2010-02-19) =========================== API additions ------------- Add cairo_device_t The device is a generic method for accessing the underlying interface with the native graphics subsystem, typically the X connection or perhaps the GL context. By exposing a cairo_device_t on a surface and its various methods we enable finer control over interoperability with external interactions of the device by applications. The use case in mind is, for example, a multi-threaded gstreamer which needs to serialise its own direct access to the device along with Cairo's across many threads. Secondly, the cairo_device_t is a unifying API for the mismash of backend specific methods for controlling creation of surfaces with explicit devices and a convenient hook for debugging and introspection. The principal components of the API are the memory management of: cairo_device_reference(), cairo_device_finish() and cairo_device_destroy(); along with a pair of routines for serialising interaction: cairo_device_acquire() and cairo_device_release() and a method to flush any outstanding accesses: cairo_device_flush(). The device for a particular surface may be retrieved using: cairo_surface_get_device(). The device returned is owned by the surface. API changes (to API new in the cairo 1.9.x series) -------------------------------------------------- cairo_recording_surface_create() cairo_recording_surface_ink_extents() These are the replacement names for the functions previously named cairo_meta_surface_create and cairo_meta_surface_ink_extents. cairo_surface_set_mime_data This interface is now changed such that the MIME data will be detached if the surface is modified at all. This guarantees that the MIME data will not become out of synch due to surface modifications, and also means that for the MIME data to be useful, it must be set after all modifications to the surface are complete. API removal (of experiment API) ------------------------------- The cairo-glitz backend is removed entirely, (in favor of the new cairo-gl backend). See below for more on cairo-gl. Generic fixes ------------- Many improvements for drawing of dashed strokes Fix incorrect handling of negative offset Faster computation of first dash (avoids near-infinite looping) Approximate extremely fine dash patterns with appropriate alpha value Optimize spans-based renderers for repeated rows, (such as in a rounded rectangle) Backend-specific improvements ----------------------------- cairo-drm This is a new, direct-rendering backend that supports Intel graphics chipsets in the i915 and i965 families. It's still experimental and will likely remain that way for a while. It's already got extremely good performance on the hardware it supports, so if nothing else provides a working proof and performance target for the cairo-gl work for Intel graphics. cairo-gl Start using GLSL to accelerate many operations. Many thanks to Eric Anholt and T. Zachary Laine for this work. For the first time, we have what looks like what will be a very compelling OpenGL-based backend for cairo (in terms of both quality and performance). See this writeup from Eric for more details on recent progress of cairo-gl (which he presented at FOSDEM 2010): http://anholt.livejournal.com/42146.html cairo-image The image backend is made dramatically faster (3-5 times faster for benchmarks consisting primarily of glyph rendering). cairo-quartz fixes: Many fixes from Robert O'Callahan and Andrea Canciani including: Fixed gradient pattern painting Improved A8 image handling Fixes for "unbounded" and other compositing operators cairo-pdf fixes: Improvements to embedding of JPEG and JPEG2000 data. cairo-ps fixes: Fix printing of rotated user fonts. Snapshot 1.9.4 (2009-10-15) =========================== API additions: cairo_meta_surface_create() cairo_meta_surface_ink_extents() Finally exporting the internal meta-surface so that applications have a method to record and replay a sequence of drawing commands. cairo_in_clip() Determines whether a given point is inside the current clip. ??? Should this be called cairo_in_paint() instead? in-clip is the test that is performed, but in-paint would be similar to in-fill and in-stroke. New utilities: cairo-test-trace A companion to cairo-perf-trace, this utility replays a trace against multiple targets in parallel and looks for differences in the output, and then records any drawing commands that cause a failure. Future plans: Further minimisation of the fail trace using "delta debugging". More control over test/reference targets. Backend improvements: xlib Server-side gradients. The theory is that we can offload computation of gradients to the GPU and avoid pushing large images over the connection. Even if the driver has to fallback and use pixman to render a temporary source, it should be able to do so in a more efficient manner than Cairo itself. However, cairo-perf suggests otherwise: On tiny, Celeron/i915: before: firefox-20090601 211.585 after: firefox-20090601 270.939 and on tiger, CoreDuo/nvidia: before: firefox-20090601 70.143 after: firefox-20090601 87.326 In particular, looking at tiny: xlib-rgba paint-with-alpha_linear-rgba_over-512 47.11 (47.16 0.05%) -> 123.42 (123.72 0.13%): 2.62x slowdown █▋ xlib-rgba paint-with-alpha_linear3-rgba_over-512 47.27 (47.32 0.04%) -> 123.78 (124.04 0.13%): 2.62x slowdown █▋ New experimental backends: QT OpenVG - The initial work was done by Øyvind Kolås, and made ready for inclusion by Pierre Tardy. OpenGL - An advanced OpenGL compositor. The aim is to write a integrate directed rendering using OpenGL at a high-level into Cairo. In contrast to the previous attempt using Glitz which tried to implement the RENDER protocol on top of OpenGL, using the high-level interface should permit greater flexibility and more offloading onto the GPU. The initial work on the backend was performed by Eric Anholt. Long standing bugs fixed: Self-intersecting strokes. A long standing bug where the coverage from overlapping semi-opaque strokes (including neighbouring edges) was simply summed in lieu of a costly global calculation has been fixed (by performing the costly global calculation!) In order to mitigate the extra cost, the tessellator has been overhauled and tune, which handles the fallback for when we are unable to use the new span rasteriser on the stroke (e.g. when using the current RENDER protocol). The large number of pixel artefacts that implementing self-intersection elimination removes is ample justification for the potential performance regression. If you unfortunately do suffer a substantial performance regression in your application, please consider obtaining a cairo-trace and submitting it to us for analysis and inclusion into our performance suite. Special thanks: To the AuroraUX team for providing access to one of their OpenSolaris machines for cairo and pixman development. http://www.auroraux.org/ Snapshot 1.9.2 (2009-06-12) =========================== API additions: cairo_surface_set_mime_data() cairo_surface_get_mime_data() Should this take unsigned int, unsigned long or size_t for the length parameter? (Some datasets may be >4GiB in size.) Associate an alternate, compressed, representation for a surface. Currently: "image/jp2" (JPEG2000) is understood by PDF >= 1.5 "image/jpeg" is understood by PDF,PS,SVG,win32-printing. "image/png" is understood by SVG. cairo_pdf_version_t cairo_pdf_surface_restrict_to_version() cairo_pdf_get_versions() cairo_pdf_version_to_string() Similar to restrict to version and level found in SVG and PS, these limit the features used in the output to comply with the PDF specification for that version. CAIRO_STATUS_INVALID_SIZE Indicates that the request surface size is not supported by the backend. This generally indicates that the request is too large. CAIRO_STATUS_USER_FONT_NOT_IMPLEMENTED Indicates that a required callback for a user-font was not implemented. CAIRO_STATUS_LAST_STATUS This is a special value to indicate the number of status values enumerated at compile time. (This may differ to the number known at run-time.) The built-in twin font is now called "@cairo:" and supports a limited set of options like "@cairo:mono". Where are these specified? cairo_in_fill() now uses HTML Canvas semantics, all edges are inside. New experimental backends: CairoScript New utility: cairo-trace and cairo-perf-trace cairo-trace generates a human-readable, replayable, compact(-ish!) representation of the sequences of drawing commands made by an application. Under the util/cairo-script directory is a library to replay traces. perf/cairo-perf-trace replays traces against multiple backends and makes useful benchmark reports. This is integrated with 'make perf'. You may collect your own traces or take advantage of traces collected by the community: git://git.cairographics.org/git/cairo-traces (Put this into perf/cairo-traces to run these as part of "make perf".) There is additional WIP in building a debugging tool for cairo applications based on CairoScript (currently very preliminary, mostly serves to show that GtkSourceView is too slow) : people.freedesktop.org:~ickle/sphinx Test suite overhaul: The test suite is undergoing an overhaul, primarily to improve its speed and utility. (Expect more changes in the near future to improve XFAIL handling.) Optimisations: polygon rasterisation! Joonas implemented the Tor polygon scan converter, on typical geometry is about 30% faster for the image backend. Bovine Polaroids! For those not in on the joke, this is the long awaited "copy-on-write snapshot" or "COW snapshot" support. The user-visible feature is that including the same image multiple times into a PDF file should result in only a single instance of that image in the final output. This is unlike previous versions of cairo which would generate very large PDF files with multiple copies of the same image. Adrian says that the PDF is not quite working as well as it should yet, so we hope for futher improvements before cairo 1.10. Bug fixes: EXTEND_PAD. Better handling of large scale-factors on image patterns. Emit /Interpolate for PS,PDF images. Global glyph cache - cap on the total number of inactive glyphs, should prove fairer for fonts with larger glyph sets. Compilation without fontconfig Improved handling of low-bitdepth sources (e.g. copying the contents of 16-bit xserver windows) Regressions: cairo_traps_extract_region >10x slower. Fix pending. Still to come: Region tracking API (ssp) for damage tracking, hit testing etc mime-surface An expiremental OpenGL backend? Tweaks to tessellator, allocations of patterns, delayed initialisation of the xlib backend (reduce the cairo overhead of render_bench by ~80%).
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.8.10: Release 1.8.10 (2010-02-19 Carl Worth <cworth@cworth.org>) ========================================================== The cairo community is pleased to announce the 1.8.10 release of the cairo graphics library. This is the fifth update to cairo's stable 1.8 series. This release consists of about a dozen hand-picked fixes compared to 1.8.8 (which was released about 8 months ago). We recommend that everyone using cairo upgrade to 1.8.10. -Carl General Bug fixes ================= * Fix path construction for the case of cairo_curve_to immediately after cairo_new_sub_path followed at some point by cairo_close_path. (Previously, the final point for the close_path was computed incorrectly.) * Fix for cairo_push_group or cairo_pop_group with a non-empty current path. (Previously the path may have been erroneously translated when either of these functions was called.) * Fix to correctly report an error if cairo_surface_set_fallback_resolution is called with a value of 0 (in either axis). Previously, an assertion would occur later rather than an error being properly reported when the original, invalid value was passed. Bug 23067: Using clear drawing operator crashes printing http://bugs.freedesktop.org/show_bug.cgi?id=23067 * Fix to handle a cairo_arc of radius 0 as equivalent to a cairo_line_to to the center coordinate, (previously cairo would do nothing for a cairo_arc call with a radius of 0). Backend-specific bug fixes ========================== cairo-xlib ---------- * Fix to correctly copy from a Window source. Previously, cairo was failing to include the contents of any sub-windows when copying from a Window source. Bug 12996: Xlib source surface fast-paths do not use IncludeInferiors, while slow paths do https://bugs.freedesktop.org/show_bug.cgi?id=12996 cairo-ft -------- * Fix conversion of freetype index to UCS4 value, (which would previously miss the first character and cause the space glyph to map to 0x00A0 instead of 0x0020). cairo-pdf --------- * Fix Type 1 subsetting to avoid generating corrupt data. Launchpad Ubuntu/cups bug 419143: Printing from evince (and perhaps other GTK apps) to PostScript printers is broken https://bugs.launchpad.net/ubuntu/+source/cups/+bug/419143 * Fix Type 1 subsetting to correctly identify binary eexec data. * Fix Type 1 subsetting to include fixed-content portion in the embedded font, (since some fonts may contain additional PostScript code after the cleartomark). * Fix Type 1 subsetting to append "cleartomark" operator for binary fonts that don't include it. Build fixes =========== * Fix to compile on OpenBSD, (which has a libpng.pc file but none of libpng10.pc, libpng12.pc, or libpng13.pc which cairo was looking for previously).
no longer needs MAKE_JOBS_SAFE=no
Second try at jpeg-8 recursive PKGREVISION bump.
Recursive PKGREVISION bump for jpeg update to 8.
bump revision because of graphics/jpeg update
Set license to gnu-lgpl-v2.1 and mpl-1.1.
update to 1.8.8 changes: small number of bug fixes (in particular a few corrections to the documentation and a few fixes in the FreeType font backend)
Update to 1.8.6: Release 1.8.6 (2008-12-13 Chris Wilson <chris@chris-wilson.co.uk>) ========================================================= The cairo community is pleased to announce the 1.8.6 release of the cairo graphics library. This is the third update to cairo's stable 1.8 series and contains a small number of bug fixes (in particular a few fixes for failures of cairo 1.8.4 on Quartz and PDF, and build fixes for a couple of backends). This is being released just under a month after cairo 1.8.4. We recommend that everyone using cairo upgrade to 1.8.6. -Chris Build fixes ----------- Fix build of DirectFB backend with debugging enabled: Bug in _cairo_directfb_surface_release_source_image function http://bugs.freedesktop.org/show_bug.cgi?id=18322 Fix build on OS/2. Bug fixes --------- Workaround a mis-compilation of cairo_matrix_invert() that generated invalid matrices and triggered assertion failures later. The issue was reported by Peter Hercek. Invalid computation of the modulus: https://bugzilla.mozilla.org/show_bug.cgi?id=466258 Invalid referencing of patterns in the Quartz backend: Failed assertion `CAIRO_REFERENCE_COUNT_HAS_REFERENCE (&pattern->ref_count)' when using cairo quartz backend http://bugs.freedesktop.org/show_bug.cgi?id=18632 Invalid references to glyphs after early culling, causing segmentation faults in the PDF backend: http://lists.cairographics.org/archives/cairo/2008-December/015976.html Check for XRender in the XCB backend, or else we may attempt an invalid memory access: XCB backend fails with missing render. https://bugs.freedesktop.org/show_bug.cgi?id=18588
fix an uninitialized variable, from upstream CVS, bump PKGREVISION This should fix the "transmission" crash reported by Jared D. McNeill on pkgsrc-changes.
Depend on correct freetype2 version. Add comment about the possibility to include libspectre (not enabled). Should we?
Update to 1.8.4: Release 1.8.4 (2008-11-14 Carl Worth <cworth@cworth.org>) ========================================================= The cairo community is pleased to announce the 1.8.4 release of the cairo graphics library. This is the second update to cairo's stable 1.8 series and contains a small number of bug fixes, (in particular a few fixes for build failures of cairo 1.8.2 on various systems). This is being released just over two weeks after cairo 1.8.2. We recommend that everyone using cairo upgrade to 1.8.4. -Carl Build fixes ----------- Fix build with older XRender that doesn't define RepeatNone: Build of xlib backend fails against old XRender (RepeatNone undeclared) https://bugs.freedesktop.org/show_bug.cgi?id=18385 Fix build with bash version <= 3.0: doltlibtool broken on linux with bash 3.00.0 https://bugs.freedesktop.org/show_bug.cgi?id=18363 Bug fixes --------- Avoid triggering a bug in X.org server 6.9 resulting in a hung machine requiring a reboot: https://bugs.freedesktop.org/show_bug.cgi?id=15628#c2 Fix display of user fonts as exercised by proposed support for type3 fonts in poppler (unsigned promotion fixes): Use cairo user-font for Type 3 fonts http://lists.freedesktop.org/archives/poppler/2008-October/004181.html Avoid miscomputing size of fallback images required when rendering with CLEAR, IN, or SOURCE operator to vector surfaces, (PS, PDF, SVG, etc.). Be more tolerant of broken fonts when subsetting type1 fonts: Error handling in cairo_type1_font_subset_get_glyph_names_and_widths http://lists.cairographics.org/archives/cairo/2008-October/015569.html Fix cairo_fill_extents, cairo_stroke_extents, cairo_path_extents, to correctly allow NULL parameters as documented. Fix potential crash on emitting a type3 glyph after having drawn text paths from the same font, (for example with cairo_text_path).
Re-add "include/cairo/cairo-quartz-image.h" to package list under Mac OS X. Bump package revision.
Update to 1.8.2: Release 1.8.2 (2008-10-29 Carl Worth <cworth@cworth.org>) ========================================================= The cairo community is pleased to announce the 1.8.2 release of the cairo graphics library. This is the first update to cairo's stable 1.8 series and contains a large number of bug fixes. It is being released just over one month since cairo 1.8.0. This release consists primarily of bug fixes, but there is one notable new feature, (the ability to build cairo without an external font backend), and there are a few optimizations as well. See below for details on these changes and the most important bug fixes. While many people have contributed to this release, Chris Wilson deserves particular mention. He has contributed well over twice as many changes to cairo since 1.8.0 than everyone else combined. We greatly appreciate the tremendous efforts of Chris and all cairo contributors. We recommend everyone upgrade to cairo 1.8.2 and hope that everyone will have lots of fun with cairo! -Carl New feature ----------- It is now possible to build cairo without any font backend, (such as freetype, win32 or quartz). This is most useful when the application provides custom font rendering through the user-font API. But in the case where no external font backend is available, and no user-font is provided, cairo will render with a failsafe font, (a stroked font covering visible ASCII character). (Behdad Esfahbod) Optimizations ------------- Dramatically speed up compilation with dolt (removes much of the libtool overhead) (Behdad Esfahbod with thanks to Josh Triplett). Several minor optimizations to tessellator (special-cased comparisons, faster insert for skiplist, etc.) (Chris Wilson). Optimize away fractional translation component when doing EXTEND_NEAREST filtering, (for better performance). General bug fixes ----------------- Allow cloning sub-regions of similar surfaces to fix this bug (Chris Wilson): Crafted gif file will crash firefox [XError: 'BadAlloc (insufficient resources for operation)'] https://bugzilla.mozilla.org/show_bug.cgi?id=424333 Fix some matrix confusion to fix this regression (Chris Wilson): Translucent star exports in a wrong way to PDF https://bugs.launchpad.net/inkscape/+bug/234546 Fix some long-standing bugs with respect to properly computing the extents of transformed, filtered surfaces (Owen Taylor, Carl Worth, and Chris Wilson): Bad clipping with EXTEND_NONE http://bugs.freedesktop.org/show_bug.cgi?id=15349 Improve filtering handling in cairo-pattern.c http://bugs.freedesktop.org/show_bug.cgi?id=15367 Many thanks to Chris Wilson for digging out and cleaning up these fixes. Fix compilation on Solaris 10 (Chris Wilson): Cairo requires -DREENTRANT (along with -D_POSIX_THREAD_SEMANTICS) to compile on Solaris 10 with pthreads https://bugs.freedesktop.org/show_bug.cgi?id=18010 Fix very old bug causing dashes to be rendered at the wrong length in fallback images (Adrian Johnson) Dashed strokes too long in fallback images https://bugs.freedesktop.org/show_bug.cgi?id=9189 Fix broken dashing when a dashed path starts outside the clip region (Chris Wilson). Avoid range overflow when computing large patterns (Benjamin Otte and Chris Wilson). Avoid crashing due to an invalid font with an incorrect entry in its CMAP table (Adrian Johnson). Fix bugs in computing maximum size of text requests that can be sent with the Render extension, (avoiding potential crashes when rendering large amounts of text) (Behdad Esfahbod and Chris Wilson). Fix rendering of operators unbounded by the mask (Chris Wilson). Fix compilation on systems without compiler support for a native 64-bit type (Chris Wilson). Fix several cases of missing error-status propagation. (Chris Wilson, doing the work he seems to never tire of). Fix several locking issues found with the lockdep valgrind skin (Chris Wilson). Backend-specific bug fixes -------------------------- xlib: Avoid crash due to attempting XRender calls on pixmaps with formats not supported by the Render extension (Chris Wilson): XRender crashes due to NULL pointer from Cairo on SGI O2 https://bugs.freedesktop.org/show_bug.cgi?id=1173 xlib: Add support for XImages with depth of 4, 20, 24, or 28 bits (Chris Wilson): cairo doesn't support 24 bits per pixel mode on X11 https://bugs.freedesktop.org/show_bug.cgi?id=9102 xlib: Avoid mistakenly considering two surfaces as similar just because their depths match (while their Render formats do not) (Karl Tomlinson). ps: Fix slight mis-scaling of bitmapped fonts (Adrian Johnson) svg: Correctly emit comp-op for paint, mask, and show_glyphs operations (Emmanuel Pacaud). svg: Use finer-grained fallbacks for SVG 1.2 (as PS and PDF backends have been doing since 1.6.0) (Chris Wilson).
update to 1.8.0 from the announcement: The dominant theme of this release is improvements to cairo's ability to handle text. The highlights include a new "user fonts" feature as well as a new cairo_show_text_glyphs API which allows glyphs to be embedded in PDF output along with their original text, (for searching, selection, and copy-and-paste). Another major feature is a revamp of cairo's build system making it much easier to build cairo on various platforms.
Fix png backend with libpng 1.2.30. Older libpng versions flushed the output at the end of the write and this was restored with 1.2.30, but cairo didn't override the flush function, resulting in fflush on a non-stream. This in turn resulted in crashes of graphviz when compiling doxygen. Bump revision.
Needs serialised build.
Fix to instal cairo-quartz-font.pc. (and while here, enable quartz-image) Then atsui support for pango again. Bump pkgrevision.
Needs -D_POSIX_PTHREAD_SEMANTICS on Solaris 10. (PR pkg/38509)
"atsui" support in "cairo" has been deprecated. Remove "atsui" specific bits (available under Mac OS X only) and correct the package list. Bump package revision.
Update to cairo-1.6.4. Major changes between the 1.4 and 1.6 branch: - Now uses external "pixman" library instead of a bundled one. - Improvements to PDF, SVG and PostScript output - New support for arbitrary X server visuals (the 8-bit display support patch (patch-ae in pkgsrc) is integrated) - rendering backend improvements - various new API additions, while maintaining ABI compatibility - New Quartz backend - bug fixes
Convert to use PLIST_VARS instead of manually passing "@comment " through PLIST_SUBST to the plist module.
update to 1.4.14 changes: -minor bugfixes -make PostScript output more conformant wrt Type 3 fonts
Update to 1.4.12: Release 1.4.12 (2007-11-26 Carl Worth <cworth@cworth.org>) ========================================================== This is the sixth update in cairo's stable 1.4 series. It comes five months after the 1.4.10 release. This fix includes various bug fixes originally developed during the 1.5.x development and backported to 1.4. Some of the most significant bug fixes prevent crashes: * Avoid overflow when allocating large buffers (Vladimir Vukicevic) * Fix crash with cairo_pattern_set_user_data (Carl Worth) * Fix broken locking in cairo-ft error path (Chris Wilson) * Avoid crash when cleaning up after Render extension (Carl Worth) * Avoid crash for zero-sized bitmap glyph (Chris Wilson) * Avoid crash with type-1 fonts and ft and atsui enabled (Brian Ewins) * Fix many error-handling cases in the Quartz/ATSUI code (Brian Ewins) * Eliminate cairo_stroke crash with scaling near zero (Carl Worth) Other fixes address rendering problems: * Fix PDF linear gradients without stops at 0.0 and 1.0 (Adrian Johnson) * Fix PDF CFF subsetting to work with Apple Preview (Adrian Johnson) * Report proper errors on out-of-memory on win32 (Vladimir Vukicevic) * Fix EXTEND_NONE gradients for cairo-quartz (Brian Ewins) * Fix odd-number-of-dashes dashing for cairo-quartz (Brian Ewins) * Fix erroneous results from cairo_stroke_extents (Carl Worth) * Force non-AA text when bitmap strikes are available (Keith Packard) * Fix cairo-atsui font metrics (Richard Hult) And some avoid raising cairo errors for innocent problems: * Avoid drawing shutdown for glyph-not-found in font (Behdad Esfahbod) * Don't raise an error for creating an empty path (Chris Wilson) At least one optimization managed to sneak in: * Free glyph surfaces after uploading to X server cache (Behdad Esfahbod) And there are a few very minor fixes, (such as build fixes).
update to 1.4.10 changes: The most significant change in this release is a fix to avoid an X error in certain cases, (that were causing OpenOffice.org to crash in Fedora). There is also a semantic change to include child window contents when using an xlib surface as a source, an optimization when drawing many rectangles, and several minor fixes.
update to 1.4.8 This is the fourth update in cairo's stable 1.4 series. It comes just over five weeks after the 1.4.6 release. This release includes a thread-safe surface-cache for solid patterns which significantly improves text rendering with the xlib backend. Also, dozens of error paths in cairo have been fixed thanks to extensive fault-injection testing by Chris Wilson.
Update to 1.4.6: Release 1.4.6 (2007-05-01 Carl Worth <cworth@cworth.org>) ========================================================= This is the third update in cairo's stable 1.4 series. It comes a little less than three weeks since the 1.4.4 release. This release fixes the broken mutex initialization that made cairo 1.4.4 unusable on win32, OS/2, and BeOS systems. This release also adds significant improvements to cairo's PDF backend, (native gradients!), and a couple of performance optimizations, (one of which is very significant for users of the xlib backend). Release 1.4.4 (2007-04-13 Carl Worth <cworth@cworth.org>) ========================================================= This is the second update release in cairo's stable 1.4 series. It comes just less than a month after 1.4.2. The changes since 1.4.2 consist primarily of bug fixes, but also include at least one optimization. See below for details. There have been lots of individuals doing lots of great work on cairo, but two efforts during the 1.4.4 series deserve particular mention: Internal cleanup of error handling, (Chris Wilson) -------------------------------------------------- Chris contributed a tremendous series of patches (74 patches!) to improve cairo's handling of out-of-memory and other errors. He began by adding gcc's warn_unused_attribute to as many functions as possible, and then launched into the ambitious efforts of adding correct code to quiet the dozens of resulting warnings. Chris also wrote a custom valgrind skin to systematically inject malloc failures into cairo, and did all the work necessary to verify that cairo's performance test suite runs to completion without crashing. The end result is a much more robust implementation. Previously, many error conditions would have gone unnoticed and would have led to assertion failures, segmentation faults, or other harder-to-diagnose problems. Now, more than ever, cairo should cleanly let the user know of problems through cairo_status and other similar status functions. Well done, Chris! More malloc reduction, (Mathias Hasselmann) ------------------------------------------- After 1.4.0, Behdad launched an effort to chase down excessive calls to malloc within the implementation of cairo. He fixed a lot of malloc-happy objects for 1.4.2, but one of the worst offenders, (pixman regions), was left around. Mathias contributed an excellent series of 15 patches to finish off this effort. The end result is a cairo that calls malloc much less often than it did before. Compared to 1.4.2, 55% of the calls to malloc have been eliminate, (and 60% have been eliminated compared to 1.4.0). Well done, Mathias!
Repair a broken build on solaris and possibly others.
update to 1.4.2 This switches to the new stable branch. Too many changes to list here, see the changelog. Most notably: speed improvements, PDF output improvement, API additions, bugfixes.
Instead of setting compiler flags in each package if it uses C99, allow USE_LANGUAGES+=c99 and let gcc and mipspro do the right thing. May need to be reviewed/added for other compilers. ok rillig@
update to 1.2.6 changes: mostly bugfixes
Teach Solaris to expose snprintf() with: CPPFLAGS.SunOS+=-D__EXTENSIONS__ Without this a Solaris 9 build falls over at cairo-output-stream.c.
DESTDIR support.
The last fix for pseudocolor displays broke 24-bit troecolor displays. Use a new patch from https://bugs.freedesktop.org/show_bug.cgi?id=4945 Bump PKGREVISION.
Fix ABI regression compared to pkgsrc's cairo-1.0. Bump revision.
Fix cairo on 8-bit psuedocolor displays. Finally I can use gtk again...
Update to 1.2.4: Release 1.2.4 (2006-08-18 Carl Worth) ========================================================= This is the second bug fix release in the 1.2 series, coming less than two weeks after the 1.2.2 release made on August 8. The big motivation for a quick release was that there were a log of build system snags that people ran into with the 1.2.2 release. But, by the time we got those all done, we found that we had a bunch of fixes for cairo's rendering as well. So there's a lot of goodness in here for such a short time period. Rendering fixes --------------- Fix image surfaces to not be clipped when used as a source (Vladimir Vukicevic) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=72e25648c4c4bc82ddd938aa4e05887a293f0d8b Fix a couple of corner cases in dashing degenerate paths (Jeff Muizelaar) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=fbb1758ba8384650157b2bbbc93d161b0c2a05f0 Fix support for type1 fonts on win32 (Adrian Johnson) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=da1019c9138695cb838a54f8b871bbfd0e8996d7 Fix assertion failure when rotating bitmap fonts (Carl Worth) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=0bfa6d4f33b8ddb5dc55bbe419c15df4af856ff9 Fix assertion failure when calling cairo_text_path with bitmap fonts (Carl Worth) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=9878a033531e6b96b5f27e69e10e90dee7440cd9 Fix mis-handling of cairo_close_path in some situations (Tim Rowley, Carl Worth) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=53f74e59faf1af78f2f0741ccf1f23aa5dad4efc Respect font_matrix translation in _cairo_gstate_glyph_path (Behdad Esfahbod) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=f183b835b111d23e838889178aa8106ec84663b3 Fix vertical metrics adjustment to work with non-identity shapes (Behdad Esfahbod) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=b7bc263842a798d657a95e539e1693372448837f [PS] Set correct ImageMatrix in _cairo_ps_surface_emit_bitmap_glyph_data (Behdad Esfahbod) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=d47388ad759b0a1a0869655a87d9b5eb6ae2445d Build system fixes ------------------ Fix xlib detection to prefer pkg-config to avoid false libXt dependency (Behdad Esfahbod) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=0e78e7144353703cbd28aae6a67cd9ca261f1d68 Fix typos causing win32 build problem with PS,PDF, and SVG backends (Behdad Esfahbod) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=aea83b908d020e26732753830bb3056e6702a774 Fix configure cache to not use stale results (Behdad Esfahbod) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=6d0e3260444a2d5b6fb0cb223ac79f1c0e7b3a6e Fix to not pass unsupported warning options to the compiler (Jens Granseuer) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=97524a8fdb899de1ae4a3e920fb7bda6d76c5571 Fix to allow env. variables such as png_REQUIRES to override configure detection (Jens Granseuer) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=abd16e47d6331bd3811c908e524b4dcb6bd23bf0 Fix test suite to not use an old system cairo when converting svg2png (Behdad Esfahbod) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=6122cc85c8f71b1ba2df3ab86907768edebe1781 Fix test suite to not require signal.h to be present (Behdad Esfahbod) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=6f8cf53b1e1ccdbe1ab6a275656b19c6e5120e40 Code cleanups ------------- Many useful warnings cleanups from sparse, valgrind, and careful eyes (Kjartan Maraas, Pavel Roskin)
two pkgsrc related changes which I wanted to piggyback on the next update: -remove dependency on libpixman which was stale for ages -don't bother setting the gtk-doc installation path to share/doc, the new "devhelp" will find it at the default location (and the previous versions didn't find it at share/doc either)
Update to 1.2.2, some pkglint cleanup: Release 1.2.2 (2006-08-08 Carl Worth) ========================================================= This is the first bug fix release in the 1.2 series since the original 1.2.0 release made six weeks ago. There were some very serious bugs in the 1.2.0 release, (see below), so everybody is encouraged to upgrade from 1.2.0 to 1.2.2. The 1.2.2 release maintains source and binary compatibility with 1.2.0 and does not make any API additions. Fix crashes with BGR X servers ------------------------------ With cairo 1.2.0 many people reported problems with all cairo-using programs, (including all GTK+ programs with GTK+ >= 2.8) immediately crashing with a complaint about an unsupported image format. This bug affected X servers that do not provide the Render extension and that provide a visual with BGR rather than RGB channel order. report: https://bugs.freedesktop.org/show_bug.cgi?id=7294 fix: http://gitweb.freedesktop.org/?p=cairo;a=commit;h=9ae66174e774b57f16ad791452ed44efc2770a59 Fix the "disappearing text" bug ------------------------------- With cairo 1.2.0 many people reported that text would disappear from applications, sometimes reappearing with mouse motion or selection. The text would disappear after the first space in a string of text. This bug was caused by an underlying bug in (very common) X servers, and only affected text rendered without antialiasing, (either a bitmap font or a vector font with antialiasing disabled). The bug was also exacerbated by a KDE migration bug that caused antialiasing to be disabled more than desired. report: https://bugs.freedesktop.org/show_bug.cgi?id=7494 fix: http://gitweb.freedesktop.org/?p=cairo;a=commit;h=456cdb3058f3b416109a9600167cd8842300ae14 see also: Xorg: https://bugs.freedesktop.org/show_bug.cgi?id=7681 KDE: http://qa.mandriva.com/show_bug.cgi?id=23990 Fix broken image fallback scaling (aka. "broken printing") ---------------------------------------------------------- The various "print" backends, (pdf, ps, and svg), sometimes fallback to using image-based rendering for some operations. In cairo 1.2.0 these image fallbacks were scaled improperly. Applications using cairo can influence the resolution of the image fallbacks with cairo_surface_set_fallback_resolution. With the bug, any calue other than 72.0 would lead to incorrect results, (larger values would lead to increasingly shrunken output). report: https://bugs.freedesktop.org/show_bug.cgi?id=7533 fix: http://gitweb.freedesktop.org/?p=cairo;a=commit;h=1feb4291cf7813494355459bb547eec604c54ffb Fix inadvertent semantic change of font matrix translation (Behdad Esfahbod) ---------------------------------------------------------------------------- The 1.2.0 release introduced an inadvertent change to how the translation components of a font matrix are interpreted. In the 1.0 series, font matrix translation could be used to offset the glyph origin, (though glyph metrics were reported incorrectly in 1.0). However in 1.2.0, the translation was applied to the advance values betwen each glyph. The 1.2.0 behavior is fairly useless in practice, and it was not intentional to introduce a semantic change. With 1.2.2 we return to the 1.0 semantics, with a much better implementation that provides correct glyph metrics. fix: http://gitweb.freedesktop.org/?p=cairo;a=commit;h=84840e6bba6e72aa88fad7a0ee929e8955ba9051 Fix create_similar to preserve fallback resolution and font options (Behdad Esfahbod) ------------------------------------------------------------------------------------- There has been a long-standing issue with cairo_surface_create_similar such that font options and other settings from the original destination surface would not be preserved to the intermediate "similar" surface. This could result in incorrect rendering (particulary with respect to text hinting/antialiasing) with fallbacks, for example. report: https://bugs.freedesktop.org/show_bug.cgi?id=4106 fixes: http://gitweb.freedesktop.org/?p=cairo;a=commit;h=9fcb3c32c1f16fe6ab913e27eb54d18b7d9a06b0 http://gitweb.freedesktop.org/?p=cairo;a=commit;h=bdb4e1edadb78a2118ff70b28163f8bd4317f1ec xlib: Fix text performance regression from 1.0 to 1.2.0 (Vladimir Vukicevic) ---------------------------------------------------------------------------- Several people noticed that upgrading from cairo 1.0 to cairo 1.2.0 caused a significant peformance regression when using the xlib backend. This performance regression was particularly noticeable when doing lots of text rendering and when using a high-latency connection to the X server, (such as a remote X server over an ssh connection). The slowdown was identified and fixed in 1.2.2. report: https://bugs.freedesktop.org/show_bug.cgi?id=7514 fix: http://gitweb.freedesktop.org/?p=cairo;a=commit;h=b7191885c88068dad57d68ced69a752d1162b12c PDF: Eliminate dependency on FreeType library dependency (Adrian Johnson) ------------------------------------------------------------------------- The cairo 1.2 series adds a supported pdf backend to cairo. In cairo 1.2.0 this backend required the freetype library, which was an undesirable dependency on systems such as win32, (cairo is designed to always prefer the "native" font system). As of cairo 1.2.2 the freetype library is not required to use the pdf backend on the win32 platform. report: https://bugs.freedesktop.org/show_bug.cgi?id=7538 fix: http://gitweb.freedesktop.org/?p=cairo;a=commit;h=a0989f427be87c60415963dd6822b3c5c3781691 PDF: Fix broken output on amd64 (Adrian Johnson) ------------------------------------------------ report: http://bugzilla.gnome.org/show_bug.cgi?id=349826 fix: http://gitweb.freedesktop.org/?p=cairo;a=commit;h=f4b12e497b7ac282b2f6831b8fb68deebc412e60 PS: Fix broken output for truetype fonts > 64k (Adrian Johnson) --------------------------------------------------------------- fix: http://gitweb.freedesktop.org/?p=cairo;a=commit;h=067d97eb1793a6b0d0dddfbd0b54117844511a94 PDF: Fix so that dashing doesn't get stuck on (Kent Worsnop) ------------------------------------------------------------ Kent notices that with the PDF backend in cairo 1.2.0 as soon as a stroke was performed with dashing, all subsequent strokes would also be dashed. There was no way to turn dashing off again. fix: http://gitweb.freedesktop.org/?p=cairo;a=commit;h=778c4730a86296bf0a71080cf7008d7291792256 Fix memory leaks in failure paths in gradient creation (Alfred Peng) -------------------------------------------------------------------- fix: http://gitweb.freedesktop.org/?p=cairo;a=commit;h=db06681b487873788b51a6766894fc619eb8d8f2 Fix memory leak in _cairo_surface_show_glyphs (Chris Wilson) ------------------------------------------------------------ report: https://bugs.freedesktop.org/show_bug.cgi?id=7766 fix: http://gitweb.freedesktop.org/?p=cairo;a=commit;h=e2fddcccb43d06486d3680a19cfdd5a54963fcbd Solaris: Add definition of cairo_private for some Sun compilers (Alfred Peng) ----------------------------------------------------------------------------- report: https://bugzilla.mozilla.org/show_bug.cgi?id=341874 fix: http://gitweb.freedesktop.org/?p=cairo;a=commit;h=04757a3aa8deeff3265719ebe01b021638990ec6 Solaris: Change version number of Sun's Xorg server with buggy repeat (Brian Cameron) ------------------------------------------------------------------------------------- report: https://bugs.freedesktop.org/show_bug.cgi?id=7483 fix: http://gitweb.freedesktop.org/?p=cairo;a=commit;h=e0ad1aa995bcec4246c0b8ab0d5a5a79871ce235 Various memory leak fixes ------------------------- Fix memory leak in _cairo_surface_show_glyphs (bug 7766) Fix file handle leak in failure path (bug 7616) Fix some memory leaks in the test cases. Fix some memory leaks in font subsetting code used in print backends. Documentation improvements (Behdad Esfahbod) -------------------------------------------- Added new documentation for several functions (cairo_show_page, cairo_copy_page, cairo_in_stroke, cairo_in_fill). Fixed some syntax errors that were preventing some existing documentation from being published. Fixed several minor typographical errors. Added an index for new symbols in 1.2.
This package needs zlib.
Enable the atsui backend if the Carbon framework is available. Bump PKGREVISION.
Support the x11 option to enable/disable xlib and xlib-xrender backends.
Remove obsolete BUILDLINK_API_DEPENDS.
Make the quartz test resemble the one in configure. This makes it easier to add the atsui backend later. Currently, the atsui backend may not be enabled because it would break pango-1.12.x.
Add "lib/pkgconfig/cairo-quartz.pc" (Mac OS X only) to package list. Bump package revision because binary package got changed.
update to 1.2.0 changes: New, supported backends (PDF, PostScript, and SVG) misc API extensions Optimizations and bug fixes
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
Added appropriate TEST_TARGET.
Over 1200 files touched but no revisions bumped :) RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
Update to 1.0.4: Release 1.0.4 (2006-03-15 Behdad Esfahbod) ============================================================== This is a bug fix release. Many fixes in this release are backported from the head branch and do not have bug numbers. For the bugs in bugzilla that are fixed in this release, see: https://bugs.freedesktop.org/buglist.cgi?bug_id=4674,4823,5528,5734,6176,6196,6197 This includes the bug causing Pango crashes with some corrupt fonts. For a list of all changes, see ChangeLog.
Recursive revision bump / recommended bump for gettext ABI change.
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because of the shlib major bump. PKGREVISION++ for the dependencies.
Make this compile under IRIX by passing '-c99' to the mipspro compiler.
Bumped PKGREVISION because -lsunmath is not used on Solaris anymore.
Added -lsunmath for SunOS.
update to 1.0.2 This is a maintenance (bug-fix only) release Three fixes in the 1.0.2 release deserve particular mention: -Dashed curves -Better support for multi-thread applications -Many win32 compilation and rendering fixes
Cairo uses pthreads, so link it against the threading library. Fixes build problems of other packages using cairo (nothing could be linked with -lcairo before), at least under NetBSD 2.0. Bump PKGREVISION to 2.
Enable the quartz backend on Darwin if Quartz.framework exists. Bump PKGREVISION.
Changes 1.0.0: * Behavior and API changes * API additions * Features * Optimization * Bug fixes
this explicitely requires glitz-0.4.4
Changes 0.9.0: * API changes * Bug fixes * Improvements
Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
Change path from devel/pkgconfig to devel/pkg-config. No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
update to 0.5.1 many serious changes -- this is ongoing development
Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
update to cairo-0.4.0 http://cairographics.org/manual/cairo-Microsoft-Windows-Backend.html Disabled backend: quartz ------------------------ Unfortunately, the quartz backend code is currently out of date with respect to some recent backend interface changes. So, the quartz backend is disabled in this snapshot. If the quartz backend is brought up-to-date before the next snapshot, we would be glad to make a 0.4.1 snapshot that re-enables it, (we do not expect many more big backend interface changes). API Changes ----------- The font system has been revamped, (as Owen Taylor's work with integrating pango and cairo gave us the first serious usage of the non-toy font API). One fundamental, user-visible change is that the cairo_font_t object now represents a font that is scaled to a particular device resolution. Further changes are described below. cairo.h ------- Removed cairo_font_set_transform and cairo_font_current_transform. Added cairo_font_extents and cairo_font_glyph_extents. See documentation for details: http://cairographics.org/manual/cairo-cairo-t.html#cairo-font-extents cairo-ft.h ---------- The cairo_ft_font API changed considerably. Please see the documentation for details: http://cairographics.org/manual/cairo-FreeType-Fonts.html Performance ----------- Make the fast-path clipping (pixel-aligned rectangles) faster. Add optimization for applying a constant alpha to a pattern. Optimize gradients that are horizontal or vertical in device space. Xlib: When RENDER is not available, use image surfaces for intermediate surfaces rather than xlib surfaces. Backend-specific changes ------------------------ Glitz ----- Major update to glitz backend. The output quality should now be just as good as the image and xlib backends. Track changes to glitz 0.4.0. PDF --- Various improvements to produce more conformant output. Internals --------- David Reveman contributed a large re-work of the cairo_pattern_t implementation, providing cleaner code and more optimization opportunities. Backend interface changes ------------------------- Rework backend interface to accept patterns, not surfaces for source and mask. Remove set_matrix, set_filter, and set_repeat functions. More sophisticated backend interface for image fallbacks, ({acquire,release}_{source,dest}_image() and clone_similar). Bug fixes --------- Only install header files for backends that have been compiled. Fixed some rounding errors leading to incorrectly placed glyphs. Many other minor fixes.
Update to 0.3.0, this closes PR pkg/29331. Lots of bugfixes, improvements, etc... please see the NEWS file.
Update cairo to 0.2.0. Changes include: New license: LGPL/MPL --------------------- The most significant news with this release is that the license of cairo has changed. It is now dual-licensed under the LGPL and the MPL. For details see the COPYING file as well as COPYING-LGPL-2.1 and COPYING-MPL-1.1. I express my thanks to everyone involved in the license change process for their patience and support! New font and glyph internals
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
Add a patch from the mono project: pixman_image_set_clip_region expects to take ownership of the passed-in region, so we create a copy to give it. bump PKGREVISION to 1
Raise the dependency to 0.1.1 libpixman's buildlink3.mk. This avoids the BUILDLINK_DEPENDS >= 0.1.1 in cairo's Makefile which is the only consumer anyway. Or, in other words: simplify
This needs libpixman >= 0.1.1.
update to cairo-0.1.23 Fixes for gcc 3.4 ----------------- Fix prototype mismatches so that cairo can be built by gcc 3.4. Updates to track glitz ---------------------- Various fixes to support the latest glitz snapshot (0.1.2). Gradient updates ---------------- Radial gradients now support both inner and outer circles. Transformed linear gradients are now properly handled. Fixes for extend type reflect. Glitz updates ------------- Converted shading routines to use fixed point values and introduced a shading operator structure for more efficient shading calculations. Support compositing with mask surface when mask is solid or multi-texturing is available. PNG backend cleanups -------------------- Fix output to properly compensate for pre-multiplied alpha format in cairo. Add support for A8 and A1 image formats. Bug fixes --------- Avoid crash or infinite loop on null strings and degeneratively short splines. New? bugs in cairo_clip ----------------------- There are some fairly serious bugs in cairo_clip. It is sometimes causing an incorrect result. And even when it does work, it is sometimes so slow as to be unusable. Some of these bugs may not be new, (indeed cairo_clip has only ever had a braindead-slow implementation), but I think they're worth mentioning here.
Changes 0.1.22: * Cairo was updated to track the changes in libpixman, and now depends on libpixman version 0.1.1 Changes 0.1.21: * New OpenGL backend * Automatic detection of available backends Changes 0.1.20: * New pattern API * Update to XCB backend * Faster clipping
update to 0.1.18 Includes new functions: - cairo_current_path, cairo_current_path_flat, cairo_surface_get_filter. Support for XCB backend. Fixes for building in cygwin. Adds cairo_surface_get_filter.
Add explicit dependencies on the pkgsrc versions of Xft2/Xrender to avoid problems. Also remove superfluous buildlink2.mk and bump PKGREVISION to 1.
Add explicit dependency on pkgconfig.
PKGCONFIG_OVERRIDE is relative to WRKSRC.
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
initial import of cairo-0.1.17 Cairo is a vector graphics library with cross-device output support. Currently supported output targets include the X Window System and in-memory image buffers. PostScript and PDF file output is planned. Cairo is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available (eg. through the X Render Extension). Cairo provides a stateful user-level API with capabilities similar to the PDF 1.4 imaging model. Cairo provides operations including stroking and filling Bezier cubic splines, transforming and compositing translucent images, and antialiased text rendering.
Initial revision