update vim to 6.0af.

- vim 6.0 is now DESTDIR clean, so remove the patches.
This commit is contained in:
lebel 2001-05-15 20:31:49 +00:00
parent 89806b9208
commit e468f76939
5 changed files with 14 additions and 86 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.8 2001/05/07 13:38:35 lebel Exp $
# $OpenBSD: Makefile,v 1.9 2001/05/15 20:31:49 lebel Exp $
COMMENT= "vi clone, many additional features"
V= ae
V= af
DISTNAME= vim-6.0${V}
PKGNAME= ${DISTNAME}
CATEGORIES= editors
@ -28,7 +28,7 @@ PERMIT_DISTFILES_FTP= Yes
FLAVORS= gtk athena motif no_x11
FLAVOR?= gtk
CONFIGURE_STYLE= gnu dest
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+=--with-tliba="curses"
SUBST_VARS= V

View File

@ -1,6 +1,6 @@
MD5 (vim-6.0ae-rt.tar.gz) = f2fa7db6ac87a1a2e5dea1c92db49fde
MD5 (vim-6.0ae-src.tar.gz) = 1ed7c4b02b22101ea5cd902c348bb12c
RMD160 (vim-6.0ae-rt.tar.gz) = 72f0419d671addf27dd51c76c1e86259f51aed02
RMD160 (vim-6.0ae-src.tar.gz) = 33c86213234baaafc9d0d38f1114d0e026c7ed0d
SHA1 (vim-6.0ae-rt.tar.gz) = a369106f874da4a4e6583d429315c9998fc02f52
SHA1 (vim-6.0ae-src.tar.gz) = 3b22ffefc50a800ff18b42710929b561fe8ecf9d
MD5 (vim-6.0af-rt.tar.gz) = f9ef334760d3360de32b728de8c0bfbe
MD5 (vim-6.0af-src.tar.gz) = dbf526d07df3564825e07acaab12fa33
RMD160 (vim-6.0af-rt.tar.gz) = 2cb7573fb779719b9bf46eeeee506d12fa84ac12
RMD160 (vim-6.0af-src.tar.gz) = d8916d6987c0745b97bf9a69c69798dbe71ffa56
SHA1 (vim-6.0af-rt.tar.gz) = ca4ab15ec62cdb2396479e94f5f42ca7932f402e
SHA1 (vim-6.0af-src.tar.gz) = 6bcf46ed8a23c027f876b5f1ef1549d7e5b7a308

View File

@ -1,47 +0,0 @@
$OpenBSD: patch-src_Makefile,v 1.5 2001/05/07 13:38:36 lebel Exp $
--- src/Makefile.orig Sun May 6 14:01:54 2001
+++ src/Makefile Mon May 7 08:59:10 2001
@@ -849,24 +849,25 @@ SCRIPTLOC = $(VIMRTLOC)
### some sed trickery. (the files are installed into a temporary directory
### for building the package, but they eventually end up in /usr/... . This
### ensures that the correct path is put into the man page.)
-VIMRCENDLOC = $(VIMRCLOC)
-#VIMRCENDLOC = /etc
-HELPENDLOC = $(HELPSUBLOC)
-#HELPENDLOC = /usr/doc/vim
-SYNTAXENDLOC = $(SYNSUBLOC)
-#SYNTAXENDLOC = /usr/lib/vim/syntax
-PLUGINFTENDLOC = $(PLUGSUBLOC)
-#PLUGINFTENDLOC = /usr/lib/vim/plugin
-FTPLUGINFTENDLOC = $(FTPLUGSUBLOC)
-#FTPLUGINFTENDLOC = /usr/lib/vim/ftplugin
-LANGENDLOC = $(LANGSUBLOC)
-#LANGENDLOC = /usr/share/locale/vim
-KMAPENDLOC = $(KMAPSUBLOC)
-#KMAPENDLOC = /usr/lib/vim/keymap
-SCRIPTENDLOC = $(SCRIPTLOC)
-#SCRIPTENDLOC = /etc
-TUTORENDLOC = $(TUTORSUBLOC)
-#TUTORENDLOC = /usr/lib/vim/tutor
+#VIMRCENDLOC = $(VIMRCLOC)
+VIMRCENDLOC = $(TRUEPREFIX)/share$(VIMDIR)
+#HELPENDLOC = $(HELPSUBLOC)
+HELPENDLOC = $(TRUEPREFIX)/share$(VIMDIR)$(VIMRTDIR)$(HELPSUBDIR)
+#SYNTAXENDLOC = $(SYNSUBLOC)
+SYNTAXENDLOC = $(TRUEPREFIX)/share$(VIMDIR)$(VIMRTDIR)$(SYNSUBDIR)
+#PLUGINFTENDLOC = $(PLUGSUBLOC)
+PLUGINFTENDLOC = $(TRUEPREFIX)/share$(VIMDIR)$(VIMRTDIR)$(PLUGSUBDIR)
+#FTPLUGINFTENDLOC = $(FTPLUGSUBLOC)
+FTPLUGINFTENDLOC = $(TRUEPREFIX)/share$(VIMDIR)$(VIMRTDIR)$(FTPLUGSUBDIR)
+#LANGENDLOC = $(LANGSUBLOC)
+LANGENDLOC = $(TRUEPREFIX)/share$(VIMDIR)$(VIMRTDIR)/lang
+#KMAPENDLOC = $(KMAPSUBLOC)
+KMAPENDLOC = $(TRUEPREFIX)/share$(VIMDIR)$(VIMRTDIR)$(KMAPSUBDIR)
+#SCRIPTENDLOC = $(SCRIPTLOC)
+SCRIPTENDLOC = $(TRUEPREFIX)/share$(VIMDIR)$(VIMRTDIR)
+#TUTORENDLOC = $(TUTORSUBLOC)
+TUTORENDLOC = $(TRUEPREFIX)/share$(VIMDIR)$(VIMRTDIR)$(TUTORSUBDIR)
+TOOLSENDLOC = $(TRUEPREFIX)/share$(VIMDIR)$(VIMRTDIR)$(TOOLSSUBDIR)
### Name of the evim file target.
EVIM_FILE = $(SCRIPTLOC)/evim.vim

