[120054] trunk/dports/science/ggobi

devans at macports.org devans at macports.org
Wed May 14 13:20:20 PDT 2014


Revision: 120054
          https://trac.macports.org/changeset/120054
Author:   devans at macports.org
Date:     2014-05-14 13:20:20 -0700 (Wed, 14 May 2014)
Log Message:
-----------
ggobi: update to version 2.1.9, disable GraphLayout plugin which isn't compatible with current graphviz API (#43712).

Modified Paths:
--------------
    trunk/dports/science/ggobi/Portfile

Removed Paths:
-------------
    trunk/dports/science/ggobi/files/patch-plugins-GraphLayout-graphviz.patch

Modified: trunk/dports/science/ggobi/Portfile
===================================================================
--- trunk/dports/science/ggobi/Portfile	2014-05-14 19:46:02 UTC (rev 120053)
+++ trunk/dports/science/ggobi/Portfile	2014-05-14 20:20:20 UTC (rev 120054)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                ggobi
-version             2.1.8
-revision            1
+version             2.1.9
 categories          science
 # CPL conflicts with (L)GPL
 license             CPL-1 LGPL-2.1+ GPL-3 Restrictive
@@ -24,16 +23,25 @@
 
 homepage            http://www.ggobi.org/
 master_sites        http://www.ggobi.org/downloads/
-checksums           sha1 62946881137b9262141961464bfe3c0090cc5b32
+
+checksums           rmd160  26c9dff129041c479598bf6461d3b60123c625d1 \
+                    sha256  9f47ccfdbae7ae22c0096e9a171a523505e031f68dfaf705799cb87d42d73dcc
+
 use_bzip2           yes
 
 depends_build       port:pkgconfig
-depends_lib         port:gtk2 port:libxml2 port:gob2 path:bin/dot:graphviz
+depends_lib         port:gtk2 \
+                    port:libxml2 \
+                    port:gob2
 
-configure.args      --with-all-plugins
+configure.args      --with-dataviewer \
+                    --with-describedisplay \
+                    --with-ggvis \
+                    --with-graphaction \
+                    --with-varcloud
 
-patchfiles          patch-src-texture.diff patch-src-barchart.diff \
-                    patch-plugins-GraphLayout-graphviz.patch
+patchfiles          patch-src-texture.diff \
+                    patch-src-barchart.diff
 
 livecheck.type      regex
 livecheck.url       ${master_sites}

Deleted: trunk/dports/science/ggobi/files/patch-plugins-GraphLayout-graphviz.patch
===================================================================
--- trunk/dports/science/ggobi/files/patch-plugins-GraphLayout-graphviz.patch	2014-05-14 19:46:02 UTC (rev 120053)
+++ trunk/dports/science/ggobi/files/patch-plugins-GraphLayout-graphviz.patch	2014-05-14 20:20:20 UTC (rev 120054)
@@ -1,13 +0,0 @@
---- plugins/GraphLayout/graphviz.c	2009-03-15 15:03:18.000000000 -0400
-+++ plugins/GraphLayout/graphviz.c	2009-03-15 15:04:30.000000000 -0400
-@@ -267,8 +267,8 @@
-       m = visible[i];
-       name = (gchar *) g_array_index (d->rowlab, gchar *, m);
-       node = agfindnode (graph, name);
--      pos[i][0] = (gdouble) ND_coord_i(node).x;
--      pos[i][1] = (gdouble) ND_coord_i(node).y;
-+      pos[i][0] = (gdouble) ND_coord(node).x;
-+      pos[i][1] = (gdouble) ND_coord(node).y;
-     }
- 
-   } else if (layout_type == TWOPI_LAYOUT) {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140514/a0a645e2/attachment.html>


More information about the macports-changes mailing list