[vim] - patchlevel 788

Karsten Hopp karsten at fedoraproject.org
Thu Jan 31 11:12:25 UTC 2013


commit 9109f2c58a052d28942cd4b730bba5fecc368c20
Author: Karsten Hopp <karsten at redhat.com>
Date:   Thu Jan 31 12:11:56 2013 +0100

    - patchlevel 788

 7.3.788 |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/7.3.788 b/7.3.788
new file mode 100644
index 0000000..99c08ce
--- /dev/null
+++ b/7.3.788
@@ -0,0 +1,48 @@
+To: vim_dev at googlegroups.com
+Subject: Patch 7.3.788
+Fcc: outbox
+From: Bram Moolenaar <Bram at moolenaar.net>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+------------
+
+Patch 7.3.788
+Problem:    When only using patches build fails on missing nl.po.
+Solution:   Create an empty nl.po file.
+Files:      src/po/Makefile
+
+
+*** ../vim-7.3.787/src/po/Makefile	2013-01-17 13:35:13.000000000 +0100
+--- src/po/Makefile	2013-01-30 12:50:41.000000000 +0100
+***************
+*** 176,181 ****
+--- 176,185 ----
+  
+  converted: $(MOCONVERTED)
+  
++ # nl.po was added later, if it does not exist use an empty file.
++ nl.po:
++ 	touch nl.po
++ 
+  # Norwegian/Bokmal: "nb" is an alias for "no".
+  # Copying the file is not efficient, but I don't know of another way to make
+  # this work.
+*** ../vim-7.3.787/src/version.c	2013-01-30 12:31:32.000000000 +0100
+--- src/version.c	2013-01-30 12:45:32.000000000 +0100
+***************
+*** 727,728 ****
+--- 727,730 ----
+  {   /* Add new patch number below this line */
++ /**/
++     788,
+  /**/
+
+-- 
+"It's so simple to be wise.  Just think of something stupid to say
+and then don't say it."        -- Sam Levenson
+
+ /// Bram Moolenaar -- Bram at Moolenaar.net -- 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    ///


More information about the scm-commits mailing list