[Midnightbsd-cvs] mports [24593] trunk/graphics/graphviz/files: add patches
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Oct 30 00:21:37 EDT 2018
Revision: 24593
http://svnweb.midnightbsd.org/mports/?rev=24593
Author: laffer1
Date: 2018-10-30 00:21:36 -0400 (Tue, 30 Oct 2018)
Log Message:
-----------
add patches
Added Paths:
-----------
trunk/graphics/graphviz/files/patch-lib-vmalloc-vmhdr.h
trunk/graphics/graphviz/files/patch-plugin-xlib-vimdot.sh
Added: trunk/graphics/graphviz/files/patch-lib-vmalloc-vmhdr.h
===================================================================
--- trunk/graphics/graphviz/files/patch-lib-vmalloc-vmhdr.h (rev 0)
+++ trunk/graphics/graphviz/files/patch-lib-vmalloc-vmhdr.h 2018-10-30 04:21:36 UTC (rev 24593)
@@ -0,0 +1,13 @@
+--- 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
++#if defined(__FreeBSD__) && defined(__aarch64__)
++/* No sbrk on FreeBSD/AArch64 */
++#define _std_malloc 1
++#endif
+ #ifdef WIN32
+ #include <io.h>
+ #endif
Property changes on: trunk/graphics/graphviz/files/patch-lib-vmalloc-vmhdr.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/graphviz/files/patch-plugin-xlib-vimdot.sh
===================================================================
--- trunk/graphics/graphviz/files/patch-plugin-xlib-vimdot.sh (rev 0)
+++ trunk/graphics/graphviz/files/patch-plugin-xlib-vimdot.sh 2018-10-30 04:21:36 UTC (rev 24593)
@@ -0,0 +1,20 @@
+--- 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"
+-[ -x "$editor" ] || editor="/usr/bin/vim"
++[ -x "$editor" ] || editor="/usr/local/bin/vim"
+ [ -x "$editor" ] || editor="/usr/bin/vi"
+ [ -x "$editor" ] || error "EDITOR not found or not executable";
+
+@@ -25,7 +25,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
+ }
Property changes on: trunk/graphics/graphviz/files/patch-plugin-xlib-vimdot.sh
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list