Received: by mail.netbsd.org (Postfix, from userid 605) id BB90A84DB2; Fri, 30 Sep 2022 16:08:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EA52884D82 for ; Fri, 30 Sep 2022 16:08:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id yTm9SGuRwpKk for ; Fri, 30 Sep 2022 16:08:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0839684C13 for ; Fri, 30 Sep 2022 16:08:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EB41EFA90; Fri, 30 Sep 2022 16:08:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1664554132217800" MIME-Version: 1.0 Date: Fri, 30 Sep 2022 16:08:52 +0000 From: "Michael Baeuerle" Subject: CVS commit: pkgsrc/graphics/graphviz To: pkgsrc-changes@NetBSD.org Reply-To: micha@netbsd.org X-Mailer: log_accum Message-Id: <20220930160852.EB41EFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1664554132217800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: micha Date: Fri Sep 30 16:08:52 UTC 2022 Modified Files: pkgsrc/graphics/graphviz: Makefile buildlink3.mk distinfo Removed Files: pkgsrc/graphics/graphviz/patches: patch-tclpkg_gv_Makefile.am Log Message: 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++ To generate a diff of this commit: cvs rdiff -u -r1.255 -r1.256 pkgsrc/graphics/graphviz/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/graphics/graphviz/buildlink3.mk cvs rdiff -u -r1.72 -r1.73 pkgsrc/graphics/graphviz/distinfo cvs rdiff -u -r1.2 -r0 \ pkgsrc/graphics/graphviz/patches/patch-tclpkg_gv_Makefile.am Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1664554132217800 Content-Disposition: inline Content-Length: 2915 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/graphviz/Makefile diff -u pkgsrc/graphics/graphviz/Makefile:1.255 pkgsrc/graphics/graphviz/Makefile:1.256 --- pkgsrc/graphics/graphviz/Makefile:1.255 Wed Sep 28 19:58:26 2022 +++ pkgsrc/graphics/graphviz/Makefile Fri Sep 30 16:08:52 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.255 2022/09/28 19:58:26 wiz Exp $ +# $NetBSD: Makefile,v 1.256 2022/09/30 16:08:52 micha Exp $ -DISTNAME= graphviz-5.0.0 -PKGREVISION= 3 +DISTNAME= graphviz-6.0.1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITLAB:=api/v4/projects/4207231/packages/generic/graphviz-releases/${PKGVERSION_NOREV}/} Index: pkgsrc/graphics/graphviz/buildlink3.mk diff -u pkgsrc/graphics/graphviz/buildlink3.mk:1.31 pkgsrc/graphics/graphviz/buildlink3.mk:1.32 --- pkgsrc/graphics/graphviz/buildlink3.mk:1.31 Fri Jul 22 17:07:10 2022 +++ pkgsrc/graphics/graphviz/buildlink3.mk Fri Sep 30 16:08:52 2022 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.31 2022/07/22 17:07:10 micha Exp $ +# $NetBSD: buildlink3.mk,v 1.32 2022/09/30 16:08:52 micha Exp $ BUILDLINK_TREE+= graphviz @@ -6,7 +6,7 @@ BUILDLINK_TREE+= graphviz GRAPHVIZ_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.graphviz+= graphviz>=2.26.3 -BUILDLINK_ABI_DEPENDS.graphviz+= graphviz>=5.0.0nb1 +BUILDLINK_ABI_DEPENDS.graphviz+= graphviz>=6.0.1 BUILDLINK_PKGSRCDIR.graphviz?= ../../graphics/graphviz .include "../../converters/libiconv/buildlink3.mk" Index: pkgsrc/graphics/graphviz/distinfo diff -u pkgsrc/graphics/graphviz/distinfo:1.72 pkgsrc/graphics/graphviz/distinfo:1.73 --- pkgsrc/graphics/graphviz/distinfo:1.72 Fri Jul 22 12:04:46 2022 +++ pkgsrc/graphics/graphviz/distinfo Fri Sep 30 16:08:52 2022 @@ -1,11 +1,10 @@ -$NetBSD: distinfo,v 1.72 2022/07/22 12:04:46 micha Exp $ +$NetBSD: distinfo,v 1.73 2022/09/30 16:08:52 micha Exp $ -BLAKE2s (graphviz-5.0.0.tar.gz) = 6755b14a2b5fed1365c5dbfe1d72406e8bb6707f29c7955c4372afcc32aa09f1 -SHA512 (graphviz-5.0.0.tar.gz) = ea21c39b8735215073972af94affae20f76ee04e7f6c8833c9018d6b1fdcb763cec48cde8972f7443f08b2febd1a04ecb7d07ec48ea74ae785f0af98cc5e136a -Size (graphviz-5.0.0.tar.gz) = 27590532 bytes +BLAKE2s (graphviz-6.0.1.tar.gz) = c6e9a24e3652ac5e4f533b7ed0e6616655b806ebc496c2e8de24c8896370dedc +SHA512 (graphviz-6.0.1.tar.gz) = 5d48eab092097f892c62e006e25041b6ab9ddf08d380488d0a8a0b69dd78f5111ad5e52c843b25ce6a46165c3840e6b87175af58aab87dfbc1425195e7a4e045 +Size (graphviz-6.0.1.tar.gz) = 27587111 bytes SHA1 (patch-config_config__perl.pl) = 430acb7d7ee3e149de0af9832c5a29602884f83e SHA1 (patch-configure.ac) = 1c39f0b25cfc995de10a07492656c2f12a24686f SHA1 (patch-lib_gvc_Makefile.am) = b5d793ec0a676c5d4b257c6fec1eb182ee93718b SHA1 (patch-plugin_gs_gvloadimage__gs.c) = d777c822ef11b15eff992f36a9f4073c02cd4ca6 SHA1 (patch-plugin_xlib_gvdevice__xlib.c) = 05d1549db3b9221f5bcb947173034775b0df7c6c -SHA1 (patch-tclpkg_gv_Makefile.am) = 47e15ae0342d39db7ef88e414491495c18e2c45c --_----------=_1664554132217800--