Up to [cvs.NetBSD.org] / pkgsrc / graphics / graphviz
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
graphviz: updated to 12.2.1 12.2.1 Added - Support for building the SWIG-generated R language bindings has been integrated into the CMake build system. This is controllable by the `-DENABLE_R={AUTO|ON|OFF}` option. - A sandboxing wrapper, `dot_sandbox`, is now included with Graphviz. Users should prefer their platform’s native security solutions, but if nothing better is available this wrapper offers safe processing of untrusted inputs in some scenarios. Changed - JPEG images without an `APP0` leading segment are supported for use in `src` fields and friends. Previously Graphviz was overly strict with the types of JPEGs it would recognize. Fixed - The GVPR library program `depath` no longer acts on previously deleted nodes, causing unpredictable results. - Void-typed function parameters (`int foo(void bar)`) and variables `void baz;` in GVPR are gracefully rejected. - Input that induce a set node height but no set node width no longer crash with the failure “Assertion failed: `(r->boundary[i] <= r->boundary[NUMDIMS + i])`, function RTreeInsert”. It is typically not obvious to users when their input falls into this situation, hence why the assertion message is quoted here. This was a regression in Graphviz 12.0.0. - Strings containing double quote characters preceded by escape sequences (e.g. `\n"`) are once again correctly escaped in dot or canonical output. This was a regression in Graphviz 9.0.0. - `dot_builtins` no longer lists duplicate format options in its error messages. - A precision error that resulted in truncated edge lines has been corrected. This was a regression in Graphviz 12.0.0. - The xlib plugin (`-Tx11`) resets its initialization state during finalization. This fixes a rare scenario where multiple input graphs are supplied and initialization for one of the not-first graphs fails. In this scenario, finalization would be unaware of this failure and act on invalid state.
*: recursive bump for jpeg -> libjpeg-turbo switch
*: recursive bump for default Kerberos implementation switch
*: recursive bump for icu 77 and libxml2 2.14
*: recursive bump for pango requiring fontconfig 2.15
graphics/graphviz: Update to 12.2.0 ## [12.2.0] – 2024-11-04 ### Removed - Visual Studio build files have been removed. CMake is now the only supported build system on Windows. ### Added - Support for building the SWIG-generated PHP language bindings has been integrated into the CMake build system. This is controllable by the `-DENABLE_PHP={AUTO|ON|OFF}` option. - Support for building the SWIG-generated Python language bindings has been integrated into the CMake build system. This is controllable by the `-DENABLE_PYTHON={AUTO|ON|OFF}` option. ### Changed - An algorithm closer to that described in RFC 1942 and/or the CSS 2.1 specification is now used for sizing table cells within HTML-like labels. This is less scalable than the network simplex algorithm it replaces, but in general produces more intuitive results. #2159 - Tooltips on table elements within HTML-like labels are now propagated to SVGs produced by the core plugin (`-Tsvg`) even when the elements do not have `href` attributes. #1425 - In the Autotools build system, `pkg-config` is the only supported way for discovering Guile. Previous use of `guile-config*` has been removed. #2606 - The Autotools release artifacts for macOS (`Darwin_*_graphviz-*.tar.gz`) now use relative paths in links to dependent libraries and plugins. This should make the tree relocatable instead of having to live at /Users/gitlab/builds. #2501 - `gml2gv` no longer maps GML `label` attributes to Graphviz `name` attributes. These are now mapped to Graphviz `label` attributes. #2586 ### Fixed - In the Autotools build system, the core plugin links against libm, fixing some unresolvable symbols. This was a regression in Graphviz 4.0.0. Though it would primarily have affected non-Graphviz applications attempting to load this plugin on Linux. - The osage layout engine now understands a cluster to be indicated by the common rules, including the “cluster” prefix being case insensitive and the `cluster=true` attribute as an alternative. #2187 - `acyclic` once again produces its output on stdout. This was a regression in Graphviz 10.0.1. #2600 - When using the Tclpathplan module, created vgpanes can once again be named and addressed. This was a regression in Graphviz 12.1.2. - Omitting a polygon identifier when running triangulation using the Tclpathplan module (e.g. `vgpane0 triangulate` instead of `vgpane0 triangulate 42`) no longer goes unnoticed and reads invalid memory. This bug seems to have existed since the first revision of Graphviz. - When using the Tclpathplan module, defining a malformed <3-point polygon and then attempting to triangulate this polygon no longer reads invalid memory. This case is now rejected with an error during triangulation. Like the previous entry, this bug seems to have existed since the first revision of Graphviz. - When using the Tclpathplan module, binding a pane’s triangulation callback to a string ending in a trailing `%` (e.g. `vgpane0 bind triangle %`) no longer causes later out-of-bounds reads during triangulation. Like the previous entries, this bug seems to have existed since the first revision of Graphviz. #2596 - Mouse right-clicks in Smyrna are no longer sticky. In some contexts, right-clicking the mouse would register a mouse down event but no mouse up event, leading Smyrna to believe the user was dragging with the right button held down. - Arrowhead missing from tail-end of edge #2437 - The Ruby bindings package (libgv-ruby) is once again installable on Ubuntu. This became uninstallable when Ruby 1.8 was no longer available on Ubuntu, as it had a hard coded dependency of Ruby 1.8. This has now been relaxed to depend on any Ruby version ≥ 1.8. #2607 - Generated GIFs and JPEGs display the graphed image instead of a single solid color. This was a regression in Graphviz 12.1.1. #2609 - The CMake build system includes some supporting pieces of the SWIG-generated language bindings that were previously missing. It also links further dependencies that were previously missing. - In the CMake build system, linking of the Guile language bindings uses the full path to libguile, fixing issues on macOS. - The provided release packages for Debian-based operating systems (only Ubuntu currently) have corrected package dependencies. #2466 - Discussion of `gvpr -c ""` in the `gvpr` man page has been removed. This invocation did not do what was claimed. #2584
*: recursive bump for icu 76 shlib major version bump
*: revbump for icu downgrade
*: recursive bump for icu 76.1 shlib bump
revbump for poppler
graphics/graphviz: Update to 12.1.2 Option "tcl" removed (too much work to maintain). This option was disabled by default. ## [12.1.2] – 2024-09-28 ### Changed - In the Autotools build system, the rsvg plugin is no longer built when pangocairo is missing. Previously, when librsvg was found but pangocairo was not, this plugin would be enabled and built but offer no functionality. - The RSVG plugin now requires librsvg ≥ 2.42.7. - The RSVG plugin uses newer librsvg APIs where available. #2206 ### Fixed - In the Autotools build system, fallback discovery of libANN when `pkg-config` support is unavailable has been corrected to properly enable use of libANN. This primarily affects `mingle` users on Debian-based operating systems or macOS. - The RSVG plugin no longer dereferences a null pointer when failing to create new RSVG handles. - The Pango plugin no longer assumes a little endian environment when loading PS images. ## [12.1.1] – 2024-09-09 ### Added - Support for building the SWIG-generated Guile language bindings has been integrated into the CMake build system. This is controllable by the `-DENABLE_GUILE={AUTO|ON|OFF}` option. - Support for building the SWIG-generated Java language bindings has been integrated into the CMake build system. This is controllable by the `-DENABLE_JAVA={AUTO|ON|OFF}` option. - Support for building the SWIG-generated Lua language bindings has been integrated into the CMake build system. This is controllable by the `-DENABLE_LUA={AUTO|ON|OFF}` option. - Support for building the SWIG-generated Perl language bindings has been integrated into the CMake build system. This is controllable by the `-DENABLE_PERL={AUTO|ON|OFF}` option. ### Changed - Comparison against a plugin’s `knowncolors` array is now case-insensitive, rather than requiring all entries of the array to be lower-cased. The requirement that the `knowncolors` array is lexically ordered remains. - The Smyrna “Color Theme”, “Edge Attr. For Color”, and “Node Alpha” settings have been removed. The values of these settings had no effect. - Graphviz libraries set close-on-exec on job output files being written and user shape files being read. This should only affect applications using Graphviz libraries that rely on a fork-and-exec-ed child subprocess being able to access these open files. Applications with this requirement can regain the old behavior by unsetting the close-on-exec flag immediately after creating these objects. Graphviz libraries themselves are not affected by whether or not this flag is set. - The Autotools build system no longer detects or uses the `-perl` option to SWIG to build Perl language bindings. Only `-perl5` is used. ### Fixed - A reference to the non-existent `colxlate` function in an error message has been corrected to `colorxlate`. - `gvgen` no longer crashes sometimes when running random graph generation. This was a regression in Graphviz 12.0.0. #2588 - Dashed and dotted pen styles in VRML images loaded by the GD plugin have been corrected. - `mm2gv` no longer crashes when reading various types of malformed Matrix Market files. - The `edgepaint` `--color_scheme` command-line option is once again functional. This was a regression in Graphviz 2.49.0. #2591 - An incorrect deallocation call during OpenGL texture construction failure has been corrected. This could previously have caused crashes or heap corruption. This was a regression in Graphviz 2.26.0. - The CMake build on Windows no longer fails if TCL is detected. This was technically a regression in 12.0.0 since building the Graphviz TCL bindings was integrated into the CMake build system in that release. #2581 - When its output file cannot be opened, `edgepaint` no longer dereferences a null pointer when printing its error message.
graphics/graphviz: Update to 12.1.0 Requires C11/C++17. Remove broken option "perl" (was disabled by default). ## [12.1.0] – 2024-08-12 ### Added - Enable the GNU Triangulated Surface Library (GTS) in Windows builds. #2557 - `dot_builtins` now also includes the vt plugin (`-Tvt` output format). - The vt plugin gained new output formats, `-Tvt-4up`, `-Tvt-6up`, and `-Tvt-8up`, for drawing monochrome 4-, 6-, and 8-pixel-per-character visualizations, respectively. - The CMake build system now includes the WebP plugin also on Windows. - A Windows x64 `mingle` binary is now built with CMake. - Support for building the SWIG-generated D language bindings has been integrated into the CMake build system. This is controllable by the `-DENABLE_D={AUTO|ON|OFF}` option. - Support for building the SWIG-generated Go language bindings has been integrated into the CMake build system. This is controllable by the `-DENABLE_GO={AUTO|ON|OFF}` option. The target integer size can be set with `-DINTGOSIZE=…` if it is not auto-detected correctly. - Support for building the SWIG-generated JavaScript language bindings has been integrated into the CMake build system. This is controllable by the `-DENABLE_JAVASCRIPT={AUTO|ON|OFF}` option. ### Changed - The GTK plugin, for which build system support was removed in Graphviz 10.0.1, has been removed from the portable source tarball. #1848 - To build from source, the required C++ standard has been upgraded from C++11 to C++17. #2536 - **Breaking**: the CMake variables `enable_ltdl`, `with_expat`, `with_gvedit`, `with_smyrna`, `with_zlib`, `enable_tcl`, `enable_swig` and `enable_sharp` have been renamed to `ENABLE_LTDL`, `WITH_EXPAT`, `WITH_GVEDIT`, `WITH_SMYRNA`, `WITH_ZLIB`, `ENABLE_TCL`, `ENABLE_SWIG` and `ENABLE_SHARP`, respectively. - To build from source, the required Python version has been upgraded from 3.6 to 3.8. #2549 - Build system discovery of GDK now looks for GDK 3.0 instead of GDK 2.0. #1848 - Visual Studio build files are no longer distributed in the portable source tarball. Builds on Windows must now use a repository clone. ### Fixed - `ccomps`, `gc`, the fdp layout engine, the neato layout engine, and the patchwork algorithm now understand a cluster to be indicated by the common rules, including the “cluster” prefix being case insensitive and the `cluster=true` attribute as an alternative. #2187 - `overlap` values whose prefixes are themselves valid values (e.g. `overlap=scalexy` where `overlap=scale` is also a valid setting) are once again usable. Previously such values would silently select the shortest valid prefix. This was a regression in Graphviz 2.24.0. #2563 - Setting `overlap=ortho_xy` no longer also runs the constraint pass of `overlap=porthoxy`. Setting `overlap=ortho` no longer also runs the constraint passes of `overlap=ortho_xy` and `ortho=porthoxy`. This bug has existed ever since these overlap modes were introduced in Graphviz 2.4. However its effect was masked by the bug discussed in the prior CHANGELOG entry that made it not possible to select `overlap=ortho_xy` or `overlap=porthoxy`. - `splines = true` merging multiedges together when using the neato engine. #2241 (fixed on Windows by enabling GTS) - The GVC output writing APIs handle writes of compressed data `> UINT_MAX` more correctly. - GVPR casts of strings to floats now produce the expected values. This was a regression in Graphviz 2.30. - CMake builds do not support format png:gd #1786 - The diffimg utility is not built in CMake builds #1788 (fixed also for Windows x64 builds) - The Windows x86 `mingle` binary built with CMake no longer fails to start because of missing `ANN.dll`. - The node and edge tags printed by the TK output format (`-Ttk`) are once again usable for later referencing those same nodes and edges in TCL scripting. This was likely broken in the transition from 32-bit to 64-bit hardware. #2568 - Ubuntu 24.04 binaries incorrectly are ASan enabled and produce memory leak errors. #2574 - gvpr’s ability to handle empty string parameters to `printf` (e.g. `printf("hello%s world", "")`) has been restored. This was a regression in Graphviz 9.0.0. #2577 - pkgIndex.tcl for the TCL bindings is constructed based on target system properties instead of host system properties. Previously, cross-compilation would result in potentially incorrect library loading directives in this file. - The Autotools build system no longer checks for the presence of php.h, which previously caused spurious failures when trying to build the PHP bindings with PHP 8.3. #2589 - A `gvmap` crash due to out-of-bounds memory writes has been fixed. This was a regression in Graphviz 8.0.1.
*: bump for raqm option in gd & ImageMagick to be on the safe side
graphics/graphviz: Update to 12.0.0 ## [12.0.0] – 2024-07-04 ### Added - Support for building the Graphviz TCL bindings has been integrated into the CMake build system. This is controllable by the `-Denable_tcl={AUTO|ON|OFF}` option. - Support for building the SWIG-generated TCL language bindings has been integrated into the CMake build system. This is controllable by the `-Denable_swig={AUTO|ON|OFF}` option. - Support for building the SWIG-generated C# language bindings has been integrated into the CMake build system. This is controllable by the `-Denable_sharp={AUTO|ON|OFF}` option. ### Changed - The Catch2-based test suite in the CMake build system has been ported from Catch2 v2 to Catch2 v3. Support for Catch2 v2 has been removed. #2465 - The Windows release artifacts are now built on Windows 2022 and Visual Studio 2022 17 and toolset v143. - The macOS release artifacts are now built on macOS 13 (Ventura). - The CMake build system no longer links `dot_builtins` against libsocket. - The CMake build system now only compiles `dot_builtins` if building shared libraries (`-DBUILD_SHARED_LIBS=ON`). - **Breaking**: the `polygon_t.style` member is now a struct. - **Breaking**: the `LEN` and `MAXDOUBLE` constants have been removed. - Accuracy in processing compass points has been improved. - **Breaking**: the `CMYK_BYTE` member of the `color_type_t` enum and the corresponding `gvolor_t.u.cmyk` field have been removed. The color format this mapped to was neither documented nor implemented correctly. - The Windows releases available for download on graphviz.org now only include CMake-produced packages, not MS Build-produced packages. The MS Build packages are available in the [Gitlab package registry](https://gitlab.com/graphviz/graphviz/-/packages) if needed. - The CMake build system more pervasively sets rpaths of compiled binaries, libraries, and plugins, which should result in them more reliably finding their supporting components. without `$LD_LIBRARY_PATH`/`$DYLD_LIBRARY_PATH` tricks. - **Breaking**: the `Agraph_t.n_id` field is now an opaque pointer. - **Breaking**: the libpack functions `putGraphs`, `putRects`, and `shiftGraphs` now operate on floating-point points (`pointf`) instead of integer points (`point`). - **Breaking**: the `BF2B` macro has been removed. - **Breaking**: the undocumented `-Tmp` output format has been removed. - **Breaking**: the arith.h header defines neither `_GNU_SOURCE` nor `sincos` any more. None of the build systems attempt to discover `sincos` any more. - The FIG output format (`-Tfig`) supports up to 512 custom colors. The previous limit was 256, after which it would crash (see note in the “Fixed” section). - **Breaking**: The TCL binding’s `tcldot_layout` function no longer tries to fallback to the `dot` layout engine if the requested engine is unavailable but instead fails with an error message. - The TCL binding’s graph `render` command no longer ignores layout errors. - The TCL binding’s graph `write` command now does layout unconditionally, regardless of what output renderer is selected. - The CMake build system builds cgraph++ and gvc++ as either shared or static libraries, respecting the `BUILD_SHARED_LIBS` setting. - Discovery of the fcntl.h header has been removed from all build systems. This header is now unconditionally assumed to exist. - **Breaking**: `obj_state_t.gradient_frac` is now a `double`. - **Breaking**: `path.nbox` is now a `size_t`. - The change described as “Some `routesplines` miscalculations that led to lost edges and fatal errors have been avoided” in 11.0.0 has been reverted. The fix for this caused other problems. - **Breaking**: the `d` and `disc` parameters have been removed from `Dtcompar_f`. - CentOS packages are no longer provided. - In the CMake build system, the minimum required CMake version has been increased to 3.14.1. - **Breaking**: the `disc` parameter has been removed from `Dtfree_f`. - Gvedit no longer depends on the getopt library. ### Fixed - The CMake build system now uses absolute paths to PangoCairo libraries during linking, resolving build problems on macOS. - The CMake build system’s path for third-party headers for the DevIL plugin has been corrected. - Edges not rendering properly when using ports and the `crow` arrowhead/tail with Windows `Release` builds. #2490 - A duplicate prototype of `aghtmlstr` has been removed. - `agrelabel_node` (or equivalently, `agrename` when operating on a node) no longer corrupts the node-by-id set, causing a crash. This bug was preventing `gxl2gv` from processing inputs that used node `name` attributes. #2300 - Accuracy improvements have fixed an assertion failure on macOS. #2538 - The FIG output format (`-Tfig`) no longer crashes when handling more than 256 colors. - The `scale` operation implemented by the TCL binding’s tclpathplan scales relative to the center of the points being scaled instead of reading uninitialized memory. - The xlib plugin sets “close-on-exec” on the file descriptors it creates, preventing them leaking into either web browsers it starts or other processes created by the hosting application. - A sign confusion issue in neatogen’s weighting calculations was fixed. This was a regression in Graphviz 11.0.0. - The CMake build system no longer attaches `dllimport`/`dllexport` annotations when compiling static libraries on Windows and MinGW. - An issue with linking gvpack when building static libraries in the CMake build system was fixed. - An sfdp use-after-free issue was fixed. #2556 - Using `concentrate=true` once again works. This was a regression in Graphviz 11.0.0. #2559 - `overlap="scale"` no longer causes nodes to be placed on top of one another. This was a regression in Graphviz 7.0.5. #2564 - libpack code now understands a cluster to be indicated by the common rules, including the “cluster” prefix being case insensitive and the `cluster=true` attribute as an alternative. #2187, #2555 ## [11.0.0] – 2024-04-28 ### Added - `gv2gml` gained a `-y` option to output the yWorks.com variant of GML instead of the default. - A new command line option, `--filepath=…` has been added to perform the function previously served by the `$GV_FILE_PATH` environment variable, use of which was removed in Graphviz 6.0.1. Unlike the old `$GV_FILE_PATH` mechanism, `--filepath=…` takes effect regardless of the setting of the `$SERVER_NAME` environment variable. #2396 ### Changed - `gvpack`, in addition to recognizing a “cluster” name prefix as a mark of a cluster, now recognizes this case insensitively as well as recognizing the `cluster` attribute. This is more consistent with how the Graphviz libraries work. - **Breaking**: `pkg-config` (.pc) files shipped with Graphviz now include `${prefix}/include` in the include path in addition to `${prefix}/include/graphviz`. Previously this missing path meant building Graphviz demo examples against an installation of Graphviz in a non-system path would not work. #2474 - The core PostScript output format (`-Tps`) warns if using an out-of-specification font name. To avoid this, use a more sophisticated output format like Cairo (`-Tps:cairo`) that does font name lookup and translation. #218 - **Breaking**: The libpack functions `putRects`, `packRects`, `putGraphs`, `packGraphs`, `packSubgraphs`, `pack_graph`, `shiftGraphs`, `ccomps`, `cccomps`, and `pccomps` now take the number of items they are operating on (`ng`) as a `size_t`. - **Breaking**: The `bsearch_cmpf` and `qsort_cmpf` typedefs have been removed. - `dot -c -v`, when constructing the config6 file, includes comments explaining any attempted actions that failed during plugin loading. #2456 - **Breaking**: The `Ndim` global is now a `unsigned short`. - fdpgen no longer truncates graph names when inferring new names for connected component subgraphs. - **Breaking**: The `nodequeue` type has been removed. - **Breaking**: The field `Agraphinfo_t.n_nodes` has been removed. The function `agnnodes` is a more robust way of retrieving the number of nodes. - The `-q` command line option will now suppress “no hard-coded metrics…” and other font lookup warnings. #2379 - **Breaking**: The `CMP` and `SGN` macros have been removed. - The CMake build system no longer early-binds all enabled plugins into `dot`/`dot.exe`. This early binding was a change introduced in 10.0.1, but was not noted in this changelog. Traditionally, of the three Graphviz build systems (Autotools, CMake, MS Build), only changes to the Autotools build system were noted in this changelog under the assumption that packaging ecosystems making use of the other two build systems would need finer grained details and would be monitoring the Git commit history instead. This seems to not be the case, so in future side-effecting changes to any of the three build systems will be included here. #2527, #2528 - The precision of `sep`- and `esep`-based calculations has been improved. - **Breaking**: Defines `AGRAPH`, `AGNODE`, `AGOUTEDGE`, `AGINEDGE`, and `AGEDGE` are replaced with `enum`. - **Breaking**: The `obj_state_t.url_bsplinemap_poly_n` field is now a `size_t` and the `obj_state_t.url_bsplinemap_n` field is now a `size_t *`. - **Breaking**: The `Ppoly_t.pn` (`Ppolyline_t.pn`) field is now a `size_t`. - **Breaking**: The `Proutespline` function takes its `n_barriers` parameter as a `size_t`. - **Breaking**: The `gvattr_t` type and the `GVJ_t.selected_obj_attributes` and `GVJ_t.selected_obj_type_name` fields have been removed. - **Breaking**: The `gv_argvlist_t` type and functions that operate on it have been removed. - Control characters in some error messages are escaped, preventing certain types of text injection that could cause user confusion. - **Breaking**: `GVJ_t.numkeys` is a `size_t`. ### Fixed - Indexing within `gvNextInputGraph` no longer incorrectly retains the index from prior use of the GVC context. When using Graphviz libraries programmatically, this could previously cause crashes or misbehavior. #2484 - Color schemes, typically controlled through the `colorscheme` attribute are now pushed and popped as they are applied and released. Previously processing multiple graphs wherein the first uses color schemes but later ones do not could result in color schemes being incorrectly retained and reapplied or use-after-free memory accesses. - The GDI+ plugin, when asked to render a graphic metafile, no longer references uninitialized memory. This bug was introduced in Graphviz 2.24.0. - A `free` of an invalid pointer in `edgepaint` was fixed. #2513 - `gvmap` no longer references uninitialized variables when trying to process triangles and encountering only 2 points. - Using the `point` shape in combination with `peripheries=0` no longer causes out of bounds memory writes. This was a regression in Graphviz 7.0.0. #2497 - Unsafe use of a dangling pointer in `ccomps` has been removed. This was a regression in Graphviz 7.1.0. - `gvcolor` no longer crashes when processing color names longer than 127 characters. - Interleaving calls to `colorxlate` and `gvrender_resolve_color` no longer confuse internal caching mechanisms. Callers should now get the correct color back. - The `nop2` layout engine provided by the neato layout plugin is now equivalent to `neato -n2` as intended instead of mistakenly being equivalent to `nop`/`nop1`/`neato -n1`. - An off-by-one error in rank installation was corrected. Previously, an unusual `rank=same` constraint could cause a crash when installing ranks. #1308 - `gxl2gv` no longer crashes or misbehaves when symlinked to a non-ASCII file name. This is a rare scenario that normal users should not encounter. - `mm2gv` no longer crashes or misbehaves when reading malformed Matrix Market files with non-ASCII bytes in the header. - A stack buffer overflow in `mm2gv` when processing malformed Matrix Market files has been fixed. - The `newrank` attribute is treated as a boolean instead of any value (including `"false"`) being coerced into `"true"`. #2521 - Crashes and misbehavior no longer occur when the `sides` attribute contains non-ASCII characters. - Graphviz binaries like `dot.exe` and `neato.exe` no longer crash or misbehave when symlinked to a non-ASCII file name on Windows. This is a rare scenario that normal users should not encounter. - GVPR programs that use `tolower` or `toupper` on strings containing non-ASCII characters no longer crash. These functions do not lowercase/uppercase non-ASCII characters, so users probably still do not want to use non-ASCII strings in a GVPR program. - Some `routesplines` miscalculations that led to lost edges and fatal errors have been avoided. #2368 - An inaccuracy involving an edge case when constructing lines within libpack has been corrected. - A bug in the internal heap implementation used in the network simplex algorithm has been corrected. This would previously cause certain runs to infer incorrect ordering or subtrees. This was a regression in Graphviz 2.40.0. #2391, #2529 - Compass points may be more accurately placed on the node boundary in some cases. - A very small random adjustment in the calculation of the space available for edge routing around ellipse shaped nodes in fdp and neato layouts, has been removed. - Incorrect edge splines for ellipse shaped nodes with ports using fdp or neato. #2168 - Incorrect edge splines for ellipse and polygon shaped nodes with ports and large penwidths using fdp or neato, causing the same symptoms as #2168. - Incorrect edge splines for polygon shaped nodes with ports more than one periphery using fdp or neato, causing the same symptoms as #2168. - Adjust the space available for edge routing based on penwidth when using fdp or neato and `splines=ortho`.
revbump after icu and protobuf updates
*: recursive bump for gnutls p11-kit option (existing installations need the bl3.mk included, but it's now only optionally included)
graphics/graphviz: Update to 10.0.1 Remove pkgsrc patches for LUA location. Add pkgsrc patch for nonportable shell syntax in configure script. Remove pkgsrc option "gtk". ## [10.0.1] - 2024-02-11 ### Added - Releases now include packages for [Rocky Linux](https://rockylinux.org/) 8 and 9. - A new output format, `-Tsvg_inline`, has been added to generate a header-less SVG suitable for inlining into HTML. #2285 - The functionality of the `acyclic`, `tred` and `unflatten` command line tools are now exposed via the `graphviz_acyclic`, `graphviz_tred` and `graphviz_unflatten` API functions in libcgraph. #2194 - `graphviz_node_induce` is available as a new API function in cgraph.h. - `tred` gained a `-o` command line option to redirect its output to a file. ### Changed - The Criterion unit tests have been removed and migrated to Pytest. This is primarily relevant to downstream packagers of Graphviz. #2443 - **Breaking**: `Dtdisc_t.memoryf` and its associated macros has been removed. - **Breaking**: The `Dt_t.type` field has been removed. - **Breaking**: The `dtfound`, `DT_FOUND`, `dtleast`, and `dtmost` macros have been removed. - The nrtmain.c test program has been removed from the portable tarball. - The TCL Graphviz packages for inter-release versions/snapshots report themselves as `<next release>b<internal number>` instead of `<next release>~dev.<internal number>`. This fixes a problem wherein TCL would see `~dev` as being invalid characters to appear in a version. #2370 - Support for discovering Lua via `lua-config*` has been removed from the Autotools build system. - Lua discovery in the Autotools build system should now respect the location of your Lua installation and not unconditionally attempt installation into `/usr`. #2152 - The GTK plugin is no longer built or distributed. This plugin relies on GTK 2 and X11. If you use this plugin, please contact the maintainers to let them know it is worthwhile re-enabling this and forward porting it to GTK 3/4 and Wayland. #1848 - In the Autotools build system, `LIBPOSTFIX=` can now be used to suppress `64` being appended to the library installation path. - The `-m` command line option, whose functionality was disabled in Graphviz 3.0.0, has been removed. - Man page typography has been slightly improved. - macOS release artifacts no longer include `vimdot`. This may be restored in future. #2423 - macOS release artifacts no longer include `smyrna`. This may be restored in future. #2422 - The PDF output format, `-Tpdf`, respects the environment variable `$SOURCE_DATE_EPOCH` for overriding `CreationDate` when built against Cairo >= 1.16.0. #2473 - The legacy C# viewer app is no longer distributed in the portable source tarball. - Graphviz headers no longer define the `FALSE` and `TRUE` constants. - The Autotools build system no longer supports Darwin 9 (Mac OSX Leopard). - **Breaking**: `Agraph_t.link` has been split into `Agraph_t.id_link` and `Agraph_t.seq_link`. `Agraph_t.g_dict` has been split into `Agraph_t.g_id` and `Agraph_t.g_seq`. - **Breaking**: `gvpropts.n_outgraphs` is now a `size_t`. - The OCaml bindings have been removed. If you use these bindings, please contact the maintainers to notify them of the existence of users. - **Breaking**: `polygon_t.sides` and `polygon_t.peripheries` are now `size_t`s. - **Breaking**: liblab_gamut is no longer included in a Graphviz installation. This library had no accompanying header, so using it was not easy. If you are using this library, please contact the maintainers to notify them of the existence of users. #2489 - **Breaking**: `bezier.size` and `splines.size` are now `size_t`s. - **Breaking**: the gv.i and gv.cpp SWIG inputs are no longer included in a Graphviz installation. #2491 - **Breaking**: the `gvrender_engine_t.beziercurve`, `gvrender_engine_t.library_shape`, `gvrender_engine_t.polygon`, and `gvrender_engine_t.polyline` callbacks now take the number of points, `n`, as a `size_t`. - **Breaking**: the `AVG` macro has been removed. - **Breaking**: the `inside_t.s` union member gained members `lastn`, `radius`, `last_poly`, `last`, `outp`, `scalex`, `scaley`, `box_URx`, and `box_URy`. Zero initialize these when you construct instances of this type. #2498 ### Fixed - The paper size for Doxygen docs generation in the Autotools build system has been corrected to `a4`. - References to `eventf` and `hashf` data structures in the libcdt man page have been removed. These data structures were removed in Graphviz 9.0.0. - References to `DTOFFSET` in the libcdt man page have been removed. This macro was removed in Graphviz 2.40.0. - A number of further updates to the libcdt man page have been made to reflect other changes that happened in Graphviz 9.0.0. - Use of the non-portable `PATH_MAX` constant has been removed. This was a regression in Graphviz 7.0.1. In addition to fixing the regression, code has been adjusted to remove assumptions on the maximum path length and treat it as unbounded. #2452 - Compilation on NetBSD has been repaired. This was a regression in Graphviz 9.0.0. - Compilation on SunOS has been repaired. This appears to have been broken since the xlib plugin was added some time prior to Graphviz 2.38.0. - gvpr programs that attempt to close out of range file descriptors no longer cause out of bounds memory accesses. - When large edge weights are used that cause an integer overflow when summing them up, Graphviz now gracefully exits with an error message instead of crashing. #2450 - Support for the `%n` specifier in `scanf` in gvpr has been restored. This was a regression in Graphviz 9.0.0. #2454 - In the Autotools build system, `make dist` now processes cmd/gvedit correctly when Qt is not installed. Generating Qt "mocables" is postponed from configure time to build time. #2463 - The Autotools build system correctly detects Ruby headers, even when pkg-config support is unavailable. #2464 - Escaped characters in xdot fields no longer lead to the containing text being truncated. #2460 - When building against a libgd that is configured with `!gif && (jpeg || png)`, the GD plugin is once again compilable. This was a regression in Graphviz 2.46.0. - edgepaint spline intersection code would previously incorrectly use the second spline in one instance where it should have used the first. #1464 - In the Autotools build, libexpat discovery on macOS has been improved. #2477 - A bug that caused compound edges to sometimes be drawn in the wrong direction has been corrected. This was a regression in Graphviz 8.0.3. #2478 - When operating on multiple graphs, `unflatten` no longer retains chain node and size internal state across graphs. - Repeated runs of a graph with subgraphs now produce a stable subgraph ordering. #2242 - The `dot` and `gml2gv` tools are now built with case-insensitive parsing by the CMake and MSBuild systems, as they always were by autotools, and in accordance with the graphviz specification. #2481 - Putting nodes in a subgraph no longer causes their layout order to be reversed. #1585 - Edges are no longer lost when using subgraphs and record shapes in combination. #1624 - A malformed config6 file that leads to plugin search failing no longer causes out-of-bounds memory reads. This now causes an error message and graceful failure. #2441 - Discovery of `php` in the Autotools build system has been improved. - Text in the PIC output format is no longer forced to font size 1. This was a regression in Graphviz 8.0.2. Even with this fix, the PIC output format is limited in its utility. #2487 - When encountering a syntactically invalid HTML-like label, Graphviz.app no longer aborts. The abort was an intentional change in Graphviz 8.0.1 to avoid invalid memory reads in `dot`, but had the undesirable side effect of the graphical Graphviz.app exiting with no obvious cause. #2488 - Use of an uninitialized variable in `poly_inside` has been corrected. #2498 - Input containing UTF-8 data that is destined to appear as-is in the output (e.g. UTF-8 characters in a label when using the `-Tdot` output format) is once again processed correctly. On platforms with a signed `char` this could previously crash. This was a regression in Graphviz 2.49.0. #2502 ## 9.0.0 - 2023-09-11 ### Added - On non-Windows platforms, new -Tkitty and -Tkittyz output formats are available that render to the Kitty terminal emulator’s graphvics protocol. - HTML/CSS-style 3 letter hex colors are supported. Each R/G/B letter is duplicated to form a 6 letter hex color. E.g. #09c is equivalent to #0099cc. #2377 ### Changed - Breaking: The definition of adjmatrix_t is no longer exposed in public headers. - Breaking: The upper limit for minimum edge length (Agedgeinfo_t.minlen) has been expanded from USHRT_MAX to INT_MAX. #2413 - Breaking: The libcdt macros DTTREEMATCH, DTTREESEARCH, dtvnext, dtvcount, dtvhere, and dtcharhash have been removed. - Breaking: The libcgraph macros AGHEADPOINTER, AGRIGHTPOINTER, AGLEFTPOINTER, FIRSTNREF, NEXTNREF, PREVNREF, LASTNREF, NODEOF, FIRSTOUTREF, LASTOUTREF, FIRSTINREF, NEXTEREF, and PREVEREF have been removed. - Breaking: The libcgraph types Agnoderef_t and Agedgeref_t have been removed. - Breaking: The libcgraph function agflatten has been removed. - Breaking: The Agdesc_s.flatlock field has been removed. - Breaking: The str parameter from gvPluginList has been removed. - Breaking: The definition of the elist_append and alloc_elist macros have been changed to use newer allocation functions. Users were/are not expected to call these macros. - The functions ageqedge, agtail, aghead, agopp, agmkout, and agmkin have been reintroduced. These were previously removed in Graphviz 3.0.0. #2433 - Breaking: The first parameter dt to the makef and freef callbacks defined in cdt.h has been removed. - Gvedit now identifies itself with organization name “Graphviz” and application name “gvedit” when reading and writing Qt-based settings. It would previously use organization name “Trolltech” and application name “MDI Example”. If you have existing settings under the old identification, Gvedit will attempt to migrate them to the new identification the first time it reads then writes settings. #2383 - Breaking: gvprintf is now tagged with __attribute__((format(printf, …))) when compiling with Clang or GCC. This enables the compiler to spot more misuses of this function. #2373 - Breaking: The hashf and eventf members of Dtdisc_t have been removed. Correspondingly, the hshf and evf parameters to the DTDISC macro have been removed. Also the _DTHSH macro has been removed. - Breaking: The Dtdata_t.minp field has been removed. - The print functionality of the macOS Graphviz app scales the graph to fit the output page size. - Breaking: The libcdt containers Dtbag, Dthash, Dtlist, Dtorder, Dtdeque, and Dtstack have been removed. - Breaking: The libcdt dtappend and dtattach macros have been removed. - Support for Lua 5.0 has been removed. Building the Graphviz Lua bindings now requires Lua ≥ 5.1. - Breaking: The Dt_t* parameter to the callback for dtwalk has been removed. - Breaking: The POINTS_PER_PC macro has been removed. - Breaking: The INITIAL_XDOT_CAPACITY macro has been removed. - Breaking: The type parameter to dtdisc has been removed. - Breaking: The h parameter to dtstrhash has been removed. - In addition to Guile 2.0 and Guile 2.2, Guile 3.0 is now supported by the Graphviz Guile bindings. - Breaking: The concept of “memory allocator discipline” has been removed, along with the type Agmemdisc_t and fields Agdisc_t.mem and Agdstate_t.mem. - Breaking: The agcallbacks function and Agclos_t.callbacks_enabled have been removed. - Breaking: pack_info.doSplines is now a C99 bool. Correspondingly, the doSplines parameter to shiftGraphs is now a C99 bool. ### Fixed - Processing large graphs that induce ranks containing more than 46340 (floor(√INT_MAX)) nodes no longer results in an integer overflow during crossing matrix allocation. Ranks of up to floor(√SIZE_MAX) nodes are now supported. - Double arrow head types like invdot and onormalonormal once again display correctly. This was a regression in Graphviz 8.0.1. #2406 - The lvee and rvee edge arrow shapes are slighty incorrect for penwidths > 1. #2399 - Small gap between lcurve or rcurve arrow shaft and node. #2426 - Failure of arrowhead and arrowtail to respect penwidth #372 - Fixed also for the normal and inv edge arrow shapes when using the l or r arrow shape modifiers. - Slightly improved for the normal and inv edge arrow shapes when not using any arrow shape modifier. - Fixed also for the crow and vee edge arrow shapes and record based nodes. - Various incorrect calls to gvprintf have been corrected. On some platforms like x86-64, these problems were benign thanks to coincidences in the Application Binary Interface (ABI). On other platforms, these problems may have caused stack corruption and crashes. #2373 - The font dictionary is now initialized even if a configuration file is not found. Previously this situation could lead to a crash when using Graphviz programmatically. This problem was present as least as far back as Graphviz 2.38.0. #1520 - Breaking: The vt100 output format has been renamed to vt. This fixes a problem where it was not discoverable on macOS. #2429 - Escape sequences like \" are recognized in strings and double escaping (producing \\") is avoided. #2397 - The Autotools build system no longer uses headers and libraries from the --prefix path given on the command line. This previously caused cross-compilation to incorrectly pick up host headers and libraries. #2442
*: bump for cairo buildlink3.mk change lzo was made an option
*: recursive bump for poppler-24.03.0 shlib major bump
*: switch from poppler-glib to poppler Bump PKGREVISION for all poppler users to be on the safe side
*: recursive bump for poppler 23.11.0
*: recursive bump for cairo dependency changes
*: revebump for new brotli option for freetype2 Addresses PR 57693
*: recursive bump for icu 74.1
*: bump for openssl 3
recursive revbump for tiff update
*: recursive bump for Python 3.11 as new default
graphics/graphviz: Update to 8.1.0 ## [8.1.0] – 2023-07-06 ### Added - On non-Windows platforms, new `-Tvt100` and `-Tvt100-24bit` output formats are available that do rudimentary rendering to a terminal that supports ANSI escape sequences. - Some notes about the interaction with wide-oriented streams were added to the cgraph man page. ### Changed - When memory allocation failures cause Graphviz to exit, information about the failing allocation is included in the error message. ### Fixed - Failure of arrowhead and arrowtail to respect penwidth #372 \ Fixed also for the `curve` and `icurve` [edge arrow shapes](https://graphviz.org/doc/info/arrows.html#primitive-shapes). - Iteration calculations based on `nslimit` and/or `nslimit1` attributes are clamped to `[0, INT_MAX]`. That is, calculations that result in a negative number of iterations are rounded up to `0` and those that result in a number of iterations that exceeds `INT_MAX` are rounded down to `INT_MAX`. Iteration numbers outside this range do not have useful behavior, but could be caused unintentionally by users. - Setting `xdotversion` attributes that parse as greater than 17 (`xdotversion` is parsed as a series of digits, ignoring all non-digits) no longer causes an out of bounds read when rendering to xdot. #2390 - Icon size in the macOS Graphviz.app has been fixed so icons are no longer invisible. - Compiling the portable source tarball on a machine with SWIG ≥ 4.1.0 no longer fails due to missing PHP files. #2388 - Syntax for a loop in `gvmap.sh` has been corrected. This was a regression in Graphviz 2.50.0. #2404
*: recursive bump for perl 5.38
graphics/graphviz: Declare minimum required API versions of librsvg and pango As documented by upstream.
graphics/graphviz: Update to 8.0.5 ## [8.0.5] - 2023-04-30 ### Changed - Support for versions of Pango prior to 1.22.0 has been removed. - On Windows, the Pango plugin now uses the newer `pango_layout_get_baseline` API. - `dot` no longer installs a signal handler for `SIGINT`. This means typing Ctrl+C while `dot` is running will no longer attempt a partial render and exit with 0 status. Ctrl+C will have the standard behavior, typically aborting `dot`. ### Fixed - A minor inaccuracy for some cases of clipping an edge to a polygon node boundary has been fixed. - A minor inaccuracy in node width and height for some cases of rendering polygon nodes has been fixed. - A minor inaccuracy for some cases of calculating text height from `fontsize` in the GD plugin has been fixed. - A minor vertical misalignment of text in the GD plugin has been fixed. - Instead of using the actual font height as given by the font metrics, an approximation based on font size was used in the Pango plugin. - A minor inaccuracy for some cases of calculating text width and height in the Pango plugin has been fixed. - A minor vertical misalignment of text in the Pango plugin has been fixed. - Ensure `HAVE_PANGOCAIRO` is set when using CMake and the library is available. - A minor inaccuracy in node width and height for some cases of defining polygon-based nodes has been fixed. - A minor inaccuracy for some cases of calculating margin for record-based nodes has been fixed. - A minor inaccuracy in node width and height for some cases of defining record-based nodes has been fixed. - On all known supported platforms except 32-bit MinGW, graphs involving small distance constraints no longer cause a crash during majorization. #1554 ## [8.0.3] - 2023-04-16 ### Added - A pre-processor script for resolving external image references (`image="http-"`) is now available. This enables graphs to reference images from intranet or internet locations. #1664 ### Changed - The accuracy of box overlapping checks during routing has been improved. ### Fixed - makeCompoundEdge: Assertion `bez->sflag` failed. #1879 - Graphviz.app-s export functionality has been restored. This was a regression in Graphviz 5.0.0. #2375 ## [8.0.2] - 2023-04-10 ### Changed - The Autotools build system can now detect a MacPorts-installed libANN. #1854 - Support for versions of Cairo prior to 1.10 has been removed. - Graphs that generate rectangles with areas in the range [2--, 2-- - 1] are now supported. Previously areas greater than 2-- - 1 would be rejected. #2371 ### Fixed - Head and tail of `digraph` edges with `dir = both` were inverted if `splines = ortho` was used. The bug was only exposed on straight edges. Edges with at least one corner were unaffected. #144 - `_Gdtclft_Init` link errors when builting libtcldot_builtin using the Autotools build system have been resolved. #2365 - Incorrect string construction in the `pov` output formatter has been fixed. ## [8.0.1] - 2023-03-27 ### Added - When specifying a color in HSV format, it is now possible to give an additional fourth component for the alpha channel (opacity). #510 ### Changed - Graphviz will now exit when encountering a syntactically invalid HTML label instead of attempting to recover and continue. #1311 - **Breaking**: the `url_map_n` field in the `obj_state_t` struct is now a `size_t`. - The limit of 5 unique `samehead` or `sametail` values per node has been removed. The maximum number of unique `samehead` or `sametail` values is now limited only by available memory. #452 - **Breaking**: The `size` field of the `elist` struct is now a `size_t`. - **Breaking**: The `size` field of the `nlist` struct is now a `size_t`. - **Breaking**: The `n_nodes` field of the `Agraphinfo_t` struct is now a `size_t`. - **Breaking**: The `nspans` field of `textlabel_t.u.txt` is now a `size_t`. - **Breaking**: The `sflag` and `eflag` fields of the `bezier` struct are now `uint32_t`s. - **Breaking**: The `nvertices` field of the `stroke_t` struct is now a `size_t`. - -no hard-coded metrics- warnings are now only printed once per font. - The Autotools build system now discovers Python paths using `sysconfig` instead of `distutils.sysconfig`, making it compatible with Python 3.12. This alters the installation path of the Python Graphviz module to something more correct. #2332 ### Fixed - The `pic` output renderer uses PIC or troff comments where appropriate, fixing a problem that resulted in comments being misinterpreted by `groff` and being visible in the final output. #2341 - `gv2gxl` and `gxl2gv` correctly detect their mode (gv-gxl or gxl-gv) on Windows when called via an absolute or relative path. #2344 - Using C pre-processor line directives (`^\s*#(line )?\d+`) claiming a line number greater than `INT_MAX` no longer causes an integer overflow. #1318 - fdp cluster-cluster edges were correct but now drawn incorrectly. This was a regression in Graphviz 7.0.0. #2345 - Failure of arrowhead and arrowtail to respect penwidth #372 \ Fixed also for the `cylinder` [node shape](https://graphviz.org/doc/info/shapes.html#polygon). - Second periphery of a cylinder shaped node is not correct. #2297 - Graphs with more than 127 layers no longer cause out of bound writes. #2355 - htmltable.c assertions are no longer triggered by using HTML table cells too small to fit their content. #1622 - `dot2gxl -d` no longer crashes when receiving a closing `node` tag following a closing `graph` tag. #2094 - A buffer overflow in Smyrna when loading GVPR scripts has been corrected. - A buffer overflow when loading a plugin with a long type string has been corrected. - Graphs that involve more than 2000 stroke points during tapering calculations no longer cause out of bounds writes. - Using `arrowsize=0.0` no longer triggers an assertion failure or crash during miter calculations. This was a regression in Graphviz 7.0.0. #2342 - When using the `beautify=true` attribute, beautification no longer confuses leaves and dimensions. This previously could have led to skipping calculations or infinite loops. - When using the `beautify=true` attribute, the first and last nodes around a circular layout are no longer placed on top of each other. #2283 - Applying `concentrate=true` to duplicate edges no longer results in errors due to non-normal edges being found. #2087 - `splines=ortho` and `concentrate=true` when used in combination no longer causes crashes during spline construction. #2361 - Externally referenced SVG files with their opening `<svg` tag on the same line as their XML declaration are no longer ignored. #2352 ### Removed - The VML output renderer has been removed. This format has been superseded by SVG. #799 - Legacy man page references to `dotty` have been removed. `dotty` was removed in Graphviz 4.0.0. - **Breaking**: The definition of the `elist_fastapp` macro has been removed. - Versions of Librsvg prior to 2.36.0 are no longer supported. - Versions of GDK prior to 2.0.0 are no longer supported. - Versions of Glib prior to 2.36.0 are no longer supported. - **Breaking**: The `Agnodeinfo_t.inleaf` field and its `ND_inleaf` accessor have been removed. - **Breaking**: The `Agnodeinfo_t.outleaf` field and its `ND_outleaf` and `GD_outleaf` accessors have been removed. - **Breaking**: The `Agraphinfo_t.has_sourcerank` field and its `GD_has_sourcerank` accessor has been removed. - **Breaking**: The `Agraphinfo_t.has_sinkrank` field and its `GD_has_sinkrank` accessor has been removed. - Support for the legacy Microsoft Visio VDX format has been removed. - **Breaking**: The `arrow_at_start` and `arrow_at_end` parameters from the `gvrender_engine_t.beziercurve` callback have been removed. - **Breaking**: The `GVRENDER_DOES_ARROWS` constant has been removed. - The extra cmpnd.c code is no longer shipped in the Graphviz distribution tarball. - **Breaking**: The `STROKE_CLOSED`, `STROKE_FILLED`, `STROKE_PENDOWN`, and `STROKE_VERTICES_ALLOCATED` constants have been removed. - **Breaking**: The `stoke_t.flags` field has been removed.
*: recursive bump for libimagequant 4.x
*: recursive bump for poppler 23.05.0 shlib bump
graphviz: remove reference to non-existent file
revbump after textproc/icu update
*: Recursive revbup from graphics/freetype2
graphics/graphviz: Update to 7.1.0 ## [7.1.0] – 2023-01-21 ### Added - The command line option `--help` has been added as an alias for `-?`. #1618 - The command line option `--version` has been added as an alias for `-V`. #1618 ### Fixed - The Autotools build system no longer errors when attempting libANN discovery during cross-compilation. This was a regression in Graphviz 7.0.6. #2335 - Graphs with more than 46341 (⌈√INT_MAX⌉) nodes no longer crash `twopi`. #1999 - Compatibility with `/bin/sh` has been restored in the Autotools build system. This was a regression in Graphviz 7.0.6. This restores the ability to compile on NetBSD which was fixed in 7.0.4 but regressed in 7.0.6. #2340 - `ccomps` no longer crashes when failing to open files.
graphics/graphviz: Update to 7.0.6 Patch for configure.ac modified (nonportable syntax "=="). ## [7.0.6] - 2023-01-06 ### Changed - The Autotools build system no longer looks for `python` binaries. The Python interpreter is unconditionally assumed to be `python3`. The configure option `--enable-python` is now an alias for `--enable-python3`. - The Autotools and CMake build systems, when building `gvedit`, will now look for and use Qt6 in preference over Qt5. #2233 - Reserved stack size on Windows for the `dot.exe` binary has been increased from ~3.8MB to 32MB. #1710 - Reserved stack size on macOS for the `dot` binary when built with CMake has been increased from 8MB to 32MB. #1710 - The Autotools build system can now find libANN on Debian-based operating systems, enabling compilation of libmingle and `mingle`. #1835 - The `webdot` web server interface to Graphviz has been removed. For a modern replacement, see for example https://github.com/magjac/d3-graphviz. #1131 ### Fixed - The modgraph.php example no longer includes gv.php, which is no longer generated by SWIG 4.1.0. #2322
*: recursive bump for tiff shlib major bump
graphviz: updated to 7.0.5 7.0.5 – 2022-12-23 Fixed Using style attributes in excess of 128 bytes and/or 63 individual styles no longer results in out-of-bounds memory accesses.
graphviz: updated to 7.0.4 7.0.4 Fixed - The `alt` attributes are once again set in the cmap output. This was a regression in Graphviz 7.0.2, that intentionally removed these but did not account for the W3C specification making these attributes required when the `href` attribute is set. - Building Graphviz from source using the Autotools build system in now possible on NetBSD. - The ortho library now allocates trapezoid structures on-demand, removing the “Trapezoid-table overflow” error that previously occurred when its upfront estimation was exceeded. 7.0.3 Changed * Support for the Intel C Compiler in the Autotools build system has been removed. * Fallback typedefs for `ssize_t` have been removed from the CMake build system.
graphics/graphviz: Update to 7.0.2 Remove patches for GUILE and PHP (options no longer supported by pkgsrc). ## [7.0.2] – 2022-11-18 ### Added - The `cluster`, `dot_builtins`, `dot2gxl`, `gv2gxl`, `gvedit`, and `prune` utilities are now included in the CMake build system. #1753, #1836 ### Changed - `gvedit` now uses a relative path from its own executable to discover its attributes file, `../share/graphviz/gvedit/attrs.txt`. This should make it more relocatable and make its behavior more consistent across operating systems. - `alt` tags are no longer set in the cmap output. #265 ### Fixed - `gxl2gv`, when dealing with `name` attributes, may be less likely to crash. We say “may be less likely” because a bug remains that makes a crash still the most likely outcome. #2300 - Gradient URL references in SVG output once again align with their targets (linear or radial gradients) when `id` attributes are in use. This was arguably a regression in Graphviz 6.0.1. #2307 - The CMake build system’s interactions with a Zlib installed in a non-system location has been improved. - Do not try to install `gv.php` if using SWIG-4.1.0. Graphviz 7.0.1 changes listed SWIG 4.1.0 as supported, but there was an oversight that is fixed in 7.0.2. Complete #2277, #2303 - Several compilation errors when building Smyrna on macOS have been fixed. This was a regression in Graphviz 7.0.1. - A crash when using neato layout with large inferred per-node edge counts was fixed. #42 ## [7.0.1] – 2022-11-09 ### Added - SWIG 4.1.0 is now supported in the Autotools build system. #2277, #2303 ### Changed - When built with zlib support, Graphviz will unconditionally use `deflateBound`. The only user-visible effect should be slightly decreased memory usage when using a zlib-compressed output format. - The test suite only detects Graphviz companion programs adjacent to the first `dot` found in `$PATH` #2201 ### Fixed - Failure of arrowhead and arrowtail to respect penwidth #372 \ Fixed also for the `diamond` and `tee` [edge arrow shapes](https://graphviz.org/doc/info/arrows.html#primitive-shapes). - The CMake build system no longer uses the final install location as the staging area for example graphs and templates during `cpack`. This bug was introduced in Graphviz 4.0.0. #2232 - The CMake build system uses corrected paths to DevIL and FreeType headers and libraries when discovered. - The CMake build system under MinGW no longer attempts to install third party Expat and Getopt libraries. ## [7.0.0] – 2022-10-22 ### Changed - **Breaking**: An `outline_width` field has been added to the `Agnodeinfo_t` struct. - **Breaking**: An `outline_height` field has been added to the `Agnodeinfo_t` struct. - When using the CMake build system, the minimum requirement has been increased from CMake 3.9 to CMake 3.13.0. - When compiling Graphviz with the Intel C Compiler, the Autotools build system no longer suppresses `-ffast-math`. Users relying on this are encouraged to investigate what in their build environment is appending a flag their C compiler does not support. - The `-ffast-math` compiler flag is no longer enabled by the Autotools build system. - Reserved stack size on Windows for the `dot.exe` binary has been increased from the default 1MB to ~3.8MB. ### Fixed - Issues with GCC 8, `-O3` and `-ffast-math` #1412 - Problem building Graphviz-5.0.1: undefined symbols `__*_finite` #2296 - Failure of arrowhead and arrowtail to respect penwidth #372 \ Fixed for all [polygon-based node shapes](https://graphviz.org/doc/info/shapes.html#polygon) (except for the `cylinder` node shape) and for the [edge arrow shapes](https://graphviz.org/doc/info/arrows.html) `normal`, `inv`, `box` and `dot` ### Removed - Support for the MOSEK commercial solver has been removed. The `MOSEK` build-time macro no longer does anything.
*: bump PKGREVISION for libunistring shlib major bump
graphviz: updated to 6.0.2 6.0.2 Fixed - Using `aspect` with a custom value in the `packmode` attribute is no longer misparsed. - Smyrna bounding box computation has been corrected. There was a regression in 4.0.0 that resulted in a degenerate bounding box being computed for any input graph. - Smyrna warnings about the `on_attrRB0_clicked` and `on_attrSearchBtn_clicked` handlers being not found have been fixed and the buttons to which they are wired should be functional again. This was a regression in 2.50.0 - Smyrna warnings about the `mAttributesSlot` handler being not found have been fixed and the button to which it is wired should be functional again. This was a regression in 2.49.2 - Graphviz no longer fails to load private Ghostscript symbols ("Could not load `libgvplugin_gs.so.6`) - trailing commas issue with fdp layout - Missing `-S` in `sccmap` man page usage summary. - In `sccmap`, a `-v` option following a `-S` option now re-enables strongly connected component output that the man page implied.
graphics/graphviz: Update to 6.0.1 Remove patch for "tclpkg/gv/Makefile.am" (merged upstream, #2262). 6.0.1 - 2022-09-11 ================== Changed ------- - *Breaking*: libxdot fields for the size and number of operations, the statistics counts, and polygon line points are now size_t values instead of int values - Accuracy of the bounding boxes printed by the showboxes feature have been improved. Fixed ----- - Id attribute is not used in linearGradient. #2258 - Graphviz 5.0.1 undocumented change of automatically generated output filename with -O flag (missing dot separator). This was a regression in 5.0.1. #2270 - Assert fail in aaglex for multiple calls to agmemread. This was a regression in 5.0.1. #2272 Removed ------- - The $GV_FILE_PATH sandboxing mechanism has been removed. #2257 5.0.1 - 2022-08-20 ================== Fixed ----- - -Tx11: Assertion xev.xbutton.button >= 1 && xev.xbutton.button <= 5 && "Xlib returned invalid button event" failed #2256 - missing Perl includes patch #2262 - smyrna: incorrect tokenization in frmobjectui.c:set_attr_object_type #2259 - [Dot] Record shape+UTF+" | "=Eats spaces. #925 - Memory leak in osage - Segmentation fault when running test example neatopack.c #1800 - Memory leak in dot when using clusters - Memory leak in patchwork when using clusters - Subgraph layout and rendering - Generated SVG files no longer use transparent paint or color as this keyword does not exist in SVG 1.1, and instead use none or a zero- opacity color. - Unnecessary space in 'points' attribute for 'polyline' in SVG output - graphml2gv no longer calls itself cvtgxl in error messages Added ----- - GVContext::version() to lib/gvc++ - GVContext::buildDate() to lib/gvc++
graphviz: prefer quartz to x11 where available Bump PKGREVISION.
graphics/graphviz: Remove PDF versions of man pages Disable generation of redundant documentation, so that ps2pdf (ghostscript) tool dependency is not required. Suggested by Onno van der Linden. OK from wiz@. Sort configure options. Bump PKGREVISION.
graphviz: add ps2pdf to tools to fix build
*: recursive bump for graphics/graphviz 5.0.0
graphics/graphviz: Update to 5.0.0 - Patch for lefty on OpenBSD removed (lefty is not installed anymore). - Patch for configure.ac modified (list Github Issue #370 and remove hunk for OCaml that does no longer work). - Patch for version.m4 removed (no longer required). - Explicit dependency for urw-fonts added. - Warning suppression for GCC 2 removed. - swig is now a tool dependency (as documented by upstream). - Guile option removed (already broken with older package versions). - OCaml option removed (already broken with older package versions). - Lua, Perl and Tcl language extension options are now disabled by default (to reduce expensive dependencies). 5.0.0 - 2022-07-07 ================== Changed ------- - `use_sanitizers` option has been removed from the CMake build system. Fixed ----- - *Breaking*: The 4.0.0 change replacing the `Agiodisc_t` struct member `putstr` by `printf` has been reverted - graphviz-4.0.0: build error: cmd/tools/gvcolor.c:159: undefined reference to `fmax` #2246 - Failed assertion in `chkSgraph` for twopi layout and ortho splines. #14 - Failed assertion in `chkSgraph` for dot layout and ortho splines. #1408 - Failed assertion in `chkSgraph` for circo layout and ortho splines. #1990 - Segmentation Fault with splines="ortho". #1658 - Transparent Label appear in SVG output #146 - Binary tcl modules should compile with -module #1285 - b15.gv crashes dot #827 - heap overflow in function startElementHandler in gxl2gv.c #2093 - Crash on assertion #121 - `xdotversion` attribute is no longer misparsed. This was a regression in Graphviz 2.47.2. #358 4.0.0 - 2022-05-29 ================== Changed ------- - *Breaking*: The `mark` field of the `Agnodeinfo_t` struct is now a `size_t` instead of a `char`. - *Breaking*: The unused `shape_t` struct has been removed from the public header `types.h` - *Breaking*: The `Agiodisc_t` struct member `putstr` that was previously an `fputs` analog is replaced by `printf` that is required to behave similar to `fprintf`. - the `mingle`, `diffimg`, `gvmap`, and `edgepaint` binaries are now included in the CMake build system - the `gvmap.sh` and `vimdot` scripts are now installed by the CMake build system on operating systems other than Windows - a brief note about the (previously undocumented) behavior of Graphviz when sent `SIGUSR1` is now mentioned in the man page - build system support for `dotty`, `lefty`, and `lneato` has been removed - the CMake build system now includes the DevIL, GDK, GhostScript, GTK, LASi, Poppler, Quartz, Rsvg, Visio, WebP, and Xlib plugins - `awk` is no longer a build-time dependency #2118 Fixed ----- - `agcanon`, `agcanonStr`, and `agwrite` now return error values on memory allocation failures instead of crashing or corrupting data - `gvpr` programs can now pass dynamically allocated arguments to user-defined functions without corrupting their content. Some cases of this were a regression in Graphviz 2.46.0. Other cases have existed since the first release of `gvpr`. #2185 - spurious "no hard-coded metrics" warnings on labels with empty lines #2179 - fixed corruption of user shape characteristics during EPSF initialization - output formats canon, dot, and xdot are not completely faithful to input #2184 - gvpr index function produces wrong results #2211. This was a regression in Graphviz 2.47.0. - Error on more than 128 cluster subgraphs #2080 - `dot2gxl` no longer crashes on input `<node id="">` #2092 - remove itos #2229 - `sfdp` no longer crashes on certain graphs with cycles. #2225 - `gml2gv` does not handle integer penwidth correctly #1871 Removed ------- - the glitz plugin has been removed. The plugin was never complete and distributions no longer ship glitz. 3.0.0 - 2022-02-26 ================== Changed ------- - *Breaking*: Using Graphviz as a library on Windows now requires the `GVDLL` symbol to be set to ensure correct linking. - *Breaking*: Graphviz headers no longer define the `boolean` type. A replacement is C99 `bool` in the C standard library's stdbool.h. - *Breaking*: The `insidefn` member of the `shape_functions` struct must now be a pointer to a function returning a C99 `bool` instead of a Graphviz-specific `boolean`. - *Breaking*: The `swapEnds` and `splineMerge` members of the `splineInfo` struct must now be pointers to functions returning a C99 `bool`s instead of Graphviz-specific `boolean`s. Similarly the `ignoreSwap` and `isOrtho` members of this struct must now be C99 `bool`s instead of a Graphviz-specific `boolean`s. - *Breaking*: The `defined`, `constrained`, `clip`, and `dyna` fields of the `port` struct are now C99 `bool`s instead of Graphviz-specific `boolean`s. - *Breaking*: The `set` and `html` fields of the `textlabel_t` struct are now C99 `bool`s instead of Graphviz-specific `boolean`s. - *Breaking*: The `usershape` field of the `shape_desc` struct is now a C99 `bool` instead of a Graphviz-specific `boolean`. - *Breaking*: The `candidate` and `valid` fields of the `rank_t` struct are now C99 `bool`s instead of Graphviz-specific `boolean`s. - *Breaking*: The `filled`, `landscape`, and `centered` fields of the `layout_t` struct are now C99 `bool`s instead of Graphviz-specific `boolean`s. - *Breaking*: The `has_images`, `has_flat_edges`, `has_sourcerank`, `has_sinkrank`, `expanded`, and `exact_ranksep` fields of the `Agraphinfo_t` struct are now C99 `bool`s instead of Graphviz-specific `boolean`s. - *Breaking*: The `clustnode` and `has_port` fields of the `Agnodeinfo_t` struct are now C99 `bool`s instead of Graphviz-specific `boolean`s. - *Breaking*: The `conc_opp_flag` field of the `Agedgeinfo_t` struct is now a C99 `bool` instead of a Graphviz-specific `boolean`. - *Breaking*: The `must_inline` and `nocache` fields of the `usershape_t` struct are now C99 `bool`s instead of Graphviz-specific `boolean`s. - *Breaking*: The `device_sets_dpi`, `external_context`, `fit_mode`, `needs_refresh`, `click`, `has_grown`, and `has_been_rendered` fields of the `GVJ_t` struct are now C99 `bool`s instead of Graphviz-specific `boolean`s. - *Breaking*: The `loadimage` member of the `gvloadimage_engine_t` struct must now accept a C99 `bool` parameter instead of a former Graphviz-specific `boolean` parameter. - *Breaking*: The `textlayout` member of the `gvtextlayout_engine_t` struct must now return a C99 `bool` instead of a Graphviz-specific `boolean`. - *Breaking*: The `config` and `auto_outfile_names` members of the `GVC_common_s` struct are now C99 `bool`s instead of Graphviz-specific `boolean`s. - *Breaking*: The `fixed` member of the `pack_info` struct is now an array of C99 `bool`s instead of an array of Graphviz-specific `boolean`s. Similarly, `pack_graph` now takes a `bool` array instead of a `boolean` array. - *Breaking*: `pccomps` now takes a C99 `bool` instead of a `boolean` output parameter. - *Breaking*: `gvusershape_file_access` now returns a C99 `bool` instead of a Graphviz-specific `boolean`. - *Breaking*: 1-bit fields of the `obj_state_s` struct are now unsigned instead of signed. - *Breaking*: Graphviz headers no longer define the constant `MAXSHORT`. A drop-in replacement is `SHRT_MAX` in the C standard library's limits.h. - *Breaking*: Graphviz headers no lnger define `NIL` macros. A drop-in replacement is `NULL` in the C standard library's stddef.h. - *Breaking*: Graphviz headers no longer define the `NOT` macro. A drop-in replacement is the C/C++ operator `!`. - *Breaking*: Graphviz headers no longer (re-)define the C constants `INT_MIN` and `INT_MAX`. Replacements can be found in the C standard library's limits.h. - *Breaking*: Graphviz headers no longer define the constant `_DUMMY_ELEM`. - *Breaking*: The `-m` memory test option to Graphviz command-line programs has been deprecated. Tools such as [Leak Sanitizer](https://clang.llvm.org/docs/LeakSanitizer.html) are a more effective modern way of diagnosing memory safety issues. - *Breaking*: Graphviz headers no longer define the constant `MAXFLOAT`. A replacement is `FLT_MAX` in the C standard library's float.h. - The Ming plugin that produced Shockwave files has been removed. This format was EOLed by Adobe in April 2019. #2160 - CentOS 7 packages now include libmingle and the `mingle` program. - The tclpkg Makefile no longer suppresses `-fstack-clash-protection` nor other compiler options containing `-x` - Lefty is no longer enabled in the portable source tarball. - on Linux, the CMake build system uses the standard `GNUInstallDirs` to locate target installation paths Fixed ----- - *Breaking*: GVPR now typedefs `ssize_t` as `SSIZE_T` on Windows instead of `int` #1804 - *Breaking*: `vgpanecmd` in the TCL tclpathplan library no longer accepts abbreviated commands (e.g. `r` for `rotate`) and commands must be given in full #1961 - fix detection of unavailable output format - SVG layout doesn't always respect requested size #1855 - mismatched format string in `mingle` - Building from scratch with Visual Studio fails #2175 - Plugins are not configured on MinGW #2176 - gvpr on MinGW does not support absolute paths #1780 - PNG format not available in CMake builds with MinGW - tclpkg Makefile corrupts CFLAGS #2177 - lneato -? sometimes fails with STATUS_STACK_BUFFER_OVERRUN on Windows #1934 - expr misinterprets `<<` and `>>` #2103 - stdout and stderr are not flushed at exit on MinGW #2178 - Gvedit on macOS now understands the `-?` help command line argument - CMAKE_LIBRARY_PATH is not honored #1973 - assert failure with `nslimit1=0` #1902 - `gvpr` usage output has been restored. This was a regression in Graphviz 2.46.0. - C++ API not usable after install #2196
graphics/graphviz: Build fix Take maintainership (OK from sno@). Should now build even if user has not configured XAW_TYPE to "standard". No revbump required.
*: recursive bump for perl 5.36
Recursive revbump associated with update of ocaml. Also change of mk/ocaml.mk to lang/ocaml/ocaml.mk.
*: recursive bump for poppler 22.04
revbump for textproc/icu update
*: bump for guile20 PREFIX change
graphviz: Use release tarballs, not tagged snapshots from gitlab. The release tarballs contain prebuilt files (specifically documentation). If using the tagged snapshots, the documentation needs to be built which requires tcl as a build tool. If built with option -tcl, the package fails to build.
Pullup ticket #6557 - requested by he graphics/graphviz: PowerPC build fix Revisions pulled up: - graphics/graphviz/Makefile 1.242 --- Module Name: pkgsrc Committed By: he Date: Wed Dec 29 12:10:32 UTC 2021 Modified Files: pkgsrc/graphics/graphviz: Makefile Log Message: Build with -fopenmp on NetBSD/powerpc, so that we link explicitly with -lgomp and thereby avoid overflowing the static thread local storage allocated in ld.elf_so when libgomp.so is dlopen()ed indirectly via libgvplugin_gd.so. Bump PKGREVISION.
graphviz: updated to 2.50.0 2.50.0 Added hard-coded lookup tables for fallback font metrics for more fonts and font variants a new gvputs_nonascii API function has been implemented for GVC I/O with C escaping Changed Check for existence of dl_iterate_phdr(3) and if it is available, prefer using it instead of iterating over /proc/self/maps for computing libdir. A limit on GVC config files of 100000 bytes has been removed. MD5 checksums of release artifacts are no longer provided. SHA256 checksums are still provided and these should be used instead. when cross-compiling, the dot -c is no longer run during installation $CMAKE_INCLUDE_PATH is no longer manually configured in the CMake build system Fixed remove Bashism from gvmap.sh Lefty artifacts are no longer installed when Lefty is disabled Smyrna artifacts are no longer installed when Smyrna is disabled calling convention mismatches in delaunay.c’s GTS code impure assertion in jacobi undefined behavior in libgvc’s reading of little endian numbers boldness of agnxtsubg in cgraph man page parameter name in gvusershape_find prototype corrected to a const pointer, to match the implementation xdot JSON output is not valid JSON fix uninitialized read of pid in _sfpopen on Windows claimed minimum CMake version supported has been corrected to 3.9
Build with -fopenmp on NetBSD/powerpc, so that we link explicitly with -lgomp and thereby avoid overflowing the static thread local storage allocated in ld.elf_so when libgomp.so is dlopen()ed indirectly via libgvplugin_gd.so. Bump PKGREVISION.
revbump for icu and libffi
graphviz: updated to 2.49.3 2.49.3 Fixed - gvpr "split", "tokens", and "index" functions produce incorrect results 2138. This was a regression that occurred between 2.47.1 and 2.47.2.
graphviz: add networking libraries on SunOS to fix linking PR pkg/56495
Update to 2.49.2. From the changelog: ## [2.49.2] – 2021-10-16 ### Changed - Lefty is disabled by default in the Autotools build system. To re-enable it, pass `--enable-lefty` to `./configure`. In a future release, Lefty will be removed. - remove PHP5 support in SWIG bindings ### Fixed - Msys experimental packages are included in release artifacts #2130 - CMake build system incorrectly aliases gv2gml to gml2gv #2131 - Gv2gml Doesn't escape quotes in attributes #1276 - GVPR incorrectly understands color schemes #1956 ## [2.49.1] – 2021-09-22 ### Changed - the CMake build system installs gzipped man pages if `gzip` is available #1883 - CMake projects using Graphviz as a subproject (`add_subdirectory`) can now link against and use `gvc`. ### Fixed - various problems in the generation of Javascript bindings - 2.48.0: test suite is failing #2112 - Ensure correct file-level dependency for generated file in cmake generated projects #2119 - compile failures with a C++20-compatible toolchain #2122 - compile errors on macOS when using Bison 3.8 #2127 - Make Graphviz buildable as a cmake subproject/subdirectory #1477 - Header not found in Cmake project #2109 ## [2.49.0] – 2021-08-28 ### Added - a very basic C++ API for a subset of the functions in lib/cgraph and lib/gvc, allowing a graph to be rendered from DOT source to a specified format. The new API is available through two new libraries: lib/cgraph++ and lib/gvc++. It is experimental, meaning that it might have breaking changes also in upcoming patch or minor releases (towards #2001) - CMake builds now support an `with_expat` option that allows the support for using HTML-like labels through the optional expat library to be explicitly enabled (default) or disabled - CMake builds now support an with_zlib option that allows the support for raster image compression through the optional zlib library to be explicitly enabled (default) or disabled ### Changed - the CMake build system now enables `-Wextra` when building C++ - some Cgraph functions that take `char*` arguments that they do not modify have been updated to take `const char*` arguments #634 - incorrectly using the `layout` attribute on anything other than a graph now results in a warning about this being invalid #2078 - `edgepaint` accepts more standard `--` prefixed command line arguments and rejects invalid options #1971 - improved detection of Lefty dependencies in the Autotools build system - libexpr rejects printing the time (`%t`) if no format is provided - `-DDATE=…` option in the CMake build system has been removed - the Autotools build system no longer writes the DATE file and the portable source tarball no longer includes this ### Fixed - The attached dot file causes a segfault when processed #2095 - fix typos and update URLs in `edgepaint` usage text and man page - Fix clang's undefined behavior warning in dotLayout - gvpr doesn't build on macOS but MKDEFS_EXECUTABLE points to wrong directory #2101 - the generated gdefs.h header is no longer installed - `ccomps` out-of-memory message no longer incorrectly refers to `gc` - do not abort when `calloc(0, x)` or `calloc(x, 0)` in `gcalloc` return `NULL` - failed Exshort_t type discrimination #1799 - dot manpage is in wrong directory on Windows #1936 - CMake builds fail when when the ltdl library is not available even if the `enable_ltdl` option is `ON` - CMake builds fail when when the optional `zlib` library is not available - fix graph rotation in quartz plugin ## [2.48.0] - 2021-07-17 ### Added - a new C++ test infrastructure based on ctest and Catch2 towards #2002 - support for test coverage analysis with [lcov](http://ltp.sourceforge.net/coverage/lcov.php) and [test coverage visualization in GitLab MRs](https://docs.gitlab.com/ee/user/project/merge_requests/test_coverage_visualization.html) ### Changed - updated Graphviz bug report URL in the Autotools build system - Fix `WIN32` path of `gvc.def` specified in `libgvc_la_LDFLAGS` - the CMake build system now not only checks for Bison, but also ensures the found version is recent enough #1916 ### Fixed - ortho's eqEndSeg incorrectly modifies its arguments #2047 - Autotools enables -Wtrampolines and -Wlogical-op for Clang #2066 - node_distinct_coloring failure due to out-of-memory now reported correctly instead of referring to a failure to open lab_gamut - Fix a typo `GD_LIBS` to `GDLIB_LIBS` in `tclpkg/tcldot/Makefile.am` !2022 - Autotools build system sets libgd variables now instead of incorrectly setting GTK variables - HTML strings used as labels are distinguishable in GXL output by `kind="HTML-like string"` - a Bashism removed from the Autotools build system - when Criterion is available, the `command_line` test binary is no longer built and installed by default, but rather during `make check` - round-tripping a file through ``gv2gxl`` and then ``gxl2gv`` no longer causes HTML-like labels to become non-HTML like labels #517 - fix ODR violation by including the ortho object files in the gvc lib also for CMake and MSbuild #2096 ## [2.47.3] - 2021-06-19 ### Changed - marginally more accurate computations in Smyrna sphere projection - Perl is no longer required to build Graphviz #2067 - nop more reliably returns success and failure exit statuses - implicit 63 character limit on plugin names is removed in GVC - the packaging work flow on CentOS 7 now selects the Python 3 bindings, instead of Python 2 bindings - remove Python 2 bindings #1992 - improved thread-safety in Graphviz bindings Makefile ### Fixed - no longer pass libcommon to the linker twice in mm2gv when building with CMake - Quartz plugin is now compiled with explicit `--tag=CC` to libtool #2065 - out of bounds read when attempting to load a plugin whose name is ≥63 characters - out of bounds read when examining a registered plugin whose name is ≥63 characters - do not `fclose(NULL)` in gvmap - Assertion error when using `dot` in `ortho.c` in `convertSPtoRoute` in graphviz 2.47.2 #2082. This was a regression introduced in 2.47.2. ## [2.47.2] - 2021-05-26 ### Added - CMake option `use_sanitizers` which enables building with address and undefined behavior sanitizer ### Changed - $PATH is no longer assumed to be "/bin:/usr/bin:/usr/local/bin" if unset - test suite no longer assumes `python3` exists #2049 - CMake build system locates Python 3 before calling it - diff and grep are no longer required to build Graphviz on Windows ### Fixed - Uninitialized variable read in delaunay_tri - potentially mismatched format string in tclpkg - `gvToolTred` is now exported from gvc.dll on Windows mirroring the behavior on Unix platforms. ## [2.47.1] - 2021-04-17 ### Changed - More detailed error messages when opening input file fails ### Fixed - Windows build thinks xdg-open can be used to open a web browser #1954 - lab_gamut_data misses a value #1974 - xdot man page does not document some functions #1957 - Superfluous empty `@param` in documentation #1977 - PIC renderer does not work and probably never has #131 - dot conversion to dia format #689 - memory leak of reference-counted HTML strings - Align rank from bottom in dot graph #1339 - Fix for TBbalance attribute code #1980 - HTML parser error with single closing square bracket in table row #1893 - reference counted strings put the HTML bit in the middle of the reference count #1984 - &amp; escape disappearing #797 - miscalculation of minimum rank on large graphs - AddressSanitizer: strcpy-param-overlap in gvconfig_libdir when running dot -c #1994 - fix reuse of va_list in pov rendering ## [2.47.0] - 2021-03-15 ### Changed - The edges in JSON output are ordered now !1728 - remove regex usage #1919 - RxSpencer is no longer a dependency on Windows - gvmap.sh is compatible with POSIX shells in addition to ksh - sed is no longer a build dependency on Windows - SHA256 checksum generation? #1955 ### Fixed - Fix gvpr -? to actually print usage and exit non-zero - gvpr is not built by CMake #1878 - typos in gpcanvas.c #1927 - memory leak in libmingle - private inheritance in IncVPSC #1874 - broken sorting in nearest_neighbor_graph_ann.cpp #1938 - memory leak in ANN bridge - gvpr on Windows does not support absolute paths #1780 - buffer overflow in unflatten - agxbputc macro does not bracket its arguments #1814 ## [2.46.1] - 2021-02-13 ### Added - Support for building against Guile 2.2 - Portable source is now also offered as a .tar.xz ### Changed - CentOS/RHEL 6 is no longer supported - Vestiges of Qt4 support have been removed - C++11 support is now required of the C++ compiler used to build Graphviz - C99 support is now required of the C compiler used to build Graphviz - Question about userout() function in agerror.c #1924 - The minimum version of Python required to run the test suite is 3.6 ### Fixed - memory leak in label construction - gvedit compilation errors out, but works if manually compiled with qt5 #1862 - incorrect HTML BR attribute parsing code #1913 - broken overflow checks in RectArea #1906 - various memory leaks !1699 - Fix bad free in lefty !1709 - typo in pathcross #1926 - Out-of-bounds write caused by incorrect error handling of malloc in genUserdata #1928 - Offer .tar.xz files too #454 - Header file graphviz_version.h has no include guards #1929 - regression: newlines embedded in quoted labels / node names are not preserved in 2.46.0 #1931 - Properly fill graphviz_version.h !1706 ## [2.46.0] - 2021-01-18 ### Added - Cgraph's agxbuf API gained a new function agxbdisown(), for dissociating backing memory from the managed buffer - Build system support for the Elbrus 2000 CPU, thanks to Michael Shigorin ### Changed - Cgraph's agheap() API has been removed - Autotools build system support for eFence has been removed - Building Graphviz with ICC defaults to -O2 instead of -O0 - Build system work arounds for GCC 3 have been removed - Incomplete support for running the test suite under CMake has been removed - Portable source tarballs now use the “ustar” POSIX format - Minimum version of Flex required to build Graphviz is now 2.5.2 - Minimum version of Bison required to build Graphviz is now 3.0 - Minimum version of CMake required to build Graphviz using CMake is now 3.1 ### Fixed - gvpr: line numbers in gvpr errors/warnings are incorrect #1594 - URL typo in patchwork man page - Escaped backslashes are not correctly handled when producing xdot with dot #165 - heap-over-flow(off-by-null) in lib/common/shapes.c #1700 - Windows MSBuild executables have the wrong version #1745 - Cast Overflow at pango_textlayout #1314 - x11 back end segfaults if display is unavailable #1776 - typo in cmd/gvpr/lib/clustg #1781 - Segfault in dot #1783 - Incorrect 'Arrow type "s" unknown' error #1444 - segfault on reading 0x10 #1724 - Null-dereference READ (144736912) #1676 - "Warning! PATH too long installer unable to modify PATH!" using CMake Windows installer and PATH length > 1024 #1770 - gvedit -? gives "option - unrecognized - ignored" instead of showing usage #1813 - lefty is not built for Windows (fixed for MSBuild builds only) #1818 - a failure to detect OpenGL glGenTextures() errors has been corrected - sfio does compile time benchmarknig #1422 - iffe "lib" check always succeeds when compiler optimises #1521 - syntax error near text who is not present #1411 - Explicitly links with libstdc++; should allow libc++ if appropriate #163 - A macOS file that was erroneously excluded from portable source tarballs has been restored - Add option -? for usage to diffimg - Add option -? for usage to dotty - Add option -? for usage to lneato - Add option -? for usage to vimdot - Fix smyrna -? to actually print usage instead of error - Fix edgepaint -? to actually print usage instead of error - Remove '"' from usage text in non-Windows version of dotty - Correct misspelled 'smyrna' in usage - Fix edgepaint -o option - Correct shebang of gvmap.sh to use ksh - Fix gvmap.sh -? option to exit with zero exit status - Graphviz doesn't build on MacOS with the latest libc++ #1785 - make fails if ps2pdf is not installed (using autotools) #1763 - multiple graphs to file output causes a segfault #1845 - lefty PTY functionality relies on file descriptor implementation details #1823 - buffer overflow in fdpgen - Crashes by VRML output when current directory is not writable #793 - Segmentation fault when newrank=true #1221 - sfdp craches #236 - fdp segmentation fault with GK=0 #1290 - fdp crash #1865 - Graphviz always crash with this simple dot file #167 - Seg fault in dot #1771 - gml2gv doesn't handle some attributes correctly #1869 - Add missing circo, fdp, neato, osage, patchwork, sfdp & twopi tools to Windows builds (copies of dot) - Add gv2gml tool to CMake (copy of gml2gv on Windows, symlink to gml2gv otherwise) - Regression: fdp generates internal names in the output #1876 - Regression: fdp assertion error on cluster in edge #1877 - Regression in id / <title> in svg for twopi #1907
revbump for boost-libs
*: recursive bump for poppler 21.09.0
*: bump PKGREVISION for poppler shlib bump
*: recursive bump for perl 5.34
*: recursive bump for poppler shlib major bump
revbump for boost-libs
revbump for textproc/icu
*: Recursive revbump from devel/nss
*: bump PKGREVISION for nss linking fix
Revbump for poppler
Recursive revbump associated with update of lang/ocaml
Revbump for openpam cppflags change months ago, belatedly.
*: recursive bump for poppler 20.11.0
*: Recursive revbump from textproc/icu-68.1
graphviz: fix build error on FreeBSD pkgsrc changes: --------------- * The fix comes from the FreeBSD port. It does not seem to be necessary to report the problem upstream because the incriminated file (sfclrlock.c) no longer exists in their master branch.
graphviz: remove PRIVILEGED_STAGES setting This package doesn't seem to need PRIVILEGED_STAGES elevation to run its "clean" target. (The original commit from eleven years ago doesn't note why it was needed, and this causes spurious errors with some pbulk setups.)
*: bump PKGREVISION for perl-5.32.
graphviz: default gtk option to off Reduce rarely used dependency for package that's quite low in some dependency chains. Bump PKGREVISION.
*: revbump after fontconfig bl3 changes (libuuid removal)
graphics/graphviz: fix build with BSD make BSD make does not know the $< variable in explicit rules, it only knows it for inference rules like ".c.o". This resulted in $< expanding to an empty string, which in turn got the build stuck because it tried to read from stdin. But not in parallel mode, where stdin was redirected to an empty file, resulting in an empty PostScript file being installed. Fixes PR pkg/55539.
graphviz: needs groff
graphviz: add missing build dependency on ghostscript
graphviz: updated to 2.44.1 2.44.1 Added applied RH patches (from graphviz-2.42.2-8.fc32.src.rpm) graphviz-2.42.2-coverity-scan-fixes.patch graphviz-2.42.2-dotty-menu-fix.patch graphviz-2.42.2-ocaml-allow-const-cast.patch some allocation failures that could previously allow memory corruption now exit lab_gamut.3.pdf is no longer included in release archives Changed Windows binaries available at https://www2.graphviz.org/Packages/ instead of https://ci.appveyor.com/project/ellson/graphviz-pl238 Retarget Windows builds to Visual Studio 2019 and toolset v142 Fixed Released Ubuntu packages does not contain language bindings for Python3 Neato's hier mode is broken since v2.44.0 Segmentation fault (core dumped) 2.44.0 Added New SGD mode in neato Add pkg-config files tred: add feature to output removed edges to stderr upon request Workaround: avoid creating a virtual edge loop. Add riscv64 to host_cpu configure.ac lib/cgraph: include empty malloc.h from subdir include lib/gvpr: compile mkdefs with $(HOSTCC) rather than $(CC) lib/vpsc: rename bcopy->b_copy Fixed MSB4018 The NativeCodeAnalysis task failed unexpectedly.
graphics/graphviz: skip check for unknown configure options
*: recursive bump for poppler-0.87
graphviz: fix shell portability issues
librsvg: update bl3.mk to remove libcroco in rust case recursive bump for the dependency change
*: recursive bump for libffi
*: bump PKGREVISION for poppler 0.86.1
all: migrate homepages from http to https pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
*: recursive bump for poppler update to 0.82.0
graphviz: Drop the qt (qt4) option (it was disabled by default)
Recursive revbump for poppler 0.81.0
Bump PKGREVISIONs for perl 5.30.0
*: recursive bump for poppler 0.79
*: recursive bump for gdk-pixbuf2-2.38.1
*: recursive bump for nettle 3.5.1
Recursive revbump from print/poppler Exclude print/luatex that is updated manually.
*: recursive bump for poppler 0.75 -> 0.74 downgrade
*: recursive bump for poppler-0.75
Recursive bump for ghostscript default change
*: recursive bump for poppler-0.74.0
*: recursive bump for poppler-0.72.0
*: recursive bump for poppler-0.71.0 shlib bump
Revbump after cairo 1.16.0 update.
Revbumps associated with update of lang/ocaml.
Recursive revbump from hardbuzz-2.1.1
*: recursive bump for poppler-0.68
Recursive bump for perl5-5.28.0
*: Recursive bump for poppler-0.67
Recursive revbump associated with the update of lang/ocaml to 4.07.
*: recursive bump for poppler-0.66.0 update
*: bump PKGREVISION for poppler 0.65.0 shlib version bump
*: Recursive bump for poppler update to 0.64.0
Add p11-kit to gnutls/bl3.mk and bump dependencies.
Recursive PKGREVISION bump for poppler-0.63.0
Recursive bump for new fribidi dependency in pango.
Revbump associated with the upgrade of lang/ocaml (this is the upgrade from 4.06 to 4.06.1)
Make "quartz" an option on Darwin. Bump PKGREVISION.
Recursive bumps for fontconfig and libzip dependency changes.
Bump PKGREVISION for gdbm shlib major bump
*: Recursive bump for poppler-0.62.0
Recursive revbump associated with the update to OCaml 4.06.
bump for print/poppler major bump note: script detailed in `man revbump` insisted on bumping pkgrevision of print/poppler, it's probably wrong, but not committing this change is wronger.
recursive bump for libxkbcommon removal from at-spi2-core
Recursive revbump associated with update of ocaml to 4.05
Recursive revbump from poppler update
Recursive bump for poppler 0.58 shlib bump.
Revbump due to poppler update to version 0.57.0.
Revbump associated with ocaml-4.04.2
Recursive revbump from lang/perl5 5.26.0
PkgSrc changes: * recommended dependencies (from http://www.graphviz.org/Download_source.php) are now non-optional: that includes Pango, Cairo and GTS * enabled Quartz support on macOS * added Poppler and QT as options * options are not nested in X11 any more; that allows building on Darwin * PLIST has been sorted correctly
Updated graphviz to 2.40.1. December 21, 2016 - Remove usage of ast_common.h December 20, 2016 - Release 2.40.0 - network-simplex fixes and optimization (Stephen North) - built-in tred tool now available in the various swig generated language bindings (John Ellson) - number rounding added to SVG renderer (same as PS and TK rounding) to aid regression testing. (John Ellson) - additional regressson test framework, used in Travis CI builds. (Erwin Janssen) - PHP7 support (requires swig-3.0.11 or later). (John Ellson) - Allow user to specify clustering algorithm in gvmap. (Emden Gansner) - Add Sierpinski graph generator to gvgen. (Emden Gansner) - Extensive code cleanup (Erwin Janssen) - Removal of libgd source - use vanilla libgd from separate install - Windows builds (Erwin Janssen) - Appveyor CI for automated Windows build testing (Erwin Janssen) - Travis CI for Fedora/Centos builds (Erwin Janssen) - Added JSON output format, -Tjson (Emden Gansner) - New curved arrowhead, cylinder node shape. - Resolves bugs: 2599, 1172 June 18, 2016 - Experimenting with Travis CI February 13, 2016 - Add cylinder shape for databases. - Free installed plugins - Update makefile for dot so that the using libpanco_C in the static build include PANGOFT2 as well as PANGOCAIRO_LIBS (needed for some versions of Ubuntu) February 1, 2016 - Add json output format April 26, 2015 - output class value in svg files September 9, 2014 - Add plain shape for use with HTML-like labels. August 12, 2014 - Add icurve arrowhead. July 28, 2014 - Revert to old, translate to origin semantics in neato, etc. Add flag notranslate if that is what the user desires.
Recursive revbump from graphics/libwebp
Recursive revbump from fonts/harfbuzz
Recursive bump for harfbuzz's new graphite2 dependency.
Recursive revbump associated with ocaml update to 4.04.
After guile's and guile20's installation prefixes have changed, it's time to bump their dependencies (except those that were bumped in the last 24 hours already).
Revbump after graphics/gd update
Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.
Bump PKGREVISION for perl-5.24.
Recursive revbump associated with ocaml update.
Bump PKGREVISION for security/openssl ABI bump.
graphviz explicitly requires flex not lex for -i case-insensitive patterns
Recursive revbump from multimedia/libvpx
Switch from x11/Xaw3d to newer x11/libXaw3d. Adapt some packages so they build with that. Bump their PKGREVISIONs.
Recursive revbump associated with lang/ocaml update.
Recursive revbump associated with update of lang/ocaml to 4.02.2
Recursive revbump from pkgsrc/multimedia/libvpx.
Recursive PKGREVISION bump for all packages mentioning 'perl', having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
Recursive revbump following MesaLib update, categories g through n.
Pullup ticket #4561 - requested by wiz graphics/graphviz: security patch Revisions pulled up: - graphics/graphviz/Makefile 1.146 via patch - graphics/graphviz/distinfo 1.53 - graphics/graphviz/patches/patch-lib_cgraph_scan.l 1.4 --- Module Name: pkgsrc Committed By: wiz Date: Mon Dec 1 08:45:04 UTC 2014 Modified Files: pkgsrc/graphics/graphviz: Makefile distinfo Added Files: pkgsrc/graphics/graphviz/patches: patch-lib_cgraph_scan.l Log Message: Fix format string vulnerability. >From upstream git. Bump PKGREVISION.
Fix format string vulnerability. From upstream git. Bump PKGREVISION.
Revbump for ocaml 4.02.0. (Some packages omitted because they will be updated to new versions)
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Bump for perl-5.20.0. Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
Update to 2.38.0: April 13, 2014 - Release 2.38.0 - Resolves bugs: 2409, 2413, 2417, 2420, 2422, 2423, 2425 March 27, 2014 - Enable packing for dot - Allow scaling to work for all non-dot layouts March 9, 2014 - Add overline text characteristic. March 4, 2014 - Fix bugs in gvpr and gv.cpp so edges can be created in subgraphs. - Add edgepaint program for coloring edges to make them easier to tell apart. - Modify neato to avoid unnecessary translations of output. This allows positions given on input to remain the same on output. - Fix swig java package to work and support gv.renderresult. - Fix test for the absence of layout (old test relied on statically allocated Agraphinfo_t). - HTML-like tables and cells can now specify which borders should be drawn. - The fixedsize attribute now takes the value "shape" which allows labels much larger than the node shape.
Recursive revbump from x11/pixman Fix PR pkg/48777
Revbump for Lua multiversion support.
Update to 2.36.0: January 11, 2014 - Release 2.36.0 - Resolves bugs: 2372, 2384, 2388, 2391, 2392, 2383, 2395, 2401, 2406 - Various MacOS Fixes from Pixleglow. - Remove old libgraph sources from distributions. - Move master git repo to github.com September 15, 2013 - Add <S> element for strike-through to HTML-like labels.
Recursive PKGREVISION bump for OpenSSL API version bump.
Pullup ticket #4302 - requested by jperkin graphics/graphviz: build fix Revisions pulled up: - graphics/graphviz/Makefile 1.135 --- Module Name: pkgsrc Committed By: jperkin Date: Wed Jan 8 10:24:14 UTC 2014 Modified Files: pkgsrc/graphics/graphviz: Makefile Log Message: Needs lex.
Pullup ticket #4298 - requested by drochner graphics/graphviz: security patch Revisions pulled up: - graphics/graphviz/Makefile 1.136 - graphics/graphviz/distinfo 1.49 - graphics/graphviz/patches/patch-lib_cgraph_scan.l 1.2 --- Module Name: pkgsrc Committed By: drochner Date: Fri Jan 10 15:27:11 UTC 2014 Modified Files: pkgsrc/graphics/graphviz: Makefile distinfo pkgsrc/graphics/graphviz/patches: patch-lib_cgraph_scan.l Log Message: fix more problems with the scanner, one was introduced by the last fix (CVE-2014-1235, CVE-2014-1236) bump PKGREV
Revbump after updating tcl/tk.
fix more problems with the scanner, one was introduced by the last fix (CVE-2014-1235, CVE-2014-1236) bump PKGREV
Needs lex.
Pullup ticket #4288 - requested by wiz graphics/graphviz: security patch Revisions pulled up: - graphics/graphviz/Makefile 1.134 - graphics/graphviz/distinfo 1.48 - graphics/graphviz/patches/patch-lib_cgraph_scan.l 1.1 --- Module Name: pkgsrc Committed By: wiz Date: Tue Jan 7 15:15:18 UTC 2014 Modified Files: pkgsrc/graphics/graphviz: Makefile distinfo Added Files: pkgsrc/graphics/graphviz/patches: patch-lib_cgraph_scan.l Log Message: Security fix from upstream for a buffer overflow in the parser error handler. Bump PKGREVISION.
Security fix from upstream for a buffer overflow in the parser error handler. Bump PKGREVISION.
Fix guile support by repairing sed expression. At configure time, guile --version is parsed to see if guile is new enough, and our guile 1.8 is new enough. But the sed expression, documented to use BREs, wrongly uses \+ which is a modern RE construct. gsed interprets \+, and is hereby awarded a "test ==" badge of shame. To fix this, change \+ to *.
Bump PKGREVISION of packages whose Lua depends changed form, but whose own PKGNAME is unchanged.
Does not build with lua51. It isn't clear to me if this is a serious problem or a makefile glitch, as libtool is involved and everything is very opaque as a result. Also, use REPLACE_LUA.
Recursive revbump from pango-1.36.0
Disable poppler. Addresses PR 48239.
Disable qt detection, to avoid problems like the one PR 48203 describes.
Update to 2.34.0: September 6, 2013 - Release 2.34.0 - Resolves bugs: 2325, 2326, 2333, 2334, 2337, 2338, 2340, 2343, 2345, 2346, 2349, 2350, 2351, 2352, 2353, 2354, 2357, 2359 - Resolves Redhat bug: BZ#847458 August 21, 2013 - Added mingle command and library for edge bundling
Avoid trying to re-generate the graphviz_version.h dist file.
Update to 2.32.0: New features (July 2013) Graphviz now supports the star node shape and a variation of linear gradient fill with no gradient (thus, two solid colors) where the user can specify the proportion using a colorList type for fillcolor. New Release 2.30 (January-February 2013) The 2.30 Release marks the switch over from the original Graphviz graph library to the new cgraph library. If this works as planned, the user should see no differences. The advantage of the library is that it is much more flexible for the programmer, with a cleaner API and support for dynamic data structures. This latter, in addition to allowing easier mixing of algorithms, has the potential to greatly reduce memory use in Graphviz. One side-effect of the new library is a new level ranking algorithm for dot. This algorithm has fewer constraints, so it is now possible for a node to be in a cluster and be involved in a rank=same constraint. New features (November 2012) We have provided Graphviz with some additional graphics, which can be used to provide more semantic information in a graph or enhance its aesthetics. These include gradient fill for nodes and graphs; striped and wedged fills, so the amount of each color can be used to represent some percentage; new node shapes pertinent to the synthetic biology community (Thanks to Jenny Cheng); and curved edge routing. New features (September 2011) We added lightweight edge labels (xlabel) and tapered edges (as a style). There was a recent paper by Holten et al about a study of the readability of various edge styles. We're working on some examples and documentation. Here are some examples. (We need a better example for xlabels, because they can float, and aren't stuck to the upper left of the node.) New Release 2.28 (Summer 2011) The 2.28 release of Graphviz incorporates GvMap (formerly GMap, or "graphs as maps"), an invention by Emden Gansner, Yifan Hu, and Stephen Kobourov. Try the cool interactive demos showing maps of music, TV, books, and more. For people (like us) that care about such matters, we worked pretty hard to tweak the font rendering code, to eliminate glitches causing off-center labels or the ransom-note effect. John Ellson finished porting Graphviz to Solaris OpenCSW. We changed our license to the EPL (Eclipse Public License). (A wikipedia article attempts to explain the differences, which we believe to be fairly limited but the change may help some commercial licensees.)
recursive bump from graphics/gd shlib major bump.
Revbump after cairo update
Fix for lua-5.2. Bump PKGREVISION for PLIST change.
Revbump after updating lang/lua to 5.2.2.
Bump PKGREVISION for libXft changes for NetBSD native X support on NetBSD 6, requested by tron.
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
Bump freetype2 and fontconfig dependencies to current pkgsrc versions, to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
Bump all packages for perl-5.18, that a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
For all packages include ghostscript.buildlink3.mk: s/ghostscript.buildlink3.mk/buildlink3.mk/ Bump PKGREVISIONs
Needs automake on MacOS, reported by Jan Danielsson on pkgsrc-users.
Update ghostscript depends. PKGREVISION -> 22
Recursive bump for png-1.6.
PKGREVISION bumps for the security/openssl 1.0.1d update.
Revbump after graphics/jpeg and textproc/icu
Explicitly dont try to build gts support.
Fix build when R present.
Revbump after updating graphics/pango
Revision bump associated with the update of lang/ocaml to version 4.
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Bump all packages that use perl, or depend on a p5-* package, or are called p5-*. I hope that's all of them.
Pullup ticket #3927 - requested by tron graphics/cairo: build fix Revisions pulled up: - archivers/ark/Makefile 1.9 - archivers/file-roller/Makefile 1.121 - audio/albumplayer/Makefile 1.22 - audio/amarok-kde3/Makefile 1.28 - audio/amarok/Makefile 1.115 - audio/ario/Makefile 1.23 - audio/audacious-plugins/Makefile 1.34 - audio/audacious/Makefile 1.28 - audio/audacious/buildlink3.mk 1.20 - audio/audacity/Makefile 1.78 - audio/aumix-gtk/Makefile 1.18 - audio/bmp-esound/Makefile 1.30 - audio/bmp-flac/Makefile 1.13 - audio/bmp-mac/Makefile 1.19 - audio/bmp-musepack/Makefile 1.27 - audio/bmp-pulse/Makefile 1.17 - audio/bmp-scrobbler/Makefile 1.15 - audio/bmp/Makefile 1.49 - audio/bmp/buildlink3.mk 1.23 - audio/bmpx/Makefile 1.48 - audio/bsl/Makefile 1.17 - audio/buzztard/Makefile 1.21 - audio/easytag/Makefile 1.76 - audio/exaile/Makefile 1.34 - audio/gbemol/Makefile 1.18 - audio/gimmix/Makefile 1.24 - audio/gkrellm-volume/Makefile 1.41 - audio/glurp/Makefile 1.28 - audio/gmp3info/Makefile 1.40 - audio/gmpc-albumview/Makefile 1.12 - audio/gmpc-lastfm/Makefile 1.11 - audio/gmpc-lyrics/Makefile 1.12 - audio/gmpc-lyricwiki/Makefile 1.14 - audio/gmpc-magnatune/Makefile 1.16 - audio/gmpc-mdcover/Makefile 1.11 - audio/gmpc-tagedit/Makefile 1.12 - audio/gmpc/Makefile 1.53 - audio/gmpc/buildlink3.mk 1.17 - audio/gnome-vfs-cdda/Makefile 1.20 - audio/gqmpeg-devel/Makefile 1.39 - audio/gtick/Makefile 1.26 - audio/gtkpod/Makefile 1.46 - audio/hydrogen/Makefile 1.31 - audio/jack-rack/Makefile 1.25 - audio/libcanberra/Makefile 1.26 - audio/libcanberra/buildlink3.mk 1.16 - audio/libgpod/Makefile 1.29 - audio/libgpod/buildlink3.mk 1.15 - audio/liblastfm/Makefile 1.22 - audio/liblastfm/buildlink3.mk 1.14 - audio/libvisual-bmp/Makefile 1.31 - audio/libvisual-plugins/Makefile 1.35 - audio/libvisual0.2-plugins/Makefile 1.18 - audio/liteamp/Makefile 1.52 - audio/mp3diags/Makefile 1.29 - audio/mp3splt-gtk/Makefile 1.14 - audio/muse/Makefile 1.42 - audio/padevchooser/Makefile 1.23 - audio/paman/Makefile 1.19 - audio/paprefs/Makefile 1.20 - audio/pavucontrol/Makefile 1.22 - audio/pavumeter/Makefile 1.20 - audio/pulseaudio/Makefile 1.60 - audio/py-musique/Makefile 1.35 - audio/qjackctl/Makefile 1.20 - audio/rhythmbox/Makefile 1.98 - audio/sfxr/Makefile 1.13 - audio/snd/Makefile 1.70 - audio/solfege/Makefile 1.39 - audio/sonata/Makefile 1.30 - audio/sound-juicer/Makefile 1.55 - audio/streamtuner/Makefile 1.58 - audio/streamtuner/buildlink3.mk 1.27 - audio/sweep/Makefile 1.55 - audio/terminatorx/Makefile 1.32 - audio/timidity/Makefile 1.85 - audio/xfce4-mixer/Makefile 1.40 - audio/xfce4-xmms-plugin/Makefile 1.28 - audio/xfce4-xmms-plugin/buildlink3.mk 1.32 - biology/chemtool/Makefile 1.41 - biology/gnome-chemistry-utils/Makefile 1.14 - biology/openbabel/Makefile 1.10 - cad/boolean/Makefile 1.57 - cad/geda/Makefile 1.79 - cad/gerbv/Makefile 1.50 - cad/gsmc/Makefile 1.26 - cad/gtk2-wcalc/Makefile 1.18 - cad/gtkwave/Makefile 1.43 - cad/gwave/Makefile 1.47 - cad/librecad/Makefile 1.10 - cad/openscad/Makefile 1.13 - cad/pcb/Makefile 1.63 - cad/transcalc/Makefile 1.33 - chat/empathy/Makefile 1.42 - chat/empathy/buildlink3.mk 1.20 - chat/finch/Makefile 1.45 - chat/gajim/Makefile 1.15 - chat/gg2/Makefile 1.43 - chat/gnomeicu/Makefile 1.83 - chat/gossip/Makefile 1.79 - chat/konversation/Makefile 1.48 - chat/libpurple/Makefile 1.46 - chat/libpurple/buildlink3.mk 1.34 - chat/msn-pecan/Makefile 1.21 - chat/pidgin-facebookchat/Makefile 1.28 - chat/pidgin-icb/Makefile 1.24 - chat/pidgin-latex/Makefile 1.27 - chat/pidgin-libnotify/Makefile 1.20 - chat/pidgin-otr/Makefile 1.30 - chat/pidgin-sametime/Makefile 1.32 - chat/pidgin-silc/Makefile 1.35 - chat/pidgin/Makefile 1.45 - chat/pidgin/buildlink3.mk 1.31 - chat/psi/Makefile 1.69 - chat/spectrum/Makefile 1.23 - chat/telepathy-farsight/Makefile 1.26 - chat/telepathy-farsight/buildlink3.mk 1.20 - chat/telepathy-mission-control/Makefile 1.20 - chat/telepathy-mission-control/buildlink3.mk 1.15 - chat/xchat-systray-integration/Makefile 1.30 - chat/xchat/Makefile 1.79 - comms/asterisk10/Makefile 1.30 - comms/asterisk18/Makefile 1.48 - comms/efax-gtk/Makefile 1.59 - comms/gnome-pilot/Makefile 1.71 - comms/gnome-pilot/buildlink3.mk 1.44 - comms/jpilot-syncmal/Makefile 1.54 - comms/jpilot/Makefile 1.83 - comms/jpilot/buildlink3.mk 1.26 - comms/multisync-gui/Makefile 1.22 - converters/tex2rtf/Makefile 1.36 - databases/gourmet/Makefile 1.30 - databases/gq/Makefile 1.53 - databases/gramps/Makefile 1.60 - databases/gramps2/Makefile 1.57 - databases/gramps3/Makefile 1.35 - databases/gtkdbfeditor/Makefile 1.8 - databases/libgnomedb/Makefile 1.87 - databases/libgnomedb/buildlink3.mk 1.40 - databases/mergeant/Makefile 1.79 - databases/mysql-workbench/Makefile 1.17 - databases/p5-RRD-Simple/Makefile 1.14 - databases/pgadmin3/Makefile 1.30 - databases/rrdtool/Makefile 1.99 - databases/rrdtool/buildlink3.mk 1.35 - databases/ruby-rrdtool/Makefile 1.7 - devel/GConf-ui/Makefile 1.23 - devel/GConf-ui/buildlink3.mk 1.16 - devel/SDL_Pango/Makefile 1.15 - devel/SDL_Pango/buildlink3.mk 1.12 - devel/anjuta/Makefile 1.93 - devel/at-spi/Makefile 1.67 - devel/at-spi/buildlink3.mk 1.31 - devel/automoc4/Makefile 1.20 - devel/blib/Makefile 1.27 - devel/blib/buildlink3.mk 1.22 - devel/boa-constructor/Makefile 1.18 - devel/coconut/Makefile 1.49 - devel/compizconfig-backend-gconf/Makefile 1.17 - devel/cppcheck/Makefile 1.17 - devel/cutter/Makefile 1.20 - devel/dconf-editor/Makefile 1.12 - devel/devhelp/Makefile 1.78 - devel/devhelp/buildlink3.mk 1.24 - devel/distccmon-gnome/Makefile 1.36 - devel/distccmon-gtk/Makefile 1.21 - devel/eric4/Makefile 1.28 - devel/ethos/Makefile 1.13 - devel/ethos/buildlink3.mk 1.12 - devel/frama-c/Makefile 1.27 - devel/gconfmm/Makefile 1.50 - devel/gconfmm/buildlink3.mk 1.26 - devel/gdl/Makefile 1.33 - devel/gdl/buildlink3.mk 1.22 - devel/geany/Makefile 1.25 - devel/glade/Makefile 1.74 - devel/glade3/Makefile 1.26 - devel/glade3/buildlink3.mk 1.16 - devel/gmtk/Makefile 1.9 - devel/gmtk/buildlink3.mk 1.9 - devel/gnome-build/Makefile 1.32 - devel/gnome-build/buildlink3.mk 1.24 - devel/gobject-introspection/Makefile 1.24 - devel/gps/Makefile 1.16 - devel/gst-plugins0.10-pango/Makefile 1.17 - devel/guile-gnome/Makefile 1.33 - devel/kdesdk4/Makefile 1.44 - devel/kdevelop4/Makefile 1.22 - devel/kdevplatform/Makefile 1.23 - devel/kdiff3/Makefile 1.24 - devel/libbonoboui/Makefile 1.93 - devel/libbonoboui/buildlink3.mk 1.37 - devel/libcompizconfig/Makefile 1.20 - devel/libdbusmenu-qt/Makefile 1.12 - devel/libdbusmenu-qt/buildlink3.mk 1.9 - devel/libextractor/Makefile 1.54 - devel/libgail-gnome/Makefile 1.49 - devel/libgail-gnome/buildlink3.mk 1.40 - devel/libglade/Makefile 1.82 - devel/libglade/buildlink3.mk 1.28 - devel/libglademm/Makefile 1.28 - devel/libglademm/buildlink3.mk 1.24 - devel/libgnome/Makefile 1.95 - devel/libgnome/buildlink3.mk 1.37 - devel/libgnomemm/Makefile 1.42 - devel/libgnomemm/buildlink3.mk 1.31 - devel/libgnomeui/Makefile 1.109 - devel/libgnomeui/buildlink3.mk 1.44 - devel/libgnomeuimm/Makefile 1.41 - devel/libgnomeuimm/buildlink3.mk 1.32 - devel/libgweather/Makefile 1.35 - devel/libgweather/buildlink3.mk 1.20 - devel/libpeas/Makefile 1.5 - devel/libpeas/buildlink3.mk 1.4 - devel/libsexy/Makefile 1.19 - devel/libsexy/buildlink3.mk 1.20 - devel/libsexymm/Makefile 1.17 - devel/libsexymm/buildlink3.mk 1.16 - devel/libview/Makefile 1.12 - devel/libview/buildlink3.mk 1.13 - devel/libwnck/Makefile 1.86 - devel/libwnck/buildlink3.mk 1.32 - devel/mono-tools/Makefile 1.44 - devel/monodevelop-database/Makefile 1.16 - devel/monodevelop/Makefile 1.51 - devel/monodevelop/buildlink3.mk 1.16 - devel/monotone-viz/Makefile 1.43 - devel/p5-Gnome2/Makefile 1.16 - devel/p5-Gtk2-GladeXML/Makefile 1.19 - devel/p5-Wx-Perl-DataWalker/Makefile 1.16 - devel/p5-pango/Makefile 1.16 - devel/p5-pango/buildlink3.mk 1.12 - devel/pango/Makefile 1.166 - devel/pango/buildlink3.mk 1.32 - devel/pangomm/Makefile 1.23 - devel/pangomm/buildlink3.mk 1.15 - devel/py-compizconfig/Makefile 1.21 - devel/py-gobject-shared/Makefile 1.31 - devel/py-gobject/Makefile 1.43 - devel/py-gobject3/Makefile 1.6 - devel/qconf/Makefile 1.18 - devel/qjson/Makefile 1.5 - devel/qtscriptgenerator/Makefile 1.19 - devel/qtscriptgenerator/buildlink3.mk 1.14 - devel/rapidsvn/Makefile 1.60 - devel/ruby-gnome2-pango/Makefile 1.29 - devel/ruby-gnome2-pango/buildlink3.mk 1.27 - devel/scintilla/Makefile 1.11 - devel/scintilla/buildlink3.mk 1.10 - devel/swt/Makefile 1.24 - devel/valide/Makefile 1.19 - devel/xfce4-dev-tools/Makefile 1.19 - devel/xfconf/Makefile 1.13 - devel/xulrunner/Makefile 1.80 - devel/xulrunner/buildlink3.mk 1.29 - devel/xulrunner10/Makefile 1.6 - devel/xulrunner10/buildlink3.mk 1.6 - devel/xulrunner192/Makefile 1.18 - devel/xulrunner192/buildlink3.mk 1.14 - editors/Sigil/Makefile 1.36 - editors/TeXmacs-devel/Makefile 1.14 - editors/abiword-plugins/Makefile 1.48 - editors/abiword/Makefile 1.138 - editors/beaver/Makefile 1.27 - editors/conglomerate/Makefile 1.76 - editors/dasher/Makefile 1.70 - editors/emacs-snapshot/Makefile 1.33 - editors/emacs/Makefile 1.150 - editors/emacs22/Makefile 1.26 - editors/emacs24/Makefile 1.8 - editors/gconf-editor/Makefile 1.81 - editors/gedit-python/Makefile 1.12 - editors/gedit/Makefile 1.118 - editors/gedit/buildlink3.mk 1.31 - editors/gedit3-spell/Makefile 1.3 - editors/gedit3/Makefile 1.3 - editors/ghex/Makefile 1.22 - editors/gice/Makefile 1.41 - editors/gobby/Makefile 1.26 - editors/gtranslator/Makefile 1.48 - editors/gummi/Makefile 1.6 - editors/kate/Makefile 1.7 - editors/kile/Makefile 1.66 - editors/leafpad/Makefile 1.31 - editors/lyx/Makefile 1.26 - editors/medit/Makefile 1.6 - editors/mlview/Makefile 1.56 - editors/notecase/Makefile 1.28 - editors/p5-Padre/Makefile 1.22 - editors/p5-Wx-Scintilla/Makefile 1.4 - editors/poedit/Makefile 1.43 - editors/qgoogletranslator/Makefile 1.10 - editors/scite/Makefile 1.11 - editors/tea/Makefile 1.22 - editors/texmaker/Makefile 1.29 - editors/texworks/Makefile 1.8 - editors/tomboy/Makefile 1.42 - editors/vim-gtk2/Makefile 1.50 - editors/xfce4-mousepad/Makefile 1.20 - editors/xournal/Makefile 1.18 - emulators/blinkensim/Makefile 1.23 - emulators/bochs/Makefile 1.69 - emulators/e-uae/Makefile 1.23 - emulators/fuse/Makefile 1.46 - emulators/gambatte/Makefile 1.15 - emulators/gens/Makefile 1.27 - emulators/gpsim-devel/Makefile 1.26 - emulators/gpsim-devel/buildlink3.mk 1.22 - emulators/gpsim-oscilloscope/Makefile 1.22 - emulators/gpsim-ptyusart/Makefile 1.23 - emulators/gpsim/Makefile 1.35 - emulators/mame/Makefile 1.14 - emulators/mess/Makefile 1.18 - emulators/nestopia/Makefile 1.16 - emulators/snes9x-gtk/Makefile 1.24 - emulators/tme/Makefile 1.32 - emulators/uae/Makefile 1.63 - emulators/vice/Makefile 1.100 - emulators/xnp2/Makefile 1.5 - emulators/yabause/Makefile 1.21 - filesystems/fuse-pod/Makefile 1.14 - finance/gkrellm-stock/Makefile 1.39 - finance/gnucash/Makefile 1.172 - fonts/fntsample/Makefile 1.7 - fonts/fontforge/Makefile 1.80 - fonts/gbdfed/Makefile 1.15 - fonts/gucharmap/Makefile 1.83 - fonts/gucharmap/buildlink3.mk 1.39 - games/atomix/Makefile 1.27 - games/blinken/Makefile 1.6 - games/bluemoon/Makefile 1.16 - games/ccgo/Makefile 1.43 - games/crack-attack/Makefile 1.29 - games/crossfire-client-gtk2/Makefile 1.17 - games/dopewars/Makefile 1.52 - games/eboard/Makefile 1.23 - games/flightgear/Makefile 1.28 - games/freeciv-client/Makefile 1.57 - games/frozen-bubble/Makefile 1.37 - games/gamazons/Makefile 1.26 - games/gbrainy/Makefile 1.56 - games/gcompris/Makefile 1.38 - games/genecys-client/Makefile 1.32 - games/gnome-games/Makefile 1.127 - games/gnome-mastermind/Makefile 1.17 - games/grhino/Makefile 1.54 - games/gtetrinet/Makefile 1.63 - games/gtkballs/Makefile 1.48 - games/gtklevel9/Makefile 1.20 - games/gtkmagnetic/Makefile 1.31 - games/gturing/Makefile 1.63 - games/holtz/Makefile 1.5 - games/kanagram/Makefile 1.6 - games/kanatest/Makefile 1.14 - games/kdegames4/Makefile 1.34 - games/kdetoys4/Makefile 1.25 - games/khangman/Makefile 1.6 - games/kye/Makefile 1.38 - games/pioneers/Makefile 1.36 - games/pokerth/Makefile 1.25 - games/puzzles/Makefile 1.24 - games/pytraffic/Makefile 1.30 - games/quarry/Makefile 1.21 - games/rftg/Makefile 1.21 - games/scummvm-tools/Makefile 1.13 - games/simgear/Makefile 1.26 - games/sirius/Makefile 1.58 - games/teg/Makefile 1.36 - games/wesnoth/Makefile 1.82 - games/wxhugo/Makefile 1.31 - games/xcowsay/Makefile 1.4 - geography/emerillon/Makefile 1.13 - geography/geoclue/Makefile 1.13 - geography/libchamplain04/Makefile 1.15 - geography/libchamplain04/buildlink3.mk 1.15 - geography/libchamplain06/Makefile 1.14 - geography/libchamplain06/buildlink3.mk 1.15 - geography/libchamplain08/Makefile 1.10 - geography/libchamplain08/buildlink3.mk 1.11 - geography/mapserver/Makefile 1.38 - geography/merkaartor/Makefile 1.34 - geography/qgis/Makefile 1.21 - geography/qlandkartegt/Makefile 1.23 - geography/qlandkartem/Makefile 1.19 - geography/viking/Makefile 1.39 - graphics/aqsis/Makefile 1.42 - graphics/blinkenthemes/Makefile 1.23 - graphics/blinkentools/Makefile 1.25 - graphics/cairo-gobject/Makefile 1.11 - graphics/cairo-gobject/buildlink3.mk 1.9 - graphics/cairo/Makefile 1.105-1.107 - graphics/cairo/buildlink3.mk 1.43-1.46 - graphics/cairo/options.mk 1.8-1.9 - graphics/cairomm/Makefile 1.21 - graphics/cairomm/buildlink3.mk 1.9 - graphics/camlimages/Makefile 1.47 - graphics/cheese/Makefile 1.35 - graphics/cinepaint/Makefile 1.38 - graphics/clutter-box2d/Makefile 1.18 - graphics/clutter-cairo/Makefile 1.16 - graphics/clutter-cairo/buildlink3.mk 1.15 - graphics/clutter-gtk/Makefile 1.21 - graphics/clutter-gtk/buildlink3.mk 1.16 - graphics/clutter-mx/Makefile 1.11 - graphics/clutter-mx/buildlink3.mk 1.10 - graphics/clutter-qt/Makefile 1.16 - graphics/clutter/Makefile 1.33 - graphics/clutter/buildlink3.mk 1.19 - graphics/clutter08-gtk/Makefile 1.12 - graphics/clutter08-gtk/buildlink3.mk 1.13 - graphics/clutter08/Makefile 1.13 - graphics/clutter08/buildlink3.mk 1.13 - graphics/comix/Makefile 1.39 - graphics/darktable/Makefile 1.20 - graphics/denemo/Makefile 1.38 - graphics/dia-python/Makefile 1.29 - graphics/dia/Makefile 1.74 - graphics/digikam/Makefile 1.84 - graphics/djview4/Makefile 1.23 - graphics/eog-plugins-map/Makefile 1.16 - graphics/eog-plugins/Makefile 1.14 - graphics/eog/Makefile 1.72 - graphics/eog/buildlink3.mk 1.13 - graphics/eog3/Makefile 1.6 - graphics/evas-svg/Makefile 1.20 - graphics/extrema/Makefile 1.15 - graphics/f-spot/Makefile 1.45 - graphics/fotoxx/Makefile 1.29 - graphics/frameworks/Makefile 1.19 - graphics/geeqie/Makefile 1.26 - graphics/gegl/Makefile 1.38 - graphics/gegl/buildlink3.mk 1.21 - graphics/gfract/Makefile 1.46 - graphics/gimmage/Makefile 1.15 - graphics/gimp-color-manager/Makefile 1.36 - graphics/gimp-exif-browser/Makefile 1.15 - graphics/gimp-fix-ca/Makefile 1.28 - graphics/gimp-liquid-rescale/Makefile 1.22 - graphics/gimp-rawphoto/Makefile 1.37 - graphics/gimp-refocus-it/Makefile 1.38 - graphics/gimp-resynthesizer/Makefile 1.15 - graphics/gimp-ufraw/Makefile 1.75 - graphics/gimp/Makefile 1.221 - graphics/gimp/buildlink3.mk 1.44 - graphics/gimp2-wideangle/Makefile 1.40 - graphics/giram/Makefile 1.65 - graphics/gliv/Makefile 1.38 - graphics/gmngview/Makefile 1.33 - graphics/gnome-icon-theme/Makefile 1.80 - graphics/gnuplot/Makefile 1.64 - graphics/goocanvas/Makefile 1.20 - graphics/goocanvas/buildlink3.mk 1.15 - graphics/goocanvasmm/Makefile 1.22 - graphics/gpicview/Makefile 1.8 - graphics/gqview-devel/Makefile 1.47 - graphics/gqview/Makefile 1.84 - graphics/graphviz/Makefile 1.104 - graphics/gst-plugins0.10-cairo/Makefile 1.17 - graphics/gthumb/Makefile 1.73 - graphics/gthumb3/Makefile 1.4 - graphics/gtkam/Makefile 1.55 - graphics/gtkglext/Makefile 1.49 - graphics/gtkglext/buildlink3.mk 1.28 - graphics/gtkimageview/Makefile 1.21 - graphics/guile-cairo/Makefile 1.13 - graphics/gwenview/Makefile 1.57 - graphics/hugin/Makefile 1.29 - graphics/inkscape/Makefile 1.77 - graphics/kamera/Makefile 1.6 - graphics/kcolorchooser/Makefile 1.6 - graphics/kdegraphics-mobipocket/Makefile 1.6 - graphics/kdegraphics-strigi-analyzer/Makefile 1.6 - graphics/kdegraphics-thumbnailers/Makefile 1.6 - graphics/kgamma/Makefile 1.6 - graphics/kipi-plugins-calendar-kde3/Makefile 1.20 - graphics/kipi-plugins-kde3/Makefile 1.24 - graphics/kipi-plugins/Makefile 1.76 - graphics/kolourpaint/Makefile 1.6 - graphics/koverartist/Makefile 1.23 - graphics/kruler/Makefile 1.6 - graphics/ksaneplugin/Makefile 1.6 - graphics/ksnapshot/Makefile 1.6 - graphics/libexif-gtk/Makefile 1.38 - graphics/libexif-gtk/buildlink3.mk 1.22 - graphics/libgdiplus/Makefile 1.60 - graphics/libgdiplus/buildlink3.mk 1.40 - graphics/libgnomecanvas/Makefile 1.66 - graphics/libgnomecanvas/buildlink3.mk 1.30 - graphics/libgnomecanvasmm/Makefile 1.28 - graphics/libgnomecanvasmm/buildlink3.mk 1.23 - graphics/libkdcraw/Makefile 1.32 - graphics/libkdcraw/buildlink3.mk 1.21 - graphics/libkexiv2/Makefile 1.35 - graphics/libkface/Makefile 1.5 - graphics/libkface/buildlink3.mk 1.5 - graphics/libkipi/Makefile 1.44 - graphics/libkipi/buildlink3.mk 1.31 - graphics/libksane/Makefile 1.6 - graphics/libksane/buildlink3.mk 1.5 - graphics/librsvg/Makefile 1.63 - graphics/librsvg/buildlink3.mk 1.30 - graphics/libscigraphica/Makefile 1.26 - graphics/libscigraphica/buildlink3.mk 1.20 - graphics/nvtv/Makefile 1.22 - graphics/opencv/Makefile 1.29 - graphics/osg/Makefile 1.25 - graphics/osg/buildlink3.mk 1.17 - graphics/p5-Gnome2-Canvas/Makefile 1.13 - graphics/p5-Gnome2-Canvas/buildlink3.mk 1.13 - graphics/p5-cairo/Makefile 1.17 - graphics/p5-cairo/buildlink3.mk 1.9 - graphics/p5-clutter/Makefile 1.21 - graphics/py-cairo/Makefile 1.34 - graphics/py-cairo/buildlink3.mk 1.17 - graphics/py-clutter-gtk/Makefile 1.18 - graphics/py-clutter/Makefile 1.30 - graphics/py-clutter/buildlink3.mk 1.17 - graphics/py-goocanvas/Makefile 1.25 - graphics/py-gtkglext/Makefile 1.25 - graphics/py-matplotlib-gtk2/Makefile 1.33 - graphics/qimageblitz/Makefile 1.16 - graphics/qimageblitz/buildlink3.mk 1.17 - graphics/qiv/Makefile 1.36 - graphics/qiviewer/Makefile 1.7 - graphics/ristretto/Makefile 1.17 - graphics/ruby-clutter-cairo/Makefile 1.16 - graphics/ruby-clutter-core/Makefile 1.19 - graphics/ruby-clutter-gtk/Makefile 1.16 - graphics/ruby-gnome2-goocanvas/Makefile 1.23 - graphics/ruby-gnome2-rsvg/Makefile 1.36 - graphics/ruby-rcairo/Makefile 1.28 - graphics/ruby-rcairo/buildlink3.mk 1.16 - graphics/sane-frontends/Makefile 1.55 - graphics/scidavis/Makefile 1.19 - graphics/scigraphica/Makefile 1.61 - graphics/shotwell-gtk3/Makefile 1.9 - graphics/shotwell/Makefile 1.37 - graphics/svgpart/Makefile 1.6 - graphics/tuxpaint/Makefile 1.68 - graphics/ucview/Makefile 1.17 - graphics/unicap/Makefile 1.20 - graphics/veusz/Makefile 1.33 - graphics/viewnior/Makefile 1.8 - graphics/wxsvg/Makefile 1.31 - graphics/wxsvg/buildlink3.mk 1.25 - graphics/xfce4-icon-theme/Makefile 1.20 - graphics/xfce4-icon-theme/buildlink3.mk 1.30 - graphics/xsane/Makefile 1.97 - graphics/xzgv/Makefile 1.54 - graphics/zphoto/Makefile 1.25 - ham/gmfsk/Makefile 1.46 - ham/gnuradio-examples/Makefile 1.31 - ham/gnuradio-radio-astronomy/Makefile 1.25 - ham/gnuradio-wxgui/Makefile 1.35 - ham/gnuradio-wxgui/buildlink3.mk 1.31 - ham/gpredict/Makefile 1.29 - ham/grig/Makefile 1.31 - ham/xdx/Makefile 1.33 - ham/xlog/Makefile 1.48 - inputmethod/gcin/Makefile 1.19 - inputmethod/gtk-im-libthai/Makefile 1.15 - inputmethod/ibus-chewing/Makefile 1.19 - inputmethod/ibus-handwrite/Makefile 1.18 - inputmethod/ibus-input-pad/Makefile 1.16 - inputmethod/ibus-m17n/Makefile 1.18 - inputmethod/ibus-qt/Makefile 1.19 - inputmethod/ibus-skk/Makefile 1.17 - inputmethod/ibus-t9/Makefile 1.12 - inputmethod/ibus-unikey/Makefile 1.14 - inputmethod/ibus/Makefile 1.21 - inputmethod/im-ja/Makefile 1.20 - inputmethod/imhangul/Makefile 1.27 - inputmethod/imhangul_status_applet/Makefile 1.52 - inputmethod/input-pad/Makefile 1.16 - inputmethod/input-pad/buildlink3.mk 1.14 - inputmethod/kasumi/Makefile 1.17 - inputmethod/kimera-tomoe-gtk/Makefile 1.14 - inputmethod/kimera/Makefile 1.13 - inputmethod/m17n-im-config/Makefile 1.17 - inputmethod/m17n-im-config/buildlink3.mk 1.17 - inputmethod/nabi/Makefile 1.41 - inputmethod/novel-pinyin/Makefile 1.17 - inputmethod/py-input-pad/Makefile 1.19 - inputmethod/scim-anthy/Makefile 1.14 - inputmethod/scim-array/Makefile 1.13 - inputmethod/scim-canna/Makefile 1.14 - inputmethod/scim-ccinput/Makefile 1.15 - inputmethod/scim-chewing/Makefile 1.15 - inputmethod/scim-fcitx/Makefile 1.13 - inputmethod/scim-hangul/Makefile 1.15 - inputmethod/scim-input-pad/Makefile 1.14 - inputmethod/scim-m17n/Makefile 1.15 - inputmethod/scim-pinyin/Makefile 1.14 - inputmethod/scim-prime/Makefile 1.14 - inputmethod/scim-python/Makefile 1.14 - inputmethod/scim-sinhala/Makefile 1.13 - inputmethod/scim-skk/Makefile 1.13 - inputmethod/scim-tables/Makefile 1.15 - inputmethod/scim-thai/Makefile 1.15 - inputmethod/scim-tomoe/Makefile 1.16 - inputmethod/scim-uim/Makefile 1.15 - inputmethod/scim-unikey/Makefile 1.13 - inputmethod/scim/Makefile 1.18 - inputmethod/scim/buildlink3.mk 1.15 - inputmethod/tomoe-gtk/Makefile 1.19 - inputmethod/tomoe-gtk/buildlink3.mk 1.17 - inputmethod/uim-tomoe-gtk/Makefile 1.19 - inputmethod/uim/Makefile 1.66 - lang/basic256/Makefile 1.12 - lang/classpath-gui/Makefile 1.29 - lang/clisp/Makefile 1.91 - lang/coq/Makefile 1.47 - lang/kaffe-x11/Makefile 1.34 - lang/racket/Makefile 1.20 - lang/sablevm-classpath-gui/Makefile 1.28 - lang/smalltalk/Makefile 1.70 - lang/squeak-vm/Makefile 1.17 - mail/akonadi/Makefile 1.41 - mail/akonadi/buildlink3.mk 1.18 - mail/balsa/Makefile 1.90 - mail/claws-mail-archive/Makefile 1.23 - mail/claws-mail-attachwarner/Makefile 1.30 - mail/claws-mail-attremover/Makefile 1.29 - mail/claws-mail-cachesaver/Makefile 1.29 - mail/claws-mail-dillo-viewer/Makefile 1.27 - mail/claws-mail-fetchinfo/Makefile 1.30 - mail/claws-mail-gtkhtml/Makefile 1.39 - mail/claws-mail-mailmbox/Makefile 1.29 - mail/claws-mail-newmail/Makefile 1.31 - mail/claws-mail-notification/Makefile 1.32 - mail/claws-mail-pgpcore/Makefile 1.27 - mail/claws-mail-pgpcore/buildlink3.mk 1.18 - mail/claws-mail-pgpinline/Makefile 1.27 - mail/claws-mail-pgpmime/Makefile 1.26 - mail/claws-mail-rssyl/Makefile 1.34 - mail/claws-mail-smime/Makefile 1.28 - mail/claws-mail-spamreport/Makefile 1.32 - mail/claws-mail-synce/Makefile 1.29 - mail/claws-mail-tnef/Makefile 1.27 - mail/claws-mail-vcalendar/Makefile 1.34 - mail/claws-mail/Makefile 1.48 - mail/evolution-data-server/Makefile 1.124 - mail/evolution-exchange/Makefile 1.64 - mail/evolution/Makefile 1.185 - mail/evolution/buildlink3.mk 1.49 - mail/mail-notification/Makefile 1.69 - mail/msmtp/Makefile 1.42 - mail/netbiff/Makefile 1.18 - mail/sylpheed/Makefile 1.140 - mail/thunderbird/Makefile 1.99 - mail/thunderbird10/Makefile 1.13 - math/R/Makefile 1.130 - math/analitza/Makefile 1.6 - math/analitza/buildlink3.mk 1.5 - math/calcoo/Makefile 1.23 - math/cantor/Makefile 1.6 - math/cgal/Makefile 1.10 - math/cgal/buildlink3.mk 1.8 - math/euler/Makefile 1.32 - math/extcalc/Makefile 1.16 - math/fityk/Makefile 1.17 - math/galculator/Makefile 1.32 - math/gcalctool-gtk3/Makefile 1.11 - math/gcalctool/Makefile 1.107 - math/genius/Makefile 1.47 - math/gnumeric/Makefile 1.161 - math/gnumeric110/Makefile 1.39 - math/grpn/Makefile 1.35 - math/gtklife/Makefile 1.25 - math/kalgebra/Makefile 1.6 - math/kcalc/Makefile 1.6 - math/pspp/Makefile 1.58 - math/qalculate-bases/Makefile 1.31 - math/qalculate-currency/Makefile 1.31 - math/qalculate-gtk/Makefile 1.50 - math/qalculate-units/Makefile 1.31 - math/speedcrunch/Makefile 1.14 - math/wxMaxima/Makefile 1.17 - meta-pkgs/xfce4-extras/Makefile 1.50 - meta-pkgs/xfce4/Makefile 1.55 - meta-pkgs/xfce4/buildlink3.mk 1.37 - misc/attica/Makefile 1.17 - misc/attica/buildlink3.mk 1.14 - misc/blccc/Makefile 1.26 - misc/calibre/Makefile 1.44 - misc/celestia/Makefile 1.40 - misc/deskbar-applet/Makefile 1.65 - misc/fbreader/Makefile 1.23 - misc/gelemental/Makefile 1.17 - misc/gkrellm-flynn/Makefile 1.30 - misc/gkrellm-launch/Makefile 1.28 - misc/gkrellm-leds/Makefile 1.30 - misc/gkrellm-moon/Makefile 1.35 - misc/gkrellm-weather/Makefile 1.43 - misc/gnome-utils/Makefile 1.120 - misc/goffice0.6/Makefile 1.30 - misc/goffice0.6/buildlink3.mk 1.22 - misc/goffice0.8/Makefile 1.28 - misc/goffice0.8/buildlink3.mk 1.17 - misc/gok/Makefile 1.79 - misc/gperiodic/Makefile 1.58 - misc/gwaei/Makefile 1.26 - misc/kaccessible/Makefile 1.6 - misc/kalzium/Makefile 1.6 - misc/kanjipad/Makefile 1.33 - misc/kbruch/Makefile 1.6 - misc/kcharselect/Makefile 1.6 - misc/kchmviewer/Makefile 1.28 - misc/kde-wallpapers4/Makefile 1.6 - misc/kdeadmin4/Makefile 1.32 - misc/kdeartwork4/Makefile 1.27 - misc/kdepim-runtime4/Makefile 1.32 - misc/kdepim4/Makefile 1.39 - misc/kdepimlibs4/Makefile 1.39 - misc/kdepimlibs4/buildlink3.mk 1.25 - misc/kdeplasma-addons4/Makefile 1.34 - misc/kgeography/Makefile 1.9 - misc/kig/Makefile 1.6 - misc/kiten/Makefile 1.6 - misc/klettres/Makefile 1.6 - misc/kmag/Makefile 1.6 - misc/kmousetool/Makefile 1.6 - misc/kmouth/Makefile 1.6 - misc/kremotecontrol/Makefile 1.6 - misc/kstars/Makefile 1.17 - misc/ktouch/Makefile 1.6 - misc/kturtle/Makefile 1.6 - misc/kwordquiz/Makefile 1.6 - misc/libkdeedu/Makefile 1.6 - misc/libkdeedu/buildlink3.mk 1.5 - misc/libkgeomap/Makefile 1.5 - misc/libkgeomap/buildlink3.mk 1.5 - misc/libkvkontakte/Makefile 1.5 - misc/libkvkontakte/buildlink3.mk 1.5 - misc/libreoffice/Makefile 1.13 - misc/marble/Makefile 1.7 - misc/marble/buildlink3.mk 1.5 - misc/mousetweaks/Makefile 1.31 - misc/openoffice3/Makefile 1.74 - misc/parley/Makefile 1.6 - misc/rocs/Makefile 1.8 - misc/stellarium/Makefile 1.62 - misc/step/Makefile 1.6 - misc/superkaramba/Makefile 1.7 - misc/sweeper/Makefile 1.6 - misc/tellico/Makefile 1.57 - misc/usbprog/Makefile 1.12 - misc/vym/Makefile 1.20 - misc/xchm/Makefile 1.57 - misc/xfce4-weather-plugin/Makefile 1.27 - misc/xfce4-weather-plugin/buildlink3.mk 1.29 - misc/yelp/Makefile 1.110 - misc/yelp3/Makefile 1.11 - misc/zyGrib/Makefile 1.33 - multimedia/avidemux/Makefile 1.77 - multimedia/clutter-gst/Makefile 1.22 - multimedia/clutter-gst/buildlink3.mk 1.18 - multimedia/clutter08-gst/Makefile 1.13 - multimedia/clutter08-gst/buildlink3.mk 1.14 - multimedia/dvdstyler/Makefile 1.44 - multimedia/farsight2/Makefile 1.27 - multimedia/farsight2/buildlink3.mk 1.21 - multimedia/gecko-mediaplayer/Makefile 1.17 - multimedia/gmencoder/Makefile 1.53 - multimedia/gmplayer/Makefile 1.103 - multimedia/gnash/Makefile 1.58 - multimedia/gnome-media/Makefile 1.43 - multimedia/gnome-media/buildlink3.mk 1.21 - multimedia/gnome-mplayer/Makefile 1.17 - multimedia/gopchop/Makefile 1.36 - multimedia/gst123/Makefile 1.15 - multimedia/gxine/Makefile 1.64 - multimedia/handbrake/Makefile 1.20 - multimedia/hwdecode-demos/Makefile 1.4 - multimedia/kdemultimedia4/Makefile 1.35 - multimedia/kdenlive/Makefile 1.13 - multimedia/kmplayer-kde3/Makefile 1.19 - multimedia/kmplayer/Makefile 1.69 - multimedia/mkvtoolnix-old/Makefile 1.22 - multimedia/mkvtoolnix/Makefile 1.50 - multimedia/mlt/Makefile 1.15 - multimedia/mplayer-plugin/Makefile 1.22 - multimedia/ogle_gui/Makefile 1.31 - multimedia/phonon-backend-gstreamer/Makefile 1.5 - multimedia/phonon/Makefile 1.25 - multimedia/phonon/buildlink3.mk 1.18 - multimedia/pitivi/Makefile 1.18 - multimedia/pspvc/Makefile 1.21 - multimedia/py-clutter-gst/Makefile 1.18 - multimedia/ruby-clutter-gst/Makefile 1.18 - multimedia/subtitleeditor/Makefile 1.21 - multimedia/swfdec-gnome/Makefile 1.22 - multimedia/swfdec-mozilla/Makefile 1.23 - multimedia/swfdec/Makefile 1.31 - multimedia/swfdec/buildlink3.mk 1.33 - multimedia/totem-browser-plugin/Makefile 1.25 - multimedia/totem-nautilus/Makefile 1.29 - multimedia/totem-pl-parser/Makefile 1.40 - multimedia/totem-pl-parser/buildlink3.mk 1.24 - multimedia/totem/Makefile 1.60 - multimedia/totem/buildlink3.mk 1.26 - multimedia/vlc/Makefile 1.140-1.141 - multimedia/vlc08/Makefile 1.44 - multimedia/vlc10/Makefile 1.21-1.22 - multimedia/vlc2/Makefile 1.13-1.14 - multimedia/xfce4-mpc-plugin/Makefile 1.16 - multimedia/xfce4-mpc-plugin/buildlink3.mk 1.18 - multimedia/xfmedia/Makefile 1.34 - multimedia/xine-lib/Makefile 1.106 - multimedia/xvid4conf/Makefile 1.26 - net/Transmission-gui/Makefile 1.7 - net/amule/Makefile 1.54 - net/avahi/Makefile 1.36 - net/avahi/buildlink3.mk 1.16 - net/bug-buddy/Makefile 1.85 - net/cacti/Makefile 1.9 - net/choqok/Makefile 1.3 - net/dc_gui2/Makefile 1.65 - net/dcsharp/Makefile 1.28 - net/dhcpcd-gtk/Makefile 1.25 - net/ed2k-gtk-gui/Makefile 1.36 - net/ekiga/Makefile 1.37 - net/etherape/Makefile 1.70 - net/ettercap/Makefile 1.58 - net/filezilla/Makefile 1.34 - net/gitso/Makefile 1.6 - net/gkrellm-multiping/Makefile 1.30 - net/gkrellm-snmp/Makefile 1.38 - net/gkrellm-wireless/Makefile 1.37 - net/gnome-netstatus/Makefile 1.60 - net/gnome-nettool/Makefile 1.22 - net/gnome-vfs-smb/Makefile 1.20 - net/gssdp/Makefile 1.20 - net/gtk-gnutella/Makefile 1.78 - net/gtk-vnc/Makefile 1.25 - net/gtk-vnc/buildlink3.mk 1.18 - net/gupnp-tools/Makefile 1.19 - net/jigdo/Makefile 1.35 - net/kdenetwork4/Makefile 1.43 - net/kmldonkey/Makefile 1.20 - net/ktorrent/Makefile 1.47 - net/libdmapsharing/Makefile 1.14 - net/libktorrent/Makefile 1.4 - net/libktorrent/buildlink3.mk 1.4 - net/logjam/Makefile 1.33 - net/mbrowse/Makefile 1.12 - net/mldonkey-gui/Makefile 1.57 - net/monsoon/Makefile 1.26 - net/mtr/Makefile 1.74 - net/nagstamon/Makefile 1.20 - net/nfdump/Makefile 1.20 - net/nmap/Makefile 1.94 - net/ntop/Makefile 1.79 - net/remmina-plugins/Makefile 1.6 - net/remmina/Makefile 1.6 - net/tsclient/Makefile 1.66 - net/twitux/Makefile 1.22 - net/unison/Makefile 1.60 - net/unison2.32/Makefile 1.15 - net/urlgfe/Makefile 1.19 - net/vinagre/Makefile 1.32 - net/vino/Makefile 1.56 - net/wireshark/Makefile 1.87 - net/wistumbler2-gtk/Makefile 1.21 - net/xfce4-wavelan-plugin/Makefile 1.26 - net/xfce4-wavelan-plugin/buildlink3.mk 1.30 - net/xymon/Makefile 1.24 - news/pan/Makefile 1.72 - parallel/ganglia-monitor-core/Makefile 1.42 - parallel/hwloc/Makefile 1.6 - pkgtools/gnome-packagekit/Makefile 1.26 - pkgtools/packagekit/Makefile 1.26 - pkgtools/x11-links/Makefile 1.135-1.136 - pkgtools/x11-links/buildlink3.mk 1.44 - print/abcm2ps/Makefile 1.18 - print/advi/Makefile 1.51 - print/diffpdf/Makefile 1.26 - print/epdfview/Makefile 1.30 - print/evince-nautilus/Makefile 1.49 - print/evince/Makefile 1.85 - print/evince/buildlink3.mk 1.17 - print/evince3/Makefile 1.8 - print/evince3/buildlink3.mk 1.6 - print/glabels/Makefile 1.59 - print/gtklp/Makefile 1.21 - print/gutenprint-lib/Makefile 1.36 - print/hplip/Makefile 1.7 - print/imposter/Makefile 1.29 - print/kbibtex/Makefile 1.31 - print/libgnomeprint/Makefile 1.84 - print/libgnomeprint/buildlink3.mk 1.34 - print/libgnomeprintui/Makefile 1.72 - print/libgnomeprintui/buildlink3.mk 1.31 - print/libgxps/Makefile 1.5 - print/libgxps/buildlink3.mk 1.4 - print/lilypond/Makefile 1.82 - print/okular/Makefile 1.9 - print/paps/Makefile 1.5 - print/poppler-glib/Makefile 1.48 - print/poppler-glib/buildlink3.mk 1.29 - print/poppler-qt4/Makefile 1.30 - print/printer-applet/Makefile 1.7 - print/ruby-gnome2-poppler/Makefile 1.34 - print/scribus-qt4/Makefile 1.15 - print/scribus/Makefile 1.80 - print/xfce4-print/Makefile 1.39 - print/xfce4-print/buildlink3.mk 1.40 - security/MyPasswordSafe/Makefile 1.28 - security/fprint-demo/Makefile 1.15 - security/fwbuilder/Makefile 1.31 - security/gnome-keyring-manager/Makefile 1.37 - security/gnome-keyring/Makefile 1.72 - security/gnome-keyring/buildlink3.mk 1.28 - security/gpa/Makefile 1.36 - security/gpass/Makefile 1.43 - security/honeyd/Makefile 1.41 - security/hydra/Makefile 1.40 - security/keepassx/Makefile 1.18 - security/kgpg/Makefile 1.9 - security/ksecrets/Makefile 1.7 - security/kwallet/Makefile 1.6 - security/libfwbuilder/Makefile 1.39 - security/libfwbuilder/buildlink3.mk 1.32 - security/openvas-client/Makefile 1.16 - security/pinentry-gtk2/Makefile 1.18 - security/pinentry-qt4/Makefile 1.17 - security/policykit-gnome/Makefile 1.20 - security/polkit-qt/Makefile 1.18 - security/polkit-qt/buildlink3.mk 1.15 - security/putty/Makefile 1.27 - security/qca2-gnupg/Makefile 1.8 - security/qca2-ossl/Makefile 1.22 - security/qca2/Makefile 1.26 - security/qca2/buildlink3.mk 1.19 - security/qoauth/Makefile 1.2 - security/qoauth/buildlink3.mk 1.2 - security/seahorse-plugins/Makefile 1.33 - security/seahorse/Makefile 1.105 - security/seahorse/buildlink3.mk 1.26 - sysutils/amtterm/Makefile 1.8 - sysutils/bacula-qt-console/Makefile 1.24 - sysutils/bacula-tray-monitor/Makefile 1.25 - sysutils/bacula-wx-console/Makefile 1.29 - sysutils/brasero-nautilus/Makefile 1.22 - sysutils/brasero/Makefile 1.39 - sysutils/brasero/buildlink3.mk 1.22 - sysutils/btpin-qt/Makefile 1.19 - sysutils/bubblemon/Makefile 1.16 - sysutils/conky/Makefile 1.5 - sysutils/dvdisaster/Makefile 1.21 - sysutils/filelight/Makefile 1.33 - sysutils/gcdmaster/Makefile 1.61 - sysutils/gkrellm-est/Makefile 1.28 - sysutils/gkrellm/Makefile 1.71 - sysutils/gkrellm/buildlink3.mk 1.28 - sysutils/gnome-commander/Makefile 1.36 - sysutils/gnome-device-manager/Makefile 1.22 - sysutils/gnome-mount/Makefile 1.21 - sysutils/gnome-mount/buildlink3.mk 1.17 - sysutils/gnome-nds-thumbnailer/Makefile 1.16 - sysutils/gnome-pkgview/Makefile 1.45 - sysutils/gnome-power-manager/Makefile 1.31 - sysutils/gnome-settings-daemon/Makefile 1.36 - sysutils/gnome-system-monitor/Makefile 1.33 - sysutils/gnome-system-tools/Makefile 1.20 - sysutils/gnome-vfs-monikers/Makefile 1.20 - sysutils/gnome-vfs/Makefile 1.95 - sysutils/gnome-vfs/buildlink3.mk 1.38 - sysutils/gnome-vfsmm/Makefile 1.37 - sysutils/gnome-vfsmm/buildlink3.mk 1.27 - sysutils/gnome-volume-manager/Makefile 1.24 - sysutils/grun/Makefile 1.32 - sysutils/gst-plugins0.10-gnomevfs/Makefile 1.33 - sysutils/gtk-send-pr/Makefile 1.42 - sysutils/gvfs/Makefile 1.46 - sysutils/k3b/Makefile 1.48 - sysutils/k4dirstat/Makefile 1.7 - sysutils/kdf/Makefile 1.27 - sysutils/kfloppy/Makefile 1.6 - sysutils/libgksu/Makefile 1.22 - sysutils/libgksu/buildlink3.mk 1.17 - sysutils/libnotify/Makefile 1.23 - sysutils/libnotify/buildlink3.mk 1.20 - sysutils/nautilus-sendto/Makefile 1.33 - sysutils/nautilus/Makefile 1.126 - sysutils/nautilus/buildlink3.mk 1.51 - sysutils/notification-daemon/Makefile 1.28 - sysutils/open-vm-tools/Makefile 1.29 - sysutils/p5-Gnome2-VFS/Makefile 1.15 - sysutils/p5-Gnome2-VFS/buildlink3.mk 1.14 - sysutils/pcmanfm/Makefile 1.20 - sysutils/py-notify/Makefile 1.26 - sysutils/py-notify/buildlink3.mk 1.20 - sysutils/rox/Makefile 1.64 - sysutils/screentest/Makefile 1.27 - sysutils/strigi/Makefile 1.23 - sysutils/virt-manager/Makefile 1.4 - sysutils/xcdroast/Makefile 1.63 - sysutils/xfce4-appfinder/Makefile 1.26 - sysutils/xfce4-battery-plugin/Makefile 1.22 - sysutils/xfce4-battery-plugin/buildlink3.mk 1.19 - sysutils/xfce4-cpugraph-plugin/Makefile 1.25 - sysutils/xfce4-cpugraph-plugin/buildlink3.mk 1.29 - sysutils/xfce4-diskperf-plugin/Makefile 1.29 - sysutils/xfce4-diskperf-plugin/buildlink3.mk 1.30 - sysutils/xfce4-fsguard-plugin/Makefile 1.22 - sysutils/xfce4-fsguard-plugin/buildlink3.mk 1.27 - sysutils/xfce4-genmon-plugin/Makefile 1.15 - sysutils/xfce4-genmon-plugin/buildlink3.mk 1.17 - sysutils/xfce4-netload-plugin/Makefile 1.31 - sysutils/xfce4-netload-plugin/buildlink3.mk 1.33 - sysutils/xfce4-quicklauncher-plugin/Makefile 1.23 - sysutils/xfce4-quicklauncher-plugin/buildlink3.mk 1.29 - sysutils/xfce4-systemload-plugin/Makefile 1.29 - sysutils/xfce4-systemload-plugin/buildlink3.mk 1.31 - sysutils/xfce4-thunar/Makefile 1.28 - sysutils/xfce4-thunar/buildlink3.mk 1.24 - sysutils/xfce4-volman/Makefile 1.20 - sysutils/xfce4-xarchiver/Makefile 1.19 - sysutils/xfce4-xarchiver/buildlink3.mk 1.18 - sysutils/xfce4-xkb-plugin/Makefile 1.27 - sysutils/xfce4-xkb-plugin/buildlink3.mk 1.30 - textproc/FlightCrew/Makefile 1.16 - textproc/OdfConverter/Makefile 1.20 - textproc/dikt/Makefile 1.10 - textproc/ebview/Makefile 1.17 - textproc/gnome-spell/Makefile 1.50 - textproc/gnome-spell/buildlink3.mk 1.36 - textproc/gnome-subtitles/Makefile 1.27 - textproc/gtkspell/Makefile 1.49 - textproc/gtkspell/buildlink3.mk 1.26 - textproc/py-gdick/Makefile 1.32 - textproc/soprano/Makefile 1.29 - textproc/soprano/buildlink3.mk 1.17 - textproc/xfce4-dict-plugin/Makefile 1.15 - textproc/xfce4-dict-plugin/buildlink3.mk 1.17 - time/cairo-clock/Makefile 1.27 - time/evolution-webcal/Makefile 1.59 - time/gchore/Makefile 1.18 - time/gdeskcal/Makefile 1.44 - time/gnotime/Makefile 1.55 - time/gtodo-applet/Makefile 1.47 - time/gtodo/Makefile 1.43 - time/hamster-applet/Makefile 1.29 - time/ktimer/Makefile 1.6 - time/planner/Makefile 1.37 - time/rsibreak/Makefile 1.28 - time/xfce4-datetime-plugin/Makefile 1.29 - time/xfce4-datetime-plugin/buildlink3.mk 1.29 - time/xfce4-orage/Makefile 1.19 - time/xfce4-timer-plugin/Makefile 1.15 - time/xfce4-timer-plugin/buildlink3.mk 1.17 - wm/afterstep/Makefile 1.58 - wm/awesome/Makefile 1.31 - wm/bmpanel2/Makefile 1.10 - wm/compiz-fusion-plugins-extra/Makefile 1.20 - wm/compiz-fusion-plugins-main/Makefile 1.22 - wm/compiz-fusion-plugins-main/buildlink3.mk 1.17 - wm/compiz/Makefile 1.52 - wm/compiz/buildlink3.mk 1.17 - wm/e16menuedit2/Makefile 1.35 - wm/fluxconf/Makefile 1.16 - wm/metacity/Makefile 1.103 - wm/metacity/buildlink3.mk 1.33 - wm/metisse/Makefile 1.27 - wm/openbox/Makefile 1.78 - wm/oroborox/Makefile 1.34 - wm/sawfish/Makefile 1.67 - wm/selectwm/Makefile 1.21 - wm/wbar/Makefile 1.11 - wm/wmakerconf/Makefile 1.57 - wm/xfce4-wm-themes/Makefile 1.31 - wm/xfce4-wm/Makefile 1.43 - www/amaya/Makefile 1.74 - www/ap22-dnssd/Makefile 1.18 - www/bluefish/Makefile 1.101 - www/browser-bookmarks-menu/Makefile 1.33 - www/drivel/Makefile 1.65 - www/epiphany-extensions/Makefile 1.76 - www/epiphany/Makefile 1.131 - www/epiphany/buildlink3.mk 1.50 - www/firefox/Makefile 1.112 - www/firefox10/Makefile 1.8 - www/firefox36/Makefile 1.18 - www/gtkhtml314/Makefile 1.52 - www/icedtea-web/Makefile 1.14 - www/kazehakase/Makefile 1.50 - www/kdewebdev4/Makefile 1.31 - www/libgtkhtml/Makefile 1.62 - www/libgtkhtml/buildlink3.mk 1.35 - www/libmediawiki/Makefile 1.5 - www/libmediawiki/buildlink3.mk 1.5 - www/liferea-current/Makefile 1.34 - www/liferea/Makefile 1.108 - www/midori/Makefile 1.48 - www/netsurf/Makefile 1.21 - www/nspluginwrapper/Makefile 1.32 - www/seamonkey/Makefile 1.78 - www/webkit-gtk/Makefile 1.59 - www/webkit-gtk/buildlink3.mk 1.27 - www/webkit-gtk3/Makefile 1.14 - www/webkit-gtk3/buildlink3.mk 1.10 - x11/alacarte/Makefile 1.41 - x11/antiright/Makefile 1.21 - x11/avant-window-navigator/Makefile 1.11 - x11/clisp-gtk2/Makefile 1.13 - x11/deskmenu/Makefile 1.15 - x11/devilspie/Makefile 1.52 - x11/eekboard/Makefile 1.17 - x11/eekboard/buildlink3.mk 1.15 - x11/fast-user-switch-applet/Makefile 1.45 - x11/fltk13/Makefile 1.4 - x11/ftmenu/Makefile 1.17 - x11/gdm/Makefile 1.170 - x11/gnome-applets/Makefile 1.105 - x11/gnome-control-center/Makefile 1.55 - x11/gnome-control-center/buildlink3.mk 1.28 - x11/gnome-desktop-sharp/Makefile 1.38 - x11/gnome-desktop-sharp/buildlink3.mk 1.31 - x11/gnome-desktop/Makefile 1.117 - x11/gnome-desktop/buildlink3.mk 1.43 - x11/gnome-desktop3/Makefile 1.4 - x11/gnome-desktop3/buildlink3.mk 1.4 - x11/gnome-mag/Makefile 1.73 - x11/gnome-mag/buildlink3.mk 1.31 - x11/gnome-panel/Makefile 1.148 - x11/gnome-panel/buildlink3.mk 1.52 - x11/gnome-screensaver/Makefile 1.58 - x11/gnome-session/Makefile 1.139 - x11/gnome-sharp/Makefile 1.36 - x11/gnome-sharp/buildlink3.mk 1.30 - x11/gnome-terminal/Makefile 1.46 - x11/gnome-themes-extras/Makefile 1.58 - x11/gnome-themes/Makefile 1.89 - x11/gnopernicus/Makefile 1.78 - x11/grandr_applet/Makefile 1.27 - x11/gromit/Makefile 1.24 - x11/gselt/Makefile 1.12 - x11/gtk-sharp/Makefile 1.30 - x11/gtk2+extra/Makefile 1.20 - x11/gtk2+extra/buildlink3.mk 1.23 - x11/gtk2-chtheme/Makefile 1.24 - x11/gtk2-engines-bluecurve/Makefile 1.31 - x11/gtk2-engines-murrine/Makefile 1.17 - x11/gtk2-engines/Makefile 1.77 - x11/gtk2-engines/buildlink3.mk 1.26 - x11/gtk2-theme-switch/Makefile 1.32 - x11/gtk2/Makefile 1.236 - x11/gtk2/buildlink3.mk 1.56 - x11/gtk3/Makefile 1.27 - x11/gtk3/buildlink3.mk 1.8 - x11/gtkada/Makefile 1.11 - x11/gtkada/buildlink3.mk 1.10 - x11/gtkglarea2/Makefile 1.25 - x11/gtkglarea2/buildlink3.mk 1.20 - x11/gtkmm-utils/Makefile 1.12 - x11/gtkmm-utils/buildlink3.mk 1.14 - x11/gtkmm/Makefile 1.85 - x11/gtkmm/buildlink3.mk 1.32 - x11/gtksourceview-sharp2/Makefile 1.33 - x11/gtksourceview/Makefile 1.64 - x11/gtksourceview/buildlink3.mk 1.32 - x11/gtksourceview2/Makefile 1.33 - x11/gtksourceview2/buildlink3.mk 1.19 - x11/gtksourceview3/Makefile 1.4 - x11/gtksourceview3/buildlink3.mk 1.4 - x11/gtkterm2/Makefile 1.27 - x11/hot-babe/Makefile 1.33 - x11/kactivities/Makefile 1.6 - x11/kactivities/buildlink3.mk 1.6 - x11/kde-baseapps4/Makefile 1.8 - x11/kde-runtime4/Makefile 1.12 - x11/kde-runtime4/buildlink3.mk 1.6 - x11/kde-workspace4/Makefile 1.11 - x11/kde-workspace4/buildlink3.mk 1.6 - x11/kdelibs4/Makefile 1.47 - x11/kdelibs4/buildlink3.mk 1.22 - x11/konsole/Makefile 1.6 - x11/lablgtk/Makefile 1.68 - x11/lablgtk/buildlink3.mk 1.22 - x11/libX11/Makefile 1.28 - x11/libdesktop-agnostic/Makefile 1.10 - x11/libdesktop-agnostic/buildlink3.mk 1.7 - x11/libgnomekbd/Makefile 1.37 - x11/libunique/Makefile 1.21 - x11/libunique/buildlink3.mk 1.15 - x11/libunique3/Makefile 1.9 - x11/libxcb/buildlink3.mk 1.3 - x11/libxfce4gui/Makefile 1.41 - x11/libxfce4gui/buildlink3.mk 1.40 - x11/libxfce4menu/Makefile 1.11 - x11/libxfce4menu/buildlink3.mk 1.13 - x11/libxfce4util/Makefile 1.27 - x11/matchbox-panel-manager/Makefile 1.24 - x11/mlterm/Makefile 1.72 - x11/nucleo/Makefile 1.29 - x11/nucleo/buildlink3.mk 1.24 - x11/p5-Alien-wxWidgets/Makefile 1.20 - x11/p5-Wx-Perl-ProcessStream/Makefile 1.19 - x11/p5-Wx/Makefile 1.24 - x11/p5-Wx/buildlink3.mk 1.15 - x11/p5-gtk2/Makefile 1.49 - x11/p5-gtk2/buildlink3.mk 1.16 - x11/py-gnome2-desktop/Makefile 1.67 - x11/py-gnome2-desktop/buildlink3.mk 1.21 - x11/py-gnome2-extras/Makefile 1.57 - x11/py-gnome2-extras/buildlink3.mk 1.32 - x11/py-gnome2/Makefile 1.86 - x11/py-gnome2/buildlink3.mk 1.41 - x11/py-gtk2/Makefile 1.87 - x11/py-gtk2/buildlink3.mk 1.40 - x11/py-gtksourceview/Makefile 1.24 - x11/py-kde4/Makefile 1.14 - x11/py-kiwi/Makefile 1.22 - x11/py-qt4-qscintilla/Makefile 1.22 - x11/py-qt4-qscintilla/buildlink3.mk 1.16 - x11/py-qt4/Makefile 1.54 - x11/py-vte/Makefile 1.11 - x11/py-vte/buildlink3.mk 1.11 - x11/py-wxWidgets/Makefile 1.39 - x11/py-wxWidgets/buildlink3.mk 1.33 - x11/qt4-creator/Makefile 1.15 - x11/qt4-docs/Makefile 1.23 - x11/qt4-libs/Makefile 1.78 - x11/qt4-libs/buildlink3.mk 1.34 - x11/qt4-mng/Makefile 1.17 - x11/qt4-mysql/Makefile 1.26 - x11/qt4-pgsql/Makefile 1.34 - x11/qt4-qdbus/Makefile 1.28 - x11/qt4-qdbus/buildlink3.mk 1.17 - x11/qt4-qscintilla/Makefile 1.21 - x11/qt4-qscintilla/buildlink3.mk 1.15 - x11/qt4-sqlite3/Makefile 1.29 - x11/qt4-tiff/Makefile 1.26 - x11/qt4-tools/Makefile 1.54 - x11/qt4-tools/buildlink3.mk 1.24 - x11/qwt-qt4/Makefile 1.20 - x11/qwt-qt4/buildlink3.mk 1.17 - x11/qwt6-qt4/Makefile 1.5 - x11/qwt6-qt4/buildlink3.mk 1.4 - x11/qwtplot3d-qt4/Makefile 1.15 - x11/qwtplot3d-qt4/buildlink3.mk 1.15 - x11/rep-gtk2/Makefile 1.22 - x11/rox-session/Makefile 1.31 - x11/ruby-gnome2-gtk/Makefile 1.36 - x11/ruby-gnome2-gtk/buildlink3.mk 1.21 - x11/ruby-gnome2-gtksourceview2/Makefile 1.25 - x11/ruby-gnome2-vte/Makefile 1.28 - x11/ruby-wxruby/Makefile 1.8 - x11/sakura/Makefile 1.10 - x11/startup-notification/Makefile 1.26 - x11/startup-notification010/Makefile 1.3 - x11/tint2/Makefile 1.19 - x11/vte/Makefile 1.92 - x11/vte/buildlink3.mk 1.33 - x11/vte029/Makefile 1.4 - x11/vte029/buildlink3.mk 1.4 - x11/wxGTK24/Makefile 1.22 - x11/wxGTK24/buildlink3.mk 1.25 - x11/wxGTK26-contrib/Makefile 1.15 - x11/wxGTK26-contrib/buildlink3.mk 1.18 - x11/wxGTK26/Makefile 1.18 - x11/wxGTK26/buildlink3.mk 1.17 - x11/wxGTK28-contrib/Makefile 1.18 - x11/wxGTK28-contrib/buildlink3.mk 1.18 - x11/wxGTK28/Makefile 1.26 - x11/wxGTK28/buildlink3.mk 1.19 - x11/wxhaskell/Makefile 1.38 - x11/x11vnc/Makefile 1.43 - x11/xcb-util-image/Makefile 1.2 - x11/xcb-util-keysyms/Makefile 1.2 - x11/xcb-util-renderutil/Makefile 1.2 - x11/xcb-util-wm/Makefile 1.2 - x11/xcb-util/Makefile 1.9 - x11/xcb-util036/Makefile 1.2 - x11/xdialog/Makefile 1.34 - x11/xfce4-clipman-plugin/Makefile 1.27 - x11/xfce4-clipman-plugin/buildlink3.mk 1.31 - x11/xfce4-desktop/Makefile 1.48 - x11/xfce4-exo/Makefile 1.23 - x11/xfce4-exo/buildlink3.mk 1.18 - x11/xfce4-eyes-plugin/Makefile 1.15 - x11/xfce4-eyes-plugin/buildlink3.mk 1.17 - x11/xfce4-gtk2-engine/Makefile 1.24 - x11/xfce4-notes-plugin/Makefile 1.29 - x11/xfce4-notes-plugin/buildlink3.mk 1.33 - x11/xfce4-panel/Makefile 1.51 - x11/xfce4-panel/buildlink3.mk 1.38 - x11/xfce4-places-plugin/Makefile 1.18 - x11/xfce4-places-plugin/buildlink3.mk 1.20 - x11/xfce4-screenshooter-plugin/Makefile 1.15 - x11/xfce4-screenshooter-plugin/buildlink3.mk 1.17 - x11/xfce4-session/Makefile 1.39 - x11/xfce4-session/buildlink3.mk 1.34 - x11/xfce4-settings/Makefile 1.18 - x11/xfce4-terminal/Makefile 1.25 - x11/xfce4-utils/Makefile 1.46 - x11/xlockmore/Makefile 1.98 - x11/xlsclients/Makefile 1.8 - x11/xpad/Makefile 1.41 - x11/xplanet/Makefile 1.59 - x11/xscreensaver-demo/Makefile 1.47 - x11/xvidcap-gtk2/Makefile 1.23 - x11/xwininfo/Makefile 1.8 - x11/zenity/Makefile 1.71 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Tue Oct 2 07:39:30 UTC 2012 Modified Files: pkgsrc/graphics/cairo: Makefile buildlink3.mk options.mk Log Message: The "cairo" package needs at least version 1.6 of the "libxcb" library. Set the minimum version accordingly. The package now uses "libxcb" from "pkgsrc" under Mac OS X Snow Leopard which fixes the build. Bump package revision because of the dependence change. To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 pkgsrc/graphics/cairo/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/graphics/cairo/buildlink3.mk cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/cairo/options.mk ------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Tue Oct 2 12:09:42 UTC 2012 Modified Files: pkgsrc/graphics/cairo: buildlink3.mk options.mk pkgsrc/multimedia/vlc: Makefile pkgsrc/multimedia/vlc10: Makefile pkgsrc/multimedia/vlc2: Makefile pkgsrc/multimedia/xine-lib: Makefile pkgsrc/pkgtools/x11-links: Makefile pkgsrc/x11/libX11: Makefile pkgsrc/x11/libxcb: buildlink3.mk pkgsrc/x11/startup-notification: Makefile pkgsrc/x11/startup-notification010: Makefile pkgsrc/x11/xcb-util: Makefile pkgsrc/x11/xcb-util-image: Makefile pkgsrc/x11/xcb-util-keysyms: Makefile pkgsrc/x11/xcb-util-renderutil: Makefile pkgsrc/x11/xcb-util-wm: Makefile pkgsrc/x11/xcb-util036: Makefile pkgsrc/x11/xlsclients: Makefile pkgsrc/x11/xwininfo: Makefile Log Message: Increase the minium required version of the "x11/libxcb" package to 1.6. There are at least two packages ("graphics/cairo" and "x11/xlsclients") which require this. And we definitely want to avoid the situation where both the based and "pkgsrc" version get used at the same time. Bump all the packages which use the "x11/libxcb" package except the two which already require version 1.6. For those package remove the manually set minimum required version. Change discussed with Thomas Klausner in private e-mail. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/graphics/cairo/buildlink3.mk cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/cairo/options.mk cvs rdiff -u -r1.139 -r1.140 pkgsrc/multimedia/vlc/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/multimedia/vlc10/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/multimedia/vlc2/Makefile cvs rdiff -u -r1.105 -r1.106 pkgsrc/multimedia/xine-lib/Makefile cvs rdiff -u -r1.134 -r1.135 pkgsrc/pkgtools/x11-links/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/libX11/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/libxcb/buildlink3.mk cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/startup-notification/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/startup-notification010/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/xcb-util/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xcb-util-image/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xcb-util-keysyms/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xcb-util-renderutil/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xcb-util-wm/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xcb-util036/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xlsclients/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xwininfo/Makefile ------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Tue Oct 2 12:17:10 UTC 2012 Modified Files: pkgsrc/pkgtools/x11-links: Makefile buildlink3.mk Log Message: Increase version number to 0.71 instead of bumping the revision. Also increase the minimum required version to 0.71. To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136 pkgsrc/pkgtools/x11-links/Makefile cvs rdiff -u -r1.43 -r1.44 pkgsrc/pkgtools/x11-links/buildlink3.mk ------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Tue Oct 2 17:12:24 UTC 2012 Modified Files: pkgsrc/archivers/ark: Makefile pkgsrc/archivers/file-roller: Makefile pkgsrc/audio/albumplayer: Makefile pkgsrc/audio/amarok: Makefile pkgsrc/audio/amarok-kde3: Makefile pkgsrc/audio/ario: Makefile pkgsrc/audio/audacious: Makefile buildlink3.mk pkgsrc/audio/audacious-plugins: Makefile pkgsrc/audio/audacity: Makefile pkgsrc/audio/aumix-gtk: Makefile pkgsrc/audio/bmp: Makefile buildlink3.mk pkgsrc/audio/bmp-esound: Makefile pkgsrc/audio/bmp-flac: Makefile pkgsrc/audio/bmp-mac: Makefile pkgsrc/audio/bmp-musepack: Makefile pkgsrc/audio/bmp-pulse: Makefile pkgsrc/audio/bmp-scrobbler: Makefile pkgsrc/audio/bmpx: Makefile pkgsrc/audio/bsl: Makefile pkgsrc/audio/buzztard: Makefile pkgsrc/audio/easytag: Makefile pkgsrc/audio/exaile: Makefile pkgsrc/audio/gbemol: Makefile pkgsrc/audio/gimmix: Makefile pkgsrc/audio/gkrellm-volume: Makefile pkgsrc/audio/glurp: Makefile pkgsrc/audio/gmp3info: Makefile pkgsrc/audio/gmpc: Makefile buildlink3.mk pkgsrc/audio/gmpc-albumview: Makefile pkgsrc/audio/gmpc-lastfm: Makefile pkgsrc/audio/gmpc-lyrics: Makefile pkgsrc/audio/gmpc-lyricwiki: Makefile pkgsrc/audio/gmpc-magnatune: Makefile pkgsrc/audio/gmpc-mdcover: Makefile pkgsrc/audio/gmpc-tagedit: Makefile pkgsrc/audio/gnome-vfs-cdda: Makefile pkgsrc/audio/gqmpeg-devel: Makefile pkgsrc/audio/gtick: Makefile pkgsrc/audio/gtkpod: Makefile pkgsrc/audio/hydrogen: Makefile pkgsrc/audio/jack-rack: Makefile pkgsrc/audio/libcanberra: Makefile buildlink3.mk pkgsrc/audio/libgpod: Makefile buildlink3.mk pkgsrc/audio/liblastfm: Makefile buildlink3.mk pkgsrc/audio/libvisual-bmp: Makefile pkgsrc/audio/libvisual-plugins: Makefile pkgsrc/audio/libvisual0.2-plugins: Makefile pkgsrc/audio/liteamp: Makefile pkgsrc/audio/mp3diags: Makefile pkgsrc/audio/mp3splt-gtk: Makefile pkgsrc/audio/muse: Makefile pkgsrc/audio/padevchooser: Makefile pkgsrc/audio/paman: Makefile pkgsrc/audio/paprefs: Makefile pkgsrc/audio/pavucontrol: Makefile pkgsrc/audio/pavumeter: Makefile pkgsrc/audio/pulseaudio: Makefile pkgsrc/audio/py-musique: Makefile pkgsrc/audio/qjackctl: Makefile pkgsrc/audio/rhythmbox: Makefile pkgsrc/audio/sfxr: Makefile pkgsrc/audio/snd: Makefile pkgsrc/audio/solfege: Makefile pkgsrc/audio/sonata: Makefile pkgsrc/audio/sound-juicer: Makefile pkgsrc/audio/streamtuner: Makefile buildlink3.mk pkgsrc/audio/sweep: Makefile pkgsrc/audio/terminatorx: Makefile pkgsrc/audio/timidity: Makefile pkgsrc/audio/xfce4-mixer: Makefile pkgsrc/audio/xfce4-xmms-plugin: Makefile buildlink3.mk pkgsrc/biology/chemtool: Makefile pkgsrc/biology/gnome-chemistry-utils: Makefile pkgsrc/biology/openbabel: Makefile pkgsrc/cad/boolean: Makefile pkgsrc/cad/geda: Makefile pkgsrc/cad/gerbv: Makefile pkgsrc/cad/gsmc: Makefile pkgsrc/cad/gtk2-wcalc: Makefile pkgsrc/cad/gtkwave: Makefile pkgsrc/cad/gwave: Makefile pkgsrc/cad/librecad: Makefile pkgsrc/cad/openscad: Makefile pkgsrc/cad/pcb: Makefile pkgsrc/cad/transcalc: Makefile pkgsrc/chat/empathy: Makefile buildlink3.mk pkgsrc/chat/finch: Makefile pkgsrc/chat/gajim: Makefile pkgsrc/chat/gg2: Makefile pkgsrc/chat/gnomeicu: Makefile pkgsrc/chat/gossip: Makefile pkgsrc/chat/konversation: Makefile pkgsrc/chat/libpurple: Makefile buildlink3.mk pkgsrc/chat/msn-pecan: Makefile pkgsrc/chat/pidgin: Makefile buildlink3.mk pkgsrc/chat/pidgin-facebookchat: Makefile pkgsrc/chat/pidgin-icb: Makefile pkgsrc/chat/pidgin-latex: Makefile pkgsrc/chat/pidgin-libnotify: Makefile pkgsrc/chat/pidgin-otr: Makefile pkgsrc/chat/pidgin-sametime: Makefile pkgsrc/chat/pidgin-silc: Makefile pkgsrc/chat/psi: Makefile pkgsrc/chat/spectrum: Makefile pkgsrc/chat/telepathy-farsight: Makefile buildlink3.mk pkgsrc/chat/telepathy-mission-control: Makefile buildlink3.mk pkgsrc/chat/xchat: Makefile pkgsrc/chat/xchat-systray-integration: Makefile pkgsrc/comms/asterisk10: Makefile pkgsrc/comms/asterisk18: Makefile pkgsrc/comms/efax-gtk: Makefile pkgsrc/comms/gnome-pilot: Makefile buildlink3.mk pkgsrc/comms/jpilot: Makefile buildlink3.mk pkgsrc/comms/jpilot-syncmal: Makefile pkgsrc/comms/multisync-gui: Makefile pkgsrc/converters/tex2rtf: Makefile pkgsrc/databases/gourmet: Makefile pkgsrc/databases/gq: Makefile pkgsrc/databases/gramps: Makefile pkgsrc/databases/gramps2: Makefile pkgsrc/databases/gramps3: Makefile pkgsrc/databases/gtkdbfeditor: Makefile pkgsrc/databases/libgnomedb: Makefile buildlink3.mk pkgsrc/databases/mergeant: Makefile pkgsrc/databases/mysql-workbench: Makefile pkgsrc/databases/p5-RRD-Simple: Makefile pkgsrc/databases/pgadmin3: Makefile pkgsrc/databases/rrdtool: Makefile buildlink3.mk pkgsrc/databases/ruby-rrdtool: Makefile pkgsrc/devel/GConf-ui: Makefile buildlink3.mk pkgsrc/devel/SDL_Pango: Makefile buildlink3.mk pkgsrc/devel/anjuta: Makefile pkgsrc/devel/at-spi: Makefile buildlink3.mk pkgsrc/devel/automoc4: Makefile pkgsrc/devel/blib: Makefile buildlink3.mk pkgsrc/devel/boa-constructor: Makefile pkgsrc/devel/coconut: Makefile pkgsrc/devel/compizconfig-backend-gconf: Makefile pkgsrc/devel/cppcheck: Makefile pkgsrc/devel/cutter: Makefile pkgsrc/devel/dconf-editor: Makefile pkgsrc/devel/devhelp: Makefile buildlink3.mk pkgsrc/devel/distccmon-gnome: Makefile pkgsrc/devel/distccmon-gtk: Makefile pkgsrc/devel/eric4: Makefile pkgsrc/devel/ethos: Makefile buildlink3.mk pkgsrc/devel/frama-c: Makefile pkgsrc/devel/gconfmm: Makefile buildlink3.mk pkgsrc/devel/gdl: Makefile buildlink3.mk pkgsrc/devel/geany: Makefile pkgsrc/devel/glade: Makefile pkgsrc/devel/glade3: Makefile buildlink3.mk pkgsrc/devel/gmtk: Makefile buildlink3.mk pkgsrc/devel/gnome-build: Makefile buildlink3.mk pkgsrc/devel/gobject-introspection: Makefile pkgsrc/devel/gps: Makefile pkgsrc/devel/gst-plugins0.10-pango: Makefile pkgsrc/devel/guile-gnome: Makefile pkgsrc/devel/kdesdk4: Makefile pkgsrc/devel/kdevelop4: Makefile pkgsrc/devel/kdevplatform: Makefile pkgsrc/devel/kdiff3: Makefile pkgsrc/devel/libbonoboui: Makefile buildlink3.mk pkgsrc/devel/libcompizconfig: Makefile pkgsrc/devel/libdbusmenu-qt: Makefile buildlink3.mk pkgsrc/devel/libextractor: Makefile pkgsrc/devel/libgail-gnome: Makefile buildlink3.mk pkgsrc/devel/libglade: Makefile buildlink3.mk pkgsrc/devel/libglademm: Makefile buildlink3.mk pkgsrc/devel/libgnome: Makefile buildlink3.mk pkgsrc/devel/libgnomemm: Makefile buildlink3.mk pkgsrc/devel/libgnomeui: Makefile buildlink3.mk pkgsrc/devel/libgnomeuimm: Makefile buildlink3.mk pkgsrc/devel/libgweather: Makefile buildlink3.mk pkgsrc/devel/libpeas: Makefile buildlink3.mk pkgsrc/devel/libsexy: Makefile buildlink3.mk pkgsrc/devel/libsexymm: Makefile buildlink3.mk pkgsrc/devel/libview: Makefile buildlink3.mk pkgsrc/devel/libwnck: Makefile buildlink3.mk pkgsrc/devel/mono-tools: Makefile pkgsrc/devel/monodevelop: Makefile buildlink3.mk pkgsrc/devel/monodevelop-database: Makefile pkgsrc/devel/monotone-viz: Makefile pkgsrc/devel/p5-Gnome2: Makefile pkgsrc/devel/p5-Gtk2-GladeXML: Makefile pkgsrc/devel/p5-Wx-Perl-DataWalker: Makefile pkgsrc/devel/p5-pango: Makefile buildlink3.mk pkgsrc/devel/pango: Makefile buildlink3.mk pkgsrc/devel/pangomm: Makefile buildlink3.mk pkgsrc/devel/py-compizconfig: Makefile pkgsrc/devel/py-gobject: Makefile pkgsrc/devel/py-gobject-shared: Makefile pkgsrc/devel/py-gobject3: Makefile pkgsrc/devel/qconf: Makefile pkgsrc/devel/qjson: Makefile pkgsrc/devel/qtscriptgenerator: Makefile buildlink3.mk pkgsrc/devel/rapidsvn: Makefile pkgsrc/devel/ruby-gnome2-pango: Makefile buildlink3.mk pkgsrc/devel/scintilla: Makefile buildlink3.mk pkgsrc/devel/swt: Makefile pkgsrc/devel/valide: Makefile pkgsrc/devel/xfce4-dev-tools: Makefile pkgsrc/devel/xfconf: Makefile pkgsrc/devel/xulrunner: Makefile buildlink3.mk pkgsrc/devel/xulrunner10: Makefile buildlink3.mk pkgsrc/devel/xulrunner192: Makefile buildlink3.mk pkgsrc/editors/Sigil: Makefile pkgsrc/editors/TeXmacs-devel: Makefile pkgsrc/editors/abiword: Makefile pkgsrc/editors/abiword-plugins: Makefile pkgsrc/editors/beaver: Makefile pkgsrc/editors/conglomerate: Makefile pkgsrc/editors/dasher: Makefile pkgsrc/editors/emacs: Makefile pkgsrc/editors/emacs-snapshot: Makefile pkgsrc/editors/emacs22: Makefile pkgsrc/editors/emacs24: Makefile pkgsrc/editors/gconf-editor: Makefile pkgsrc/editors/gedit: Makefile buildlink3.mk pkgsrc/editors/gedit-python: Makefile pkgsrc/editors/gedit3: Makefile pkgsrc/editors/gedit3-spell: Makefile pkgsrc/editors/ghex: Makefile pkgsrc/editors/gice: Makefile pkgsrc/editors/gobby: Makefile pkgsrc/editors/gtranslator: Makefile pkgsrc/editors/gummi: Makefile pkgsrc/editors/kate: Makefile pkgsrc/editors/kile: Makefile pkgsrc/editors/leafpad: Makefile pkgsrc/editors/lyx: Makefile pkgsrc/editors/medit: Makefile pkgsrc/editors/mlview: Makefile pkgsrc/editors/notecase: Makefile pkgsrc/editors/p5-Padre: Makefile pkgsrc/editors/p5-Wx-Scintilla: Makefile pkgsrc/editors/poedit: Makefile pkgsrc/editors/qgoogletranslator: Makefile pkgsrc/editors/scite: Makefile pkgsrc/editors/tea: Makefile pkgsrc/editors/texmaker: Makefile pkgsrc/editors/texworks: Makefile pkgsrc/editors/tomboy: Makefile pkgsrc/editors/vim-gtk2: Makefile pkgsrc/editors/xfce4-mousepad: Makefile pkgsrc/editors/xournal: Makefile pkgsrc/emulators/blinkensim: Makefile pkgsrc/emulators/bochs: Makefile pkgsrc/emulators/e-uae: Makefile pkgsrc/emulators/fuse: Makefile pkgsrc/emulators/gambatte: Makefile pkgsrc/emulators/gens: Makefile pkgsrc/emulators/gpsim: Makefile pkgsrc/emulators/gpsim-devel: Makefile buildlink3.mk pkgsrc/emulators/gpsim-oscilloscope: Makefile pkgsrc/emulators/gpsim-ptyusart: Makefile pkgsrc/emulators/mame: Makefile pkgsrc/emulators/mess: Makefile pkgsrc/emulators/nestopia: Makefile pkgsrc/emulators/snes9x-gtk: Makefile pkgsrc/emulators/tme: Makefile pkgsrc/emulators/uae: Makefile pkgsrc/emulators/vice: Makefile pkgsrc/emulators/xnp2: Makefile pkgsrc/emulators/yabause: Makefile pkgsrc/filesystems/fuse-pod: Makefile pkgsrc/finance/gkrellm-stock: Makefile pkgsrc/finance/gnucash: Makefile pkgsrc/fonts/fntsample: Makefile pkgsrc/fonts/fontforge: Makefile pkgsrc/fonts/gbdfed: Makefile pkgsrc/fonts/gucharmap: Makefile buildlink3.mk pkgsrc/games/atomix: Makefile pkgsrc/games/blinken: Makefile pkgsrc/games/bluemoon: Makefile pkgsrc/games/ccgo: Makefile pkgsrc/games/crack-attack: Makefile pkgsrc/games/crossfire-client-gtk2: Makefile pkgsrc/games/dopewars: Makefile pkgsrc/games/eboard: Makefile pkgsrc/games/flightgear: Makefile pkgsrc/games/freeciv-client: Makefile pkgsrc/games/frozen-bubble: Makefile pkgsrc/games/gamazons: Makefile pkgsrc/games/gbrainy: Makefile pkgsrc/games/gcompris: Makefile pkgsrc/games/genecys-client: Makefile pkgsrc/games/gnome-games: Makefile pkgsrc/games/gnome-mastermind: Makefile pkgsrc/games/grhino: Makefile pkgsrc/games/gtetrinet: Makefile pkgsrc/games/gtkballs: Makefile pkgsrc/games/gtklevel9: Makefile pkgsrc/games/gtkmagnetic: Makefile pkgsrc/games/gturing: Makefile pkgsrc/games/holtz: Makefile pkgsrc/games/kanagram: Makefile pkgsrc/games/kanatest: Makefile pkgsrc/games/kdegames4: Makefile pkgsrc/games/kdetoys4: Makefile pkgsrc/games/khangman: Makefile pkgsrc/games/kye: Makefile pkgsrc/games/pioneers: Makefile pkgsrc/games/pokerth: Makefile pkgsrc/games/puzzles: Makefile pkgsrc/games/pytraffic: Makefile pkgsrc/games/quarry: Makefile pkgsrc/games/rftg: Makefile pkgsrc/games/scummvm-tools: Makefile pkgsrc/games/simgear: Makefile pkgsrc/games/sirius: Makefile pkgsrc/games/teg: Makefile pkgsrc/games/wesnoth: Makefile pkgsrc/games/wxhugo: Makefile pkgsrc/games/xcowsay: Makefile pkgsrc/geography/emerillon: Makefile pkgsrc/geography/geoclue: Makefile pkgsrc/geography/libchamplain04: Makefile buildlink3.mk pkgsrc/geography/libchamplain06: Makefile buildlink3.mk pkgsrc/geography/libchamplain08: Makefile buildlink3.mk pkgsrc/geography/mapserver: Makefile pkgsrc/geography/merkaartor: Makefile pkgsrc/geography/qgis: Makefile pkgsrc/geography/qlandkartegt: Makefile pkgsrc/geography/qlandkartem: Makefile pkgsrc/geography/viking: Makefile pkgsrc/graphics/aqsis: Makefile pkgsrc/graphics/blinkenthemes: Makefile pkgsrc/graphics/blinkentools: Makefile pkgsrc/graphics/cairo: Makefile buildlink3.mk pkgsrc/graphics/cairo-gobject: Makefile buildlink3.mk pkgsrc/graphics/cairomm: Makefile buildlink3.mk pkgsrc/graphics/camlimages: Makefile pkgsrc/graphics/cheese: Makefile pkgsrc/graphics/cinepaint: Makefile pkgsrc/graphics/clutter: Makefile buildlink3.mk pkgsrc/graphics/clutter-box2d: Makefile pkgsrc/graphics/clutter-cairo: Makefile buildlink3.mk pkgsrc/graphics/clutter-gtk: Makefile buildlink3.mk pkgsrc/graphics/clutter-mx: Makefile buildlink3.mk pkgsrc/graphics/clutter-qt: Makefile pkgsrc/graphics/clutter08: Makefile buildlink3.mk pkgsrc/graphics/clutter08-gtk: Makefile buildlink3.mk pkgsrc/graphics/comix: Makefile pkgsrc/graphics/darktable: Makefile pkgsrc/graphics/denemo: Makefile pkgsrc/graphics/dia: Makefile pkgsrc/graphics/dia-python: Makefile pkgsrc/graphics/digikam: Makefile pkgsrc/graphics/djview4: Makefile pkgsrc/graphics/eog: Makefile buildlink3.mk pkgsrc/graphics/eog-plugins: Makefile pkgsrc/graphics/eog-plugins-map: Makefile pkgsrc/graphics/eog3: Makefile pkgsrc/graphics/evas-svg: Makefile pkgsrc/graphics/extrema: Makefile pkgsrc/graphics/f-spot: Makefile pkgsrc/graphics/fotoxx: Makefile pkgsrc/graphics/frameworks: Makefile pkgsrc/graphics/geeqie: Makefile pkgsrc/graphics/gegl: Makefile buildlink3.mk pkgsrc/graphics/gfract: Makefile pkgsrc/graphics/gimmage: Makefile pkgsrc/graphics/gimp: Makefile buildlink3.mk pkgsrc/graphics/gimp-color-manager: Makefile pkgsrc/graphics/gimp-exif-browser: Makefile pkgsrc/graphics/gimp-fix-ca: Makefile pkgsrc/graphics/gimp-liquid-rescale: Makefile pkgsrc/graphics/gimp-rawphoto: Makefile pkgsrc/graphics/gimp-refocus-it: Makefile pkgsrc/graphics/gimp-resynthesizer: Makefile pkgsrc/graphics/gimp-ufraw: Makefile pkgsrc/graphics/gimp2-wideangle: Makefile pkgsrc/graphics/giram: Makefile pkgsrc/graphics/gliv: Makefile pkgsrc/graphics/gmngview: Makefile pkgsrc/graphics/gnome-icon-theme: Makefile pkgsrc/graphics/gnuplot: Makefile pkgsrc/graphics/goocanvas: Makefile buildlink3.mk pkgsrc/graphics/goocanvasmm: Makefile pkgsrc/graphics/gpicview: Makefile pkgsrc/graphics/gqview: Makefile pkgsrc/graphics/gqview-devel: Makefile pkgsrc/graphics/graphviz: Makefile pkgsrc/graphics/gst-plugins0.10-cairo: Makefile pkgsrc/graphics/gthumb: Makefile pkgsrc/graphics/gthumb3: Makefile pkgsrc/graphics/gtkam: Makefile pkgsrc/graphics/gtkglext: Makefile buildlink3.mk pkgsrc/graphics/gtkimageview: Makefile pkgsrc/graphics/guile-cairo: Makefile pkgsrc/graphics/gwenview: Makefile pkgsrc/graphics/hugin: Makefile pkgsrc/graphics/inkscape: Makefile pkgsrc/graphics/kamera: Makefile pkgsrc/graphics/kcolorchooser: Makefile pkgsrc/graphics/kdegraphics-mobipocket: Makefile pkgsrc/graphics/kdegraphics-strigi-analyzer: Makefile pkgsrc/graphics/kdegraphics-thumbnailers: Makefile pkgsrc/graphics/kgamma: Makefile pkgsrc/graphics/kipi-plugins: Makefile pkgsrc/graphics/kipi-plugins-calendar-kde3: Makefile pkgsrc/graphics/kipi-plugins-kde3: Makefile pkgsrc/graphics/kolourpaint: Makefile pkgsrc/graphics/koverartist: Makefile pkgsrc/graphics/kruler: Makefile pkgsrc/graphics/ksaneplugin: Makefile pkgsrc/graphics/ksnapshot: Makefile pkgsrc/graphics/libexif-gtk: Makefile buildlink3.mk pkgsrc/graphics/libgdiplus: Makefile buildlink3.mk pkgsrc/graphics/libgnomecanvas: Makefile buildlink3.mk pkgsrc/graphics/libgnomecanvasmm: Makefile buildlink3.mk pkgsrc/graphics/libkdcraw: Makefile buildlink3.mk pkgsrc/graphics/libkexiv2: Makefile pkgsrc/graphics/libkface: Makefile buildlink3.mk pkgsrc/graphics/libkipi: Makefile buildlink3.mk pkgsrc/graphics/libksane: Makefile buildlink3.mk pkgsrc/graphics/librsvg: Makefile buildlink3.mk pkgsrc/graphics/libscigraphica: Makefile buildlink3.mk pkgsrc/graphics/nvtv: Makefile pkgsrc/graphics/opencv: Makefile pkgsrc/graphics/osg: Makefile buildlink3.mk pkgsrc/graphics/p5-Gnome2-Canvas: Makefile buildlink3.mk pkgsrc/graphics/p5-cairo: Makefile buildlink3.mk pkgsrc/graphics/p5-clutter: Makefile pkgsrc/graphics/py-cairo: Makefile buildlink3.mk pkgsrc/graphics/py-clutter: Makefile buildlink3.mk pkgsrc/graphics/py-clutter-gtk: Makefile pkgsrc/graphics/py-goocanvas: Makefile pkgsrc/graphics/py-gtkglext: Makefile pkgsrc/graphics/py-matplotlib-gtk2: Makefile pkgsrc/graphics/qimageblitz: Makefile buildlink3.mk pkgsrc/graphics/qiv: Makefile pkgsrc/graphics/qiviewer: Makefile pkgsrc/graphics/ristretto: Makefile pkgsrc/graphics/ruby-clutter-cairo: Makefile pkgsrc/graphics/ruby-clutter-core: Makefile pkgsrc/graphics/ruby-clutter-gtk: Makefile pkgsrc/graphics/ruby-gnome2-goocanvas: Makefile pkgsrc/graphics/ruby-gnome2-rsvg: Makefile pkgsrc/graphics/ruby-rcairo: Makefile buildlink3.mk pkgsrc/graphics/sane-frontends: Makefile pkgsrc/graphics/scidavis: Makefile pkgsrc/graphics/scigraphica: Makefile pkgsrc/graphics/shotwell: Makefile pkgsrc/graphics/shotwell-gtk3: Makefile pkgsrc/graphics/svgpart: Makefile pkgsrc/graphics/tuxpaint: Makefile pkgsrc/graphics/ucview: Makefile pkgsrc/graphics/unicap: Makefile pkgsrc/graphics/veusz: Makefile pkgsrc/graphics/viewnior: Makefile pkgsrc/graphics/wxsvg: Makefile buildlink3.mk pkgsrc/graphics/xfce4-icon-theme: Makefile buildlink3.mk pkgsrc/graphics/xsane: Makefile pkgsrc/graphics/xzgv: Makefile pkgsrc/graphics/zphoto: Makefile pkgsrc/ham/gmfsk: Makefile pkgsrc/ham/gnuradio-examples: Makefile pkgsrc/ham/gnuradio-radio-astronomy: Makefile pkgsrc/ham/gnuradio-wxgui: Makefile buildlink3.mk pkgsrc/ham/gpredict: Makefile pkgsrc/ham/grig: Makefile pkgsrc/ham/xdx: Makefile pkgsrc/ham/xlog: Makefile pkgsrc/inputmethod/gcin: Makefile pkgsrc/inputmethod/gtk-im-libthai: Makefile pkgsrc/inputmethod/ibus: Makefile pkgsrc/inputmethod/ibus-chewing: Makefile pkgsrc/inputmethod/ibus-handwrite: Makefile pkgsrc/inputmethod/ibus-input-pad: Makefile pkgsrc/inputmethod/ibus-m17n: Makefile pkgsrc/inputmethod/ibus-qt: Makefile pkgsrc/inputmethod/ibus-skk: Makefile pkgsrc/inputmethod/ibus-t9: Makefile pkgsrc/inputmethod/ibus-unikey: Makefile pkgsrc/inputmethod/im-ja: Makefile pkgsrc/inputmethod/imhangul: Makefile pkgsrc/inputmethod/imhangul_status_applet: Makefile pkgsrc/inputmethod/input-pad: Makefile buildlink3.mk pkgsrc/inputmethod/kasumi: Makefile pkgsrc/inputmethod/kimera: Makefile pkgsrc/inputmethod/kimera-tomoe-gtk: Makefile pkgsrc/inputmethod/m17n-im-config: Makefile buildlink3.mk pkgsrc/inputmethod/nabi: Makefile pkgsrc/inputmethod/novel-pinyin: Makefile pkgsrc/inputmethod/py-input-pad: Makefile pkgsrc/inputmethod/scim: Makefile buildlink3.mk pkgsrc/inputmethod/scim-anthy: Makefile pkgsrc/inputmethod/scim-array: Makefile pkgsrc/inputmethod/scim-canna: Makefile pkgsrc/inputmethod/scim-ccinput: Makefile pkgsrc/inputmethod/scim-chewing: Makefile pkgsrc/inputmethod/scim-fcitx: Makefile pkgsrc/inputmethod/scim-hangul: Makefile pkgsrc/inputmethod/scim-input-pad: Makefile pkgsrc/inputmethod/scim-m17n: Makefile pkgsrc/inputmethod/scim-pinyin: Makefile pkgsrc/inputmethod/scim-prime: Makefile pkgsrc/inputmethod/scim-python: Makefile pkgsrc/inputmethod/scim-sinhala: Makefile pkgsrc/inputmethod/scim-skk: Makefile pkgsrc/inputmethod/scim-tables: Makefile pkgsrc/inputmethod/scim-thai: Makefile pkgsrc/inputmethod/scim-tomoe: Makefile pkgsrc/inputmethod/scim-uim: Makefile pkgsrc/inputmethod/scim-unikey: Makefile pkgsrc/inputmethod/tomoe-gtk: Makefile buildlink3.mk pkgsrc/inputmethod/uim: Makefile pkgsrc/inputmethod/uim-tomoe-gtk: Makefile pkgsrc/lang/basic256: Makefile pkgsrc/lang/classpath-gui: Makefile pkgsrc/lang/clisp: Makefile pkgsrc/lang/coq: Makefile pkgsrc/lang/kaffe-x11: Makefile pkgsrc/lang/racket: Makefile pkgsrc/lang/sablevm-classpath-gui: Makefile pkgsrc/lang/smalltalk: Makefile pkgsrc/lang/squeak-vm: Makefile pkgsrc/mail/akonadi: Makefile buildlink3.mk pkgsrc/mail/balsa: Makefile pkgsrc/mail/claws-mail: Makefile pkgsrc/mail/claws-mail-archive: Makefile pkgsrc/mail/claws-mail-attachwarner: Makefile pkgsrc/mail/claws-mail-attremover: Makefile pkgsrc/mail/claws-mail-cachesaver: Makefile pkgsrc/mail/claws-mail-dillo-viewer: Makefile pkgsrc/mail/claws-mail-fetchinfo: Makefile pkgsrc/mail/claws-mail-gtkhtml: Makefile pkgsrc/mail/claws-mail-mailmbox: Makefile pkgsrc/mail/claws-mail-newmail: Makefile pkgsrc/mail/claws-mail-notification: Makefile pkgsrc/mail/claws-mail-pgpcore: Makefile buildlink3.mk pkgsrc/mail/claws-mail-pgpinline: Makefile pkgsrc/mail/claws-mail-pgpmime: Makefile pkgsrc/mail/claws-mail-rssyl: Makefile pkgsrc/mail/claws-mail-smime: Makefile pkgsrc/mail/claws-mail-spamreport: Makefile pkgsrc/mail/claws-mail-synce: Makefile pkgsrc/mail/claws-mail-tnef: Makefile pkgsrc/mail/claws-mail-vcalendar: Makefile pkgsrc/mail/evolution: Makefile buildlink3.mk pkgsrc/mail/evolution-data-server: Makefile pkgsrc/mail/evolution-exchange: Makefile pkgsrc/mail/mail-notification: Makefile pkgsrc/mail/msmtp: Makefile pkgsrc/mail/netbiff: Makefile pkgsrc/mail/sylpheed: Makefile pkgsrc/mail/thunderbird: Makefile pkgsrc/mail/thunderbird10: Makefile pkgsrc/math/R: Makefile pkgsrc/math/analitza: Makefile buildlink3.mk pkgsrc/math/calcoo: Makefile pkgsrc/math/cantor: Makefile pkgsrc/math/cgal: Makefile buildlink3.mk pkgsrc/math/euler: Makefile pkgsrc/math/extcalc: Makefile pkgsrc/math/fityk: Makefile pkgsrc/math/galculator: Makefile pkgsrc/math/gcalctool: Makefile pkgsrc/math/gcalctool-gtk3: Makefile pkgsrc/math/genius: Makefile pkgsrc/math/gnumeric: Makefile pkgsrc/math/gnumeric110: Makefile pkgsrc/math/grpn: Makefile pkgsrc/math/gtklife: Makefile pkgsrc/math/kalgebra: Makefile pkgsrc/math/kcalc: Makefile pkgsrc/math/pspp: Makefile pkgsrc/math/qalculate-bases: Makefile pkgsrc/math/qalculate-currency: Makefile pkgsrc/math/qalculate-gtk: Makefile pkgsrc/math/qalculate-units: Makefile pkgsrc/math/speedcrunch: Makefile pkgsrc/math/wxMaxima: Makefile pkgsrc/meta-pkgs/xfce4: Makefile buildlink3.mk pkgsrc/meta-pkgs/xfce4-extras: Makefile pkgsrc/misc/attica: Makefile buildlink3.mk pkgsrc/misc/blccc: Makefile pkgsrc/misc/calibre: Makefile pkgsrc/misc/celestia: Makefile pkgsrc/misc/deskbar-applet: Makefile pkgsrc/misc/fbreader: Makefile pkgsrc/misc/gelemental: Makefile pkgsrc/misc/gkrellm-flynn: Makefile pkgsrc/misc/gkrellm-launch: Makefile pkgsrc/misc/gkrellm-leds: Makefile pkgsrc/misc/gkrellm-moon: Makefile pkgsrc/misc/gkrellm-weather: Makefile pkgsrc/misc/gnome-utils: Makefile pkgsrc/misc/goffice0.6: Makefile buildlink3.mk pkgsrc/misc/goffice0.8: Makefile buildlink3.mk pkgsrc/misc/gok: Makefile pkgsrc/misc/gperiodic: Makefile pkgsrc/misc/gwaei: Makefile pkgsrc/misc/kaccessible: Makefile pkgsrc/misc/kalzium: Makefile pkgsrc/misc/kanjipad: Makefile pkgsrc/misc/kbruch: Makefile pkgsrc/misc/kcharselect: Makefile pkgsrc/misc/kchmviewer: Makefile pkgsrc/misc/kde-wallpapers4: Makefile pkgsrc/misc/kdeadmin4: Makefile pkgsrc/misc/kdeartwork4: Makefile pkgsrc/misc/kdepim-runtime4: Makefile pkgsrc/misc/kdepim4: Makefile pkgsrc/misc/kdepimlibs4: Makefile buildlink3.mk pkgsrc/misc/kdeplasma-addons4: Makefile pkgsrc/misc/kgeography: Makefile pkgsrc/misc/kig: Makefile pkgsrc/misc/kiten: Makefile pkgsrc/misc/klettres: Makefile pkgsrc/misc/kmag: Makefile pkgsrc/misc/kmousetool: Makefile pkgsrc/misc/kmouth: Makefile pkgsrc/misc/kremotecontrol: Makefile pkgsrc/misc/kstars: Makefile pkgsrc/misc/ktouch: Makefile pkgsrc/misc/kturtle: Makefile pkgsrc/misc/kwordquiz: Makefile pkgsrc/misc/libkdeedu: Makefile buildlink3.mk pkgsrc/misc/libkgeomap: Makefile buildlink3.mk pkgsrc/misc/libkvkontakte: Makefile buildlink3.mk pkgsrc/misc/libreoffice: Makefile pkgsrc/misc/marble: Makefile buildlink3.mk pkgsrc/misc/mousetweaks: Makefile pkgsrc/misc/openoffice3: Makefile pkgsrc/misc/parley: Makefile pkgsrc/misc/rocs: Makefile pkgsrc/misc/stellarium: Makefile pkgsrc/misc/step: Makefile pkgsrc/misc/superkaramba: Makefile pkgsrc/misc/sweeper: Makefile pkgsrc/misc/tellico: Makefile pkgsrc/misc/usbprog: Makefile pkgsrc/misc/vym: Makefile pkgsrc/misc/xchm: Makefile pkgsrc/misc/xfce4-weather-plugin: Makefile buildlink3.mk pkgsrc/misc/yelp: Makefile pkgsrc/misc/yelp3: Makefile pkgsrc/misc/zyGrib: Makefile pkgsrc/multimedia/avidemux: Makefile pkgsrc/multimedia/clutter-gst: Makefile buildlink3.mk pkgsrc/multimedia/clutter08-gst: Makefile buildlink3.mk pkgsrc/multimedia/dvdstyler: Makefile pkgsrc/multimedia/farsight2: Makefile buildlink3.mk pkgsrc/multimedia/gecko-mediaplayer: Makefile pkgsrc/multimedia/gmencoder: Makefile pkgsrc/multimedia/gmplayer: Makefile pkgsrc/multimedia/gnash: Makefile pkgsrc/multimedia/gnome-media: Makefile buildlink3.mk pkgsrc/multimedia/gnome-mplayer: Makefile pkgsrc/multimedia/gopchop: Makefile pkgsrc/multimedia/gst123: Makefile pkgsrc/multimedia/gxine: Makefile pkgsrc/multimedia/handbrake: Makefile pkgsrc/multimedia/hwdecode-demos: Makefile pkgsrc/multimedia/kdemultimedia4: Makefile pkgsrc/multimedia/kdenlive: Makefile pkgsrc/multimedia/kmplayer: Makefile pkgsrc/multimedia/kmplayer-kde3: Makefile pkgsrc/multimedia/mkvtoolnix: Makefile pkgsrc/multimedia/mkvtoolnix-old: Makefile pkgsrc/multimedia/mlt: Makefile pkgsrc/multimedia/mplayer-plugin: Makefile pkgsrc/multimedia/ogle_gui: Makefile pkgsrc/multimedia/phonon: Makefile buildlink3.mk pkgsrc/multimedia/phonon-backend-gstreamer: Makefile pkgsrc/multimedia/pitivi: Makefile pkgsrc/multimedia/pspvc: Makefile pkgsrc/multimedia/py-clutter-gst: Makefile pkgsrc/multimedia/ruby-clutter-gst: Makefile pkgsrc/multimedia/subtitleeditor: Makefile pkgsrc/multimedia/swfdec: Makefile buildlink3.mk pkgsrc/multimedia/swfdec-gnome: Makefile pkgsrc/multimedia/swfdec-mozilla: Makefile pkgsrc/multimedia/totem: Makefile buildlink3.mk pkgsrc/multimedia/totem-browser-plugin: Makefile pkgsrc/multimedia/totem-nautilus: Makefile pkgsrc/multimedia/totem-pl-parser: Makefile buildlink3.mk pkgsrc/multimedia/vlc: Makefile pkgsrc/multimedia/vlc08: Makefile pkgsrc/multimedia/vlc10: Makefile pkgsrc/multimedia/vlc2: Makefile pkgsrc/multimedia/xfce4-mpc-plugin: Makefile buildlink3.mk pkgsrc/multimedia/xfmedia: Makefile pkgsrc/multimedia/xvid4conf: Makefile pkgsrc/net/Transmission-gui: Makefile pkgsrc/net/amule: Makefile pkgsrc/net/avahi: Makefile buildlink3.mk pkgsrc/net/bug-buddy: Makefile pkgsrc/net/cacti: Makefile pkgsrc/net/choqok: Makefile pkgsrc/net/dc_gui2: Makefile pkgsrc/net/dcsharp: Makefile pkgsrc/net/dhcpcd-gtk: Makefile pkgsrc/net/ed2k-gtk-gui: Makefile pkgsrc/net/ekiga: Makefile pkgsrc/net/etherape: Makefile pkgsrc/net/ettercap: Makefile pkgsrc/net/filezilla: Makefile pkgsrc/net/gitso: Makefile pkgsrc/net/gkrellm-multiping: Makefile pkgsrc/net/gkrellm-snmp: Makefile pkgsrc/net/gkrellm-wireless: Makefile pkgsrc/net/gnome-netstatus: Makefile pkgsrc/net/gnome-nettool: Makefile pkgsrc/net/gnome-vfs-smb: Makefile pkgsrc/net/gssdp: Makefile pkgsrc/net/gtk-gnutella: Makefile pkgsrc/net/gtk-vnc: Makefile buildlink3.mk pkgsrc/net/gupnp-tools: Makefile pkgsrc/net/jigdo: Makefile pkgsrc/net/kdenetwork4: Makefile pkgsrc/net/kmldonkey: Makefile pkgsrc/net/ktorrent: Makefile pkgsrc/net/libdmapsharing: Makefile pkgsrc/net/libktorrent: Makefile buildlink3.mk pkgsrc/net/logjam: Makefile pkgsrc/net/mbrowse: Makefile pkgsrc/net/mldonkey-gui: Makefile pkgsrc/net/monsoon: Makefile pkgsrc/net/mtr: Makefile pkgsrc/net/nagstamon: Makefile pkgsrc/net/nfdump: Makefile pkgsrc/net/nmap: Makefile pkgsrc/net/ntop: Makefile pkgsrc/net/remmina: Makefile pkgsrc/net/remmina-plugins: Makefile pkgsrc/net/tsclient: Makefile pkgsrc/net/twitux: Makefile pkgsrc/net/unison: Makefile pkgsrc/net/unison2.32: Makefile pkgsrc/net/urlgfe: Makefile pkgsrc/net/vinagre: Makefile pkgsrc/net/vino: Makefile pkgsrc/net/wireshark: Makefile pkgsrc/net/wistumbler2-gtk: Makefile pkgsrc/net/xfce4-wavelan-plugin: Makefile buildlink3.mk pkgsrc/net/xymon: Makefile pkgsrc/news/pan: Makefile pkgsrc/parallel/ganglia-monitor-core: Makefile pkgsrc/parallel/hwloc: Makefile pkgsrc/pkgtools/gnome-packagekit: Makefile pkgsrc/pkgtools/packagekit: Makefile pkgsrc/print/abcm2ps: Makefile pkgsrc/print/advi: Makefile pkgsrc/print/diffpdf: Makefile pkgsrc/print/epdfview: Makefile pkgsrc/print/evince: Makefile buildlink3.mk pkgsrc/print/evince-nautilus: Makefile pkgsrc/print/evince3: Makefile buildlink3.mk pkgsrc/print/glabels: Makefile pkgsrc/print/gtklp: Makefile pkgsrc/print/gutenprint-lib: Makefile pkgsrc/print/hplip: Makefile pkgsrc/print/imposter: Makefile pkgsrc/print/kbibtex: Makefile pkgsrc/print/libgnomeprint: Makefile buildlink3.mk pkgsrc/print/libgnomeprintui: Makefile buildlink3.mk pkgsrc/print/libgxps: Makefile buildlink3.mk pkgsrc/print/lilypond: Makefile pkgsrc/print/okular: Makefile pkgsrc/print/paps: Makefile pkgsrc/print/poppler-glib: Makefile buildlink3.mk pkgsrc/print/poppler-qt4: Makefile pkgsrc/print/printer-applet: Makefile pkgsrc/print/ruby-gnome2-poppler: Makefile pkgsrc/print/scribus: Makefile pkgsrc/print/scribus-qt4: Makefile pkgsrc/print/xfce4-print: Makefile buildlink3.mk pkgsrc/security/MyPasswordSafe: Makefile pkgsrc/security/fprint-demo: Makefile pkgsrc/security/fwbuilder: Makefile pkgsrc/security/gnome-keyring: Makefile buildlink3.mk pkgsrc/security/gnome-keyring-manager: Makefile pkgsrc/security/gpa: Makefile pkgsrc/security/gpass: Makefile pkgsrc/security/honeyd: Makefile pkgsrc/security/hydra: Makefile pkgsrc/security/keepassx: Makefile pkgsrc/security/kgpg: Makefile pkgsrc/security/ksecrets: Makefile pkgsrc/security/kwallet: Makefile pkgsrc/security/libfwbuilder: Makefile buildlink3.mk pkgsrc/security/openvas-client: Makefile pkgsrc/security/pinentry-gtk2: Makefile pkgsrc/security/pinentry-qt4: Makefile pkgsrc/security/policykit-gnome: Makefile pkgsrc/security/polkit-qt: Makefile buildlink3.mk pkgsrc/security/putty: Makefile pkgsrc/security/qca2: Makefile buildlink3.mk pkgsrc/security/qca2-gnupg: Makefile pkgsrc/security/qca2-ossl: Makefile pkgsrc/security/qoauth: Makefile buildlink3.mk pkgsrc/security/seahorse: Makefile buildlink3.mk pkgsrc/security/seahorse-plugins: Makefile pkgsrc/sysutils/amtterm: Makefile pkgsrc/sysutils/bacula-qt-console: Makefile pkgsrc/sysutils/bacula-tray-monitor: Makefile pkgsrc/sysutils/bacula-wx-console: Makefile pkgsrc/sysutils/brasero: Makefile buildlink3.mk pkgsrc/sysutils/brasero-nautilus: Makefile pkgsrc/sysutils/btpin-qt: Makefile pkgsrc/sysutils/bubblemon: Makefile pkgsrc/sysutils/conky: Makefile pkgsrc/sysutils/dvdisaster: Makefile pkgsrc/sysutils/filelight: Makefile pkgsrc/sysutils/gcdmaster: Makefile pkgsrc/sysutils/gkrellm: Makefile buildlink3.mk pkgsrc/sysutils/gkrellm-est: Makefile pkgsrc/sysutils/gnome-commander: Makefile pkgsrc/sysutils/gnome-device-manager: Makefile pkgsrc/sysutils/gnome-mount: Makefile buildlink3.mk pkgsrc/sysutils/gnome-nds-thumbnailer: Makefile pkgsrc/sysutils/gnome-pkgview: Makefile pkgsrc/sysutils/gnome-power-manager: Makefile pkgsrc/sysutils/gnome-settings-daemon: Makefile pkgsrc/sysutils/gnome-system-monitor: Makefile pkgsrc/sysutils/gnome-system-tools: Makefile pkgsrc/sysutils/gnome-vfs: Makefile buildlink3.mk pkgsrc/sysutils/gnome-vfs-monikers: Makefile pkgsrc/sysutils/gnome-vfsmm: Makefile buildlink3.mk pkgsrc/sysutils/gnome-volume-manager: Makefile pkgsrc/sysutils/grun: Makefile pkgsrc/sysutils/gst-plugins0.10-gnomevfs: Makefile pkgsrc/sysutils/gtk-send-pr: Makefile pkgsrc/sysutils/gvfs: Makefile pkgsrc/sysutils/k3b: Makefile pkgsrc/sysutils/k4dirstat: Makefile pkgsrc/sysutils/kdf: Makefile pkgsrc/sysutils/kfloppy: Makefile pkgsrc/sysutils/libgksu: Makefile buildlink3.mk pkgsrc/sysutils/libnotify: Makefile buildlink3.mk pkgsrc/sysutils/nautilus: Makefile buildlink3.mk pkgsrc/sysutils/nautilus-sendto: Makefile pkgsrc/sysutils/notification-daemon: Makefile pkgsrc/sysutils/open-vm-tools: Makefile pkgsrc/sysutils/p5-Gnome2-VFS: Makefile buildlink3.mk pkgsrc/sysutils/pcmanfm: Makefile pkgsrc/sysutils/py-notify: Makefile buildlink3.mk pkgsrc/sysutils/rox: Makefile pkgsrc/sysutils/screentest: Makefile pkgsrc/sysutils/strigi: Makefile pkgsrc/sysutils/virt-manager: Makefile pkgsrc/sysutils/xcdroast: Makefile pkgsrc/sysutils/xfce4-appfinder: Makefile pkgsrc/sysutils/xfce4-battery-plugin: Makefile buildlink3.mk pkgsrc/sysutils/xfce4-cpugraph-plugin: Makefile buildlink3.mk pkgsrc/sysutils/xfce4-diskperf-plugin: Makefile buildlink3.mk pkgsrc/sysutils/xfce4-fsguard-plugin: Makefile buildlink3.mk pkgsrc/sysutils/xfce4-genmon-plugin: Makefile buildlink3.mk pkgsrc/sysutils/xfce4-netload-plugin: Makefile buildlink3.mk pkgsrc/sysutils/xfce4-quicklauncher-plugin: Makefile buildlink3.mk pkgsrc/sysutils/xfce4-systemload-plugin: Makefile buildlink3.mk pkgsrc/sysutils/xfce4-thunar: Makefile buildlink3.mk pkgsrc/sysutils/xfce4-volman: Makefile pkgsrc/sysutils/xfce4-xarchiver: Makefile buildlink3.mk pkgsrc/sysutils/xfce4-xkb-plugin: Makefile buildlink3.mk pkgsrc/textproc/FlightCrew: Makefile pkgsrc/textproc/OdfConverter: Makefile pkgsrc/textproc/dikt: Makefile pkgsrc/textproc/ebview: Makefile pkgsrc/textproc/gnome-spell: Makefile buildlink3.mk pkgsrc/textproc/gnome-subtitles: Makefile pkgsrc/textproc/gtkspell: Makefile buildlink3.mk pkgsrc/textproc/py-gdick: Makefile pkgsrc/textproc/soprano: Makefile buildlink3.mk pkgsrc/textproc/xfce4-dict-plugin: Makefile buildlink3.mk pkgsrc/time/cairo-clock: Makefile pkgsrc/time/evolution-webcal: Makefile pkgsrc/time/gchore: Makefile pkgsrc/time/gdeskcal: Makefile pkgsrc/time/gnotime: Makefile pkgsrc/time/gtodo: Makefile pkgsrc/time/gtodo-applet: Makefile pkgsrc/time/hamster-applet: Makefile pkgsrc/time/ktimer: Makefile pkgsrc/time/planner: Makefile pkgsrc/time/rsibreak: Makefile pkgsrc/time/xfce4-datetime-plugin: Makefile buildlink3.mk pkgsrc/time/xfce4-orage: Makefile pkgsrc/time/xfce4-timer-plugin: Makefile buildlink3.mk pkgsrc/wm/afterstep: Makefile pkgsrc/wm/awesome: Makefile pkgsrc/wm/bmpanel2: Makefile pkgsrc/wm/compiz: Makefile buildlink3.mk pkgsrc/wm/compiz-fusion-plugins-extra: Makefile pkgsrc/wm/compiz-fusion-plugins-main: Makefile buildlink3.mk pkgsrc/wm/e16menuedit2: Makefile pkgsrc/wm/fluxconf: Makefile pkgsrc/wm/metacity: Makefile buildlink3.mk pkgsrc/wm/metisse: Makefile pkgsrc/wm/openbox: Makefile pkgsrc/wm/oroborox: Makefile pkgsrc/wm/sawfish: Makefile pkgsrc/wm/selectwm: Makefile pkgsrc/wm/wbar: Makefile pkgsrc/wm/wmakerconf: Makefile pkgsrc/wm/xfce4-wm: Makefile pkgsrc/wm/xfce4-wm-themes: Makefile pkgsrc/www/amaya: Makefile pkgsrc/www/ap22-dnssd: Makefile pkgsrc/www/bluefish: Makefile pkgsrc/www/browser-bookmarks-menu: Makefile pkgsrc/www/drivel: Makefile pkgsrc/www/epiphany: Makefile buildlink3.mk pkgsrc/www/epiphany-extensions: Makefile pkgsrc/www/firefox: Makefile pkgsrc/www/firefox10: Makefile pkgsrc/www/firefox36: Makefile pkgsrc/www/gtkhtml314: Makefile pkgsrc/www/icedtea-web: Makefile pkgsrc/www/kazehakase: Makefile pkgsrc/www/kdewebdev4: Makefile pkgsrc/www/libgtkhtml: Makefile buildlink3.mk pkgsrc/www/libmediawiki: Makefile buildlink3.mk pkgsrc/www/liferea: Makefile pkgsrc/www/liferea-current: Makefile pkgsrc/www/midori: Makefile pkgsrc/www/netsurf: Makefile pkgsrc/www/nspluginwrapper: Makefile pkgsrc/www/seamonkey: Makefile pkgsrc/www/webkit-gtk: Makefile buildlink3.mk pkgsrc/www/webkit-gtk3: Makefile buildlink3.mk pkgsrc/x11/alacarte: Makefile pkgsrc/x11/antiright: Makefile pkgsrc/x11/avant-window-navigator: Makefile pkgsrc/x11/clisp-gtk2: Makefile pkgsrc/x11/deskmenu: Makefile pkgsrc/x11/devilspie: Makefile pkgsrc/x11/eekboard: Makefile buildlink3.mk pkgsrc/x11/fast-user-switch-applet: Makefile pkgsrc/x11/fltk13: Makefile pkgsrc/x11/ftmenu: Makefile pkgsrc/x11/gdm: Makefile pkgsrc/x11/gnome-applets: Makefile pkgsrc/x11/gnome-control-center: Makefile buildlink3.mk pkgsrc/x11/gnome-desktop: Makefile buildlink3.mk pkgsrc/x11/gnome-desktop-sharp: Makefile buildlink3.mk pkgsrc/x11/gnome-desktop3: Makefile buildlink3.mk pkgsrc/x11/gnome-mag: Makefile buildlink3.mk pkgsrc/x11/gnome-panel: Makefile buildlink3.mk pkgsrc/x11/gnome-screensaver: Makefile pkgsrc/x11/gnome-session: Makefile pkgsrc/x11/gnome-sharp: Makefile buildlink3.mk pkgsrc/x11/gnome-terminal: Makefile pkgsrc/x11/gnome-themes: Makefile pkgsrc/x11/gnome-themes-extras: Makefile pkgsrc/x11/gnopernicus: Makefile pkgsrc/x11/grandr_applet: Makefile pkgsrc/x11/gromit: Makefile pkgsrc/x11/gselt: Makefile pkgsrc/x11/gtk-sharp: Makefile pkgsrc/x11/gtk2: Makefile buildlink3.mk pkgsrc/x11/gtk2+extra: Makefile buildlink3.mk pkgsrc/x11/gtk2-chtheme: Makefile pkgsrc/x11/gtk2-engines: Makefile buildlink3.mk pkgsrc/x11/gtk2-engines-bluecurve: Makefile pkgsrc/x11/gtk2-engines-murrine: Makefile pkgsrc/x11/gtk2-theme-switch: Makefile pkgsrc/x11/gtk3: Makefile buildlink3.mk pkgsrc/x11/gtkada: Makefile buildlink3.mk pkgsrc/x11/gtkglarea2: Makefile buildlink3.mk pkgsrc/x11/gtkmm: Makefile buildlink3.mk pkgsrc/x11/gtkmm-utils: Makefile buildlink3.mk pkgsrc/x11/gtksourceview: Makefile buildlink3.mk pkgsrc/x11/gtksourceview-sharp2: Makefile pkgsrc/x11/gtksourceview2: Makefile buildlink3.mk pkgsrc/x11/gtksourceview3: Makefile buildlink3.mk pkgsrc/x11/gtkterm2: Makefile pkgsrc/x11/hot-babe: Makefile pkgsrc/x11/kactivities: Makefile buildlink3.mk pkgsrc/x11/kde-baseapps4: Makefile pkgsrc/x11/kde-runtime4: Makefile buildlink3.mk pkgsrc/x11/kde-workspace4: Makefile buildlink3.mk pkgsrc/x11/kdelibs4: Makefile buildlink3.mk pkgsrc/x11/konsole: Makefile pkgsrc/x11/lablgtk: Makefile buildlink3.mk pkgsrc/x11/libdesktop-agnostic: Makefile buildlink3.mk pkgsrc/x11/libgnomekbd: Makefile pkgsrc/x11/libunique: Makefile buildlink3.mk pkgsrc/x11/libunique3: Makefile pkgsrc/x11/libxfce4gui: Makefile buildlink3.mk pkgsrc/x11/libxfce4menu: Makefile buildlink3.mk pkgsrc/x11/libxfce4util: Makefile pkgsrc/x11/matchbox-panel-manager: Makefile pkgsrc/x11/mlterm: Makefile pkgsrc/x11/nucleo: Makefile buildlink3.mk pkgsrc/x11/p5-Alien-wxWidgets: Makefile pkgsrc/x11/p5-Wx: Makefile buildlink3.mk pkgsrc/x11/p5-Wx-Perl-ProcessStream: Makefile pkgsrc/x11/p5-gtk2: Makefile buildlink3.mk pkgsrc/x11/py-gnome2: Makefile buildlink3.mk pkgsrc/x11/py-gnome2-desktop: Makefile buildlink3.mk pkgsrc/x11/py-gnome2-extras: Makefile buildlink3.mk pkgsrc/x11/py-gtk2: Makefile buildlink3.mk pkgsrc/x11/py-gtksourceview: Makefile pkgsrc/x11/py-kde4: Makefile pkgsrc/x11/py-kiwi: Makefile pkgsrc/x11/py-qt4: Makefile pkgsrc/x11/py-qt4-qscintilla: Makefile buildlink3.mk pkgsrc/x11/py-vte: Makefile buildlink3.mk pkgsrc/x11/py-wxWidgets: Makefile buildlink3.mk pkgsrc/x11/qt4-creator: Makefile pkgsrc/x11/qt4-docs: Makefile pkgsrc/x11/qt4-libs: Makefile buildlink3.mk pkgsrc/x11/qt4-mng: Makefile pkgsrc/x11/qt4-mysql: Makefile pkgsrc/x11/qt4-pgsql: Makefile pkgsrc/x11/qt4-qdbus: Makefile buildlink3.mk pkgsrc/x11/qt4-qscintilla: Makefile buildlink3.mk pkgsrc/x11/qt4-sqlite3: Makefile pkgsrc/x11/qt4-tiff: Makefile pkgsrc/x11/qt4-tools: Makefile buildlink3.mk pkgsrc/x11/qwt-qt4: Makefile buildlink3.mk pkgsrc/x11/qwt6-qt4: Makefile buildlink3.mk pkgsrc/x11/qwtplot3d-qt4: Makefile buildlink3.mk pkgsrc/x11/rep-gtk2: Makefile pkgsrc/x11/rox-session: Makefile pkgsrc/x11/ruby-gnome2-gtk: Makefile buildlink3.mk pkgsrc/x11/ruby-gnome2-gtksourceview2: Makefile pkgsrc/x11/ruby-gnome2-vte: Makefile pkgsrc/x11/ruby-wxruby: Makefile pkgsrc/x11/sakura: Makefile pkgsrc/x11/tint2: Makefile pkgsrc/x11/vte: Makefile buildlink3.mk pkgsrc/x11/vte029: Makefile buildlink3.mk pkgsrc/x11/wxGTK24: Makefile buildlink3.mk pkgsrc/x11/wxGTK26: Makefile buildlink3.mk pkgsrc/x11/wxGTK26-contrib: Makefile buildlink3.mk pkgsrc/x11/wxGTK28: Makefile buildlink3.mk pkgsrc/x11/wxGTK28-contrib: Makefile buildlink3.mk pkgsrc/x11/wxhaskell: Makefile pkgsrc/x11/x11vnc: Makefile pkgsrc/x11/xdialog: Makefile pkgsrc/x11/xfce4-clipman-plugin: Makefile buildlink3.mk pkgsrc/x11/xfce4-desktop: Makefile pkgsrc/x11/xfce4-exo: Makefile buildlink3.mk pkgsrc/x11/xfce4-eyes-plugin: Makefile buildlink3.mk pkgsrc/x11/xfce4-gtk2-engine: Makefile pkgsrc/x11/xfce4-notes-plugin: Makefile buildlink3.mk pkgsrc/x11/xfce4-panel: Makefile buildlink3.mk pkgsrc/x11/xfce4-places-plugin: Makefile buildlink3.mk pkgsrc/x11/xfce4-screenshooter-plugin: Makefile buildlink3.mk pkgsrc/x11/xfce4-session: Makefile buildlink3.mk pkgsrc/x11/xfce4-settings: Makefile pkgsrc/x11/xfce4-terminal: Makefile pkgsrc/x11/xfce4-utils: Makefile pkgsrc/x11/xlockmore: Makefile pkgsrc/x11/xpad: Makefile pkgsrc/x11/xplanet: Makefile pkgsrc/x11/xscreensaver-demo: Makefile pkgsrc/x11/xvidcap-gtk2: Makefile pkgsrc/x11/zenity: Makefile Log Message: Mass recursive bump after the dependence fix of the "cairo" package requested by Thomas Klausner. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/archivers/ark/Makefile cvs rdiff -u -r1.120 -r1.121 pkgsrc/archivers/file-roller/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/audio/albumplayer/Makefile cvs rdiff -u -r1.114 -r1.115 pkgsrc/audio/amarok/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/amarok-kde3/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/audio/ario/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/audacious/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/audio/audacious/buildlink3.mk cvs rdiff -u -r1.33 -r1.34 pkgsrc/audio/audacious-plugins/Makefile cvs rdiff -u -r1.77 -r1.78 pkgsrc/audio/audacity/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/audio/aumix-gtk/Makefile cvs rdiff -u -r1.48 -r1.49 pkgsrc/audio/bmp/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/audio/bmp/buildlink3.mk cvs rdiff -u -r1.29 -r1.30 pkgsrc/audio/bmp-esound/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/audio/bmp-flac/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/audio/bmp-mac/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/audio/bmp-musepack/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/bmp-pulse/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/bmp-scrobbler/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/audio/bmpx/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/bsl/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/audio/buzztard/Makefile cvs rdiff -u -r1.75 -r1.76 pkgsrc/audio/easytag/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/audio/exaile/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/audio/gbemol/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/audio/gimmix/Makefile cvs rdiff -u -r1.40 -r1.41 pkgsrc/audio/gkrellm-volume/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/glurp/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/audio/gmp3info/Makefile cvs rdiff -u -r1.52 -r1.53 pkgsrc/audio/gmpc/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/gmpc/buildlink3.mk cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/gmpc-albumview/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/gmpc-lastfm/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/gmpc-lyrics/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/audio/gmpc-lyricwiki/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/audio/gmpc-magnatune/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/gmpc-mdcover/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/gmpc-tagedit/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/audio/gnome-vfs-cdda/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/audio/gqmpeg-devel/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/audio/gtick/Makefile cvs rdiff -u -r1.45 -r1.46 pkgsrc/audio/gtkpod/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/audio/hydrogen/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/audio/jack-rack/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/audio/libcanberra/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/audio/libcanberra/buildlink3.mk cvs rdiff -u -r1.28 -r1.29 pkgsrc/audio/libgpod/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/libgpod/buildlink3.mk cvs rdiff -u -r1.21 -r1.22 pkgsrc/audio/liblastfm/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/audio/liblastfm/buildlink3.mk cvs rdiff -u -r1.30 -r1.31 pkgsrc/audio/libvisual-bmp/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/audio/libvisual-plugins/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/audio/libvisual0.2-plugins/Makefile cvs rdiff -u -r1.51 -r1.52 pkgsrc/audio/liteamp/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/audio/mp3diags/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/audio/mp3splt-gtk/Makefile cvs rdiff -u -r1.41 -r1.42 pkgsrc/audio/muse/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/audio/padevchooser/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/audio/paman/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/audio/paprefs/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/audio/pavucontrol/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/audio/pavumeter/Makefile cvs rdiff -u -r1.59 -r1.60 pkgsrc/audio/pulseaudio/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/audio/py-musique/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/audio/qjackctl/Makefile cvs rdiff -u -r1.97 -r1.98 pkgsrc/audio/rhythmbox/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/audio/sfxr/Makefile cvs rdiff -u -r1.69 -r1.70 pkgsrc/audio/snd/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/audio/solfege/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/audio/sonata/Makefile cvs rdiff -u -r1.54 -r1.55 pkgsrc/audio/sound-juicer/Makefile cvs rdiff -u -r1.57 -r1.58 pkgsrc/audio/streamtuner/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/audio/streamtuner/buildlink3.mk cvs rdiff -u -r1.54 -r1.55 pkgsrc/audio/sweep/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/audio/terminatorx/Makefile cvs rdiff -u -r1.84 -r1.85 pkgsrc/audio/timidity/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/audio/xfce4-mixer/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/xfce4-xmms-plugin/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/audio/xfce4-xmms-plugin/buildlink3.mk cvs rdiff -u -r1.40 -r1.41 pkgsrc/biology/chemtool/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/biology/gnome-chemistry-utils/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/biology/openbabel/Makefile cvs rdiff -u -r1.56 -r1.57 pkgsrc/cad/boolean/Makefile cvs rdiff -u -r1.78 -r1.79 pkgsrc/cad/geda/Makefile cvs rdiff -u -r1.49 -r1.50 pkgsrc/cad/gerbv/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/cad/gsmc/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/cad/gtk2-wcalc/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/cad/gtkwave/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/cad/gwave/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/cad/librecad/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/cad/openscad/Makefile cvs rdiff -u -r1.62 -r1.63 pkgsrc/cad/pcb/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/cad/transcalc/Makefile cvs rdiff -u -r1.41 -r1.42 pkgsrc/chat/empathy/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/chat/empathy/buildlink3.mk cvs rdiff -u -r1.44 -r1.45 pkgsrc/chat/finch/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/chat/gajim/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/chat/gg2/Makefile cvs rdiff -u -r1.82 -r1.83 pkgsrc/chat/gnomeicu/Makefile cvs rdiff -u -r1.78 -r1.79 pkgsrc/chat/gossip/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/chat/konversation/Makefile cvs rdiff -u -r1.45 -r1.46 pkgsrc/chat/libpurple/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/chat/libpurple/buildlink3.mk cvs rdiff -u -r1.20 -r1.21 pkgsrc/chat/msn-pecan/Makefile cvs rdiff -u -r1.44 -r1.45 pkgsrc/chat/pidgin/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/chat/pidgin/buildlink3.mk cvs rdiff -u -r1.27 -r1.28 pkgsrc/chat/pidgin-facebookchat/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/chat/pidgin-icb/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/chat/pidgin-latex/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/chat/pidgin-libnotify/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/chat/pidgin-otr/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/chat/pidgin-sametime/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/chat/pidgin-silc/Makefile cvs rdiff -u -r1.68 -r1.69 pkgsrc/chat/psi/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/chat/spectrum/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/chat/telepathy-farsight/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/chat/telepathy-farsight/buildlink3.mk cvs rdiff -u -r1.19 -r1.20 pkgsrc/chat/telepathy-mission-control/Makefile cvs rdiff -u -r1.14 -r1.15 \ pkgsrc/chat/telepathy-mission-control/buildlink3.mk cvs rdiff -u -r1.78 -r1.79 pkgsrc/chat/xchat/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/chat/xchat-systray-integration/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/comms/asterisk10/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/comms/asterisk18/Makefile cvs rdiff -u -r1.58 -r1.59 pkgsrc/comms/efax-gtk/Makefile cvs rdiff -u -r1.70 -r1.71 pkgsrc/comms/gnome-pilot/Makefile cvs rdiff -u -r1.43 -r1.44 pkgsrc/comms/gnome-pilot/buildlink3.mk cvs rdiff -u -r1.82 -r1.83 pkgsrc/comms/jpilot/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/comms/jpilot/buildlink3.mk cvs rdiff -u -r1.53 -r1.54 pkgsrc/comms/jpilot-syncmal/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/comms/multisync-gui/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/converters/tex2rtf/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/databases/gourmet/Makefile cvs rdiff -u -r1.52 -r1.53 pkgsrc/databases/gq/Makefile cvs rdiff -u -r1.59 -r1.60 pkgsrc/databases/gramps/Makefile cvs rdiff -u -r1.56 -r1.57 pkgsrc/databases/gramps2/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/databases/gramps3/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/gtkdbfeditor/Makefile cvs rdiff -u -r1.86 -r1.87 pkgsrc/databases/libgnomedb/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/databases/libgnomedb/buildlink3.mk cvs rdiff -u -r1.78 -r1.79 pkgsrc/databases/mergeant/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/mysql-workbench/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/p5-RRD-Simple/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/databases/pgadmin3/Makefile cvs rdiff -u -r1.98 -r1.99 pkgsrc/databases/rrdtool/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/databases/rrdtool/buildlink3.mk cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/ruby-rrdtool/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/GConf-ui/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/GConf-ui/buildlink3.mk cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/SDL_Pango/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/SDL_Pango/buildlink3.mk cvs rdiff -u -r1.92 -r1.93 pkgsrc/devel/anjuta/Makefile cvs rdiff -u -r1.66 -r1.67 pkgsrc/devel/at-spi/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/at-spi/buildlink3.mk cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/automoc4/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/blib/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/blib/buildlink3.mk cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/boa-constructor/Makefile cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/coconut/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/compizconfig-backend-gconf/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/cppcheck/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/cutter/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/dconf-editor/Makefile cvs rdiff -u -r1.77 -r1.78 pkgsrc/devel/devhelp/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/devhelp/buildlink3.mk cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/distccmon-gnome/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/distccmon-gtk/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/eric4/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ethos/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ethos/buildlink3.mk cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/frama-c/Makefile cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/gconfmm/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/gconfmm/buildlink3.mk cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/gdl/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/gdl/buildlink3.mk cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/geany/Makefile cvs rdiff -u -r1.73 -r1.74 pkgsrc/devel/glade/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/glade3/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/glade3/buildlink3.mk cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/gmtk/Makefile \ pkgsrc/devel/gmtk/buildlink3.mk cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/gnome-build/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/gnome-build/buildlink3.mk cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/gobject-introspection/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/gps/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/gst-plugins0.10-pango/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/guile-gnome/Makefile cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/kdesdk4/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/kdevelop4/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/kdevplatform/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/kdiff3/Makefile cvs rdiff -u -r1.92 -r1.93 pkgsrc/devel/libbonoboui/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/libbonoboui/buildlink3.mk cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/libcompizconfig/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/libdbusmenu-qt/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/libdbusmenu-qt/buildlink3.mk cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/libextractor/Makefile cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/libgail-gnome/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/libgail-gnome/buildlink3.mk cvs rdiff -u -r1.81 -r1.82 pkgsrc/devel/libglade/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/libglade/buildlink3.mk cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/libglademm/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/libglademm/buildlink3.mk cvs rdiff -u -r1.94 -r1.95 pkgsrc/devel/libgnome/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/libgnome/buildlink3.mk cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/libgnomemm/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/libgnomemm/buildlink3.mk cvs rdiff -u -r1.108 -r1.109 pkgsrc/devel/libgnomeui/Makefile cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/libgnomeui/buildlink3.mk cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/libgnomeuimm/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/libgnomeuimm/buildlink3.mk cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/libgweather/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/libgweather/buildlink3.mk cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/libpeas/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/libpeas/buildlink3.mk cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/libsexy/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/libsexy/buildlink3.mk cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/libsexymm/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/libsexymm/buildlink3.mk cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/libview/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/libview/buildlink3.mk cvs rdiff -u -r1.85 -r1.86 pkgsrc/devel/libwnck/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/libwnck/buildlink3.mk cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/mono-tools/Makefile cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/monodevelop/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/monodevelop/buildlink3.mk cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/monodevelop-database/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/monotone-viz/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-Gnome2/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-Gtk2-GladeXML/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-Wx-Perl-DataWalker/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-pango/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-pango/buildlink3.mk cvs rdiff -u -r1.165 -r1.166 pkgsrc/devel/pango/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/pango/buildlink3.mk cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/pangomm/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/pangomm/buildlink3.mk cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-compizconfig/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/py-gobject/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-gobject-shared/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-gobject3/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/qconf/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/qjson/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/qtscriptgenerator/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/qtscriptgenerator/buildlink3.mk cvs rdiff -u -r1.59 -r1.60 pkgsrc/devel/rapidsvn/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/ruby-gnome2-pango/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/ruby-gnome2-pango/buildlink3.mk cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/scintilla/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/scintilla/buildlink3.mk cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/swt/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/valide/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/xfce4-dev-tools/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/xfconf/Makefile cvs rdiff -u -r1.79 -r1.80 pkgsrc/devel/xulrunner/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/xulrunner/buildlink3.mk cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/xulrunner10/Makefile \ pkgsrc/devel/xulrunner10/buildlink3.mk cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/xulrunner192/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/xulrunner192/buildlink3.mk cvs rdiff -u -r1.35 -r1.36 pkgsrc/editors/Sigil/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/editors/TeXmacs-devel/Makefile cvs rdiff -u -r1.137 -r1.138 pkgsrc/editors/abiword/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/editors/abiword-plugins/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/editors/beaver/Makefile cvs rdiff -u -r1.75 -r1.76 pkgsrc/editors/conglomerate/Makefile cvs rdiff -u -r1.69 -r1.70 pkgsrc/editors/dasher/Makefile cvs rdiff -u -r1.149 -r1.150 pkgsrc/editors/emacs/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/editors/emacs-snapshot/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/editors/emacs22/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/emacs24/Makefile cvs rdiff -u -r1.80 -r1.81 pkgsrc/editors/gconf-editor/Makefile cvs rdiff -u -r1.117 -r1.118 pkgsrc/editors/gedit/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/editors/gedit/buildlink3.mk cvs rdiff -u -r1.11 -r1.12 pkgsrc/editors/gedit-python/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/gedit3/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/gedit3-spell/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/editors/ghex/Makefile cvs rdiff -u -r1.40 -r1.41 pkgsrc/editors/gice/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/editors/gobby/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/editors/gtranslator/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/gummi/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/editors/kate/Makefile cvs rdiff -u -r1.65 -r1.66 pkgsrc/editors/kile/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/editors/leafpad/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/editors/lyx/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/medit/Makefile cvs rdiff -u -r1.55 -r1.56 pkgsrc/editors/mlview/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/editors/notecase/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/editors/p5-Padre/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/p5-Wx-Scintilla/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/editors/poedit/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/editors/qgoogletranslator/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/editors/scite/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/editors/tea/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/editors/texmaker/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/texworks/Makefile cvs rdiff -u -r1.41 -r1.42 pkgsrc/editors/tomboy/Makefile cvs rdiff -u -r1.49 -r1.50 pkgsrc/editors/vim-gtk2/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/editors/xfce4-mousepad/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/editors/xournal/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/emulators/blinkensim/Makefile cvs rdiff -u -r1.68 -r1.69 pkgsrc/emulators/bochs/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/emulators/e-uae/Makefile cvs rdiff -u -r1.45 -r1.46 pkgsrc/emulators/fuse/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/emulators/gambatte/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/emulators/gens/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/emulators/gpsim/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/emulators/gpsim-devel/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/emulators/gpsim-devel/buildlink3.mk cvs rdiff -u -r1.21 -r1.22 pkgsrc/emulators/gpsim-oscilloscope/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/emulators/gpsim-ptyusart/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/emulators/mame/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/emulators/mess/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/emulators/nestopia/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/emulators/snes9x-gtk/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/emulators/tme/Makefile cvs rdiff -u -r1.62 -r1.63 pkgsrc/emulators/uae/Makefile cvs rdiff -u -r1.99 -r1.100 pkgsrc/emulators/vice/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/emulators/xnp2/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/emulators/yabause/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/filesystems/fuse-pod/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/finance/gkrellm-stock/Makefile cvs rdiff -u -r1.171 -r1.172 pkgsrc/finance/gnucash/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/fonts/fntsample/Makefile cvs rdiff -u -r1.79 -r1.80 pkgsrc/fonts/fontforge/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/fonts/gbdfed/Makefile cvs rdiff -u -r1.82 -r1.83 pkgsrc/fonts/gucharmap/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/fonts/gucharmap/buildlink3.mk cvs rdiff -u -r1.26 -r1.27 pkgsrc/games/atomix/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/blinken/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/games/bluemoon/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/games/ccgo/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/games/crack-attack/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/games/crossfire-client-gtk2/Makefile cvs rdiff -u -r1.51 -r1.52 pkgsrc/games/dopewars/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/games/eboard/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/games/flightgear/Makefile cvs rdiff -u -r1.56 -r1.57 pkgsrc/games/freeciv-client/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/games/frozen-bubble/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/games/gamazons/Makefile cvs rdiff -u -r1.55 -r1.56 pkgsrc/games/gbrainy/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/games/gcompris/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/games/genecys-client/Makefile cvs rdiff -u -r1.126 -r1.127 pkgsrc/games/gnome-games/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/games/gnome-mastermind/Makefile cvs rdiff -u -r1.53 -r1.54 pkgsrc/games/grhino/Makefile cvs rdiff -u -r1.62 -r1.63 pkgsrc/games/gtetrinet/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/games/gtkballs/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/games/gtklevel9/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/games/gtkmagnetic/Makefile cvs rdiff -u -r1.62 -r1.63 pkgsrc/games/gturing/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/games/holtz/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/kanagram/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/games/kanatest/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/games/kdegames4/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/games/kdetoys4/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/khangman/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/games/kye/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/games/pioneers/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/games/pokerth/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/games/puzzles/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/games/pytraffic/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/games/quarry/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/games/rftg/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/games/scummvm-tools/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/games/simgear/Makefile cvs rdiff -u -r1.57 -r1.58 pkgsrc/games/sirius/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/games/teg/Makefile cvs rdiff -u -r1.81 -r1.82 pkgsrc/games/wesnoth/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/games/wxhugo/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/xcowsay/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/geography/emerillon/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/geography/geoclue/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/geography/libchamplain04/Makefile \ pkgsrc/geography/libchamplain04/buildlink3.mk cvs rdiff -u -r1.13 -r1.14 pkgsrc/geography/libchamplain06/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/geography/libchamplain06/buildlink3.mk cvs rdiff -u -r1.9 -r1.10 pkgsrc/geography/libchamplain08/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/geography/libchamplain08/buildlink3.mk cvs rdiff -u -r1.37 -r1.38 pkgsrc/geography/mapserver/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/geography/merkaartor/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/geography/qgis/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/geography/qlandkartegt/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/geography/qlandkartem/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/geography/viking/Makefile cvs rdiff -u -r1.41 -r1.42 pkgsrc/graphics/aqsis/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/blinkenthemes/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/blinkentools/Makefile cvs rdiff -u -r1.105 -r1.106 pkgsrc/graphics/cairo/Makefile cvs rdiff -u -r1.44 -r1.45 pkgsrc/graphics/cairo/buildlink3.mk cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/cairo-gobject/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/cairo-gobject/buildlink3.mk cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/cairomm/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/cairomm/buildlink3.mk cvs rdiff -u -r1.46 -r1.47 pkgsrc/graphics/camlimages/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/graphics/cheese/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/cinepaint/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/clutter/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/clutter/buildlink3.mk cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/clutter-box2d/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/clutter-cairo/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/clutter-cairo/buildlink3.mk cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/clutter-gtk/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/clutter-gtk/buildlink3.mk cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/clutter-mx/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/clutter-mx/buildlink3.mk cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/clutter-qt/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/clutter08/Makefile \ pkgsrc/graphics/clutter08/buildlink3.mk cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/clutter08-gtk/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/clutter08-gtk/buildlink3.mk cvs rdiff -u -r1.38 -r1.39 pkgsrc/graphics/comix/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/darktable/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/denemo/Makefile cvs rdiff -u -r1.73 -r1.74 pkgsrc/graphics/dia/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/dia-python/Makefile cvs rdiff -u -r1.83 -r1.84 pkgsrc/graphics/digikam/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/djview4/Makefile cvs rdiff -u -r1.71 -r1.72 pkgsrc/graphics/eog/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/eog/buildlink3.mk cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/eog-plugins/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/eog-plugins-map/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/eog3/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/evas-svg/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/extrema/Makefile cvs rdiff -u -r1.44 -r1.45 pkgsrc/graphics/f-spot/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/fotoxx/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/frameworks/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/geeqie/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/gegl/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/gegl/buildlink3.mk cvs rdiff -u -r1.45 -r1.46 pkgsrc/graphics/gfract/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/gimmage/Makefile cvs rdiff -u -r1.220 -r1.221 pkgsrc/graphics/gimp/Makefile cvs rdiff -u -r1.43 -r1.44 pkgsrc/graphics/gimp/buildlink3.mk cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/gimp-color-manager/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/gimp-exif-browser/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/gimp-fix-ca/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/gimp-liquid-rescale/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/graphics/gimp-rawphoto/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/gimp-refocus-it/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/gimp-resynthesizer/Makefile cvs rdiff -u -r1.74 -r1.75 pkgsrc/graphics/gimp-ufraw/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/graphics/gimp2-wideangle/Makefile cvs rdiff -u -r1.64 -r1.65 pkgsrc/graphics/giram/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/gliv/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/gmngview/Makefile cvs rdiff -u -r1.79 -r1.80 pkgsrc/graphics/gnome-icon-theme/Makefile cvs rdiff -u -r1.63 -r1.64 pkgsrc/graphics/gnuplot/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/goocanvas/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/goocanvas/buildlink3.mk cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/goocanvasmm/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/gpicview/Makefile cvs rdiff -u -r1.83 -r1.84 pkgsrc/graphics/gqview/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/graphics/gqview-devel/Makefile cvs rdiff -u -r1.103 -r1.104 pkgsrc/graphics/graphviz/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/gst-plugins0.10-cairo/Makefile cvs rdiff -u -r1.72 -r1.73 pkgsrc/graphics/gthumb/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/gthumb3/Makefile cvs rdiff -u -r1.54 -r1.55 pkgsrc/graphics/gtkam/Makefile cvs rdiff -u -r1.48 -r1.49 pkgsrc/graphics/gtkglext/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/gtkglext/buildlink3.mk cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/gtkimageview/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/guile-cairo/Makefile cvs rdiff -u -r1.56 -r1.57 pkgsrc/graphics/gwenview/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/hugin/Makefile cvs rdiff -u -r1.76 -r1.77 pkgsrc/graphics/inkscape/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kamera/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kcolorchooser/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kdegraphics-mobipocket/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kdegraphics-strigi-analyzer/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kdegraphics-thumbnailers/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kgamma/Makefile cvs rdiff -u -r1.75 -r1.76 pkgsrc/graphics/kipi-plugins/Makefile cvs rdiff -u -r1.19 -r1.20 \ pkgsrc/graphics/kipi-plugins-calendar-kde3/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/graphics/kipi-plugins-kde3/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kolourpaint/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/koverartist/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kruler/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/ksaneplugin/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/ksnapshot/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/libexif-gtk/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/libexif-gtk/buildlink3.mk cvs rdiff -u -r1.59 -r1.60 pkgsrc/graphics/libgdiplus/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/graphics/libgdiplus/buildlink3.mk cvs rdiff -u -r1.65 -r1.66 pkgsrc/graphics/libgnomecanvas/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/libgnomecanvas/buildlink3.mk cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/libgnomecanvasmm/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/libgnomecanvasmm/buildlink3.mk cvs rdiff -u -r1.31 -r1.32 pkgsrc/graphics/libkdcraw/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/libkdcraw/buildlink3.mk cvs rdiff -u -r1.34 -r1.35 pkgsrc/graphics/libkexiv2/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/libkface/Makefile \ pkgsrc/graphics/libkface/buildlink3.mk cvs rdiff -u -r1.43 -r1.44 pkgsrc/graphics/libkipi/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/libkipi/buildlink3.mk cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/libksane/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/libksane/buildlink3.mk cvs rdiff -u -r1.62 -r1.63 pkgsrc/graphics/librsvg/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/librsvg/buildlink3.mk cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/libscigraphica/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/libscigraphica/buildlink3.mk cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/nvtv/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/opencv/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/osg/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/osg/buildlink3.mk cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/p5-Gnome2-Canvas/Makefile \ pkgsrc/graphics/p5-Gnome2-Canvas/buildlink3.mk cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/p5-cairo/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/p5-cairo/buildlink3.mk cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/p5-clutter/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/graphics/py-cairo/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/py-cairo/buildlink3.mk cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/py-clutter/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/py-clutter/buildlink3.mk cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/py-clutter-gtk/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/py-goocanvas/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/py-gtkglext/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/py-matplotlib-gtk2/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/qimageblitz/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/qimageblitz/buildlink3.mk cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/qiv/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/qiviewer/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/ristretto/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/ruby-clutter-cairo/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/ruby-clutter-core/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/ruby-clutter-gtk/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/ruby-gnome2-goocanvas/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/ruby-gnome2-rsvg/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/ruby-rcairo/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/ruby-rcairo/buildlink3.mk cvs rdiff -u -r1.54 -r1.55 pkgsrc/graphics/sane-frontends/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/scidavis/Makefile cvs rdiff -u -r1.60 -r1.61 pkgsrc/graphics/scigraphica/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/graphics/shotwell/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/shotwell-gtk3/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/svgpart/Makefile cvs rdiff -u -r1.67 -r1.68 pkgsrc/graphics/tuxpaint/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/ucview/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/unicap/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/veusz/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/viewnior/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/wxsvg/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/wxsvg/buildlink3.mk cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/xfce4-icon-theme/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/xfce4-icon-theme/buildlink3.mk cvs rdiff -u -r1.96 -r1.97 pkgsrc/graphics/xsane/Makefile cvs rdiff -u -r1.53 -r1.54 pkgsrc/graphics/xzgv/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/zphoto/Makefile cvs rdiff -u -r1.45 -r1.46 pkgsrc/ham/gmfsk/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/ham/gnuradio-examples/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/ham/gnuradio-radio-astronomy/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/ham/gnuradio-wxgui/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/ham/gnuradio-wxgui/buildlink3.mk cvs rdiff -u -r1.28 -r1.29 pkgsrc/ham/gpredict/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/ham/grig/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/ham/xdx/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/ham/xlog/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/inputmethod/gcin/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/gtk-im-libthai/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/inputmethod/ibus/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/inputmethod/ibus-chewing/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/inputmethod/ibus-handwrite/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/inputmethod/ibus-input-pad/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/inputmethod/ibus-m17n/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/inputmethod/ibus-qt/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/inputmethod/ibus-skk/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/inputmethod/ibus-t9/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/ibus-unikey/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/inputmethod/im-ja/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/inputmethod/imhangul/Makefile cvs rdiff -u -r1.51 -r1.52 pkgsrc/inputmethod/imhangul_status_applet/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/inputmethod/input-pad/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/input-pad/buildlink3.mk cvs rdiff -u -r1.16 -r1.17 pkgsrc/inputmethod/kasumi/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/kimera/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/kimera-tomoe-gtk/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/inputmethod/m17n-im-config/Makefile \ pkgsrc/inputmethod/m17n-im-config/buildlink3.mk cvs rdiff -u -r1.40 -r1.41 pkgsrc/inputmethod/nabi/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/inputmethod/novel-pinyin/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/inputmethod/py-input-pad/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/inputmethod/scim/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim/buildlink3.mk cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/scim-anthy/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/scim-array/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/scim-canna/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim-ccinput/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim-chewing/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/scim-fcitx/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim-hangul/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/scim-input-pad/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim-m17n/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/scim-pinyin/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/scim-prime/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/scim-python/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/scim-sinhala/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/scim-skk/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim-tables/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim-thai/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/inputmethod/scim-tomoe/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim-uim/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/scim-unikey/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/inputmethod/tomoe-gtk/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/inputmethod/tomoe-gtk/buildlink3.mk cvs rdiff -u -r1.65 -r1.66 pkgsrc/inputmethod/uim/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/inputmethod/uim-tomoe-gtk/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/basic256/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/lang/classpath-gui/Makefile cvs rdiff -u -r1.90 -r1.91 pkgsrc/lang/clisp/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/lang/coq/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/lang/kaffe-x11/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/racket/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/sablevm-classpath-gui/Makefile cvs rdiff -u -r1.69 -r1.70 pkgsrc/lang/smalltalk/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/squeak-vm/Makefile cvs rdiff -u -r1.40 -r1.41 pkgsrc/mail/akonadi/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/akonadi/buildlink3.mk cvs rdiff -u -r1.89 -r1.90 pkgsrc/mail/balsa/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/mail/claws-mail/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/mail/claws-mail-archive/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/mail/claws-mail-attachwarner/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/claws-mail-attremover/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/claws-mail-cachesaver/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/mail/claws-mail-dillo-viewer/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/mail/claws-mail-fetchinfo/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/mail/claws-mail-gtkhtml/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/claws-mail-mailmbox/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/mail/claws-mail-newmail/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/mail/claws-mail-notification/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/mail/claws-mail-pgpcore/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/claws-mail-pgpcore/buildlink3.mk cvs rdiff -u -r1.26 -r1.27 pkgsrc/mail/claws-mail-pgpinline/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/mail/claws-mail-pgpmime/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/mail/claws-mail-rssyl/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/mail/claws-mail-smime/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/mail/claws-mail-spamreport/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/claws-mail-synce/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/mail/claws-mail-tnef/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/mail/claws-mail-vcalendar/Makefile cvs rdiff -u -r1.184 -r1.185 pkgsrc/mail/evolution/Makefile cvs rdiff -u -r1.48 -r1.49 pkgsrc/mail/evolution/buildlink3.mk cvs rdiff -u -r1.123 -r1.124 pkgsrc/mail/evolution-data-server/Makefile cvs rdiff -u -r1.63 -r1.64 pkgsrc/mail/evolution-exchange/Makefile cvs rdiff -u -r1.68 -r1.69 pkgsrc/mail/mail-notification/Makefile cvs rdiff -u -r1.41 -r1.42 pkgsrc/mail/msmtp/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/netbiff/Makefile cvs rdiff -u -r1.139 -r1.140 pkgsrc/mail/sylpheed/Makefile cvs rdiff -u -r1.98 -r1.99 pkgsrc/mail/thunderbird/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/mail/thunderbird10/Makefile cvs rdiff -u -r1.129 -r1.130 pkgsrc/math/R/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/analitza/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/analitza/buildlink3.mk cvs rdiff -u -r1.22 -r1.23 pkgsrc/math/calcoo/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/cantor/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/cgal/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/cgal/buildlink3.mk cvs rdiff -u -r1.31 -r1.32 pkgsrc/math/euler/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/math/extcalc/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/math/fityk/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/math/galculator/Makefile cvs rdiff -u -r1.106 -r1.107 pkgsrc/math/gcalctool/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/gcalctool-gtk3/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/math/genius/Makefile cvs rdiff -u -r1.160 -r1.161 pkgsrc/math/gnumeric/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/math/gnumeric110/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/math/grpn/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/math/gtklife/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/kalgebra/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/kcalc/Makefile cvs rdiff -u -r1.57 -r1.58 pkgsrc/math/pspp/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/math/qalculate-bases/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/math/qalculate-currency/Makefile cvs rdiff -u -r1.49 -r1.50 pkgsrc/math/qalculate-gtk/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/math/qalculate-units/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/speedcrunch/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/math/wxMaxima/Makefile cvs rdiff -u -r1.54 -r1.55 pkgsrc/meta-pkgs/xfce4/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/meta-pkgs/xfce4/buildlink3.mk cvs rdiff -u -r1.49 -r1.50 pkgsrc/meta-pkgs/xfce4-extras/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/misc/attica/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/misc/attica/buildlink3.mk cvs rdiff -u -r1.25 -r1.26 pkgsrc/misc/blccc/Makefile cvs rdiff -u -r1.43 -r1.44 pkgsrc/misc/calibre/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/misc/celestia/Makefile cvs rdiff -u -r1.64 -r1.65 pkgsrc/misc/deskbar-applet/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/misc/fbreader/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/misc/gelemental/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/misc/gkrellm-flynn/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/misc/gkrellm-launch/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/misc/gkrellm-leds/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/misc/gkrellm-moon/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/misc/gkrellm-weather/Makefile cvs rdiff -u -r1.119 -r1.120 pkgsrc/misc/gnome-utils/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/misc/goffice0.6/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/misc/goffice0.6/buildlink3.mk cvs rdiff -u -r1.27 -r1.28 pkgsrc/misc/goffice0.8/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/misc/goffice0.8/buildlink3.mk cvs rdiff -u -r1.78 -r1.79 pkgsrc/misc/gok/Makefile cvs rdiff -u -r1.57 -r1.58 pkgsrc/misc/gperiodic/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/misc/gwaei/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kaccessible/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kalzium/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/misc/kanjipad/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kbruch/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kcharselect/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/misc/kchmviewer/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kde-wallpapers4/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/misc/kdeadmin4/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/misc/kdeartwork4/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/misc/kdepim-runtime4/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/misc/kdepim4/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/misc/kdepimlibs4/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/misc/kdepimlibs4/buildlink3.mk cvs rdiff -u -r1.33 -r1.34 pkgsrc/misc/kdeplasma-addons4/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/misc/kgeography/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kig/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kiten/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/klettres/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kmag/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kmousetool/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kmouth/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kremotecontrol/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/misc/kstars/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/ktouch/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kturtle/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kwordquiz/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/libkdeedu/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/libkdeedu/buildlink3.mk cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/libkgeomap/Makefile \ pkgsrc/misc/libkgeomap/buildlink3.mk cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/libkvkontakte/Makefile \ pkgsrc/misc/libkvkontakte/buildlink3.mk cvs rdiff -u -r1.12 -r1.13 pkgsrc/misc/libreoffice/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/misc/marble/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/marble/buildlink3.mk cvs rdiff -u -r1.30 -r1.31 pkgsrc/misc/mousetweaks/Makefile cvs rdiff -u -r1.73 -r1.74 pkgsrc/misc/openoffice3/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/parley/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/rocs/Makefile cvs rdiff -u -r1.61 -r1.62 pkgsrc/misc/stellarium/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/step/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/misc/superkaramba/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/sweeper/Makefile cvs rdiff -u -r1.56 -r1.57 pkgsrc/misc/tellico/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/misc/usbprog/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/misc/vym/Makefile cvs rdiff -u -r1.56 -r1.57 pkgsrc/misc/xchm/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/misc/xfce4-weather-plugin/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/misc/xfce4-weather-plugin/buildlink3.mk cvs rdiff -u -r1.109 -r1.110 pkgsrc/misc/yelp/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/misc/yelp3/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/misc/zyGrib/Makefile cvs rdiff -u -r1.76 -r1.77 pkgsrc/multimedia/avidemux/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/multimedia/clutter-gst/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/multimedia/clutter-gst/buildlink3.mk cvs rdiff -u -r1.12 -r1.13 pkgsrc/multimedia/clutter08-gst/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/multimedia/clutter08-gst/buildlink3.mk cvs rdiff -u -r1.43 -r1.44 pkgsrc/multimedia/dvdstyler/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/multimedia/farsight2/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/multimedia/farsight2/buildlink3.mk cvs rdiff -u -r1.16 -r1.17 pkgsrc/multimedia/gecko-mediaplayer/Makefile cvs rdiff -u -r1.52 -r1.53 pkgsrc/multimedia/gmencoder/Makefile cvs rdiff -u -r1.102 -r1.103 pkgsrc/multimedia/gmplayer/Makefile cvs rdiff -u -r1.57 -r1.58 pkgsrc/multimedia/gnash/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/multimedia/gnome-media/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/multimedia/gnome-media/buildlink3.mk cvs rdiff -u -r1.16 -r1.17 pkgsrc/multimedia/gnome-mplayer/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/multimedia/gopchop/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/multimedia/gst123/Makefile cvs rdiff -u -r1.63 -r1.64 pkgsrc/multimedia/gxine/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/multimedia/handbrake/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/multimedia/hwdecode-demos/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/multimedia/kdemultimedia4/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/multimedia/kdenlive/Makefile cvs rdiff -u -r1.68 -r1.69 pkgsrc/multimedia/kmplayer/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/multimedia/kmplayer-kde3/Makefile cvs rdiff -u -r1.49 -r1.50 pkgsrc/multimedia/mkvtoolnix/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/multimedia/mkvtoolnix-old/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/multimedia/mlt/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/multimedia/mplayer-plugin/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/multimedia/ogle_gui/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/multimedia/phonon/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/multimedia/phonon/buildlink3.mk cvs rdiff -u -r1.4 -r1.5 pkgsrc/multimedia/phonon-backend-gstreamer/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/multimedia/pitivi/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/multimedia/pspvc/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/multimedia/py-clutter-gst/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/multimedia/ruby-clutter-gst/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/multimedia/subtitleeditor/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/multimedia/swfdec/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/multimedia/swfdec/buildlink3.mk cvs rdiff -u -r1.21 -r1.22 pkgsrc/multimedia/swfdec-gnome/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/multimedia/swfdec-mozilla/Makefile cvs rdiff -u -r1.59 -r1.60 pkgsrc/multimedia/totem/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/multimedia/totem/buildlink3.mk cvs rdiff -u -r1.24 -r1.25 pkgsrc/multimedia/totem-browser-plugin/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/multimedia/totem-nautilus/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/multimedia/totem-pl-parser/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/multimedia/totem-pl-parser/buildlink3.mk cvs rdiff -u -r1.140 -r1.141 pkgsrc/multimedia/vlc/Makefile cvs rdiff -u -r1.43 -r1.44 pkgsrc/multimedia/vlc08/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/multimedia/vlc10/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/multimedia/vlc2/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/multimedia/xfce4-mpc-plugin/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/multimedia/xfce4-mpc-plugin/buildlink3.mk cvs rdiff -u -r1.33 -r1.34 pkgsrc/multimedia/xfmedia/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/multimedia/xvid4conf/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/Transmission-gui/Makefile cvs rdiff -u -r1.53 -r1.54 pkgsrc/net/amule/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/avahi/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/avahi/buildlink3.mk cvs rdiff -u -r1.84 -r1.85 pkgsrc/net/bug-buddy/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/cacti/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/choqok/Makefile cvs rdiff -u -r1.64 -r1.65 pkgsrc/net/dc_gui2/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/dcsharp/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/dhcpcd-gtk/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/ed2k-gtk-gui/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/net/ekiga/Makefile cvs rdiff -u -r1.69 -r1.70 pkgsrc/net/etherape/Makefile cvs rdiff -u -r1.57 -r1.58 pkgsrc/net/ettercap/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/net/filezilla/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/gitso/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/gkrellm-multiping/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/net/gkrellm-snmp/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/net/gkrellm-wireless/Makefile cvs rdiff -u -r1.59 -r1.60 pkgsrc/net/gnome-netstatus/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/gnome-nettool/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/gnome-vfs-smb/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/gssdp/Makefile cvs rdiff -u -r1.77 -r1.78 pkgsrc/net/gtk-gnutella/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/gtk-vnc/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/gtk-vnc/buildlink3.mk cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/gupnp-tools/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/net/jigdo/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/net/kdenetwork4/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/kmldonkey/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/net/ktorrent/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/libdmapsharing/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/libktorrent/Makefile \ pkgsrc/net/libktorrent/buildlink3.mk cvs rdiff -u -r1.32 -r1.33 pkgsrc/net/logjam/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/mbrowse/Makefile cvs rdiff -u -r1.56 -r1.57 pkgsrc/net/mldonkey-gui/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/monsoon/Makefile cvs rdiff -u -r1.73 -r1.74 pkgsrc/net/mtr/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/nagstamon/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/nfdump/Makefile cvs rdiff -u -r1.93 -r1.94 pkgsrc/net/nmap/Makefile cvs rdiff -u -r1.78 -r1.79 pkgsrc/net/ntop/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/remmina/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/remmina-plugins/Makefile cvs rdiff -u -r1.65 -r1.66 pkgsrc/net/tsclient/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/twitux/Makefile cvs rdiff -u -r1.59 -r1.60 pkgsrc/net/unison/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/unison2.32/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/urlgfe/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/vinagre/Makefile cvs rdiff -u -r1.55 -r1.56 pkgsrc/net/vino/Makefile cvs rdiff -u -r1.86 -r1.87 pkgsrc/net/wireshark/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/wistumbler2-gtk/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/xfce4-wavelan-plugin/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/xfce4-wavelan-plugin/buildlink3.mk cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/xymon/Makefile cvs rdiff -u -r1.71 -r1.72 pkgsrc/news/pan/Makefile cvs rdiff -u -r1.41 -r1.42 pkgsrc/parallel/ganglia-monitor-core/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/parallel/hwloc/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/pkgtools/gnome-packagekit/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/pkgtools/packagekit/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/print/abcm2ps/Makefile cvs rdiff -u -r1.50 -r1.51 pkgsrc/print/advi/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/print/diffpdf/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/print/epdfview/Makefile cvs rdiff -u -r1.84 -r1.85 pkgsrc/print/evince/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/print/evince/buildlink3.mk cvs rdiff -u -r1.48 -r1.49 pkgsrc/print/evince-nautilus/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/evince3/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/evince3/buildlink3.mk cvs rdiff -u -r1.58 -r1.59 pkgsrc/print/glabels/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/print/gtklp/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/print/gutenprint-lib/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/hplip/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/print/imposter/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/print/kbibtex/Makefile cvs rdiff -u -r1.83 -r1.84 pkgsrc/print/libgnomeprint/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/print/libgnomeprint/buildlink3.mk cvs rdiff -u -r1.71 -r1.72 pkgsrc/print/libgnomeprintui/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/print/libgnomeprintui/buildlink3.mk cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/libgxps/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/libgxps/buildlink3.mk cvs rdiff -u -r1.81 -r1.82 pkgsrc/print/lilypond/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/print/okular/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/paps/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/print/poppler-glib/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/print/poppler-glib/buildlink3.mk cvs rdiff -u -r1.29 -r1.30 pkgsrc/print/poppler-qt4/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/printer-applet/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/print/ruby-gnome2-poppler/Makefile cvs rdiff -u -r1.79 -r1.80 pkgsrc/print/scribus/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/print/scribus-qt4/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/print/xfce4-print/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/print/xfce4-print/buildlink3.mk cvs rdiff -u -r1.27 -r1.28 pkgsrc/security/MyPasswordSafe/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/fprint-demo/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/security/fwbuilder/Makefile cvs rdiff -u -r1.71 -r1.72 pkgsrc/security/gnome-keyring/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/security/gnome-keyring/buildlink3.mk cvs rdiff -u -r1.36 -r1.37 pkgsrc/security/gnome-keyring-manager/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/security/gpa/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/security/gpass/Makefile cvs rdiff -u -r1.40 -r1.41 pkgsrc/security/honeyd/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/security/hydra/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/keepassx/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/kgpg/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/ksecrets/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/kwallet/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/security/libfwbuilder/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/security/libfwbuilder/buildlink3.mk cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/openvas-client/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/pinentry-gtk2/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/pinentry-qt4/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/policykit-gnome/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/polkit-qt/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/polkit-qt/buildlink3.mk cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/putty/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/qca2/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/qca2/buildlink3.mk cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/qca2-gnupg/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/security/qca2-ossl/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/qoauth/Makefile \ pkgsrc/security/qoauth/buildlink3.mk cvs rdiff -u -r1.104 -r1.105 pkgsrc/security/seahorse/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/seahorse/buildlink3.mk cvs rdiff -u -r1.32 -r1.33 pkgsrc/security/seahorse-plugins/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/amtterm/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/bacula-qt-console/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/sysutils/bacula-tray-monitor/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/bacula-wx-console/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/sysutils/brasero/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/brasero/buildlink3.mk cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/brasero-nautilus/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/btpin-qt/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/bubblemon/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/conky/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/dvdisaster/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/filelight/Makefile cvs rdiff -u -r1.60 -r1.61 pkgsrc/sysutils/gcdmaster/Makefile cvs rdiff -u -r1.70 -r1.71 pkgsrc/sysutils/gkrellm/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/gkrellm/buildlink3.mk cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/gkrellm-est/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/sysutils/gnome-commander/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/gnome-device-manager/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/gnome-mount/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/gnome-mount/buildlink3.mk cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/gnome-nds-thumbnailer/Makefile cvs rdiff -u -r1.44 -r1.45 pkgsrc/sysutils/gnome-pkgview/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/sysutils/gnome-power-manager/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/sysutils/gnome-settings-daemon/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/gnome-system-monitor/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/gnome-system-tools/Makefile cvs rdiff -u -r1.94 -r1.95 pkgsrc/sysutils/gnome-vfs/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/sysutils/gnome-vfs/buildlink3.mk cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/gnome-vfs-monikers/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/sysutils/gnome-vfsmm/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/gnome-vfsmm/buildlink3.mk cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/gnome-volume-manager/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/sysutils/grun/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/gst-plugins0.10-gnomevfs/Makefile cvs rdiff -u -r1.41 -r1.42 pkgsrc/sysutils/gtk-send-pr/Makefile cvs rdiff -u -r1.45 -r1.46 pkgsrc/sysutils/gvfs/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/sysutils/k3b/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/k4dirstat/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/kdf/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/kfloppy/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/libgksu/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/libgksu/buildlink3.mk cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/libnotify/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/libnotify/buildlink3.mk cvs rdiff -u -r1.125 -r1.126 pkgsrc/sysutils/nautilus/Makefile cvs rdiff -u -r1.50 -r1.51 pkgsrc/sysutils/nautilus/buildlink3.mk cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/nautilus-sendto/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/notification-daemon/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/open-vm-tools/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/p5-Gnome2-VFS/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/p5-Gnome2-VFS/buildlink3.mk cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/pcmanfm/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/sysutils/py-notify/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/py-notify/buildlink3.mk cvs rdiff -u -r1.63 -r1.64 pkgsrc/sysutils/rox/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/screentest/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/strigi/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/virt-manager/Makefile cvs rdiff -u -r1.62 -r1.63 pkgsrc/sysutils/xcdroast/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/sysutils/xfce4-appfinder/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/xfce4-battery-plugin/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/xfce4-battery-plugin/buildlink3.mk cvs rdiff -u -r1.24 -r1.25 pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile cvs rdiff -u -r1.28 -r1.29 \ pkgsrc/sysutils/xfce4-cpugraph-plugin/buildlink3.mk cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/xfce4-diskperf-plugin/Makefile cvs rdiff -u -r1.29 -r1.30 \ pkgsrc/sysutils/xfce4-diskperf-plugin/buildlink3.mk cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/xfce4-fsguard-plugin/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/xfce4-fsguard-plugin/buildlink3.mk cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/xfce4-genmon-plugin/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/xfce4-genmon-plugin/buildlink3.mk cvs rdiff -u -r1.30 -r1.31 pkgsrc/sysutils/xfce4-netload-plugin/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/xfce4-netload-plugin/buildlink3.mk cvs rdiff -u -r1.22 -r1.23 \ pkgsrc/sysutils/xfce4-quicklauncher-plugin/Makefile cvs rdiff -u -r1.28 -r1.29 \ pkgsrc/sysutils/xfce4-quicklauncher-plugin/buildlink3.mk cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/xfce4-systemload-plugin/Makefile cvs rdiff -u -r1.30 -r1.31 \ pkgsrc/sysutils/xfce4-systemload-plugin/buildlink3.mk cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/xfce4-thunar/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/xfce4-thunar/buildlink3.mk cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/xfce4-volman/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/xfce4-xarchiver/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/xfce4-xarchiver/buildlink3.mk cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/xfce4-xkb-plugin/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/sysutils/xfce4-xkb-plugin/buildlink3.mk cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/FlightCrew/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/OdfConverter/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/dikt/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/ebview/Makefile cvs rdiff -u -r1.49 -r1.50 pkgsrc/textproc/gnome-spell/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/textproc/gnome-spell/buildlink3.mk cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/gnome-subtitles/Makefile cvs rdiff -u -r1.48 -r1.49 pkgsrc/textproc/gtkspell/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/gtkspell/buildlink3.mk cvs rdiff -u -r1.31 -r1.32 pkgsrc/textproc/py-gdick/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/soprano/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/soprano/buildlink3.mk cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/xfce4-dict-plugin/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/xfce4-dict-plugin/buildlink3.mk cvs rdiff -u -r1.26 -r1.27 pkgsrc/time/cairo-clock/Makefile cvs rdiff -u -r1.58 -r1.59 pkgsrc/time/evolution-webcal/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/time/gchore/Makefile cvs rdiff -u -r1.43 -r1.44 pkgsrc/time/gdeskcal/Makefile cvs rdiff -u -r1.54 -r1.55 pkgsrc/time/gnotime/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/time/gtodo/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/time/gtodo-applet/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/time/hamster-applet/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/time/ktimer/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/time/planner/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/time/rsibreak/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/time/xfce4-datetime-plugin/Makefile \ pkgsrc/time/xfce4-datetime-plugin/buildlink3.mk cvs rdiff -u -r1.18 -r1.19 pkgsrc/time/xfce4-orage/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/time/xfce4-timer-plugin/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/time/xfce4-timer-plugin/buildlink3.mk cvs rdiff -u -r1.57 -r1.58 pkgsrc/wm/afterstep/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/wm/awesome/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/wm/bmpanel2/Makefile cvs rdiff -u -r1.51 -r1.52 pkgsrc/wm/compiz/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/wm/compiz/buildlink3.mk cvs rdiff -u -r1.19 -r1.20 pkgsrc/wm/compiz-fusion-plugins-extra/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/wm/compiz-fusion-plugins-main/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/wm/compiz-fusion-plugins-main/buildlink3.mk cvs rdiff -u -r1.34 -r1.35 pkgsrc/wm/e16menuedit2/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/wm/fluxconf/Makefile cvs rdiff -u -r1.102 -r1.103 pkgsrc/wm/metacity/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/wm/metacity/buildlink3.mk cvs rdiff -u -r1.26 -r1.27 pkgsrc/wm/metisse/Makefile cvs rdiff -u -r1.77 -r1.78 pkgsrc/wm/openbox/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/wm/oroborox/Makefile cvs rdiff -u -r1.66 -r1.67 pkgsrc/wm/sawfish/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/wm/selectwm/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/wm/wbar/Makefile cvs rdiff -u -r1.56 -r1.57 pkgsrc/wm/wmakerconf/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/wm/xfce4-wm/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/wm/xfce4-wm-themes/Makefile cvs rdiff -u -r1.73 -r1.74 pkgsrc/www/amaya/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/ap22-dnssd/Makefile cvs rdiff -u -r1.100 -r1.101 pkgsrc/www/bluefish/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/browser-bookmarks-menu/Makefile cvs rdiff -u -r1.64 -r1.65 pkgsrc/www/drivel/Makefile cvs rdiff -u -r1.130 -r1.131 pkgsrc/www/epiphany/Makefile cvs rdiff -u -r1.49 -r1.50 pkgsrc/www/epiphany/buildlink3.mk cvs rdiff -u -r1.75 -r1.76 pkgsrc/www/epiphany-extensions/Makefile cvs rdiff -u -r1.111 -r1.112 pkgsrc/www/firefox/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/firefox10/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/firefox36/Makefile cvs rdiff -u -r1.51 -r1.52 pkgsrc/www/gtkhtml314/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/icedtea-web/Makefile cvs rdiff -u -r1.49 -r1.50 pkgsrc/www/kazehakase/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/kdewebdev4/Makefile cvs rdiff -u -r1.61 -r1.62 pkgsrc/www/libgtkhtml/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/libgtkhtml/buildlink3.mk cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/libmediawiki/Makefile \ pkgsrc/www/libmediawiki/buildlink3.mk cvs rdiff -u -r1.107 -r1.108 pkgsrc/www/liferea/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/liferea-current/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/www/midori/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/netsurf/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/nspluginwrapper/Makefile cvs rdiff -u -r1.77 -r1.78 pkgsrc/www/seamonkey/Makefile cvs rdiff -u -r1.58 -r1.59 pkgsrc/www/webkit-gtk/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/webkit-gtk/buildlink3.mk cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/webkit-gtk3/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/webkit-gtk3/buildlink3.mk cvs rdiff -u -r1.40 -r1.41 pkgsrc/x11/alacarte/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/antiright/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/avant-window-navigator/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/clisp-gtk2/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/deskmenu/Makefile cvs rdiff -u -r1.51 -r1.52 pkgsrc/x11/devilspie/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/eekboard/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/eekboard/buildlink3.mk cvs rdiff -u -r1.44 -r1.45 pkgsrc/x11/fast-user-switch-applet/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/fltk13/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/ftmenu/Makefile cvs rdiff -u -r1.169 -r1.170 pkgsrc/x11/gdm/Makefile cvs rdiff -u -r1.104 -r1.105 pkgsrc/x11/gnome-applets/Makefile cvs rdiff -u -r1.54 -r1.55 pkgsrc/x11/gnome-control-center/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/gnome-control-center/buildlink3.mk cvs rdiff -u -r1.116 -r1.117 pkgsrc/x11/gnome-desktop/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/x11/gnome-desktop/buildlink3.mk cvs rdiff -u -r1.37 -r1.38 pkgsrc/x11/gnome-desktop-sharp/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/gnome-desktop-sharp/buildlink3.mk cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/gnome-desktop3/Makefile \ pkgsrc/x11/gnome-desktop3/buildlink3.mk cvs rdiff -u -r1.72 -r1.73 pkgsrc/x11/gnome-mag/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/gnome-mag/buildlink3.mk cvs rdiff -u -r1.147 -r1.148 pkgsrc/x11/gnome-panel/Makefile cvs rdiff -u -r1.51 -r1.52 pkgsrc/x11/gnome-panel/buildlink3.mk cvs rdiff -u -r1.57 -r1.58 pkgsrc/x11/gnome-screensaver/Makefile cvs rdiff -u -r1.138 -r1.139 pkgsrc/x11/gnome-session/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/x11/gnome-sharp/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/x11/gnome-sharp/buildlink3.mk cvs rdiff -u -r1.45 -r1.46 pkgsrc/x11/gnome-terminal/Makefile cvs rdiff -u -r1.88 -r1.89 pkgsrc/x11/gnome-themes/Makefile cvs rdiff -u -r1.57 -r1.58 pkgsrc/x11/gnome-themes-extras/Makefile cvs rdiff -u -r1.77 -r1.78 pkgsrc/x11/gnopernicus/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/grandr_applet/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/gromit/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/gselt/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/x11/gtk-sharp/Makefile cvs rdiff -u -r1.235 -r1.236 pkgsrc/x11/gtk2/Makefile cvs rdiff -u -r1.55 -r1.56 pkgsrc/x11/gtk2/buildlink3.mk cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/gtk2+extra/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/gtk2+extra/buildlink3.mk cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/gtk2-chtheme/Makefile cvs rdiff -u -r1.76 -r1.77 pkgsrc/x11/gtk2-engines/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/gtk2-engines/buildlink3.mk cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/gtk2-engines-bluecurve/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/gtk2-engines-murrine/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/gtk2-theme-switch/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/gtk3/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/gtk3/buildlink3.mk cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/gtkada/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/gtkada/buildlink3.mk cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/gtkglarea2/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/gtkglarea2/buildlink3.mk cvs rdiff -u -r1.84 -r1.85 pkgsrc/x11/gtkmm/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/gtkmm/buildlink3.mk cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/gtkmm-utils/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/gtkmm-utils/buildlink3.mk cvs rdiff -u -r1.63 -r1.64 pkgsrc/x11/gtksourceview/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/gtksourceview/buildlink3.mk cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/gtksourceview-sharp2/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/gtksourceview2/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/gtksourceview2/buildlink3.mk cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/gtksourceview3/Makefile \ pkgsrc/x11/gtksourceview3/buildlink3.mk cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/gtkterm2/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/hot-babe/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/kactivities/Makefile \ pkgsrc/x11/kactivities/buildlink3.mk cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/kde-baseapps4/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/kde-runtime4/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/kde-runtime4/buildlink3.mk cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/kde-workspace4/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/kde-workspace4/buildlink3.mk cvs rdiff -u -r1.46 -r1.47 pkgsrc/x11/kdelibs4/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/kdelibs4/buildlink3.mk cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/konsole/Makefile cvs rdiff -u -r1.67 -r1.68 pkgsrc/x11/lablgtk/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/lablgtk/buildlink3.mk cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/libdesktop-agnostic/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/libdesktop-agnostic/buildlink3.mk cvs rdiff -u -r1.36 -r1.37 pkgsrc/x11/libgnomekbd/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/libunique/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/libunique/buildlink3.mk cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/libunique3/Makefile cvs rdiff -u -r1.40 -r1.41 pkgsrc/x11/libxfce4gui/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/x11/libxfce4gui/buildlink3.mk cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/libxfce4menu/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/libxfce4menu/buildlink3.mk cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/libxfce4util/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/matchbox-panel-manager/Makefile cvs rdiff -u -r1.71 -r1.72 pkgsrc/x11/mlterm/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/x11/nucleo/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/nucleo/buildlink3.mk cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/p5-Alien-wxWidgets/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/p5-Wx/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/p5-Wx/buildlink3.mk cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/p5-Wx-Perl-ProcessStream/Makefile cvs rdiff -u -r1.48 -r1.49 pkgsrc/x11/p5-gtk2/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/p5-gtk2/buildlink3.mk cvs rdiff -u -r1.85 -r1.86 pkgsrc/x11/py-gnome2/Makefile cvs rdiff -u -r1.40 -r1.41 pkgsrc/x11/py-gnome2/buildlink3.mk cvs rdiff -u -r1.66 -r1.67 pkgsrc/x11/py-gnome2-desktop/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/py-gnome2-desktop/buildlink3.mk cvs rdiff -u -r1.56 -r1.57 pkgsrc/x11/py-gnome2-extras/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/py-gnome2-extras/buildlink3.mk cvs rdiff -u -r1.86 -r1.87 pkgsrc/x11/py-gtk2/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/x11/py-gtk2/buildlink3.mk cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/py-gtksourceview/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/py-kde4/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/py-kiwi/Makefile cvs rdiff -u -r1.53 -r1.54 pkgsrc/x11/py-qt4/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/py-qt4-qscintilla/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/py-qt4-qscintilla/buildlink3.mk cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/py-vte/Makefile \ pkgsrc/x11/py-vte/buildlink3.mk cvs rdiff -u -r1.38 -r1.39 pkgsrc/x11/py-wxWidgets/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/py-wxWidgets/buildlink3.mk cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/qt4-creator/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/qt4-docs/Makefile cvs rdiff -u -r1.77 -r1.78 pkgsrc/x11/qt4-libs/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/x11/qt4-libs/buildlink3.mk cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/qt4-mng/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/qt4-mysql/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/x11/qt4-pgsql/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/qt4-qdbus/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/qt4-qdbus/buildlink3.mk cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/qt4-qscintilla/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/qt4-qscintilla/buildlink3.mk cvs rdiff -u -r1.28 -r1.29 pkgsrc/x11/qt4-sqlite3/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/qt4-tiff/Makefile cvs rdiff -u -r1.53 -r1.54 pkgsrc/x11/qt4-tools/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/qt4-tools/buildlink3.mk cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/qwt-qt4/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/qwt-qt4/buildlink3.mk cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/qwt6-qt4/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/qwt6-qt4/buildlink3.mk cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/qwtplot3d-qt4/Makefile \ pkgsrc/x11/qwtplot3d-qt4/buildlink3.mk cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/rep-gtk2/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/rox-session/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/x11/ruby-gnome2-gtk/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/ruby-gnome2-gtk/buildlink3.mk cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/ruby-gnome2-gtksourceview2/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/ruby-gnome2-vte/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/ruby-wxruby/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/sakura/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/tint2/Makefile cvs rdiff -u -r1.91 -r1.92 pkgsrc/x11/vte/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/vte/buildlink3.mk cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/vte029/Makefile \ pkgsrc/x11/vte029/buildlink3.mk cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/wxGTK24/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/wxGTK24/buildlink3.mk cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/wxGTK26/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/wxGTK26/buildlink3.mk cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/wxGTK26-contrib/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/wxGTK26-contrib/buildlink3.mk cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/wxGTK28/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/wxGTK28/buildlink3.mk cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/wxGTK28-contrib/Makefile \ pkgsrc/x11/wxGTK28-contrib/buildlink3.mk cvs rdiff -u -r1.37 -r1.38 pkgsrc/x11/wxhaskell/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/x11/x11vnc/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/x11/xdialog/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/xfce4-clipman-plugin/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/xfce4-clipman-plugin/buildlink3.mk cvs rdiff -u -r1.47 -r1.48 pkgsrc/x11/xfce4-desktop/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/xfce4-exo/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/xfce4-exo/buildlink3.mk cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/xfce4-eyes-plugin/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/xfce4-eyes-plugin/buildlink3.mk cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/xfce4-gtk2-engine/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/x11/xfce4-notes-plugin/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/xfce4-notes-plugin/buildlink3.mk cvs rdiff -u -r1.50 -r1.51 pkgsrc/x11/xfce4-panel/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/x11/xfce4-panel/buildlink3.mk cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/xfce4-places-plugin/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/xfce4-places-plugin/buildlink3.mk cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/xfce4-screenshooter-plugin/Makefile cvs rdiff -u -r1.16 -r1.17 \ pkgsrc/x11/xfce4-screenshooter-plugin/buildlink3.mk cvs rdiff -u -r1.38 -r1.39 pkgsrc/x11/xfce4-session/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/x11/xfce4-session/buildlink3.mk cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/xfce4-settings/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/xfce4-terminal/Makefile cvs rdiff -u -r1.45 -r1.46 pkgsrc/x11/xfce4-utils/Makefile cvs rdiff -u -r1.97 -r1.98 pkgsrc/x11/xlockmore/Makefile cvs rdiff -u -r1.40 -r1.41 pkgsrc/x11/xpad/Makefile cvs rdiff -u -r1.58 -r1.59 pkgsrc/x11/xplanet/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/x11/xscreensaver-demo/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/xvidcap-gtk2/Makefile cvs rdiff -u -r1.70 -r1.71 pkgsrc/x11/zenity/Makefile ------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Tue Oct 2 17:18:28 UTC 2012 Modified Files: pkgsrc/graphics/cairo: Makefile buildlink3.mk Log Message: Revert unintentional revision bump. To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 pkgsrc/graphics/cairo/Makefile cvs rdiff -u -r1.45 -r1.46 pkgsrc/graphics/cairo/buildlink3.mk
Mass recursive bump after the dependence fix of the "cairo" package requested by Thomas Klausner.
recursive bump from libffi shlib major bump (additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
Revbump after updating graphics/cairo
graphics/graphviz: Add tcl/tk 8.5 support The PLIST was hardcoded for tcl8.4. Leverage the tcl Makefile.version to generate PLIST_SUBST variable so it won't break with tcl8.6.
Recursive PKGREVISION bump for libxml2 buildlink addition.
Make sure rpath to Perl module is properly set. Bump revision.
former tclsh path fixes also resolve an unwanted symbolic link creation in BUILDLINK_DIR. Bump PKGREVISION.
refrect reality to PKGCONFIG_OVERRIDE.
More pcre PKGREVISION bumps.
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 lang/ocaml buildlink addition.
There is no reason this package must care about lib/lua/5.1. Remove @pkgdir for it from the PLIST. Bump PKGREVISION.
Recursive bump for graphics/freetype2 buildlink addition.
Revision bump after updating perl5 to 5.14.1.
recursive bump from gettext-lib shlib bump.
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Mechanically replace references to graphics/jpeg with the suitable alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
Update graphviz to 2.26.3. pkgsrc changes: fix a bit of pkglint. Todo: add an option to enable smyrna. Upstream changelog: January 26, 2010 - Release 2.26.3 - libcgraph.so version bumped from 4 to 5 due to API changes - Allow ranksep to specify multiple radial differences in twopi - Allow the user to specify all pairwise distances in neato with - Fixed bugs: 1280, 1409, 1567, 1583, 1624, 1631, 1655, 1708, 1709, 1727, 1784, 1792, 1798, 1800, 1813, 1814, 1830, 1831, 1833, 1836, 1839 December 10, 2009 - Release 2.26.0 - Core features: - added: "smyrna" - a new opengl-based viewer for large graphs - added: rudimentary "gml2gv", "gv2gml" converters - extended support for various image formats in node images - removed vestiges of codegens, now all putput formats supported through plugins. Dropped some output formats for which plugins have not been developed: -Tdia, -Tmif - gvpr converted to a library; additional array handling and text processing functions added; language extended to allow multiple BEG_G/N/E blocks. - allow background images specified via xdot - Fixed bugs: 1683, 1713, 1718, 1720, 1738, 1747, 1759, 1770, 1776, 1786, 1799, 1816, 1827
PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome
More PKGREVISION bumps for pixman update.
Bump PKGREVISION for DEPENDENCY change.
remove dependency on ghostscript-fonts -- this pkg uses fontconfig to access fonts
Bump the PKGREVISION for all packages which depend directly on perl, to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
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.
Recursive revision bump for GMP update.
Second try at jpeg-8 recursive PKGREVISION bump.
Recursive bump for libltdl
Add 'clean' to PRIVILEGED_STAGES.
Updating graphics/graphviz from 2.22.2 to 2.24.0 pkgsrc changes: - Adding support for ghostscript - Removing option for swig - it's used automatically now when a language binding is choosen - Removing rsvg and guile from suggested options to reduce default dependencies Upstream changes: June 16, 2009 - Release 2.24.0 - Core: - add new layout engine for large graphs: sfdp - Fixed bugs: 1515, 1590, 1598, 1601, 1605, 1607, 1609, 1610, 1611, 1614, 1615, 1617, 1625, 1628, 1634, 1635, 1640, 1641, 1642, 1646, 1649, 1651, 1652
bump revision because of graphics/jpeg update
PkgSrc changes: - Updating package graphics/graphviz to 2.22.2 - Setting license to cpl-1.0 - Rework optional dependencies handling (handle dependencies of dependencies) Upstream changes: March 13, 2009 - Release 2.22.2 - fix for buffer overflow (present in 2.22.0 and 2.22.1) - Fixed bugs: 1596, 1602 March 9, 2009 - Release 2.22.1 - build fixes for Visual Studio and for FreeBSD March 3, 2009 - Release 2.22.0 - Core: - libgvc api changed, version bumped. Affects third party applications using libgvc. - plugin api changed, version bumped. Affects third party plugins for graphviz. - 90% conversion to cgraph has been done, but not enabled yet, (and yes, its true what they say about the last 10% ) - drop libagraph from distribution (use libcgraph) - layout code completely converted to floating point. - new "dot -P" option for generating a graph of available plugins. - registered MIME type: text/vnd.graphviz for .gv files - rename files from .dot to .gv to avoid conflict with Word templates. .dot still supported, but deprecated. - new command: mm2gv (matrix-market graph file conversion) - rename commands: dot2gxl -> gv2gxl gxl2dot -> gxl2gv - Plugins: - new rsvg plugin for support of node shapes in SVG format - new gs plugin for support of node shapes in PS format - new lasi plugin for support of UTF-8 characters in PS output (the above thee plugins are Linux only, at the moment) - new quartz plugin (MacOSx only) - new gdiplus plugin (Windows only) - new -Tvml support in core plugin (thanks Steve Roush) - new -Ttk support in core plugin (also used by Tcldot and gv_tcl language bindings.) - disabled old style codegens completely - Linux: - new Ubuntu8 builds - new Fedora 10 and 11 builds - MacOSx: - Universal binary for Leopard: i386, x86_64, ppc, ppc64 - Should not conflict with parallel install of MacPorts version of graphviz - Improved GUI - Windows: - VisualC project files now available, in addition to the GNU Makefiles that are used the mingw builds. - Language Bindings: - fixed problem with writing dot, xdot, plain, canon to memory or to Tcl_Channels - renamed man pages to Debian style: gv.3tcl, gv.3perl, etc - Fixed bugs: 827, 1365, 1366, 1367, 1368, 1374, 1375, 1376, 1378, 1380, 1382, 1383, 1385, 1386, 1388, 1390, 1391, 1392, 1394, 1395, 1397, 1398, 1399, 1405, 1407, 1410, 1412, 1414, 1415, 1416, 1421, 1424, 1425, 1427, 1429, 1431, 1433, 1435, 1436, 1437, 1438, 1440, 1441, 1444, 1446, 1451, 1452, 1453, 1456, 1457, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1470, 1474, 1475, 1476, 1477, 1478, 1484, 1485, 1489, 1490, 1492, 1493, 1495, 1496, 1499, 1500, 1501, 1502, 1503, 1505, 1509, 1513, 1521, 1523, 1525, 1530, 1531, 1532, 1533, 1535, 1536, 1539, 1540, 1542, 1543, 1546, 1547, 1551, 1553, 1554, 1561, 1565, 1566, 1568, 1569, 1570, 1571, 1573, 1577, 1578, 1579, 1580, 1581, 1582, 1584, 1586,
Backout last change because "lib/config" gets created by the INSTALL script and removed by the DEINSTALL script. Problem pointed out by Joerg Sonnenberger.
Fix package list problem introduced in revision 1 by adding "lib/graphviz/config" back. Problem noted by Jens Rehsack.
Fix DESTDIR build.
Don't attempt to remove the the directory "/usr/pkg/lib/lua/5.1" after building because it is owned by the "lua" package.
Fix more problems in borked recent update: 1.) Add binary and manual page symlinks which "CHECK_FILES" didn't catch on my system as there were already present from previous installs. Problem noted by Hasso Tepper in private e-mail. 2.) Stop the install phase from creating "/usr/lib/lua/5.1" and writing files to it. Bump package revision again because of these fixes.
Fix a lot of problems caused by th recent update: 1.) Add missing RCS Ids. 2.) Add missing ".pdf" files to the package list. 3.) Remove all entries for ".so*" and ".a" files and let "pkgsrc" derive them automatically from the ".la" files. 4.) Fix interpreter path in two example scripts. Bump package revision after all these fixes.
pkgsrc changes: - update to 2.20.3 Upstream changes: October 7, 2008 - Release 2.20.1 - Security fix for stack overflow problem in the graph parser reported by IBM June 25, 2008 - Release 2.20.2 - Fix bug in HTML-like labels June 23, 2008 - Release 2.20.1 - Fix bug in ccomps related to conversion to cgraph June 20, 2008 - Release 2.20.0 - Preparing for Release 2.20 - Fixed bugs: 1315, 1317, 1324, 1336, 1343, 1364 - Add new "folder" shape for nodes. - Migration of gvpr tools to libcgraph. - New output format -Teps (encapsulated postscript) - Various NetBSD and SuSE fixes incorporated - ./configure now provides a summary - RPM specfile updates for fedora-10 (no more string comparisons) - Add MacOS support (Glen Low) March 10, 2008 - Release 2.18 - Fixed bugs: 1249, 1255, 1256, 1268, 1276, 1289, 1295, 1300, Fedora BZ#247376, - in -Tps use a new number formatter that suppresses trailing 0. - support tcl/tk-8.5 - support gcc-4.3 - support for node usershapes/images in svg format (thanks Alex Poylisher) - install: perl, php, python, ruby, tcl, bindings in language-specified directories - add arrowhead scaling with edge penwidth - add "folder" node shape (thanks Pander) - many windows and mac fixes (thanks Glen) - add "smyna" large graph view (thanks Arif) (not yet included in binary distros)
Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.
pullup ticket #2555 - requested by tron graphviz: add a patch for security vulnerability revisions pulled up: pkgsrc/graphics/graphviz/Makefile 1.65 pkgsrc/graphics/graphviz/distinfo 1.29 pkgsrc/graphics/graphviz/patches/patch-au 1.10 Module Name: pkgsrc Committed By: tron Date: Sun Oct 12 13:14:39 UTC 2008 Modified Files: pkgsrc/graphics/graphviz: Makefile distinfo Added Files: pkgsrc/graphics/graphviz/patches: patch-au Log Message: Add patch for the graphviz 2.20.3 release to fix the security vulnerability reported in SA32186.
Add patch for the graphviz 2.20.3 release to fix the security vulnerability reported in SA32186.
Remove commented out buildlink3.mk lines that are now in options.mk.
Ensure that pthread it linked for any program that might open graphviz plugins. This should fix the crash on NetBSD 4 and earlier, the remaining part of PR 38045.
Create the empty directories that are removed during uninstall even for binary packages. Bump PKGREVISION.
Changes 2.16.1: - Fixed bugs - Improvements to PHP binding - Improvements to OCAML binding - Make regression tests run from the build tree, rather than require installation - Repair freetype detection on RedHat-7 (Yes, people still use it!!) - Fix zoom-at-mouse-location in -Txlib and -Tgtk - Fix some dotty regressions Changes 2.16: - Fixed bugs - new regression test suite - new cgraph library (will eventually replace graph and agraph) - add "image" and "imagescale" for simpler support for images in nodes - add "tab" "box3d" and "component" shapes - replace arith.h in distro - add functions to access version info to avoid need for gvcint.h - Fix problem with irregular character spacing at 96dpi in pango/cairo output formats. - Add gdk_pixbuf plugin providing: .bmp .ico .jpg .png .tif - Add DevIL plugin providing: .bmp .jpg .png .tif .tga - Extend GD plugin to provide a backend to cairo for: .gif .jpg .png .gd .gd2 .wbmp <- gifs are now antialiased - Rework plugin framework to separate device from renderer, and to autoload load dependendent plugins - show defaults in output from: ./configure --help - add more info to dot -v and dot -v2 debug outputs - various issues with CR/LF in windows, but not in binary outputs.
CHECK_FILES_SKIP needs an absolute path.
Skip the config file, it is handled by INSTALL/DEINSTALL.
Build plugin configuration file at install time and remove it at deinstall time. This makes it possible to split off individual plugins and add DESTDIR support. Bump revision.
Fix almost all shared library issues (with the exception of libgvc_builtin, where I have no idea what it is supposed to be). Force pthread linkage for dot and gvchackm as some of the plugins can pull in pthread and that avoids the abort on NetBSD. Fixes PR 35679 and 35865. Bump revision.
Now that gd was updated, use it instead of the local version. Bump revision. Fixes PR 35679.
since we do not have the csharp stuff in the PLIST, explicitly do not build it
Disable pangocairo and the resulting xlib plugin for now. Reenable dynamic loading. It was originally disabled as it causes segmentation faults on NetBSD for what seems like memory corruption. Fix an obvious memory leak. Depend on ghostscript-fonts to make this much more useful. Bump revision.
Modular Xorg support.
Changes 2.12: - Bug fix release for 2.10 - The gd plugin for font handlers was not being used at all if the build did not use fontconfig, e.g., on Windows. In addition, the code had dropped the name mapping to Windows font names. - PostScript output had an extraneous '%' character on the first line, which would cause printing to fail. - Text handling, during both sizing and layout, incorrectly handled empty lines such as label="\nabc". - HTML-like tables had been changed to use too much vertical space, to possibly use the wrong font in calculating the height of a line, and to use the wrong offset when moving the baseline from one line to the next.
Add USE_LANGUAGES here as some files are c++. XXX: gotta love changes which cause builds to fail with (Error 1) and nothing else. The complete lack of design around this is appalling.
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
Remove the dependency on gd. The configure script of graphviz requires gd>=2.0.34, which was never released. Thus, it always uses the internal gd library (gd-2.0.33 with some improvements) and doesn't depend on the pkgsrc gd library. Bump PKGREVISION.
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
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.
Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Do not use hardcoded URW Type 1 font names, which cause errors when running doxygen. Instead, let fontconfig find PostScript fonts. Bump PKGREVISION.
gcc-2.* does not understand the -Wno-unused-parameter option, so tell buildlink to filter it out. Fixes the bulk build on NetBSD 1.6.2/i386.
Pullup ticket 866 - requested by Min Sik Kim security update for graphviz Revisions pulled up: - pkgsrc/graphics/graphviz/MESSAGE 1.4 - pkgsrc/graphics/graphviz/Makefile 1.40, 1.41 - pkgsrc/graphics/graphviz/PLIST 1.12 - pkgsrc/graphics/graphviz/buildlink3.mk 1.4 - pkgsrc/graphics/graphviz/distinfo 1.17 - pkgsrc/graphics/graphviz/patches/patch-ab removed - pkgsrc/graphics/graphviz/patches/patch-ac removed - pkgsrc/graphics/graphviz/patches/patch-ad removed - pkgsrc/graphics/graphviz/patches/patch-ae removed - pkgsrc/graphics/graphviz/patches/patch-af removed - pkgsrc/graphics/graphviz/patches/patch-ag removed - pkgsrc/graphics/graphviz/patches/patch-ah removed - pkgsrc/graphics/graphviz/patches/patch-ai removed - pkgsrc/graphics/graphviz/patches/patch-aj removed - pkgsrc/graphics/graphviz/patches/patch-ak removed - pkgsrc/graphics/graphviz/patches/patch-al removed - pkgsrc/graphics/graphviz/patches/patch-am removed - pkgsrc/graphics/graphviz/patches/patch-an removed - pkgsrc/graphics/graphviz/patches/patch-ao removed - pkgsrc/graphics/graphviz/patches/patch-ap removed - pkgsrc/graphics/graphviz/patches/patch-aq removed - pkgsrc/graphics/graphviz/patches/patch-ar removed - pkgsrc/graphics/graphviz/patches/patch-as removed - pkgsrc/graphics/graphviz/patches/patch-at removed - pkgsrc/graphics/graphviz/patches/patch-au removed - pkgsrc/graphics/graphviz/patches/patch-av removed - pkgsrc/graphics/graphviz/patches/patch-aw removed - pkgsrc/graphics/graphviz/patches/patch-ax removed - pkgsrc/graphics/graphviz/patches/patch-ay removed - pkgsrc/graphics/graphviz/patches/patch-az removed - pkgsrc/graphics/graphviz/patches/patch-ba removed - pkgsrc/graphics/graphviz/patches/patch-bb removed - pkgsrc/graphics/graphviz/patches/patch-bc removed - pkgsrc/graphics/graphviz/patches/patch-bd removed - pkgsrc/graphics/graphviz/patches/patch-be removed - pkgsrc/graphics/graphviz/patches/patch-bf removed - pkgsrc/graphics/graphviz/patches/patch-bg removed - pkgsrc/graphics/graphviz/patches/patch-bh removed - pkgsrc/graphics/graphviz/patches/patch-bi removed - pkgsrc/graphics/graphviz/patches/patch-bj removed - pkgsrc/graphics/graphviz/patches/patch-bk removed - pkgsrc/graphics/graphviz/patches/patch-bl removed - pkgsrc/graphics/graphviz/patches/patch-bm removed - pkgsrc/graphics/graphviz/patches/patch-bn removed - pkgsrc/graphics/graphviz/patches/patch-bo removed - pkgsrc/graphics/graphviz/patches/patch-bp removed - pkgsrc/graphics/graphviz/patches/patch-bq removed - pkgsrc/graphics/graphviz/patches/patch-br removed - pkgsrc/graphics/graphviz/patches/patch-bs removed - pkgsrc/graphics/graphviz/patches/patch-bt removed - pkgsrc/graphics/graphviz/patches/patch-bu removed - pkgsrc/graphics/graphviz/patches/patch-bv removed - pkgsrc/graphics/graphviz/patches/patch-bw removed - pkgsrc/graphics/graphviz/patches/patch-bx removed - pkgsrc/graphics/graphviz/patches/patch-by removed - pkgsrc/graphics/graphviz/patches/patch-bz removed - pkgsrc/graphics/graphviz/patches/patch-ca removed - pkgsrc/graphics/graphviz/patches/patch-cb removed - pkgsrc/graphics/graphviz/patches/patch-cc removed - pkgsrc/graphics/graphviz/patches/patch-cd removed - pkgsrc/graphics/graphviz/patches/patch-ce removed - pkgsrc/graphics/graphviz/patches/patch-cf removed - pkgsrc/graphics/graphviz/patches/patch-cg removed - pkgsrc/graphics/graphviz/patches/patch-ch removed - pkgsrc/graphics/graphviz/patches/patch-ci removed - pkgsrc/graphics/graphviz/patches/patch-cj removed - pkgsrc/graphics/graphviz/patches/patch-ck removed - pkgsrc/graphics/graphviz/patches/patch-cl removed - pkgsrc/graphics/graphviz/patches/patch-cm removed - pkgsrc/graphics/graphviz/patches/patch-cn removed - pkgsrc/graphics/graphviz/patches/patch-co removed - pkgsrc/graphics/graphviz/patches/patch-cp removed - pkgsrc/graphics/graphviz/patches/patch-cq removed - pkgsrc/graphics/graphviz/patches/patch-cr removed - pkgsrc/graphics/graphviz/patches/patch-cs removed - pkgsrc/graphics/graphviz/patches/patch-ct removed - pkgsrc/graphics/graphviz/patches/patch-cu removed - pkgsrc/graphics/graphviz/patches/patch-cv removed - pkgsrc/graphics/graphviz/patches/patch-cw removed Module Name: pkgsrc Committed By: adam Date: Sat Oct 8 08:11:11 UTC 2005 Modified Files: pkgsrc/graphics/graphviz: MESSAGE Makefile PLIST buildlink3.mk distinfo Removed Files: pkgsrc/graphics/graphviz/patches: patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an patch-ao patch-ap patch-aq patch-ar patch-as patch-at patch-au patch-av patch-aw patch-ax patch-ay patch-az patch-ba patch-bb patch-bc patch-bd patch-be patch-bf patch-bg patch-bh patch-bi patch-bj patch-bk patch-bl patch-bm patch-bn patch-bo patch-bp patch-bq patch-br patch-bs patch-bt patch-bu patch-bv patch-bw patch-bx patch-by patch-bz patch-ca patch-cb patch-cc patch-cd patch-ce patch-cf patch-cg patch-ch patch-ci patch-cj patch-ck patch-cl patch-cm patch-cn patch-co patch-cp patch-cq patch-cr patch-cs patch-ct patch-cu patch-cv patch-cw Log Message: Changes 2.6: - experimentally moved source code management from CVS to GIT - added iterator functions to script bindings - more C-API tuning - add "-c" switch to dot to explicitly generate plugin "config" file instead of generating it as a side-effect of "dot -V" - better support for binary relocation. - plugin versioning and version checking - clean up of header files - provide statically linked "dot_static" (not incl. in rpms) - additional "event" support for GUIs (e.g. "DotEdit" graphviz- cairo) - add some information about plugins to "dot -v" output. - lefty/dotty fixes - fix bugs --- Module Name: pkgsrc Committed By: adam Date: Sat Oct 8 11:20:26 UTC 2005 Modified Files: pkgsrc/graphics/graphviz: Makefile Log Message: Fix buildling with PHP and/or Ruby installed
Relinquish stewardship.
Fix buildling with PHP and/or Ruby installed
Changes 2.6: - experimentally moved source code management from CVS to GIT - added iterator functions to script bindings - more C-API tuning - add "-c" switch to dot to explicitly generate plugin "config" file instead of generating it as a side-effect of "dot -V" - better support for binary relocation. - plugin versioning and version checking - clean up of header files - provide statically linked "dot_static" (not incl. in rpms) - additional "event" support for GUIs (e.g. "DotEdit" graphviz-cairo) - add some information about plugins to "dot -v" output. - lefty/dotty fixes - fix bugs
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.
Remove LICENSE= and license file because graphviz is licensed under the Common Public License, which is approved by OSI as an open-source license.
Depend on the bug-fixed version of gd.
This package requires gd>=2.0.33.
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.
Including the png buildlink3.mk file once is enough. lha@ found it.
Don't use the new tools framework yet... it's not ready for general use.
Update to version 2.2.1. Use USE_NEW_TOOLS. Changes since last packaged version (2.2): April 7, 2005 - correct license headers to CPL in .cpp files - undo indentation cleanup to dynagraph .h files - fix bugs: 183, 247, 419, 615, 616, 625, 626, 627, 643, 646, 651, 658, 661, 664, 674 - fix buffer overrun in Gvfilepath construction
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Update to graphviz version 2.2 This should take care of PR pkg/28596. Changes since last packaged version (2.0) January 19 2005 - release 2.2 - fix bugs: 86, 345, 517, 579, 580, 597, 600, 601, 604 - use the original cpl1.0.txt as the license master, instead of CPL.html - fix for bug generating in memory bitmaps that was affecting webdot - fixes for windows builds - documenttion updates
Enable pkgviews installation. Patches provided by Joachim Kuebart on tech-pkg@.
Update to version 2.0. Package changes: - use GD library from the graphics/gd package Changes since last packaged version (1.16): December 11, 2004 - release 2.0 - new CPL license - re indent all sources December 11, 2004 - release 1.18 dotneato - fix bugs: 451, 536, 545, 547, 548, 559, 561, 565, 572 - increase max size of HTML tables. - spline cluster edges in fdp - center userimages in nodes - support user images in HTML table cells - syntax extension for node:port:compass as well as node:compass - FreeBSD fixes - sync with gd-2.0.32 - attempt to catch some out-of-memory conditions with very large graphs - support background and node-fill partial transparency when truecolor=true
Force use of bundled libgd: fix build when libgd is installed beforehand. Please note that for now the use of an external libgd is still considered experimental by graphviz team. Reported by abs@. Thanks!
Sort includes and remove a commented out include.
Update to version 1.16. Changes since last packaged version (1.12) September 14, 2004 - release 1.16 dotneato - fix bugs: 275, 523, 526, 527, 529, 534 August 30, 2004 - release 1.14 dotneato - the official gd now has support support for GIFs again - the internal gd is now closely sync'ed with the official version and will eventually be removed in favor of using a separate installation of the official version. - gd has new support for FontConfig (thanks to Dag Lem) NB. the fontname attribute in graphs is now a font pattern as understood by fontconfig (e.g. fontname="Times-Italic"), unless it contains a '/' in which case it is interpreted as a font path as before. - gd provides support for html4 entities in decimal, hex or named, e.g "<" - "dot -v" debugging output now reports fontname -> fontpath resolutions - PostScript generated by -Tps now uses "xshow" operator for strings for better matching of bitmap and PostScript outputs. - ability to use an external gd-2.0.29 version of libgd (EXPERIMENTAL) - new feature: parallel edges by using a ":" separated list of edge colors - new feature: rankdir=BT and rankdir=RL (thanks to Dag Lem) - new layout engine: fdp - force directed placement (EXPERIMENTAL) a neato-like undirected layout engine that produces clustered symmetric layouts. Supports edges between clusters and nodes. - updated neato engine: now using stress majorization as the default, which avoids the potential for cycling - model=subset in neato provides a third distance function, where two nodes sharing many nodes will be place farther apart - shape=none now equivalent to shape=plaintext - fix label justification with \l and \r - first cut at <FONT> support added to html labels - various color transparency fixes - various fixes for UTF8 and Latin[12] character encodings. - various cluster fixes. - improved hyperlink support in -Tsvg - support tooltips on clusters in client-side imagemaps gvpr - add support for scanf and friends general - greater use of shared libraries. - pkg-config files provided for shared libraries (EXPERIMENTAL) - "./configure --disable-shared --enable-static" works if needed - C++ wrappers on all header files (thanks to Victor Wodecki) - various configuration and portablity fixes - provide pdf version of man pages - Windows package provides graphviz libraries and header files - Closed bugs: 195, 198, 234, 321, 330, 399, 401, 406, 410, 411, 412, 413, 415, 416, 417, 423, 424, 427, 430, 431, 433, 434, 435, 438, 441, 442, 444, 445, 449, 450, 452, 454, 457, 458, 462, 463, 464, 467, 468, 469, 471, 475, 480, 482, 485, 495, 496, 498, 499, 500, 501, 504, 508, 511, 512, 514 March 5, 2004 - added glyphwidths.ps support utility
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.
Use DIST_SUBDIR to limit the fallout from the recent distfile checksum change.
Update to version 1.12 Package changes: - bl3ify - provide a buildlinl3.mk - no more conflicting with package coreutils Changes in graphviz since last packaged version: March 1, 2004 - release 1.12 - general - rename bcc -> bcomps to avoid name conflict with "Bruce's C Compiler" on Redhat distributions. - all build without X11 (fix problem in lefty tree) - remove from distribution: dag, fdp, geo, grid, incr, shape, tcldgr, tcldgl - dotneato - fix "brown-bag" problem resulting in PNG and JPEG errors on RH8 and RH9. February 23, 2004 - release 1.11 - general - fix windows builds - add tool "bcc" to distribution - dotneato - add -Gviewport="X,Y,Z,x,y" where XY are the dimensions of a viewport in device coordinates (pixels), Z is a zooming factor, x,y is the location of the center of the viewport in graph coordinates. Supported in bitmap and imagemap outputs only. - fix memory leak in gd/gdft.c - clean up calculation of whitespace around labels - dotty, lefty - fix for bug #400 December 23, 2003 - added dijkstra (single source distance) filter September 10, 2003 - general - removed CVS directories from .tar.gz distributions - add "config" directory to contain some of the autoconf clutter - only remove flex products with "make maintainer-clean" to avoid trying to regenerate them after "make distclean" basically this is to avoid the broken flex on Debian. - suppress complaints from ./configure about config.rpath - doc/build.html updated with notes about Windows builds - build fixes for Forte 6sp2 compiler on Sun -xarch=v9a (64bit) - build fixes for OpenBSD - improved configure testing for Tcl/Tk - various bug fixes, internal restructuring, etc - dotneato - fix problem with extra escape chars in .fig output - support for "setlinewidth" in -Tfig - improved splines in -Tfig - add manpage for dotneato-config - neato: add defaultdist graph attribute to set distance between components - first cut at html table formatter add. not ready for use yet as the syntax is going to change some more. - tools - renamed "colorize" to "gvcolor" to avoid conflict on Debian - renamed "gpr" to "gvpr" to avoid conflict on Debian - add fflush() to acyclic, ccomps, gvcolor, tred, dot2gxl to try to fix truncated output when used in php or perl cgi scripts
Enable tk84 and replace x11/tk with x11/tk83. Packages compatible with 8.4 will be updated to depend on x11/tk after Tk update.
conflict with sysutils/coreutils, which installs a program named 'gpr'.
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.
bump PKGREVISIONs after bump of expat BUILDLINK_DEPENDS.
Touch the configure* files after patch to avoid this rerunning configure on build.
Update to version 1.10. Changes since version 1.9: July 9, 2003 - rerelease 1.10 with ast_common.h fix in -devel rpms July 3, 2003 - declare this version 1.10 - general - "mkdir obj;cd obj;../configure;make" now works (bug #293) - "make prefix=xxx" now works (bug #274) - "--with-wish=xxx" now works (bug #270) - remove generated file: ast_common.h from source distributions - make GIF support configurable - added .cvsignore thoughout source tree to reduce CVS noise - FAQ updates - documentation updates for gpr - improve portability of dotneato-config, but requires libtool now - improvements to error processing for library users -gd - sync with gd-2.0.15 - optimize line drawing code - dot, neato, twopi - fix bugs 240,270,274,293,298,303 - support "peripheries=0" without crashing - add support for "dia" output format (-Tdia) - espf fixes (use of showpage) - svg fixes (coordinates and viewBox) - ismap/imap, fixes (quoting of label strings) - fix to "point" shape - improve (m|c|re)alloc usage - improve handling of very-small fonts in bitmap outputs. - various fixes for multiple -T -o feature - add support for splines to records and ports (neato) - various improvements to libpack - dot_init_graph and neato_init_graph external for library users - cluster improvements (neato) - fix support for truecolor - normalize splines so that they now always go from tail to head - add some simple help text for any unrecognized option (e.g. -? -h --help) - tools - extend gpr language to allow access to command-line arguments - add sqrt() function to gpr - add new tool - gvpack - tcldot - use .dll extension if on windows - doted demo - use tcl's file requestor instead of homebrew - add zooming controlled by mousewheel - support additonal export formats
s/netbsd.org/NetBSD.org/
PKGREVISION bump for libiconv update.
After all claim stewardship of this one.
Fix build for all systems without pthread: the ast_common.h included in the distribution tarball really should not be there. Bump PKGREVISION
Update to 1.9 Package changes: - Be a specific/verbose about dependencies' includes and libraries directories - Require Xaw type "standard" - Install complete html documentation - Add libiconv dependency - Remove libgd documentation - Add upcoming libcurl support in comments Changes since version 1.8.10: January 23, 2003 - declare this version 1.9 (3-level version numbering has been dropped now that we have nightly snapshot builds with their own extended numbering.) - general - config.h is no longer installed. config.h is generated by ./configure for the current build only. It may not be applicable for derivative builds. - improve ICONV configure tests - lots of janitor-work to clean up warning messages from -Wall - use @OBJEXT@ in Makefile.am so that .obj is used under cygwin - fixes for Solaris builds - use libpng-config if available - reduce long build times due to touching ast_common.h too often - improve dependency tracking. "make -j8" now works with distcc - autogen.sh fixes to work on RH7.3, RH8.0, and Solaris. - eliminate use of suffix rules which confused some makes. - DOT language allows '+' for concatenation of quoted strings - dot, neato, twopi - fix bugs 209, 210, 214, 216, 217, 222, 224, 225, 229, 230, 233, 236, 237 - update gd into alignment with gd-2.0.9 - change to make libagraph output compatible with libgraph input - add shapes: septagon, pentagon, a_ediamond, rect, rectangle - introduce "ND_...", "ED_...", "GD_...", node/edge/graph-data accessor macros in partial preparation for use of libagraph in dot. - add libdotneato.so, dotneato.h, dotneato-config to aid use of dot libraries by user apps based on installed graphviz-devel rpm and without access to graphviz sources. - new xdot output format providing detailed drawing instructions - new -y command line flag, inverts y coordinates - support multple -T when -o given, as in: cat xxx.dot | dot -Tpng -Tcmap -o xxx which produces xxx.png and xxx.cmap from a single layout computation. Intended for use in CGI programs. - agraph - correct callback ordering for deletions - tools - add gxl2dot and dot2gxl for GXL language conversions - gvui now provides *map output - tcldot, tcldgr, tcldgl - improve tcl8.4 support - extend search path for tcl.h to include /usr/local/include/tcl8.4/ in support of BSD install conventions. - dynagraph - many fixes - change to not build dynagraph by default (use --with-dynagraph) - docs - dotguide updates
Bump PKGREVISION because of dependency on latest freetype2 or glib2 package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
Whitespace fix
Update to version 1.8.10. XXX I was not able to make dynagraph working, hence it is still disabled. Package changes: documentation distributed in two directories i.e. $PREFIX/share/doc/{html/,}graphiz/. ChangeLog entry since previous packaged version. September 27, 2002 - declare this version 1.8.10 - general - various configure.in fixes and simplifications - change configure to now build dynagraph by default "--without-dynagraph" is supported - fix graphviz.spec.in to partition packages properly graphviz no longer depends on graphviz-tcl. - Makefile.old cleanups - configure.old now set version number automatically from configure.in - dot, neato, twopi - Initial support for image node shapes + URL fetch. - Made number of dimensions a runtime variable in neato. - Bug fix in vrmlgen for degenerate splines. - Bug fix - ordering=in should now work - Bug fix - layers no numbered from 0 to match PS requirements - Bug fix - don't draw arrows on invisible edges - Bug fix - when pack=true and ratio is set - Bug fix - agraph/scan.l to work with latest flex beta
Update to version 1.8.9. Buildlink1 -> buildlink2. Update homepage. * Changes in version 1.8.9 August 2, 2002 - declare this version 1.8.9 - general - split rpm into: graphviz, graphviz-tcl, graphviz-graphs, graphviz-devel - gcc3 warning cleanup - Install lincdt, libgraph, libagraph, libgd, libpathplan, libexp, and libpack so that they can be used by other programs. Headers and man3 in graphviz-devel - dynagraph, graphsearch - New tools based on libagraph and written in C++ - dot, neato, twopi - Add node and edge tooltips for use with -Tcmap \N,\E,\H,\T substitutions also work in tooltips. - Add alt="label_string" to -Tcmap - Add edge-label and port mappings to -Tps and -Tps2 so that edges can be hyperlinked in PDF documents. - Add support for \E (edge name), \H (head-node name), \T (tail-node name) substitutions in edge labels and edge URLs - Add support for stylesheet="file.css" for use in -Tsvg - Fix -Tpic to work with recent gpic (Bruce Lilly) - Fix alignment of imagemaps to images. - Fix "transparent" color support in -Tsvg - Fix support for graph [URL="default.html"] in -Tsvg and -Tcmap. - Fix '&' escaping in URLs in -Tsvg - Fix infinite loop in dot layout algorithm - Fix text rotations again (hopefully freetype is stable now.) - Cluster layout improvements - Clean up warning messages from pathplan - Consolidation of mapping code from imapgen.c and ismapgen.c into mapgen.c - gpr - Added additional mode to extract components based sharing an edge or a cluster - Fix test for getopt - tcl-based tools - Disable tcl-based tool building if tcl/tk not available with stubs support. - documentation updates: FAQ, dotguide, dot.1 * Changes in version 1.8.8 July 5, 2002 - declare 1.8.7 a "brown bag" release and declare this version 1.8.8 - remove wrong assert in gdgen.c - fix graph centering in bitmap outputs - provide enough margins - fix line widths after scaling (test with directed/proc3d.dot) - fix text rotations (requires libfreetype.so.6.3.1) (test with directed/NaN.dot) * Changes in version 1.8.7 July 5, 2002 - declare this version 1.8.7 - Fix missing "]" in ihi demo. July 2, 2002 - Add URL mappings for clusters: svg,svgz,ps,ismap,imap,cmap. - Fix to avoid white edges in bitmap outputs when bgcolor is set. - Improve sizing and position of strings in bitmap outputs when using builtin fonts (when font file not found). - Fix \N substitution in edge URLs in imap and cmap outputs. - Add -Tcmap for client-side imagemaps. - Generate warnings instead of access violation for EPSF file problems. - Various spline fixes in neato. - Fixes to pack.c - Add feature to ccomps to allow extraction of individual component by number or node. - Cdt make to use iffe provided in the tools directory. - Various Makefile.old fixes. - Use HAVE_LIBZ to remove GD2 format if libz not available. Now bare-bones programs can be built without any add-on libraries. - Modified dot grammar to allow simple name attributes in attribute lists. Thus, [splines] is equivalent to [splines=true]. Adopted the same convention for command line attributes -G, -E and -N. In addition, such command line attributes now override any competing initial attribute statements. - HP-UX 11.11 build fixes for struct dioattr. - Fix for bug #158 "Nodes disappear with ports" - Various Windows-specific #ifdefs - Fix edge coordinates in -Tplain. * Changes in version 1.8.6 May 24, 2002 - declare this version 1.8.6 May 19, 2002 - Fixed segfault from use of bgcolor in clusters. May 15, 2002 - Changed install location of architecture-independent demo scripts and graphs to <prefix>/share/graphviz/ to conform to FHS. - Avoid multiple linking of libfreetype (and others) which caused problems on SunOS-2.8. May 6, 2002 - Factored out some duplicated arrow code from dotgen/splines.c and neatorgen/splines.c into common/arrows.c. - Added new arrow types: halfopen, box, obox, crow. - Touched up the arrow designs so that they look better at default size. - Modified/extended graphs/directed/newarrows.dot to show new arrows. May 3, 2002 - Added some UML arrow types from Diomidis Spinellis <dds@aueb.gr> empty, invempty, open, diamond, odiamond. May 2, 2002 - Added new pack option to neato. This causes each connected component to be laid out separately, and then the resulting graphs are packed together in a single layout. - Amended neato to accept new tee arrowhead. April 19, 2002 - Coords of rectangles changed to left/top right/bottom in -Timap. - Generate COPYING from LICENSE.html during ./authogen.sh, remove COPYING from CVS. April 16, 2002 - Minor license file patches. - Corrected one of those reversed flat edge bugs again.
Update to version 1.8.5. Changes in version 1.8.5: - various portability fixes - various SVG fixes and optimizations Changes in version 1.8.4: - SVG renderer: - make graph|node|edge ids unique, particularly for multiedges - put graph|node|edge names in <title>...</title> - use some property inheritance to reduce size of output - fix compile errors when no zlib - updated DTD reference - GD renderer: - Minimal Type1 font support - look in {${X11BASE},${X11PREFIX}}/lib/X11/fonts/Type1 - look for .pfa or .pfb font files based on fontname - run gdgen.c through dos2unix - problems with gcc on SuSE - fix Mac-OSX build problems: - improve strto[u]ll configure tests - add -fno-common for extern problem - function renamed to avoid conflicts (vis -> visibility) - add configure tests for search.h, malloc.h, getopt.h, errno.h - improve configure tests for FILE struct features - add configure tests for lrand48 - add new demo graphs: - graphs/undirected/Heawood.dot - graphs/undirected/Petersen.dot - neato: - fix for -x implementation in neato (Bug 77) - fix spline problem (Bug 87) - fix some divide-by-zero problems - twopi: - fix Bug 117 - update man pages for disconnected graphs capability - added arrowhead or arrowtail = tee - add dotneato/pack code to twopi - add contrib/prune to gnu build and install Changes in version 1.8.3: - fixed parse error for lines starting with '#' in .dot files - fixed a recently introduced bug that caused failure of: digraph G { {rank = same; A -> B; B -> A } } - updated DOCTYPE header in SVG outputs - added dotneato/common/xbuf.[ch] for dynamic string handling to avoid sprintf buffer overruns. - twopigen - handle special case of graphs with < 3 nodes. - neato - handle point shapes - added fontcolor support to svg - Fixed bug 109 - Removed duplicate definitions for str[n]casecmp - Added missing declarations needed for Windows - Cleaned up warning messages from set but unused variables - Removed use of DOS preprocessor variable; uniformly replaced by MSWIN32
Update to version 1.8.2. No proper changes information available since version 1.8.1. However browsing Graphviz's CVS logs and diff'ing with previous version one can found: - bug fixes - code cleanup - buffer overflow in dot/neato output generation fixed - memory leaks fixed (??)
Give all packages which depend on "png" a version bump, and update all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
Adjust the fonts path search for the benefit of supplied GD library. It helps dot and neato finding TrueType fonts when generating output like JPEG, PNG, ... Bump revision.
Initial import of Graphviz, version 1.8.1, into the NetBSD Packages Collection. Graphviz is a set of graph drawing tools. It includes: - dot: makes hierarchical layouts of directed graphs - neato: makes "spring" model layouts of undirected graphs - lefty: a programmable graphics editor - dotty: a customizable interface written in LEFTY - tcldot: a customizable graphical interface written in TCL - libgraph: the base library for graph tools - various associated utilities
Initial revision