diff options
author | pooka <pooka@pkgsrc.org> | 1999-12-21 13:34:24 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 1999-12-21 13:34:24 +0000 |
commit | 4cfa84b23bb4a8ff18d2dce15b9a160df5e46cb0 (patch) | |
tree | 56b5f373a699ed99c5ec7849b52985af9feafa90 /editors | |
parent | 7a8ef8c8ef14411e507e312d93000bed38787dec (diff) | |
download | pkgsrc-4cfa84b23bb4a8ff18d2dce15b9a160df5e46cb0.tar.gz |
argh, of course this got screwed up. Repair the package
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/files/md5 | 4 | ||||
-rw-r--r-- | editors/vim/patches/patch-aa | 20 | ||||
-rw-r--r-- | editors/vim/patches/patch-ad | 13 | ||||
-rw-r--r-- | editors/vim/patches/patch-ae | 67 | ||||
-rw-r--r-- | editors/vim/patches/patch-af | 55 |
5 files changed, 0 insertions, 159 deletions
diff --git a/editors/vim/files/md5 b/editors/vim/files/md5 deleted file mode 100644 index df28619095a..00000000000 --- a/editors/vim/files/md5 +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: md5,v 1.8 1999/11/22 08:49:14 tron Exp $ - -MD5 (vim-5.5-src.tar.gz) = c3014937c2b9f4ea471a8274715e846c -MD5 (vim-5.5-rt.tar.gz) = 26d122c71bb413b59b019e730cd563a6 diff --git a/editors/vim/patches/patch-aa b/editors/vim/patches/patch-aa deleted file mode 100644 index d6665880871..00000000000 --- a/editors/vim/patches/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-aa,v 1.5 1999/11/22 08:49:14 tron Exp $ - ---- configure.orig Sun Sep 19 13:59:45 1999 -+++ configure Sat Nov 20 11:40:23 1999 -@@ -1813,6 +1813,7 @@ - # Look for the header file in a standard set of common directories. - # Check X11 before X11Rn because it is often a symlink to the current release. - for ac_dir in \ -+ ${X11BASE}/include \ - /usr/X11/include \ - /usr/X11R6/include \ - /usr/X11R5/include \ -@@ -1888,6 +1889,7 @@ - # First see if replacing the include by lib works. - # Check X11 before X11Rn because it is often a symlink to the current release. - for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \ -+ ${X11BASE}/lib \ - /usr/X11/lib \ - /usr/X11R6/lib \ - /usr/X11R5/lib \ diff --git a/editors/vim/patches/patch-ad b/editors/vim/patches/patch-ad deleted file mode 100644 index 3ef7f01d78b..00000000000 --- a/editors/vim/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.2 1999/11/22 08:49:15 tron Exp $ - ---- feature.h.orig Sat Aug 21 14:08:09 1999 -+++ feature.h Sat Nov 20 11:45:33 1999 -@@ -346,7 +346,7 @@ - * (used only with NO_BUILTIN_TCAPS not defined). - */ - #ifdef HAVE_TGETENT --/* #define NO_BUILTIN_TCAPS */ -+#define NO_BUILTIN_TCAPS - #endif - - #ifndef NO_BUILTIN_TCAPS diff --git a/editors/vim/patches/patch-ae b/editors/vim/patches/patch-ae deleted file mode 100644 index 16a24410f97..00000000000 --- a/editors/vim/patches/patch-ae +++ /dev/null @@ -1,67 +0,0 @@ -$NetBSD: patch-ae,v 1.3 1999/08/08 07:23:46 rh Exp $ - ---- ../runtime/syntax/sql.vim.orig Fri Jul 9 11:31:44 1999 -+++ ../runtime/syntax/sql.vim Tue Jul 13 10:36:01 1999 -@@ -1,7 +1,7 @@ - " Vim syntax file --" Language: SQL (Oracle 7) -+" Language: SQL, PL/SQL (Oracle 8i) - " Maintainer: Paul Moore <gustav@morpheus.demon.co.uk> --" Last change: 1997 April 20 -+" Last change: 1999 March 18 - - " Remove any old syntax stuff hanging around - syn clear -@@ -10,34 +10,34 @@ syn case ignore - - " The SQL reserved words, defined as keywords. - --syn keyword sqlSpecial null -+syn keyword sqlSpecial false null true - --syn keyword sqlKeyword access add as asc by check cluster column --syn keyword sqlKeyword compress connect current decimal default --syn keyword sqlKeyword desc else exclusive file for from group --syn keyword sqlKeyword having identified immediate increment index --syn keyword sqlKeyword initial into is level maxextents mode modify -+syn keyword sqlKeyword access add as asc begin by check cluster column -+syn keyword sqlKeyword compress connect current cursor decimal default desc -+syn keyword sqlKeyword else elsif end exception exclusive file for from -+syn keyword sqlKeyword function group having identified if immediate increment -+syn keyword sqlKeyword index initial into is level loop maxextents mode modify - syn keyword sqlKeyword nocompress nowait of offline on online start - syn keyword sqlKeyword successful synonym table then to trigger uid - syn keyword sqlKeyword unique user validate values view whenever --syn keyword sqlKeyword where with option order pctfree privileges --syn keyword sqlKeyword public resource row rowlabel rownum rows --syn keyword sqlKeyword session share size smallint -+syn keyword sqlKeyword where with option order pctfree privileges procedure -+syn keyword sqlKeyword public resource return row rowlabel rownum rows -+syn keyword sqlKeyword session share size smallint type using - - syn keyword sqlOperator not and or - syn keyword sqlOperator in any some all between exists - syn keyword sqlOperator like escape --syn keyword sqlOperator union intersect minus --syn keyword sqlOperator prior distinct --syn keyword sqlOperator sysdate -- --syn keyword sqlStatement alter analyze audit comment commit create --syn keyword sqlStatement delete drop explain grant insert lock noaudit --syn keyword sqlStatement rename revoke rollback savepoint select set -+syn keyword sqlOperator union intersect minus -+syn keyword sqlOperator prior distinct -+syn keyword sqlOperator sysdate out -+ -+syn keyword sqlStatement alter analyze audit comment commit create -+syn keyword sqlStatement delete drop execute explain grant insert lock noaudit -+syn keyword sqlStatement rename revoke rollback savepoint select set - syn keyword sqlStatement truncate update - --syn keyword sqlType char character date long raw mlslabel number --syn keyword sqlType rowid varchar varchar2 float integer -+syn keyword sqlType boolean char character date float integer long -+syn keyword sqlType mlslabel number raw rowid varchar varchar2 varray - - " Strings and characters: - syn region sqlString start=+"+ skip=+\\\\\|\\"+ end=+"+ diff --git a/editors/vim/patches/patch-af b/editors/vim/patches/patch-af deleted file mode 100644 index ae83bd6a790..00000000000 --- a/editors/vim/patches/patch-af +++ /dev/null @@ -1,55 +0,0 @@ -$NetBSD: patch-af,v 1.6 1999/11/25 20:20:33 tron Exp $ - ---- Makefile.orig Sun Sep 19 13:27:33 1999 -+++ Makefile Thu Nov 25 21:03:25 1999 -@@ -721,7 +721,7 @@ - ### might not work when they are changed!) - VIMDIR = /vim - VIMRTDIR = /vim55 --HELPSUBDIR = /doc -+HELPSUBDIR = /../../doc/vim - SYNSUBDIR = /syntax - MACROSUBDIR = /macros - TOOLSSUBDIR = /tools -@@ -902,23 +902,26 @@ - ### Athena Widget GUI interface. - ### Use Xaw3d to make the menus look a little bit nicer - #XAW_LIB = -lXaw3d --XAW_LIB = -lXaw -+#XAW_LIB = -lXaw - - ### When using Xaw3d, uncomment/comment the following lines to also get the - ### scrollbars from Xaw3d. --#ATHENA_SRC = gui.c gui_athena.c gui_x11.c pty.c gui_at_fs.c --#ATHENA_OBJ = gui.o gui_athena.o gui_x11.o pty.o gui_at_fs.o --#ATHENA_DEFS = -DUSE_GUI_ATHENA $(NARROW_PROTO) \ --# -Dvim_scrollbarWidgetClass=scrollbarWidgetClass \ --# -Dvim_XawScrollbarSetThumb=XawScrollbarSetThumb -+.if ($(XAW_LIB) != "Xaw") -+ATHENA_SRC = gui.c gui_athena.c gui_x11.c pty.c gui_at_fs.c -+ATHENA_OBJ = gui.o gui_athena.o gui_x11.o pty.o gui_at_fs.o -+ATHENA_DEFS = -DUSE_GUI_ATHENA $(NARROW_PROTO) \ -+ -Dvim_scrollbarWidgetClass=scrollbarWidgetClass \ -+ -Dvim_XawScrollbarSetThumb=XawScrollbarSetThumb -+.else - ATHENA_SRC = gui.c gui_athena.c gui_x11.c pty.c gui_at_sb.c gui_at_fs.c - ATHENA_OBJ = gui.o gui_athena.o gui_x11.o pty.o gui_at_sb.o gui_at_fs.o - ATHENA_DEFS = -DUSE_GUI_ATHENA $(NARROW_PROTO) -+.endif - - ATHENA_INCL = gui.h - ATHENA_IPATH = -I$(GUI_INC_LOC) - ATHENA_LIBS_DIR = -L$(GUI_LIB_LOC) --ATHENA_LIBS1 = $(XAW_LIB) -+ATHENA_LIBS1 = -l$(XAW_LIB) - ATHENA_LIBS2 = -lXt - ATHENA_TARGETS = $(BINDIR)/$(GVIMTARGET) \ - $(BINDIR)/$(GVIEWTARGET) \ -@@ -1330,6 +1333,7 @@ - - # install the help files; first adjust the contents for the location - installvimhelp: $(HELPSOURCE)/vim.1 $(MANSUBDIR) $(VIMLOC) $(VIMRTLOC) $(HELPSUBLOC) $(SYNSUBLOC) $(TUTORSUBLOC) -+ ln -s ${HELPSUBLOC} ${VIMRTLOC}/doc - @echo generating $(MANSUBDIR)/$(VIMNAME).1 - @sed -e s+/usr/local/lib/vim+$(VIMLOC)+ \ - -e s+$(VIMLOC)/doc+$(HELPENDLOC)+ \ |