[Lunar-commits] r16958 - moonbase/trunk/editors/vim

Terry Chan tchan at lunar-linux.org
Sun Oct 16 14:36:06 UTC 2005


Author: tchan
Date: 2005-10-16 14:36:04 +0000 (Sun, 16 Oct 2005)
New Revision: 16958

Modified:
   moonbase/trunk/editors/vim/BUILD
   moonbase/trunk/editors/vim/DETAILS
Log:
Version bump to vim-6.4. I had to patch src/auto/configure because vim still 
incorrectly parses TCL_DEFS and this is a known bug since vim-6.2 (according to
google). I incorporated two fixes into the patch for parsing TCL_DEFS correctly.
Compiled/tested with gcc-3.4.4, glibc-2.3.5, kernel headers 2.4.x and I tested
gvim with gtk+-2 interface.


Modified: moonbase/trunk/editors/vim/BUILD
===================================================================
--- moonbase/trunk/editors/vim/BUILD	2005-10-16 14:35:00 UTC (rev 16957)
+++ moonbase/trunk/editors/vim/BUILD	2005-10-16 14:36:04 UTC (rev 16958)
@@ -1,7 +1,8 @@
 (
-
+  
+  patch_it $SOURCE_CACHE/$SOURCE2 0      &&
   cd src                                 &&
-	default_config                         &&
+  default_config                         &&
   make                                   &&
   prepare_install                        &&
   rm -f /usr/bin/vim /usr/bin/vi         &&

Modified: moonbase/trunk/editors/vim/DETAILS
===================================================================
--- moonbase/trunk/editors/vim/DETAILS	2005-10-16 14:35:00 UTC (rev 16957)
+++ moonbase/trunk/editors/vim/DETAILS	2005-10-16 14:36:04 UTC (rev 16958)
@@ -1,13 +1,17 @@
            MODULE=vim
-          VERSION=6.3
-            MAJOR=63
+          VERSION=6.4
+            MAJOR=64
            SOURCE=$MODULE-$VERSION.tar.bz2
+          SOURCE2=vim-6.4-configure.patch
  SOURCE_DIRECTORY=$BUILD_DIRECTORY/vim${MAJOR}
        SOURCE_URL=ftp://ftp.vim.org/pub/vim/unix/
+       SOURCE_VFY=sha1:4ecc16d704b303db25c52c6bc33ab65e661ace93
+      SOURCE2_URL=$PATCH_URL/
+      SOURCE2_VFY=sha1:19121ce5efd2f8469df219fbbc0b25b2da58135c
          WEB_SITE=http://vim.sf.net
        MAINTAINER=sofar at lunar-linux.org
           ENTERED=20010922
-          UPDATED=20040608
+          UPDATED=20051016
             SHORT="VIM is an improved version of vi."
 cat << EOF
 VIM is an improved version of the editor vi, one of the standard text



More information about the Lunar-commits mailing list