Date: Thu, 20 Oct 2016 20:49:40 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424356 - head/graphics/graphviz/files Message-ID: <201610202049.u9KKnelY086983@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 + }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610202049.u9KKnelY086983>