pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/graphviz



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Apr 15 09:57:02 UTC 2026

Modified Files:
        pkgsrc/graphics/graphviz: DEINSTALL Makefile distinfo

Log Message:
graphviz: updated to 14.1.5

14.1.5

Fixed

- The JSON renderer of the core plugin 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.
- The description of what defines a cluster subgraph in the `gc` man page has
  been updated.
- When rendering multiple files at once (e.g.
  `dot -Tsvg -O file1.dot file2.dot`), page numbering state from previous jobs
  no longer leaks into the current job. This was a regression in
  Graphviz 2.40.0.
- Logic to determine whether a rendered page is non-first has been corrected.
- gvpr modulo expressions with an out-of-range modulo operand are now detected
  and result in an error message.
- When gvpr dumps switch statements as text, they are now printed as switch
  statements instead of an if-else ladder. This avoids incorrect interpretation
  of `break` statements in error messages.
- An out-of-bounds read access during gvpr type checking has been fixed.
- A null pointer dereference when freeing xdot objects has been fixed.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/graphviz/DEINSTALL
cvs rdiff -u -r1.312 -r1.313 pkgsrc/graphics/graphviz/Makefile
cvs rdiff -u -r1.92 -r1.93 pkgsrc/graphics/graphviz/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/graphviz/DEINSTALL
diff -u pkgsrc/graphics/graphviz/DEINSTALL:1.2 pkgsrc/graphics/graphviz/DEINSTALL:1.3
--- pkgsrc/graphics/graphviz/DEINSTALL:1.2      Sun May 17 12:55:52 2009
+++ pkgsrc/graphics/graphviz/DEINSTALL  Wed Apr 15 09:57:02 2026
@@ -1,9 +1,9 @@
-# $NetBSD: DEINSTALL,v 1.2 2009/05/17 12:55:52 sno Exp $
+# $NetBSD: DEINSTALL,v 1.3 2026/04/15 09:57:02 adam Exp $
 
 : ${PKG_PREFIX=@PREFIX@}
 
 case ${STAGE} in
 DEINSTALL)
-       ${RM} ${PKG_PREFIX}/lib/graphviz/config6
+       ${RM} ${PKG_PREFIX}/lib/graphviz/config8
        ;;
 esac

Index: pkgsrc/graphics/graphviz/Makefile
diff -u pkgsrc/graphics/graphviz/Makefile:1.312 pkgsrc/graphics/graphviz/Makefile:1.313
--- pkgsrc/graphics/graphviz/Makefile:1.312     Wed Apr  1 06:49:33 2026
+++ pkgsrc/graphics/graphviz/Makefile   Wed Apr 15 09:57:02 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.312 2026/04/01 06:49:33 adam Exp $
+# $NetBSD: Makefile,v 1.313 2026/04/15 09:57:02 adam Exp $
 
-DISTNAME=      graphviz-14.1.4
+DISTNAME=      graphviz-14.1.5
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITLAB:=api/v4/projects/4207231/packages/generic/graphviz-releases/${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.xz
@@ -100,7 +100,7 @@ XAW_TYPE=           standard
 # Forces link with -lgomp directly instead of via dlopen()
 # so we don't overflow thread-local storage in ld.elf_so
 CFLAGS+=               -fopenmp
-CONFIGURE_ARGS+=       CFLAGS="${CFLAGS}"
+CONFIGURE_ARGS+=       CFLAGS=${CFLAGS:M*:Q}
 .endif
 
 .if ${OPSYS} == "FreeBSD"

Index: pkgsrc/graphics/graphviz/distinfo
diff -u pkgsrc/graphics/graphviz/distinfo:1.92 pkgsrc/graphics/graphviz/distinfo:1.93
--- pkgsrc/graphics/graphviz/distinfo:1.92      Wed Apr  1 06:49:33 2026
+++ pkgsrc/graphics/graphviz/distinfo   Wed Apr 15 09:57:02 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.92 2026/04/01 06:49:33 adam Exp $
+$NetBSD: distinfo,v 1.93 2026/04/15 09:57:02 adam Exp $
 
-BLAKE2s (graphviz-14.1.4.tar.xz) = f323f8a7b10d807932b2dffa0bdeb299451223aa74298d39ec3e8bb29eb3fc85
-SHA512 (graphviz-14.1.4.tar.xz) = 3b51be1aa9f5a0540ab5f205069eb193aca48226a06c225786b79515f0f32d385ea49f88b0d97f36dc72eae0d907975fcc94a81b0085c325e4aa2d9580037a3a
-Size (graphviz-14.1.4.tar.xz) = 20972012 bytes
+BLAKE2s (graphviz-14.1.5.tar.xz) = f6f2177166fdf384e73f8e473884d858fce809ba18c738edcac713a8db2a3d3e
+SHA512 (graphviz-14.1.5.tar.xz) = 70d90736d91bb3fefc869cb39d0531879f4486d653a3cef496077547c8369873734a318169c73b4cb447f1ff13d201ed96e6bc80ef1b08550d298d97155f2ed4
+Size (graphviz-14.1.5.tar.xz) = 20984816 bytes
 SHA1 (patch-config_config__perl.pl) = 430acb7d7ee3e149de0af9832c5a29602884f83e
 SHA1 (patch-configure.ac) = dcb9fd2822d3eb5dddcda5a55746d51114f92d06
 SHA1 (patch-lib_gvc_Makefile.am) = 8a25c16a31923fc42138773f308f3b3fc5ee662b



Home | Main Index | Thread Index | Old Index