diff options
author | pooka <pooka@pkgsrc.org> | 1999-12-21 13:37:44 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 1999-12-21 13:37:44 +0000 |
commit | 1755a253068576c37f87ab18f79c34dbbc344704 (patch) | |
tree | be9829d174c2261d3c11feecd1d4519f8a9bc445 /editors | |
parent | 4cfa84b23bb4a8ff18d2dce15b9a160df5e46cb0 (diff) | |
download | pkgsrc-1755a253068576c37f87ab18f79c34dbbc344704.tar.gz |
Fix this package also
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim-gtk/files/md5 | 4 | ||||
-rw-r--r-- | editors/vim-gtk/patches/patch-ad | 13 | ||||
-rw-r--r-- | editors/vim-gtk/patches/patch-ae | 67 | ||||
-rw-r--r-- | editors/vim-gtk/patches/patch-af | 21 |
4 files changed, 0 insertions, 105 deletions
diff --git a/editors/vim-gtk/files/md5 b/editors/vim-gtk/files/md5 deleted file mode 100644 index 527a6e52767..00000000000 --- a/editors/vim-gtk/files/md5 +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: md5,v 1.2 1999/11/22 18:57:43 tron Exp $ - -MD5 (vim-5.5-src.tar.gz) = c3014937c2b9f4ea471a8274715e846c -MD5 (vim-5.5-rt.tar.gz) = 26d122c71bb413b59b019e730cd563a6 diff --git a/editors/vim-gtk/patches/patch-ad b/editors/vim-gtk/patches/patch-ad deleted file mode 100644 index c6e96d6d6a3..00000000000 --- a/editors/vim-gtk/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.2 1999/11/22 18:57:43 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-gtk/patches/patch-ae b/editors/vim-gtk/patches/patch-ae deleted file mode 100644 index 83e95a7b42a..00000000000 --- a/editors/vim-gtk/patches/patch-ae +++ /dev/null @@ -1,67 +0,0 @@ -$NetBSD: patch-ae,v 1.2 1999/11/22 18:57:43 tron 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-gtk/patches/patch-af b/editors/vim-gtk/patches/patch-af deleted file mode 100644 index 2db81894573..00000000000 --- a/editors/vim-gtk/patches/patch-af +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-af,v 1.2 1999/11/22 18:57:43 tron Exp $ - ---- Makefile.orig Sun Sep 19 14:27:33 1999 -+++ Makefile Sat Nov 20 11:48:07 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 -@@ -1330,6 +1330,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)+ \ |