svn commit: r424356 - head/graphics/graphviz/files
Dirk Meyer
dinoex at FreeBSD.org
Thu Oct 20 20:49:41 UTC 2016
Author: dinoex
Date: Thu Oct 20 20:49:40 2016
New Revision: 424356
URL: https://svnweb.freebsd.org/changeset/ports/424356
Log:
- fix path to vimdot
Submitted by: Jonathan Anderson
Added:
head/graphics/graphviz/files/patch-plugin_xlib_vimdot.sh (contents, props changed)
Added: head/graphics/graphviz/files/patch-plugin_xlib_vimdot.sh
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/graphviz/files/patch-plugin_xlib_vimdot.sh Thu Oct 20 20:49:40 2016 (r424356)
@@ -0,0 +1,20 @@
+--- plugin/xlib/vimdot.sh.orig 2016-09-26 23:00:07 UTC
++++ plugin/xlib/vimdot.sh
+@@ -3,7 +3,7 @@
+
+ error() { echo "$0: $*" >&2; exit 1; }
+
+-editor="/usr/bin/vim"
++editor="/usr/local/bin/vim"
+
+ if ! test -x "$editor"; then error "the \"$editor\" editor not found or not executable"; fi
+
+@@ -23,7 +23,7 @@ digraph G {
+
+ vim [href="http://www.vim.org/"]
+ dot [href="http://www.graphviz.org/"]
+- vimdot [href="file:///usr/bin/vimdot"]
++ vimdot [href="file:///usr/local/bin/vimdot"]
+
+ {vim dot} -> vimdot
+ }
More information about the svn-ports-all
mailing list