r1139 - in /trunk/packages/vim: debian/changelog patches/configure-tcl_detection.diff patches/series

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Wed Dec 19 16:11:24 UTC 2007


Author: jamessan
Date: Wed Dec 19 16:11:24 2007
New Revision: 1139

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=1139
Log:
* Add configure-tcl_detection.diff, which allows Vim's configure script to
  detect Tcl again after the Tcl maintainers decision to move
  /usr/lib/tcl8.4/ to /usr/share/tcltk/tcl8.4/.

Added:
    trunk/packages/vim/patches/configure-tcl_detection.diff
Modified:
    trunk/packages/vim/debian/changelog
    trunk/packages/vim/patches/series

Modified: trunk/packages/vim/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/changelog?rev=1139&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Wed Dec 19 16:11:24 2007
@@ -1,3 +1,11 @@
+vim (1:7.1-175+3) unstable; urgency=low
+
+  * Add configure-tcl_detection.diff, which allows Vim's configure script to
+    detect Tcl again after the Tcl maintainers decision to move
+    /usr/lib/tcl8.4/ to /usr/share/tcltk/tcl8.4/.
+
+ -- James Vega <jamessan at debian.org>  Tue, 18 Dec 2007 16:15:02 -0500
+
 vim (1:7.1-175+2) unstable; urgency=low
 
   * runtime/syntax/debcontrol.vim:

Added: trunk/packages/vim/patches/configure-tcl_detection.diff
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/configure-tcl_detection.diff?rev=1139&op=file
==============================================================================
--- trunk/packages/vim/patches/configure-tcl_detection.diff (added)
+++ trunk/packages/vim/patches/configure-tcl_detection.diff Wed Dec 19 16:11:24 2007
@@ -1,0 +1,13 @@
+Index: vim/src/auto/configure
+===================================================================
+--- vim/src/auto/configure.orig
++++ vim/src/auto/configure
+@@ -4627,7 +4627,7 @@
+       echo "$as_me:$LINENO: checking for location of Tcl include" >&5
+ echo $ECHO_N "checking for location of Tcl include... $ECHO_C" >&6
+       if test "x$MACOSX" != "xyes"; then
+-	tclinc="$tclloc/include $tclloc/include/tcl $tclloc/include/tcl$tclver /usr/local/include /usr/include"
++	tclinc="$tclloc/include $tclloc/include/tcl $tclloc/include/tcl$tclver /usr/local/include /usr/include /usr/include/tcl$tclver"
+       else
+ 		tclinc="/System/Library/Frameworks/Tcl.framework/Headers"
+       fi

Modified: trunk/packages/vim/patches/series
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/series?rev=1139&op=diff
==============================================================================
--- trunk/packages/vim/patches/series (original)
+++ trunk/packages/vim/patches/series Wed Dec 19 16:11:24 2007
@@ -28,3 +28,4 @@
 fstab.vim-syntax.diff -p0
 filetype.vim-debfiles.diff -p0
 spellfile.vim-doc.diff -p0
+configure-tcl_detection.diff -p0




More information about the pkg-vim-maintainers mailing list