Date: Thu, 9 Feb 2017 09:54:34 +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: r433717 - head/graphics/graphviz/files Message-ID: <201702090954.v199sYrH083705@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Thu Feb 9 09:54:34 2017 New Revision: 433717 URL: https://svnweb.freebsd.org/changeset/ports/433717 Log: - make portlint happier Added: head/graphics/graphviz/files/patch-plugin-xlib-vimdot.sh - copied, changed from r433716, head/graphics/graphviz/files/patch-plugin_xlib_vimdot.sh Deleted: head/graphics/graphviz/files/patch-plugin_xlib_vimdot.sh Modified: head/graphics/graphviz/files/patch-cmd-gvpr-gvpr.1 head/graphics/graphviz/files/patch-cmd-tools-gvpack.1 head/graphics/graphviz/files/patch-configure head/graphics/graphviz/files/patch-lib-ortho-trapezoid.c head/graphics/graphviz/files/patch-lib-vmalloc-vmhdr.h Modified: head/graphics/graphviz/files/patch-cmd-gvpr-gvpr.1 ============================================================================== --- head/graphics/graphviz/files/patch-cmd-gvpr-gvpr.1 Thu Feb 9 09:36:13 2017 (r433716) +++ head/graphics/graphviz/files/patch-cmd-gvpr-gvpr.1 Thu Feb 9 09:54:34 2017 (r433717) @@ -1,6 +1,9 @@ ---- cmd/gvpr/gvpr.1.orig Fri Mar 10 09:04:33 2006 -+++ cmd/gvpr/gvpr.1 Fri Mar 10 09:04:52 2006 -@@ -1,3 +1,12 @@ +--- cmd/gvpr/gvpr.1.orig 2016-08-09 21:02:09 UTC ++++ cmd/gvpr/gvpr.1 +@@ -3,6 +3,15 @@ + . ns + . TP \\$1 + .. +.de EX +.fam C +.nf @@ -10,6 +13,6 @@ +.fi +.. + - .TH GVPR 1 "14 November 2003" + .TH GVPR 1 "29 August 2013" .SH NAME gvpr \- graph pattern scanning and processing language Modified: head/graphics/graphviz/files/patch-cmd-tools-gvpack.1 ============================================================================== --- head/graphics/graphviz/files/patch-cmd-tools-gvpack.1 Thu Feb 9 09:36:13 2017 (r433716) +++ head/graphics/graphviz/files/patch-cmd-tools-gvpack.1 Thu Feb 9 09:54:34 2017 (r433717) @@ -1,5 +1,5 @@ ---- cmd/tools/gvpack.1.orig Fri Mar 10 09:02:53 2006 -+++ cmd/tools/gvpack.1 Fri Mar 10 09:01:31 2006 +--- cmd/tools/gvpack.1.orig 2016-08-09 21:02:10 UTC ++++ cmd/tools/gvpack.1 @@ -1,3 +1,12 @@ +.de EX +.fam C @@ -10,6 +10,6 @@ +.fi +.. + - .TH GVPACK 1 "8 April 2003" + .TH GVPACK 1 "27 May 2010" .SH NAME gvpack \- merge and pack disjoint graphs Modified: head/graphics/graphviz/files/patch-configure ============================================================================== --- head/graphics/graphviz/files/patch-configure Thu Feb 9 09:36:13 2017 (r433716) +++ head/graphics/graphviz/files/patch-configure Thu Feb 9 09:54:34 2017 (r433717) @@ -1,6 +1,6 @@ ---- configure.orig 2014-04-13 22:41:48.000000000 +0200 -+++ configure 2015-09-05 16:25:22.901752000 +0200 -@@ -17827,6 +17827,9 @@ +--- configure.orig 2016-12-25 03:04:52 UTC ++++ configure +@@ -18067,6 +18067,9 @@ test -n "$RC" || RC="false" CFLAGS="${CFLAGS} -fno-common -Wall" LDFLAGS="${LDFLAGS} -Wl,-headerpad_max_install_names" ;; @@ -10,7 +10,7 @@ *-freebsd* ) CFLAGS="${CFLAGS} -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math" ;; -@@ -21101,7 +21104,7 @@ +@@ -20954,7 +20957,7 @@ done if test "x$GUILE" = "x"; then use_guile="No (guile not available)" else @@ -19,7 +19,7 @@ GUILE_VERSION_MAJOR=`echo $GUILE_VERSION | cut -d '.' -f 1` GUILE_VERSION_MINOR=`echo $GUILE_VERSION | cut -d '.' -f 2` if test 0$GUILE_VERSION_MAJOR -lt 2; then -@@ -21669,7 +21672,9 @@ +@@ -21522,7 +21525,9 @@ fi LUA_INCLUDES="" LUA_LIBS="" @@ -30,7 +30,7 @@ if test -n "$lua_inc"; then CFLAGS="$CFLAGS -I$lua_inc" -@@ -21731,13 +21736,13 @@ +@@ -21584,13 +21589,13 @@ $as_echo_n "checking for Lua headers and pkgconfig_lua_found=`$PKGCONFIG --exists lua$l 2>/dev/null` if test "x$?" = "x0" ; then LUA_VERSION=`$PKGCONFIG --modversion lua$l` Modified: head/graphics/graphviz/files/patch-lib-ortho-trapezoid.c ============================================================================== --- head/graphics/graphviz/files/patch-lib-ortho-trapezoid.c Thu Feb 9 09:36:13 2017 (r433716) +++ head/graphics/graphviz/files/patch-lib-ortho-trapezoid.c Thu Feb 9 09:54:34 2017 (r433717) @@ -1,5 +1,5 @@ ---- lib/ortho/trapezoid.c.orig 2011-05-20 18:55:22.000000000 +0200 -+++ lib/ortho/trapezoid.c 2011-05-20 18:57:31.000000000 +0200 +--- lib/ortho/trapezoid.c.orig 2016-09-20 04:45:02 UTC ++++ lib/ortho/trapezoid.c @@ -30,6 +30,11 @@ #define log2(x) (log(x)/log(2)) #endif Modified: head/graphics/graphviz/files/patch-lib-vmalloc-vmhdr.h ============================================================================== --- head/graphics/graphviz/files/patch-lib-vmalloc-vmhdr.h Thu Feb 9 09:36:13 2017 (r433716) +++ head/graphics/graphviz/files/patch-lib-vmalloc-vmhdr.h Thu Feb 9 09:54:34 2017 (r433717) @@ -1,6 +1,6 @@ ---- lib/vmalloc/vmhdr.h.orig 2016-11-07 02:32:54.935418000 +0000 -+++ lib/vmalloc/vmhdr.h 2016-11-07 02:38:16.506108000 +0000 -@@ -20,6 +20,10 @@ +--- lib/vmalloc/vmhdr.h.orig 2016-12-22 05:44:41 UTC ++++ lib/vmalloc/vmhdr.h +@@ -20,6 +20,10 @@ extern "C" { #ifndef _BLD_vmalloc #define _BLD_vmalloc 1 #endif Copied and modified: head/graphics/graphviz/files/patch-plugin-xlib-vimdot.sh (from r433716, head/graphics/graphviz/files/patch-plugin_xlib_vimdot.sh) ============================================================================== --- head/graphics/graphviz/files/patch-plugin_xlib_vimdot.sh Thu Feb 9 09:36:13 2017 (r433716, copy source) +++ head/graphics/graphviz/files/patch-plugin-xlib-vimdot.sh Thu Feb 9 09:54:34 2017 (r433717) @@ -1,6 +1,6 @@ ---- plugin/xlib/vimdot.sh.orig 2016-12-01 06:43:36.000000000 +0100 -+++ plugin/xlib/vimdot.sh 2016-12-25 20:26:20.202321000 +0100 -@@ -5,7 +5,7 @@ +--- plugin/xlib/vimdot.sh.orig 2016-12-01 05:43:36 UTC ++++ plugin/xlib/vimdot.sh +@@ -5,7 +5,7 @@ error() { echo "$0: $*" >&2; exit 1; } # Try $EDITOR first, else try vim or vi editor="$EDITOR" @@ -9,7 +9,7 @@ [ -x "$editor" ] || editor="/usr/bin/vi" [ -x "$editor" ] || error "EDITOR not found or not executable"; -@@ -25,7 +25,7 @@ +@@ -25,7 +25,7 @@ digraph G { vim [href="http://www.vim.org/"] dot [href="http://www.graphviz.org/"]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702090954.v199sYrH083705>