<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/66c529d5f605049fb2d219dff86a86c9647536fb">https://github.com/macports/macports-ports/commit/66c529d5f605049fb2d219dff86a86c9647536fb</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 66c529d  vim, MacVim: Fix patch for +tcl variant
</span>66c529d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 66c529d5f605049fb2d219dff86a86c9647536fb
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Fri Nov 10 13:24:59 2017 +0100

<span style='display:block; white-space:pre;color:#404040;'>    vim, MacVim: Fix patch for +tcl variant
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://github.com/macports/macports-ports/pull/1017
</span>---
 editors/MacVim/files/patch-tcl.diff | 12 ++++++------
 editors/vim/files/patch-tcl.diff    | 12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/editors/MacVim/files/patch-tcl.diff b/editors/MacVim/files/patch-tcl.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index d2b541d..4959e51 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/editors/MacVim/files/patch-tcl.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/editors/MacVim/files/patch-tcl.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,10 +1,10 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>---- src/configure.ac.orig  2016-09-12 16:31:10.000000000 +0200
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ src/configure.ac       2016-09-12 19:28:57.000000000 +0200
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -1721,12 +1721,7 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- src/configure.ac.orig  2017-11-10 11:54:42.000000000 +0200
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ src/configure.ac       2017-11-10 11:57:09.000000000 +0200
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -1783,12 +1783,7 @@
</span>        tcldll=`echo 'puts libtcl[[info tclversion]][[info sharedlibextension]]' | $vi_cv_path_tcl -`
  
        AC_MSG_CHECKING(for location of Tcl include)
<span style='display:block; white-space:pre;background:#ffe0e0;'>--      if test "x$MACOSX" != "xyes"; then
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-      if test "x$MACOS_X" != "xyes"; then
</span> - tclinc="$tclloc/include $tclloc/include/tcl $tclloc/include/tcl$tclver /usr/local/include /usr/local/include/tcl$tclver /usr/include /usr/include/tcl$tclver"
 -      else
 -      dnl For Mac OS X 10.3, use the OS-provided framework location
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,11 +14,11 @@
</span>        TCL_INC=
        for try in $tclinc; do
        if test -f "$try/tcl.h"; then
<span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -1741,13 +1736,8 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -1803,13 +1798,8 @@
</span>        fi
        if test -z "$SKIP_TCL"; then
        AC_MSG_CHECKING(for location of tclConfig.sh script)
<span style='display:block; white-space:pre;background:#ffe0e0;'>--       if test "x$MACOSX" != "xyes"; then
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-  if test "x$MACOS_X" != "xyes"; then
</span> -   tclcnf=`echo $tclinc | sed s/include/lib/g`
 -        tclcnf="$tclcnf `echo $tclinc | sed s/include/lib64/g`"
 -      else
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/editors/vim/files/patch-tcl.diff b/editors/vim/files/patch-tcl.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index d2b541d..4959e51 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/editors/vim/files/patch-tcl.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/editors/vim/files/patch-tcl.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,10 +1,10 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>---- src/configure.ac.orig  2016-09-12 16:31:10.000000000 +0200
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ src/configure.ac       2016-09-12 19:28:57.000000000 +0200
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -1721,12 +1721,7 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- src/configure.ac.orig  2017-11-10 11:54:42.000000000 +0200
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ src/configure.ac       2017-11-10 11:57:09.000000000 +0200
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -1783,12 +1783,7 @@
</span>        tcldll=`echo 'puts libtcl[[info tclversion]][[info sharedlibextension]]' | $vi_cv_path_tcl -`
  
        AC_MSG_CHECKING(for location of Tcl include)
<span style='display:block; white-space:pre;background:#ffe0e0;'>--      if test "x$MACOSX" != "xyes"; then
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-      if test "x$MACOS_X" != "xyes"; then
</span> - tclinc="$tclloc/include $tclloc/include/tcl $tclloc/include/tcl$tclver /usr/local/include /usr/local/include/tcl$tclver /usr/include /usr/include/tcl$tclver"
 -      else
 -      dnl For Mac OS X 10.3, use the OS-provided framework location
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,11 +14,11 @@
</span>        TCL_INC=
        for try in $tclinc; do
        if test -f "$try/tcl.h"; then
<span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -1741,13 +1736,8 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -1803,13 +1798,8 @@
</span>        fi
        if test -z "$SKIP_TCL"; then
        AC_MSG_CHECKING(for location of tclConfig.sh script)
<span style='display:block; white-space:pre;background:#ffe0e0;'>--       if test "x$MACOSX" != "xyes"; then
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-  if test "x$MACOS_X" != "xyes"; then
</span> -   tclcnf=`echo $tclinc | sed s/include/lib/g`
 -        tclcnf="$tclcnf `echo $tclinc | sed s/include/lib64/g`"
 -      else
</pre><pre style='margin:0'>

</pre>