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 Dec  7 09:35:13 UTC 2022

Modified Files:
        pkgsrc/graphics/graphviz: Makefile distinfo
        pkgsrc/graphics/graphviz/patches: patch-configure.ac

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.259 -r1.260 pkgsrc/graphics/graphviz/Makefile
cvs rdiff -u -r1.75 -r1.76 pkgsrc/graphics/graphviz/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/graphviz/patches/patch-configure.ac

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/Makefile
diff -u pkgsrc/graphics/graphviz/Makefile:1.259 pkgsrc/graphics/graphviz/Makefile:1.260
--- pkgsrc/graphics/graphviz/Makefile:1.259     Wed Nov 23 13:10:00 2022
+++ pkgsrc/graphics/graphviz/Makefile   Wed Dec  7 09:35:12 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.259 2022/11/23 13:10:00 micha Exp $
+# $NetBSD: Makefile,v 1.260 2022/12/07 09:35:12 adam Exp $
 
-DISTNAME=      graphviz-7.0.2
+DISTNAME=      graphviz-7.0.4
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITLAB:=api/v4/projects/4207231/packages/generic/graphviz-releases/${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/graphics/graphviz/distinfo
diff -u pkgsrc/graphics/graphviz/distinfo:1.75 pkgsrc/graphics/graphviz/distinfo:1.76
--- pkgsrc/graphics/graphviz/distinfo:1.75      Wed Nov 23 13:10:00 2022
+++ pkgsrc/graphics/graphviz/distinfo   Wed Dec  7 09:35:12 2022
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.75 2022/11/23 13:10:00 micha Exp $
+$NetBSD: distinfo,v 1.76 2022/12/07 09:35:12 adam Exp $
 
-BLAKE2s (graphviz-7.0.2.tar.xz) = c1aaff4f2383b9400493e04deee672b224c2968090794d2c8d2cee659b9d6d8d
-SHA512 (graphviz-7.0.2.tar.xz) = cff40066f80d29a8ca19f8c12410c293b58ef4abf03f2c3b36472a856bc39e6a2bf6badfad4f036e45e430b7d2fec40d5d1fdb0b47778b1857a46b2b07700d98
-Size (graphviz-7.0.2.tar.xz) = 21485860 bytes
+BLAKE2s (graphviz-7.0.4.tar.xz) = 1cff3b77841a292cbba93d8209f791a1a323fb89e5272cf0d91ef787e8a0fe70
+SHA512 (graphviz-7.0.4.tar.xz) = 5b3401230a9a8e8dd33fe0f1e671094e1b78823e2caeb0793745bdd0574f2df40c70abb28af64492e67f3fa3392163c4a59b65093922c633402c1bd786624a06
+Size (graphviz-7.0.4.tar.xz) = 21485356 bytes
 SHA1 (patch-config_config__perl.pl) = 430acb7d7ee3e149de0af9832c5a29602884f83e
-SHA1 (patch-configure.ac) = 471884500676d2d5ec11c6de917bd07dd99bccda
+SHA1 (patch-configure.ac) = 1d7bcca3d97e1e77167fcbc57a6a82f1ac0b636c
 SHA1 (patch-lib_gvc_Makefile.am) = 180b45f810e5bb3948509d50b5be3b159b38a78f
 SHA1 (patch-plugin_gs_gvloadimage__gs.c) = 982ac1db252e3224633069db956c5dc803cd5ea9
 SHA1 (patch-plugin_xlib_gvdevice__xlib.c) = 05d1549db3b9221f5bcb947173034775b0df7c6c

Index: pkgsrc/graphics/graphviz/patches/patch-configure.ac
diff -u pkgsrc/graphics/graphviz/patches/patch-configure.ac:1.8 pkgsrc/graphics/graphviz/patches/patch-configure.ac:1.9
--- pkgsrc/graphics/graphviz/patches/patch-configure.ac:1.8     Wed Nov 23 13:10:00 2022
+++ pkgsrc/graphics/graphviz/patches/patch-configure.ac Wed Dec  7 09:35:13 2022
@@ -1,34 +1,12 @@
-$NetBSD: patch-configure.ac,v 1.8 2022/11/23 13:10:00 micha Exp $
-
-Patch for Issue 370:
-https://gitlab.com/graphviz/graphviz/-/issues/370
-https://gitlab.com/graphviz/graphviz/-/issues/2317
+$NetBSD: patch-configure.ac,v 1.9 2022/12/07 09:35:13 adam Exp $
 
 Use the same path for all platforms in pkgsrc.
 
 Use lua from pkgsrc.
 
---- configure.ac.orig  2022-11-19 01:13:27.000000000 +0000
+--- configure.ac.orig  2022-12-03 16:34:35.000000000 +0000
 +++ configure.ac
-@@ -101,8 +101,15 @@ case "${host_os}" in
-       # For the build number: months since Jan 2000, day of month from the timestamp
-       # For the revision number: hour, minute from the timestamp
-       if test $GRAPHVIZ_VERSION_MICRO != "0"; then
--              GRAPHVIZ_VERSION_BUILD=`expr \( ${GRAPHVIZ_VERSION_MICRO:0:4} - 2000 \) \* 12 + ${GRAPHVIZ_VERSION_MICRO:4:2}`${GRAPHVIZ_VERSION_MICRO:6:2}
--              GRAPHVIZ_VERSION_REVISION=${GRAPHVIZ_VERSION_MICRO:9:4}
-+              # JR: patch from Michael van Elst:
-+              #     if we have a shell, we should have a working awk, too
-+              eval `echo "$GRAPHVIZ_VERSION_MICRO" | awk '{
-+                      print "GRAPHVIZ_VERSION_BUILD=" \
-+                              (substr($1,1,4)-2000)*12+substr($1,5,2) \
-+                              substr($1,7,2)
-+                      print "GRAPHVIZ_VERSION_REVISION=" \
-+                              substr($1,10,4)
-+              }'`
-       fi
-       ;;
- esac
-@@ -118,8 +125,7 @@ if test -z "$LIBPOSTFIX"; then
+@@ -92,8 +92,7 @@ if test -z "$LIBPOSTFIX"; then
    case "${host_os}" in
      *linux* )
        case "${host_cpu}" in
