[75073] trunk/dports/print/gv

ryandesign at macports.org ryandesign at macports.org
Fri Jan 14 11:12:22 PST 2011


Revision: 75073
          http://trac.macports.org/changeset/75073
Author:   ryandesign at macports.org
Date:     2011-01-14 11:12:14 -0800 (Fri, 14 Jan 2011)
Log Message:
-----------
gv: apply upstream patch to fix runtime error "Unknown keysym name:  apLineDel"; see #27937

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

Added Paths:
-----------
    trunk/dports/print/gv/files/
    trunk/dports/print/gv/files/patch-src-gv_misc_res.dat.diff

Modified: trunk/dports/print/gv/Portfile
===================================================================
--- trunk/dports/print/gv/Portfile	2011-01-14 18:20:36 UTC (rev 75072)
+++ trunk/dports/print/gv/Portfile	2011-01-14 19:12:14 UTC (rev 75073)
@@ -5,7 +5,7 @@
 
 name                    gv
 version                 3.7.1
-revision                1
+revision                2
 categories              print
 maintainers             ryandesign openmaintainer
 homepage                http://www.gnu.org/software/gv/
@@ -34,6 +34,8 @@
 
 depends_run             path:bin/gs:ghostscript
 
+patchfiles              patch-src-gv_misc_res.dat.diff
+
 configure.args          --enable-setenv-code \
                         --x-include=${prefix}/include \
                         --x-lib=${prefix}/lib

Added: trunk/dports/print/gv/files/patch-src-gv_misc_res.dat.diff
===================================================================
--- trunk/dports/print/gv/files/patch-src-gv_misc_res.dat.diff	                        (rev 0)
+++ trunk/dports/print/gv/files/patch-src-gv_misc_res.dat.diff	2011-01-14 19:12:14 UTC (rev 75073)
@@ -0,0 +1,11 @@
+https://savannah.gnu.org/bugs/?31754
+--- src/gv_misc_res.dat.orig	2011-01-14 09:33:51.000000000 -0500
++++ src/gv_misc_res.dat	2011-01-14 09:34:12.000000000 -0500
+@@ -476,7 +476,6 @@
+  <Key>BackSpace:	GV_Page(up,left-bottom,!page-1,bottom-rightedge)\n\
+  <Key>Insert:		GV_Page(page-5)		\n\
+  <Key>Delete:		GV_Page(page+5)		\n\
+- <Key>apLineDel:	GV_Page(page+5)		\n\
+  <Key>Home:		GV_Page(page=0)		\n\
+  <Key>End:		GV_Page(page=99999)	\n\
+  <Key>Prior:		GV_Page(page-1)		\n\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110114/46fbfbae/attachment.html>


More information about the macports-changes mailing list