pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors Updated editors/vim to 6.3.074 and fixed pkg/2...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c4a3b79faf67
branches: trunk
changeset: 494776:c4a3b79faf67
user: martti <martti%pkgsrc.org@localhost>
date: Mon May 30 14:18:14 2005 +0000
description:
Updated editors/vim to 6.3.074 and fixed pkg/29979
2083 6.3.072 crash for substitute message when using UTF-8 and Chinese
2017 6.3.073 Win32 GUI: display errors when scrolling up/down
2365 6.3.074 with 'insertmode' CTRL-V after Select mode doesn't work
diffstat:
editors/vim-gtk/Makefile | 4 ++--
editors/vim-gtk2/Makefile | 4 ++--
editors/vim-motif/Makefile | 4 ++--
editors/vim-share/Makefile | 6 +++---
editors/vim-share/Makefile.common | 14 +++++++-------
editors/vim-share/distinfo | 8 +++++++-
editors/vim-share/version.mk | 5 +++++
editors/vim-xaw/Makefile | 4 ++--
editors/vim/Makefile | 4 ++--
9 files changed, 32 insertions(+), 21 deletions(-)
diffs (161 lines):
diff -r a696401fe7a4 -r c4a3b79faf67 editors/vim-gtk/Makefile
--- a/editors/vim-gtk/Makefile Mon May 30 14:02:17 2005 +0000
+++ b/editors/vim-gtk/Makefile Mon May 30 14:18:14 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2005/05/26 20:09:35 jmmv Exp $
+# $NetBSD: Makefile,v 1.48 2005/05/30 14:18:14 martti Exp $
PKGNAME= vim-gtk-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 1
+#PKGREVISION= 1
COMMENT= Vim editor (vi clone) with X11 GTK+ GUI
diff -r a696401fe7a4 -r c4a3b79faf67 editors/vim-gtk2/Makefile
--- a/editors/vim-gtk2/Makefile Mon May 30 14:02:17 2005 +0000
+++ b/editors/vim-gtk2/Makefile Mon May 30 14:18:14 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2005/05/26 20:09:35 jmmv Exp $
+# $NetBSD: Makefile,v 1.15 2005/05/30 14:18:14 martti Exp $
PKGNAME= vim-gtk2-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 1
+#PKGREVISION= 1
COMMENT= Vim editor (vi clone) with X11 GTK2 GUI
diff -r a696401fe7a4 -r c4a3b79faf67 editors/vim-motif/Makefile
--- a/editors/vim-motif/Makefile Mon May 30 14:02:17 2005 +0000
+++ b/editors/vim-motif/Makefile Mon May 30 14:18:14 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2005/05/26 20:09:35 jmmv Exp $
+# $NetBSD: Makefile,v 1.14 2005/05/30 14:18:14 martti Exp $
PKGNAME= vim-motif-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 1
+#PKGREVISION= 1
COMMENT= Vim editor (vi clone) with X11 Motif GUI
diff -r a696401fe7a4 -r c4a3b79faf67 editors/vim-share/Makefile
--- a/editors/vim-share/Makefile Mon May 30 14:02:17 2005 +0000
+++ b/editors/vim-share/Makefile Mon May 30 14:18:14 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2005/05/26 20:09:35 jmmv Exp $
+# $NetBSD: Makefile,v 1.13 2005/05/30 14:18:14 martti Exp $
PKGNAME= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 1
+#PKGREVISION= 1
COMMENT= Data files for the vim editor (vi clone)
@@ -11,7 +11,7 @@
INSTALL_TARGET= installruntime installmacros installtutor installtools
-PLIST_SUBST+= VIM_SUBDIR="vim63"
+PLIST_SUBST+= VIM_SUBDIR="${VIM_SUBDIR}"
do-build:
@cd ${WRKSRC}/xxd && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS}
diff -r a696401fe7a4 -r c4a3b79faf67 editors/vim-share/Makefile.common
--- a/editors/vim-share/Makefile.common Mon May 30 14:02:17 2005 +0000
+++ b/editors/vim-share/Makefile.common Mon May 30 14:18:14 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.45 2005/05/16 13:39:04 martti Exp $
+# $NetBSD: Makefile.common,v 1.46 2005/05/30 14:18:14 martti Exp $
-VIM_VERSION= 6.3
-VIM_PATCHLEVEL= 071
+.include "../../editors/vim-share/version.mk"
+
DISTNAME= vim-${VIM_VERSION}
CATEGORIES= editors
MASTER_SITES= ftp://ftp.vim.org/pub/editors/vim/unix/ \
@@ -19,14 +19,14 @@
6.3.040 6.3.042 6.3.043 6.3.045 6.3.046 6.3.049 6.3.050\
6.3.051 6.3.054 6.3.055 6.3.056 6.3.057 6.3.058 6.3.059\
6.3.060 6.3.061 6.3.062 6.3.063 6.3.064 6.3.065 6.3.066\
- 6.3.067 6.3.068 6.3.069 6.3.070 6.3.071
+ 6.3.067 6.3.068 6.3.069 6.3.070 6.3.071 6.3.072 6.3.074
MAINTAINER= martti%NetBSD.org@localhost
HOMEPAGE= http://www.vim.org/
CONFLICTS+= vim-kde-[0-9]*
-WRKSRC= ${WRKDIR}/vim63/src
+WRKSRC= ${WRKDIR}/${VIM_SUBDIR}/src
GNU_CONFIGURE= yes
# See "configure --help" extra options. These might affect the installed
@@ -34,9 +34,9 @@
CONFIGURE_ARGS+= ${VIM_EXTRA_OPTS}
CONFIGURE_ARGS+= --enable-multibyte
-PATCH_ARGS= -d ${WRKDIR}/vim63 --forward --quiet \
+PATCH_ARGS= -d ${WRKDIR}/${VIM_SUBDIR} --forward --quiet \
-E ${PATCH_STRIP}
-PATCH_DIST_ARGS= -d ${WRKDIR}/vim63 --forward --quiet \
+PATCH_DIST_ARGS= -d ${WRKDIR}/${VIM_SUBDIR} --forward --quiet \
-E ${PATCH_DIST_STRIP}
PATCHDIR?= ${.CURDIR}/../../editors/vim-share/patches
DISTINFO_FILE?= ${.CURDIR}/../../editors/vim-share/distinfo
diff -r a696401fe7a4 -r c4a3b79faf67 editors/vim-share/distinfo
--- a/editors/vim-share/distinfo Mon May 30 14:02:17 2005 +0000
+++ b/editors/vim-share/distinfo Mon May 30 14:18:14 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.34 2005/05/26 20:09:35 jmmv Exp $
+$NetBSD: distinfo,v 1.35 2005/05/30 14:18:14 martti Exp $
SHA1 (vim/vim-6.3.tar.bz2) = 76f663277140d314ecfafecb0307e832bdbbaf06
RMD160 (vim/vim-6.3.tar.bz2) = 321c59d62f6fce99396be33875ec5a7d84944525
@@ -186,6 +186,12 @@
SHA1 (vim/6.3.071) = b7939f9b10ced7def3f1bf3d6389d53c740b2149
RMD160 (vim/6.3.071) = 77eebeb49892a2595ebd87e532a524bf0ce1f112
Size (vim/6.3.071) = 1722 bytes
+SHA1 (vim/6.3.072) = 5f196cd6f730fb233cb8644d73fbb20405de9027
+RMD160 (vim/6.3.072) = 82bbe943432599d93092052f6601672cbbd9a409
+Size (vim/6.3.072) = 2083 bytes
+SHA1 (vim/6.3.074) = 42d51d2e7f7db314e25e656f2154c348ee38b284
+RMD160 (vim/6.3.074) = 8f12301e801f94346c3e73b00546ae35f3e8b526
+Size (vim/6.3.074) = 2365 bytes
SHA1 (patch-aa) = 226983cd130c91de83f46baa38d18b243bd029c8
SHA1 (patch-ab) = 2f748490348d0bc39a005bd7cbb784fd4709da75
SHA1 (patch-ad) = 305b3f9cd2837482362c0176b8e2025ffb0eb254
diff -r a696401fe7a4 -r c4a3b79faf67 editors/vim-share/version.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/vim-share/version.mk Mon May 30 14:18:14 2005 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: version.mk,v 1.1 2005/05/30 14:18:14 martti Exp $
+
+VIM_VERSION= 6.3
+VIM_PATCHLEVEL= 074
+VIM_SUBDIR= vim63
diff -r a696401fe7a4 -r c4a3b79faf67 editors/vim-xaw/Makefile
--- a/editors/vim-xaw/Makefile Mon May 30 14:02:17 2005 +0000
+++ b/editors/vim-xaw/Makefile Mon May 30 14:18:14 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2005/05/26 20:09:35 jmmv Exp $
+# $NetBSD: Makefile,v 1.37 2005/05/30 14:18:14 martti Exp $
PKGNAME= vim-xaw-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 1
+#PKGREVISION= 1
.include "../vim-share/Makefile.common"
diff -r a696401fe7a4 -r c4a3b79faf67 editors/vim/Makefile
--- a/editors/vim/Makefile Mon May 30 14:02:17 2005 +0000
+++ b/editors/vim/Makefile Mon May 30 14:18:14 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.60 2005/05/26 20:09:35 jmmv Exp $
+# $NetBSD: Makefile,v 1.61 2005/05/30 14:18:14 martti Exp $
PKGNAME= vim-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 1
+#PKGREVISION= 1
COMMENT= Vim editor (vi clone) without GUI
Home |
Main Index |
Thread Index |
Old Index