@@ -38,7 +16,7 @@ Use lua from pkgsrc.
            INTGOSIZE=64
            ;;
        esac
-@@ -127,7 +133,6 @@ if test -z "$LIBPOSTFIX"; then
+@@ -101,7 +100,6 @@ if test -z "$LIBPOSTFIX"; then
      *solaris* )
        case "${host_cpu}" in
          x86_64 | sparc64 )
@@ -46,7 +24,7 @@ Use lua from pkgsrc.
            INTGOSIZE=64
            ;;
        esac
-@@ -899,7 +904,7 @@ else
+@@ -858,7 +856,7 @@ else
                    if test "x$?" = "x0" ; then
                          LUA_INCLUDES="$LUA_CFLAGS "`$PKG_CONFIG --cflags lua$l`
                          LUA_LIBS="$LUA_LFLAGS "`$PKG_CONFIG --libs lua$l`
@@ -55,7 +33,7 @@ Use lua from pkgsrc.
  
                        pkgconfig_lualib_found=`$PKG_CONFIG --exists lualib$l 2>/dev/null`
                        if test  "x$?" = "x0"; then
-@@ -920,7 +925,7 @@ else
+@@ -879,7 +877,7 @@ else
                echo
                  LUA_INCLUDES=`$LUACONFIG --include`
                  LUA_LIBS=`$LUACONFIG --libs`
@@ -64,7 +42,7 @@ Use lua from pkgsrc.
              fi
          fi
  
-@@ -2096,44 +2101,8 @@ fi
+@@ -2055,43 +2053,6 @@ fi
  AM_CONDITIONAL(WITH_QUARTZ, [test "x$use_quartz" = "xYes"])
  
  dnl -----------------------------------
@@ -72,19 +50,18 @@ Use lua from pkgsrc.
 -
 -AC_ARG_WITH(platformsdkincludedir,
 -  [AS_HELP_STRING([--with-platformsdkincludedir=DIR],[use Platform SDK (Windows) includes from DIR])],
--  [PLATFORMSDKINCLUDE=$withval; PLATFORMSDKINCLUDE_ESCAPED=${PLATFORMSDKINCLUDE//'\\'/\\\\}; PLATFORMSDKINCLUDE_ESCAPED=${PLATFORMSDKINCLUDE_ESCAPED// /\\ }])
+-  [PLATFORMSDKINCLUDE=$withval])
 -
 -AC_ARG_WITH(platformsdklibdir,
 -  [AS_HELP_STRING([--with-platformsdklibdir=DIR],[use Platform SDK (Windows) libraries from DIR])],
 -  [PLATFORMSDKLIB=$withval])
 -
 -AC_SUBST([PLATFORMSDKINCLUDE])
--AC_SUBST([PLATFORMSDKINCLUDE_ESCAPED])
 -AC_SUBST([PLATFORMSDKLIB])
 -
 -dnl -----------------------------------
- dnl INCLUDES and LIBS for GDI+
- 
+-dnl INCLUDES and LIBS for GDI+
+-
 -AC_ARG_WITH(gdiplus,
 -  [AS_HELP_STRING([--with-gdiplus=no],[GDI+ framework (Windows)])],
 -  [], [with_gdiplus=no])



Home | Main Index | Thread Index | Old Index