Tue Jul 5 07:26:35 2016 UTC ()
Add src to patch and regerate distinfo


(morr)
diff -r1.154 -r1.155 pkgsrc/editors/vim-share/distinfo
diff -r1.2 -r1.3 pkgsrc/editors/vim-share/patches/patch-auto_configure

cvs diff -r1.154 -r1.155 pkgsrc/editors/vim-share/distinfo (expand / switch to unified diff)

--- pkgsrc/editors/vim-share/distinfo 2016/07/05 05:48:02 1.154
+++ pkgsrc/editors/vim-share/distinfo 2016/07/05 07:26:35 1.155
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1$NetBSD: distinfo,v 1.154 2016/07/05 05:48:02 morr Exp $ 1$NetBSD: distinfo,v 1.155 2016/07/05 07:26:35 morr Exp $
2 2
3SHA1 (vim-7.4.1987.tar.bz2) = 662102162ee6b07dd4a623f560e26737999d658a 3SHA1 (vim-7.4.1987.tar.bz2) = 662102162ee6b07dd4a623f560e26737999d658a
4RMD160 (vim-7.4.1987.tar.bz2) = 66ba5a2581354d46354979607b27213a98736e6f 4RMD160 (vim-7.4.1987.tar.bz2) = 66ba5a2581354d46354979607b27213a98736e6f
5SHA512 (vim-7.4.1987.tar.bz2) = 66cbf234741e980097da3f4d6754639042af1020bcca4dd8edfb91ab427498d18ef2de15a850d0c62be1d79e838e48e9822cceeb2224bd9cf4c93efac82e4cae 5SHA512 (vim-7.4.1987.tar.bz2) = 66cbf234741e980097da3f4d6754639042af1020bcca4dd8edfb91ab427498d18ef2de15a850d0c62be1d79e838e48e9822cceeb2224bd9cf4c93efac82e4cae
6Size (vim-7.4.1987.tar.bz2) = 10140434 bytes 6Size (vim-7.4.1987.tar.bz2) = 10140434 bytes
7SHA1 (patch-Makefile) = 6373437f649d627b2bc1595bf67e821412500fb5 7SHA1 (patch-Makefile) = 6373437f649d627b2bc1595bf67e821412500fb5
8SHA1 (patch-auto_configure) = a60cd7851acd0d821d202924fe0dfe33b52f677a 8SHA1 (patch-auto_configure) = 58a0d41f257d39f61d7705c65737bd9bcb3bf719
9SHA1 (patch-configure) = ae5970dec6d557d81da8a8f1da36d05ddc59ca56 9SHA1 (patch-configure) = ae5970dec6d557d81da8a8f1da36d05ddc59ca56
10SHA1 (patch-feature.h) = 6fc4b6c07d33af4df44e12af8d1148931a848ef4 10SHA1 (patch-feature.h) = 6fc4b6c07d33af4df44e12af8d1148931a848ef4
11SHA1 (patch-link.sh) = 24db881cea873330a8a3bf672f6135d0835651fd 11SHA1 (patch-link.sh) = 24db881cea873330a8a3bf672f6135d0835651fd

cvs diff -r1.2 -r1.3 pkgsrc/editors/vim-share/patches/patch-auto_configure (expand / switch to unified diff)

--- pkgsrc/editors/vim-share/patches/patch-auto_configure 2016/07/04 21:07:02 1.2
+++ pkgsrc/editors/vim-share/patches/patch-auto_configure 2016/07/05 07:26:35 1.3
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1$NetBSD: patch-auto_configure,v 1.2 2016/07/04 21:07:02 morr Exp $ 1$NetBSD: patch-auto_configure,v 1.3 2016/07/05 07:26:35 morr Exp $
2 2
3Buildlink takes care of include files. 3Buildlink takes care of include files.
4Also, remove stray dollar. 4Also, remove stray dollar.
5 5
6--- auto/configure.orig 2016-07-02 20:33:46.000000000 +0000 6--- src/auto/configure.orig 2016-07-02 20:33:46.000000000 +0000
7+++ auto/configure 7+++ src/auto/configure
8@@ -9490,7 +9490,7 @@ fi 8@@ -9490,7 +9490,7 @@ fi
9  9
10  10
11 if test -z "$SKIP_MOTIF"; then 11 if test -z "$SKIP_MOTIF"; then
12- gui_XXX="/usr/XXX/Motif* /usr/Motif*/XXX /usr/XXX /usr/shlib /usr/X11*/XXX /usr/XXX/X11* /usr/dt/XXX /local/Motif*/XXX /local/XXX/Motif* /usr/local/Motif*/XXX /usr/local/XXX/Motif* /usr/local/XXX /usr/local/X11*/XXX /usr/local/LessTif/Motif*/XXX $MOTIFHOME/XXX" 12- gui_XXX="/usr/XXX/Motif* /usr/Motif*/XXX /usr/XXX /usr/shlib /usr/X11*/XXX /usr/XXX/X11* /usr/dt/XXX /local/Motif*/XXX /local/XXX/Motif* /usr/local/Motif*/XXX /usr/local/XXX/Motif* /usr/local/XXX /usr/local/X11*/XXX /usr/local/LessTif/Motif*/XXX $MOTIFHOME/XXX"
13+ gui_XXX="${MOTIFBASE}/include" 13+ gui_XXX="${MOTIFBASE}/include"
14 GUI_INC_LOC="`echo $GUI_INC_LOC|sed 's%-I%%g'`" 14 GUI_INC_LOC="`echo $GUI_INC_LOC|sed 's%-I%%g'`"
15  15
16 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of Motif GUI includes" >&5 16 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of Motif GUI includes" >&5
17@@ -14028,7 +14028,7 @@ if test "x$MACOSX" = "xyes"; then 17@@ -14028,7 +14028,7 @@ if test "x$MACOSX" = "xyes"; then
18 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need -framework Cocoa" >&5 18 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need -framework Cocoa" >&5
19 $as_echo_n "checking whether we need -framework Cocoa... " >&6; } 19 $as_echo_n "checking whether we need -framework Cocoa... " >&6; }
20 if test "x$features" != "xtiny" || test "x$enable_multibyte" = "xyes"; then 20 if test "x$features" != "xtiny" || test "x$enable_multibyte" = "xyes"; then