--- - branch: MAIN date: Mon Apr 15 10:25:57 UTC 2024 files: - new: '1.284' old: '1.283' path: pkgsrc/graphics/graphviz/Makefile pathrev: pkgsrc/graphics/graphviz/Makefile@1.284 type: modified - new: '1.61' old: '1.60' path: pkgsrc/graphics/graphviz/PLIST pathrev: pkgsrc/graphics/graphviz/PLIST@1.61 type: modified - new: '1.38' old: '1.37' path: pkgsrc/graphics/graphviz/buildlink3.mk pathrev: pkgsrc/graphics/graphviz/buildlink3.mk@1.38 type: modified - new: '1.38' old: '1.37' path: pkgsrc/graphics/graphviz/options.mk pathrev: pkgsrc/graphics/graphviz/options.mk@1.38 type: modified - new: '1.83' old: '1.82' path: pkgsrc/graphics/graphviz/distinfo pathrev: pkgsrc/graphics/graphviz/distinfo@1.83 type: modified - new: '1.13' old: '1.12' path: pkgsrc/graphics/graphviz/patches/patch-configure.ac pathrev: pkgsrc/graphics/graphviz/patches/patch-configure.ac@1.13 type: modified - new: '0' old: '1.3' path: pkgsrc/graphics/graphviz/patches/patch-plugin_xlib_gvdevice__xlib.c pathrev: pkgsrc/graphics/graphviz/patches/patch-plugin_xlib_gvdevice__xlib.c@0 type: deleted id: 20240415T102557Z.a60f5ddf63c6482db27863ba16ec61408036945e log: "graphics/graphviz: Update to 10.0.1\n\nRemove pkgsrc patches for LUA location.\nAdd pkgsrc patch for nonportable shell syntax in configure script.\nRemove pkgsrc option \"gtk\".\n\n## [10.0.1] - 2024-02-11\n\n### Added\n\n- Releases now include packages for [Rocky Linux](https://rockylinux.org/) 8\n and 9.\n- A new output format, `-Tsvg_inline`, has been added to generate a header-less\n SVG suitable for inlining into HTML. #2285\n- The functionality of the `acyclic`, `tred` and `unflatten` command line tools\n are now exposed via the `graphviz_acyclic`, `graphviz_tred` and\n `graphviz_unflatten` API functions in libcgraph. #2194\n- `graphviz_node_induce` is available as a new API function in cgraph.h.\n- `tred` gained a `-o` command line option to redirect its output to a file.\n\n### Changed\n\n- The Criterion unit tests have been removed and migrated to Pytest. This is\n primarily relevant to downstream packagers of Graphviz. #2443\n- **Breaking**: `Dtdisc_t.memoryf` and its associated macros has been removed.\n- **Breaking**: The `Dt_t.type` field has been removed.\n- **Breaking**: The `dtfound`, `DT_FOUND`, `dtleast`, and `dtmost` macros have\n been removed.\n- The nrtmain.c test program has been removed from the portable tarball.\n- The TCL Graphviz packages for inter-release versions/snapshots report\n themselves as `b` instead of\n `~dev.`. This fixes a problem wherein TCL would\n see `~dev` as being invalid characters to appear in a version. #2370\n- Support for discovering Lua via `lua-config*` has been removed from the\n Autotools build system.\n- Lua discovery in the Autotools build system should now respect the location of\n your Lua installation and not unconditionally attempt installation into\n `/usr`. #2152\n- The GTK plugin is no longer built or distributed. This plugin relies on GTK 2\n and X11. If you use this plugin, please contact the maintainers to let\n them know it is worthwhile re-enabling this and forward porting it to GTK 3/4\n and Wayland. #1848\n- In the Autotools build system, `LIBPOSTFIX=` can now be used to suppress `64`\n being appended to the library installation path.\n- The `-m` command line option, whose functionality was disabled in Graphviz\n 3.0.0, has been removed.\n- Man page typography has been slightly improved.\n- macOS release artifacts no longer include `vimdot`. This may be restored in\n future. #2423\n- macOS release artifacts no longer include `smyrna`. This may be restored in\n future. #2422\n- The PDF output format, `-Tpdf`, respects the environment variable\n `$SOURCE_DATE_EPOCH` for overriding `CreationDate` when built against Cairo\n >= 1.16.0. #2473\n- The legacy C# viewer app is no longer distributed in the portable source\n tarball.\n- Graphviz headers no longer define the `FALSE` and `TRUE` constants.\n- The Autotools build system no longer supports Darwin 9 (Mac OSX Leopard).\n- **Breaking**: `Agraph_t.link` has been split into `Agraph_t.id_link` and\n `Agraph_t.seq_link`. `Agraph_t.g_dict` has been split into `Agraph_t.g_id`\n and `Agraph_t.g_seq`.\n- **Breaking**: `gvpropts.n_outgraphs` is now a `size_t`.\n- The OCaml bindings have been removed. If you use these bindings, please contact\n the maintainers to notify them of the existence of users.\n- **Breaking**: `polygon_t.sides` and `polygon_t.peripheries` are now `size_t`s.\n- **Breaking**: liblab_gamut is no longer included in a Graphviz installation.\n \ This library had no accompanying header, so using it was not easy. If you are\n \ using this library, please contact the maintainers to notify them of the\n existence of users. #2489\n- **Breaking**: `bezier.size` and `splines.size` are now `size_t`s.\n- **Breaking**: the gv.i and gv.cpp SWIG inputs are no longer included in a\n Graphviz installation. #2491\n- **Breaking**: the `gvrender_engine_t.beziercurve`,\n `gvrender_engine_t.library_shape`, `gvrender_engine_t.polygon`, and\n `gvrender_engine_t.polyline` callbacks now take the number of points, `n`, as\n a `size_t`.\n- **Breaking**: the `AVG` macro has been removed.\n- **Breaking**: the `inside_t.s` union member gained members `lastn`, `radius`,\n `last_poly`, `last`, `outp`, `scalex`, `scaley`, `box_URx`, and `box_URy`.\n Zero initialize these when you construct instances of this type. #2498\n\n### Fixed\n\n- The paper size for Doxygen docs generation in the Autotools build system has\n been corrected to `a4`.\n- References to `eventf` and `hashf` data structures in the libcdt man page\n have been removed. These data structures were removed in Graphviz 9.0.0.\n- References to `DTOFFSET` in the libcdt man page have been removed. This macro\n was removed in Graphviz 2.40.0.\n- A number of further updates to the libcdt man page have been made to reflect\n other changes that happened in Graphviz 9.0.0.\n- Use of the non-portable `PATH_MAX` constant has been removed. This was a\n regression in Graphviz 7.0.1. In addition to fixing the regression, code has\n been adjusted to remove assumptions on the maximum path length and treat it as\n unbounded. #2452\n- Compilation on NetBSD has been repaired. This was a regression in Graphviz\n 9.0.0.\n- Compilation on SunOS has been repaired. This appears to have been broken since\n the xlib plugin was added some time prior to Graphviz 2.38.0.\n- gvpr programs that attempt to close out of range file descriptors no longer\n cause out of bounds memory accesses.\n- When large edge weights are used that cause an integer overflow when summing\n \ them up, Graphviz now gracefully exits with an error message instead of\n crashing. #2450\n- Support for the `%n` specifier in `scanf` in gvpr has been restored. This was\n a regression in Graphviz 9.0.0. #2454\n- In the Autotools build system, `make dist` now processes cmd/gvedit correctly\n when Qt is not installed. Generating Qt \"mocables\" is postponed from configure\n time to build time. #2463\n- The Autotools build system correctly detects Ruby headers, even when\n pkg-config support is unavailable. #2464\n- Escaped characters in xdot fields no longer lead to the containing text being\n truncated. #2460\n- When building against a libgd that is configured with `!gif && (jpeg || png)`,\n the GD plugin is once again compilable. This was a regression in Graphviz\n 2.46.0.\n- edgepaint spline intersection code would previously incorrectly use the second\n spline in one instance where it should have used the first. #1464\n- In the Autotools build, libexpat discovery on macOS has been improved. #2477\n- A bug that caused compound edges to sometimes be drawn in the wrong direction\n has been corrected. This was a regression in Graphviz 8.0.3. #2478\n- When operating on multiple graphs, `unflatten` no longer retains chain node\n and size internal state across graphs.\n- Repeated runs of a graph with subgraphs now produce a stable subgraph\n ordering. #2242\n- The `dot` and `gml2gv` tools are now built with case-insensitive parsing\n by the CMake and MSBuild systems, as they always were by autotools, and\n in accordance with the graphviz specification. #2481\n- Putting nodes in a subgraph no longer causes their layout order to be\n reversed. #1585\n- Edges are no longer lost when using subgraphs and record shapes in\n combination. #1624\n- A malformed config6 file that leads to plugin search failing no longer causes\n out-of-bounds memory reads. This now causes an error message and graceful\n failure. #2441\n- Discovery of `php` in the Autotools build system has been improved.\n- Text in the PIC output format is no longer forced to font size 1. This was a\n regression in Graphviz 8.0.2. Even with this fix, the PIC output format is\n limited in its utility. #2487\n- When encountering a syntactically invalid HTML-like label, Graphviz.app no\n longer aborts. The abort was an intentional change in Graphviz 8.0.1 to avoid\n invalid memory reads in `dot`, but had the undesirable side effect of the\n graphical Graphviz.app exiting with no obvious cause. #2488\n- Use of an uninitialized variable in `poly_inside` has been corrected. #2498\n- Input containing UTF-8 data that is destined to appear as-is in the output\n (e.g. UTF-8 characters in a label when using the `-Tdot` output format) is\n once again processed correctly. On platforms with a signed `char` this could\n previously crash. This was a regression in Graphviz 2.49.0. #2502\n\n## 9.0.0 - 2023-09-11\n\n### Added\n\n- On non-Windows platforms, new -Tkitty and -Tkittyz output formats are\n \ available that render to the Kitty terminal emulator窶å\x86± graphvics\n protocol.\n- HTML/CSS-style 3 letter hex colors are supported. Each R/G/B letter\n is duplicated to form a 6 letter hex color. E.g. #09c is equivalent\n to #0099cc. #2377\n\n### Changed\n\n- Breaking: The definition of adjmatrix_t is no longer exposed in public\n \ headers.\n- Breaking: The upper limit for minimum edge length\n (Agedgeinfo_t.minlen) has been expanded from USHRT_MAX to INT_MAX.\n #2413\n- Breaking: The libcdt macros DTTREEMATCH, DTTREESEARCH, dtvnext,\n dtvcount, dtvhere, and dtcharhash have been removed.\n- Breaking: The libcgraph macros AGHEADPOINTER, AGRIGHTPOINTER,\n \ AGLEFTPOINTER, FIRSTNREF, NEXTNREF, PREVNREF, LASTNREF, NODEOF,\n FIRSTOUTREF, LASTOUTREF, FIRSTINREF, NEXTEREF, and PREVEREF have been\n removed.\n- Breaking: The libcgraph types Agnoderef_t and Agedgeref_t have been\n removed.\n- Breaking: The libcgraph function agflatten has been removed.\n- Breaking: The Agdesc_s.flatlock field has been removed.\n- Breaking: The str parameter from gvPluginList has been removed.\n- Breaking: The definition of the elist_append and alloc_elist macros\n \ have been changed to use newer allocation functions. Users were/are\n not expected to call these macros.\n- The functions ageqedge, agtail, aghead, agopp, agmkout, and agmkin\n have been reintroduced. These were previously removed in Graphviz\n \ 3.0.0. #2433\n- Breaking: The first parameter dt to the makef and freef callbacks\n \ defined in cdt.h has been removed.\n- Gvedit now identifies itself with organization name 窶廨raphviz窶� and\n application name 窶å¾\x83vedit窶� when reading and writing Qt-based settings.\n It would previously use organization name 窶å¼\x8Brolltech窶� and application\n name 窶廴DI Example窶�. If you have existing settings under the old\n identification, Gvedit will attempt to migrate them to the new\n \ identification the first time it reads then writes settings. #2383\n- Breaking: gvprintf is now tagged with\n __attribute__((format(printf, 窶ヲ))) when compiling with Clang or GCC.\n This enables the compiler to spot more misuses of this function. #2373\n- Breaking: The hashf and eventf members of Dtdisc_t have been removed.\n \ Correspondingly, the hshf and evf parameters to the DTDISC macro have\n been removed. Also the _DTHSH macro has been removed.\n- Breaking: The Dtdata_t.minp field has been removed.\n- The print functionality of the macOS Graphviz app scales the graph to\n fit the output page size.\n- Breaking: The libcdt containers Dtbag, Dthash, Dtlist, Dtorder,\n Dtdeque, and Dtstack have been removed.\n- Breaking: The libcdt dtappend and dtattach macros have been removed.\n- Support for Lua 5.0 has been removed. Building the Graphviz Lua\n bindings now requires Lua ç«\x95ï½¥ 5.1.\n- Breaking: The Dt_t* parameter to the callback for dtwalk has been\n removed.\n- Breaking: The POINTS_PER_PC macro has been removed.\n- Breaking: The INITIAL_XDOT_CAPACITY macro has been removed.\n- Breaking: The type parameter to dtdisc has been removed.\n- Breaking: The h parameter to dtstrhash has been removed.\n- In addition to Guile 2.0 and Guile 2.2, Guile 3.0 is now supported by\n the Graphviz Guile bindings.\n- Breaking: The concept of 窶å¾\x87emory allocator discipline窶� has been\n \ removed, along with the type Agmemdisc_t and fields Agdisc_t.mem and\n Agdstate_t.mem.\n- Breaking: The agcallbacks function and Agclos_t.callbacks_enabled have\n been removed.\n- Breaking: pack_info.doSplines is now a C99 bool. Correspondingly, the\n doSplines parameter to shiftGraphs is now a C99 bool.\n\n### Fixed\n\n- Processing large graphs that induce ranks containing more than 46340\n (floor(ç«\x8Få\x94\x94NT_MAX)) nodes no longer results in an integer overflow\n during crossing matrix allocation. Ranks of up to floor(ç«\x8Få\x94®IZE_MAX)\n nodes are now supported.\n- Double arrow head types like invdot and onormalonormal once again\n display correctly. This was a regression in Graphviz 8.0.1. #2406\n- The lvee and rvee edge arrow shapes are slighty incorrect for\n penwidths > 1. #2399\n- Small gap between lcurve or rcurve arrow shaft and node. #2426\n- Failure of arrowhead and arrowtail to respect penwidth #372\n- Fixed also for the normal and inv edge arrow shapes when using the l\n or r arrow shape modifiers.\n- Slightly improved for the normal and inv edge arrow shapes when not\n using any arrow shape modifier.\n- Fixed also for the crow and vee edge arrow shapes and record based\n nodes.\n- Various incorrect calls to gvprintf have been corrected. On some\n platforms like x86-64, these problems were benign thanks to\n coincidences in the Application Binary Interface (ABI).\n On other platforms, these problems may have caused stack corruption\n \ and crashes. #2373\n- The font dictionary is now initialized even if a configuration file is\n not found. Previously this situation could lead to a crash when using\n \ Graphviz programmatically. This problem was present as least as far\n back as Graphviz 2.38.0. #1520\n- Breaking: The vt100 output format has been renamed to vt. This fixes\n a problem where it was not discoverable on macOS. #2429\n- Escape sequences like \\\" are recognized in strings and double\n escaping (producing \\\\\") is avoided. #2397\n- The Autotools build system no longer uses headers and libraries from\n the --prefix path given on the command line. This previously caused\n cross-compilation to incorrectly pick up host headers and libraries.\n \ #2442\n" module: pkgsrc subject: 'CVS commit: pkgsrc/graphics/graphviz' unixtime: '1713176757' user: micha