View File

@ -1,28 +0,0 @@
$OpenBSD: patch-src_config_mk_in,v 1.1.1.1 2001/04/02 16:02:02 espie Exp $
--- src/config.mk.in.orig Sun Feb 4 10:38:48 2001
+++ src/config.mk.in Fri Mar 23 08:06:39 2001
@@ -85,19 +85,19 @@ COMPILEDBY = @compiledby@
NL = @line_break@
### Top directory for everything
-prefix = $(DESTDIR)@prefix@
+prefix = @prefix@
### Top directory for the binary
-exec_prefix = $(DESTDIR)@exec_prefix@
+exec_prefix = @exec_prefix@
### Prefix for location of data files
-BINDIR = $(DESTDIR)@bindir@
+BINDIR = @bindir@
### Prefix for location of data files
-DATADIR = $(DESTDIR)@datadir@
+DATADIR = @datadir@
### Prefix for location of man pages
-MANDIR = $(DESTDIR)@mandir@
+MANDIR = @mandir@
### Do we have a GUI
GUI_INC_LOC = @GUI_INC_LOC@

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.6 2001/05/07 13:38:36 lebel Exp $
@comment $OpenBSD: PLIST,v 1.7 2001/05/15 20:31:50 lebel Exp $
bin/ex
bin/rview
bin/rvim
@ -228,7 +228,6 @@ share/vim/vim60${V}/syntax/conf.vim
share/vim/vim60${V}/syntax/config.vim
share/vim/vim60${V}/syntax/cpp.vim
share/vim/vim60${V}/syntax/crontab.vim
share/vim/vim60${V}/syntax/cs.vim
share/vim/vim60${V}/syntax/csc.vim
share/vim/vim60${V}/syntax/csh.vim
share/vim/vim60${V}/syntax/csp.vim
@ -280,6 +279,7 @@ share/vim/vim60${V}/syntax/gnuplot.vim
share/vim/vim60${V}/syntax/gp.vim
share/vim/vim60${V}/syntax/groff.vim
share/vim/vim60${V}/syntax/gsp.vim
share/vim/vim60${V}/syntax/gtkrc.vim
share/vim/vim60${V}/syntax/haskell.vim
share/vim/vim60${V}/syntax/hb.vim
share/vim/vim60${V}/syntax/help.vim
@ -293,6 +293,7 @@ share/vim/vim60${V}/syntax/icon.vim
share/vim/vim60${V}/syntax/idl.vim
share/vim/vim60${V}/syntax/idlang.vim
share/vim/vim60${V}/syntax/inform.vim
share/vim/vim60${V}/syntax/inittab.vim
share/vim/vim60${V}/syntax/ishd.vim
share/vim/vim60${V}/syntax/iss.vim
share/vim/vim60${V}/syntax/ist.vim
@ -509,7 +510,9 @@ share/vim/vim60${V}/vimrc_example.vim
@dirrm share/vim/vim60${V}/macros/life
@dirrm share/vim/vim60${V}/macros/hanoi
@dirrm share/vim/vim60${V}/macros
@exec mkdir -p %D/share/vim/vim60${V}/lang
@dirrm share/vim/vim60${V}/lang
@exec mkdir -p %D/share/vim/vim60${V}/keymap
@dirrm share/vim/vim60${V}/keymap
@dirrm share/vim/vim60${V}/indent
@dirrm share/vim/vim60${V}/ftplugin