From 00ffcbb1d131d8c2cca041a54cc882a3329aedaf Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 1 Jul 2003 15:52:00 +0000 Subject: Upgrade mined from version 2000.6 to 2000.7 Pkgsrc changes include displaying the help file correctly. New features in this release: * Enhanced East Asian input method support; selection menu for multiple character choices ("pick list"). * Support for editing CJK encoded files in UTF-8 terminal; major CJK encodings are supported (Big5, GBK, JIS, S-JIS, UHC, Johab). Main enhancements: (for details see the change log) * Flag menus for all flags for more intuitive selection. * Enhanced and generalized coded character input (CJK / decimal / illegal code recognition). * Extended bullet recognition for clever justification (auto-indent). * Makefile for Mac OS X. --- editors/mined/patches/patch-aa | 33 +++++++++++++++++++++++++++++++++ editors/mined/patches/patch-ab | 7 +++++++ editors/mined/patches/patch-ac | 15 +++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 editors/mined/patches/patch-aa create mode 100644 editors/mined/patches/patch-ab create mode 100644 editors/mined/patches/patch-ac (limited to 'editors/mined/patches') diff --git a/editors/mined/patches/patch-aa b/editors/mined/patches/patch-aa new file mode 100644 index 00000000000..cb9d961a1f6 --- /dev/null +++ b/editors/mined/patches/patch-aa @@ -0,0 +1,33 @@ +$NetBSD: patch-aa,v 1.3 2003/07/01 15:52:37 agc Exp $ + +--- minedaux.c 2003/06/17 16:07:30 1.1 ++++ minedaux.c 2003/06/17 16:10:10 +@@ -507,6 +507,13 @@ + # include + # endif + ++# include ++# include ++ ++# if (defined(BSD) && BSD >= 199306) ++# include ++# else ++ + extern int errno; + extern int sys_nerr; + +@@ -518,13 +525,13 @@ + portability problems and wastes developers' time. + It's nothing but a nuisance. */ + extern char * sys_errlist []; ++# endif + # endif + # endif + + # endif /* #else __CYGWIN__ */ + #endif + +- + char * + serrorof (errnum) + int errnum; diff --git a/editors/mined/patches/patch-ab b/editors/mined/patches/patch-ab new file mode 100644 index 00000000000..9b4b9539e15 --- /dev/null +++ b/editors/mined/patches/patch-ab @@ -0,0 +1,7 @@ +$NetBSD: patch-ab,v 1.1 2003/07/01 15:52:37 agc Exp $ + +--- minedhlp.h 2003/06/17 16:34:13 1.1 ++++ minedhlp.h 2003/06/17 16:34:31 +@@ -1 +1 @@ +- helpfile = "/usr/local/share/help/mined.hlp"; ++ helpfile = PREFIX "/share/help/mined.hlp"; diff --git a/editors/mined/patches/patch-ac b/editors/mined/patches/patch-ac new file mode 100644 index 00000000000..7278308c669 --- /dev/null +++ b/editors/mined/patches/patch-ac @@ -0,0 +1,15 @@ +$NetBSD: patch-ac,v 1.1 2003/07/01 15:52:37 agc Exp $ + +Pass the value of ${PREFIX} down so that the help file can be found + +--- makefile.bsd 2003/06/17 16:35:05 1.1 ++++ makefile.bsd 2003/06/17 16:35:37 +@@ -43,7 +43,7 @@ + SYSTEM = -Dunix + + # select operating system environment +-DEFS = -Dunix ++DEFS = -Dunix -DPREFIX='"${PREFIX}"' + + + # collection of system parameters for compilation -- cgit v1.2.3