Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory vz-cvs-3.sog:/tmp/cvs-serv32650

Modified Files:
        graphviz-10.4.info graphviz.info 
Log Message:
upstream update 2.28.0, work-in-progress, -10.4 needs more patching


Index: graphviz-10.4.info
===================================================================
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/graphviz-10.4.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- graphviz-10.4.info  19 Jan 2011 01:59:58 -0000      1.4
+++ graphviz-10.4.info  23 May 2011 06:59:49 -0000      1.5
@@ -1,8 +1,8 @@
 Info3: <<
 Package: graphviz%type_pkg[var]
 Type: var (. -nox)
-Version: 2.26.3
-Revision: 3
+Version: 2.28.0
+Revision: 1
 Distribution: 10.4
 License: OSI-Approved
 # License: Common Public License 1.0
@@ -16,12 +16,19 @@
 nam-US: http://www.graphviz.org/pub/graphviz
 <<
 SourceDirectory: graphviz-%v
-Source-MD5: 6f45946fa622770c45609778c0a982ee
+Source-MD5: 8d26c1171f30ca3b1dc1b429f7937e58
 PatchFile: graphviz.patch
 PatchFile-MD5: 57cf9d74eab1a71fcb0e58c9fb464095
-# PatchScript: <<
-#      patch -p0 < %{PatchFile}
-# <<
+PatchScript: <<
+       #!/bin/sh -ev
+       patch -p1 < %{PatchFile}
+       # API: data struct changed after 10.4
+       # 
http://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGDataProvider/History/Revision.html%23//apple_ref/doc/uid/TP30000952-CH203-SW1
+       sed -i.orig \
+         -e '/CGData/s/DirectCallbacks/DirectAccessCallbacks/g' \
+         -e '/CGData.*Callbacks.* = {/,/^};/s|0,|/* & */|' \
+               plugin/quartz/gvdevice_quartz.c
+<<
 GCC: 4.0
 Depends: <<
        %N-shlibs (= %v-%r)
@@ -42,7 +49,7 @@
        (%type_raw[var] = .) gts75, 
        guile18,
        guile18-dev, 
-       libpng14, 
+       libpng14,
        libjpeg, 
        (%type_raw[var] = .) librsvg2 (>= 2.20.0-1),
        (%type_raw[var] = .) libiconv-dev, 
@@ -70,7 +77,6 @@
        (%type_raw[var] = .) libglade2 (>= 2.6.2-2),
        libming1-dev
 <<
-# TODO: --with-quartz
 ConfigureParams: <<
        --mandir=%p/share/man \
        --disable-static \

Index: graphviz.info
===================================================================
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/graphviz.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- graphviz.info       19 Jan 2011 01:59:58 -0000      1.13
+++ graphviz.info       23 May 2011 06:59:50 -0000      1.14
@@ -1,8 +1,8 @@
 Info3: <<
 Package: graphviz%type_pkg[var]
 Type: var (. -nox)
-Version: 2.26.3
-Revision: 3
+Version: 2.28.0
+Revision: 1
 Distribution: 10.5, 10.6
 License: OSI-Approved
 # License: Common Public License 1.0
@@ -16,12 +16,13 @@
 nam-US: http://www.graphviz.org/pub/graphviz
 <<
 SourceDirectory: graphviz-%v
-Source-MD5: 6f45946fa622770c45609778c0a982ee
+Source-MD5: 8d26c1171f30ca3b1dc1b429f7937e58
 PatchFile: graphviz.patch
 PatchFile-MD5: 57cf9d74eab1a71fcb0e58c9fb464095
-# PatchScript: <<
-#      patch -p0 < %{PatchFile}
-# <<
+PatchScript: <<
+       #!/bin/sh -ev
+       patch -p1 < %{PatchFile}
+<<
 GCC: 4.0
 Depends: <<
        %N-shlibs (= %v-%r)
@@ -70,7 +71,6 @@
        (%type_raw[var] = .) libglade2 (>= 2.6.2-2),
        libming1-dev
 <<
-# TODO: --with-quartz
 ConfigureParams: <<
        --mandir=%p/share/man \
        --disable-static \


------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to