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:   schmonz
Date:           Sat Apr 27 19:19:26 UTC 2024

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

Log Message:
graphviz: don't try to build Mac .app.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/graphics/graphviz/distinfo
cvs rdiff -u -r1.13 -r1.14 \
    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/distinfo
diff -u pkgsrc/graphics/graphviz/distinfo:1.83 pkgsrc/graphics/graphviz/distinfo:1.84
--- pkgsrc/graphics/graphviz/distinfo:1.83      Mon Apr 15 10:25:57 2024
+++ pkgsrc/graphics/graphviz/distinfo   Sat Apr 27 19:19:26 2024
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.83 2024/04/15 10:25:57 micha Exp $
+$NetBSD: distinfo,v 1.84 2024/04/27 19:19:26 schmonz Exp $
 
 BLAKE2s (graphviz-10.0.1.tar.gz) = 2aaa4a0d7f7a408cd9df96893f51864e4d6a9ea385dc98fdf3c70566b20159cc
 SHA512 (graphviz-10.0.1.tar.gz) = c8d3653fa8aa5748e7efda1c417c9b35221aa2fefb7b872b4b103b9140423803a5945e55743a336d4c11677428d0a7a74fdb9e533a3b4357bd35656d7c9d15a3
 Size (graphviz-10.0.1.tar.gz) = 27286181 bytes
 SHA1 (patch-config_config__perl.pl) = 430acb7d7ee3e149de0af9832c5a29602884f83e
-SHA1 (patch-configure.ac) = e76919fc4705194e2ebe0f71f2d19d95c692b9f4
+SHA1 (patch-configure.ac) = 29cb8b6b139874bac4435f5d4500907b068fa4f8
 SHA1 (patch-lib_gvc_Makefile.am) = 180b45f810e5bb3948509d50b5be3b159b38a78f
 SHA1 (patch-plugin_gs_gvloadimage__gs.c) = 982ac1db252e3224633069db956c5dc803cd5ea9

Index: pkgsrc/graphics/graphviz/patches/patch-configure.ac
diff -u pkgsrc/graphics/graphviz/patches/patch-configure.ac:1.13 pkgsrc/graphics/graphviz/patches/patch-configure.ac:1.14
--- pkgsrc/graphics/graphviz/patches/patch-configure.ac:1.13    Mon Apr 15 10:25:57 2024
+++ pkgsrc/graphics/graphviz/patches/patch-configure.ac Sat Apr 27 19:19:26 2024
@@ -1,7 +1,8 @@
-$NetBSD: patch-configure.ac,v 1.13 2024/04/15 10:25:57 micha Exp $
+$NetBSD: patch-configure.ac,v 1.14 2024/04/27 19:19:26 schmonz Exp $
 
 Use the same path for all platforms in pkgsrc.
 Fix nonportable shell syntax.
+Don't build macOS-specific .app.
 
 --- configure.ac.orig  2024-02-10 22:00:40.000000000 +0000
 +++ configure.ac
@@ -23,6 +24,15 @@ Fix nonportable shell syntax.
            INTGOSIZE=64
            ;;
        esac
+@@ -155,7 +153,7 @@ AC_DEFINE_UNQUOTED(PATHSEPARATOR,"$PATHS
+ AM_CONDITIONAL(WITH_WIN32, [test "$UWIN" = "yes" -o "$CYGWIN" = "yes" -o "$MINGW32" = "yes"])
+ AM_CONDITIONAL(WITH_CYGWIN, [test "$CYGWIN" = "yes"])
+ AM_CONDITIONAL(WITH_MINGW, [test "$MINGW32" = "yes"])
+-AM_CONDITIONAL(WITH_DARWIN, [test "$DARWIN" = "yes"])
++AM_CONDITIONAL(WITH_DARWIN, [test "$DARWIN" = "yes-but-pkgsrc-does-not-want-the-mac-app"])
+ 
+ DEFAULT_DPI=96
+ AC_DEFINE_UNQUOTED(DEFAULT_DPI,$DEFAULT_DPI,Default DPI.)
 @@ -1760,7 +1758,10 @@ AM_CONDITIONAL([WITH_QT], [test "$use_qt
  dnl -----------------------------------
  dnl INCLUDES and LIBS for QUARTZ



Home | Main Index | Thread Index | Old Index