- WEB_SITE=http://vim.sf.net
+ WEB_SITE=http://www.vim.org
LICENSE[0]=http://vimdoc.sourceforge.net/htmldoc/uganda.html#license
ENTERED=20010922
KEYWORDS="editors"
diff --git a/editors/vim/HISTORY b/editors/vim/HISTORY
index 1e68249..f9549c0 100644
--- a/editors/vim/HISTORY
+++ b/editors/vim/HISTORY
@@ -1,3 +1,31 @@
+2013-08-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS, PRE_BUILD: Vim fails to use perl shared
+ libs when using perl 5.16 from test. And also
+ refuses to compile with such perl. Therefore,
+ several 7.3 patches are required if not used the
+ SCM version, between them 263, 297, 304, 439,
+ 474, 623, 667, 668 and 722, are all related to
+ perl. But as vim doesn't support individual
+ patches, then all are recquired till 722, but
+ then all of current patches go to 744, and there
+ was little effort to get to the last 744th one.
+ MD5SUMS was applied to the patches, and all
+ passed. Then now applying a tarball with
+ patches from 1 to 744...
+ * CONFIGURE: Adding query VIM_X_DISABLE to find out
+ whether it's OK to configure with "--without-x",
+ cause if that is used, the clipboard is disabled
+ on vim under X terminals. Granted there's the
+ gtk+2 version, but at least I prefer using vim
+ under X terminal than the gtk+2 alternative,
+ but then I need clipboard support. At least the
+ options is good
+ * BUILD: Using VIM_X_DISABLE as result of the query
+ to determine whether to include "--without-x" as
+ part of the options or not
+ * thanks to Javier Vasquez <j.e.vasquez.v AT gmail.com>
+ for the updated spell
+
2012-05-25 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: Apply if_perl.patch
* if_perl.patch: After perl 5.16 my vim fails to compile with this
error:
diff --git a/editors/vim/PRE_BUILD b/editors/vim/PRE_BUILD
index 4adf6d9..6f08a11 100755
--- a/editors/vim/PRE_BUILD
+++ b/editors/vim/PRE_BUILD
@@ -1,12 +1,17 @@
default_pre_build &&
cd ${SOURCE_DIRECTORY} &&
-unpack_file 2 &&