Author: glen                         Date: Mon Feb 14 12:05:19 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 7.3.119

---- Files affected:
packages/vim:
   vim.spec (1.547 -> 1.548) , 7.3.119 (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/vim/vim.spec
diff -u packages/vim/vim.spec:1.547 packages/vim/vim.spec:1.548
--- packages/vim/vim.spec:1.547 Thu Feb 10 09:38:00 2011
+++ packages/vim/vim.spec       Mon Feb 14 13:05:13 2011
@@ -26,7 +26,7 @@
 # curl -s ftp://ftp.vim.org/pub/editors/vim/patches/7.3/MD5SUMS | grep -vF .gz 
| tail -n1 | awk '{print $2}'
 
 %define                ver             7.3
-%define                patchlevel      118
+%define                patchlevel      119
 %define                rel                     2
 Summary:       Vi IMproved - a Vi clone
 Summary(de.UTF-8):     VIsual editor iMproved
@@ -1395,6 +1395,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.548  2011/02/14 12:05:13  glen
+- up to 7.3.119
+
 Revision 1.547  2011/02/10 08:38:00  glen
 - up to 7.3.118
 

================================================================
Index: packages/vim/7.3.119
diff -u /dev/null packages/vim/7.3.119:1.1
--- /dev/null   Mon Feb 14 13:05:19 2011
+++ packages/vim/7.3.119        Mon Feb 14 13:05:13 2011
@@ -0,0 +1,52 @@
+To: [email protected]
+Subject: Patch 7.3.1
+Fcc: outbox
+From: Bram Moolenaar <[email protected]>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+------------
+
+Patch 7.3.119
+Problem:    Build problem on Mac. (Nicholas Stallard)
+Solution:   Use "extern" instead of "EXTERN" for p_vfile.
+Files:     src/option.h
+
+
+*** ../vim-7.3.118/src/option.h        2011-02-09 15:59:32.000000000 +0100
+--- src/option.h       2011-02-12 13:56:50.000000000 +0100
+***************
+*** 857,863 ****
+  #ifdef IN_OPTION_C
+  char_u       *p_vfile = (char_u *)""; /* used before options are initialized 
*/
+  #else
+! EXTERN char_u        *p_vfile;       /* 'verbosefile' */
+  #endif
+  EXTERN int   p_warn;         /* 'warn' */
+  #ifdef FEAT_CMDL_COMPL
+--- 857,863 ----
+  #ifdef IN_OPTION_C
+  char_u       *p_vfile = (char_u *)""; /* used before options are initialized 
*/
+  #else
+! extern char_u        *p_vfile;       /* 'verbosefile' */
+  #endif
+  EXTERN int   p_warn;         /* 'warn' */
+  #ifdef FEAT_CMDL_COMPL
+*** ../vim-7.3.118/src/version.c       2011-02-09 18:47:36.000000000 +0100
+--- src/version.c      2011-02-12 13:59:41.000000000 +0100
+***************
+*** 716,717 ****
+--- 716,719 ----
+  {   /* Add new patch number below this line */
++ /**/
++     119,
+  /**/
+
+-- 
+hundred-and-one symptoms of being an internet addict:
+237. You tattoo your email address on your forehead.
+
+ /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
+///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
+\\\  an exciting new programming language -- http://www.Zimbu.org        ///
+ \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vim/vim.spec?r1=1.547&r2=1.548&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to