[90437] trunk/dports/print/gv

ryandesign at macports.org ryandesign at macports.org
Mon Mar 5 09:54:24 PST 2012


Revision: 90437
          http://trac.macports.org/changeset/90437
Author:   ryandesign at macports.org
Date:     2012-03-05 09:54:24 -0800 (Mon, 05 Mar 2012)
Log Message:
-----------
gv: update to 3.9.3.90 and remove patches that have been incorporated upstream; disable international support because it seems to cause crashes (#33082); hopefully forthcoming Xaw3d patches might allow us to enable this again later (#33420)

Modified Paths:
--------------
    trunk/dports/print/gv/Portfile

Removed Paths:
-------------
    trunk/dports/print/gv/files/

Modified: trunk/dports/print/gv/Portfile
===================================================================
--- trunk/dports/print/gv/Portfile	2012-03-05 13:11:59 UTC (rev 90436)
+++ trunk/dports/print/gv/Portfile	2012-03-05 17:54:24 UTC (rev 90437)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 
 name                    gv
-version                 3.7.3
+version                 3.7.3.90
 categories              print
 maintainers             ryandesign openmaintainer
 homepage                http://www.gnu.org/software/gv/
@@ -17,10 +17,11 @@
                         widget set, thus providing a much nicer look and \
                         it's said to be a bit faster.
 
-master_sites            gnu
+#master_sites            gnu
+master_sites            ftp://alpha.gnu.org/gnu/gv
 
-checksums               rmd160  d3e7f3137f0aff521a667606ea05507c0dfc5784 \
-                        sha256  ee01ba96e3a5c319eb4658357372a118dbb0e231891b360edecbdebd449d1c2b
+checksums               rmd160  901d4a9f6cb5050586e22d983e7be96158e642bb \
+                        sha256  2824aefb0cbced31def7a815e1d6f00e17f47a4cb5ed1be93e4d259c7b64b63f
 
 use_parallel_build      yes
 
@@ -31,15 +32,14 @@
 
 depends_run             path:bin/gs:ghostscript
 
-patchfiles              patch-src-Scrollbar.c.diff
-
 configure.args          --enable-setenv-code \
-                        --enable-international \
                         --x-include=${prefix}/include \
                         --x-lib=${prefix}/lib
 
+# Try reenabling this later once patches from #33420 have been incorporated into Xaw3d.
+# --enable-international
+
 platform darwin {
-    patchfiles-append   patch-src-callbacks.c.diff
     configure.args-append --enable-SIGCHLD-fallback
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120305/1a672d5b/attachment.html>


More information about the macports-changes mailing list