Date: Fri, 21 Apr 2000 12:02:28 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/18137: Update port: editors/biew to 5.04 Message-ID: <200004211902.MAA26680@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 18137 >Category: ports >Synopsis: Update port: editors/biew to 5.04 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 21 12:10:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.0-RELEASE i386 >Organization: >Environment: >Description: - Update to version 5.04 New file: patches/patch-ai Remove file: patches/patch-ag >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/biew/Makefile editors/biew/Makefile --- /usr/ports/editors/biew/Makefile Fri Apr 14 18:47:51 2000 +++ editors/biew/Makefile Mon Apr 17 23:23:44 2000 @@ -6,11 +6,11 @@ # PORTNAME= biew -PORTVERSION= 5.01 +PORTVERSION= 5.04 CATEGORIES= editors MASTER_SITES= ftp://biew.sourceforge.net/pub/biew/5.x/src/ \ http://download.sourceforge.net/biew/ -DISTNAME= ${PORTNAME}-501 +DISTNAME= ${PORTNAME}-504 MAINTAINER= ports@FreeBSD.org diff -urN /usr/ports/editors/biew/files/md5 editors/biew/files/md5 --- /usr/ports/editors/biew/files/md5 Tue Mar 21 08:51:37 2000 +++ editors/biew/files/md5 Mon Apr 17 23:32:24 2000 @@ -1 +1 @@ -MD5 (biew-501.tar.bz2) = b2ce070901ee1e0b2949a595bf3c087f +MD5 (biew-504.tar.bz2) = 0be88c8ec6182834c6a3e84ad4279bfe diff -urN /usr/ports/editors/biew/patches/patch-aa editors/biew/patches/patch-aa --- /usr/ports/editors/biew/patches/patch-aa Fri Mar 24 19:35:56 2000 +++ editors/biew/patches/patch-aa Mon Apr 17 23:40:43 2000 @@ -1,11 +1,11 @@ ---- lib/sysdep/generic/unix/os_dep.c.orig Fri Mar 3 11:08:20 2000 -+++ lib/sysdep/generic/unix/os_dep.c Sat Mar 4 14:35:49 2000 -@@ -46,7 +46,7 @@ +--- lib/sysdep/generic/unix/os_dep.c.orig Fri Apr 14 15:02:21 2000 ++++ lib/sysdep/generic/unix/os_dep.c Mon Apr 17 23:40:15 2000 +@@ -29,7 +29,7 @@ + #include <sys/types.h> + #include <sys/stat.h> - char * __get_help_name(void) - { -- return "/usr/lib/biew/biew.hlp"; -+ return "%%PREFIX%%/share/biew/biew.hlp"; - } +-#define LIBDIR "/usr/lib" ++#define LIBDIR "%%PREFIX%%/share/biew" - static void cleanup(int sig) + static char _ini_name[FILENAME_MAX + 1]; + static char _rc_dir_name[FILENAME_MAX + 1]; diff -urN /usr/ports/editors/biew/patches/patch-ac editors/biew/patches/patch-ac --- /usr/ports/editors/biew/patches/patch-ac Tue Mar 21 08:51:37 2000 +++ editors/biew/patches/patch-ac Tue Apr 18 00:36:09 2000 @@ -1,6 +1,24 @@ ---- makefile.inc.orig Fri Mar 3 04:02:14 2000 -+++ makefile.inc Mon Mar 20 18:43:11 2000 -@@ -121,7 +121,7 @@ +--- makefile.inc.orig Fri Apr 14 15:02:39 2000 ++++ makefile.inc Tue Apr 18 00:26:11 2000 +@@ -78,14 +78,14 @@ + # screen library to use: SLANG/CURSES/VT100 + # + +-USE_SLANG = y +-#USE_CURSES = y ++#USE_SLANG = y ++USE_CURSES = y + #USE_VT100 = y + + # + + USE_SELECT = y # system has select() call? +-#USE_MOUSE = y # try to use mouse (doesnot work yet) ++USE_MOUSE = y # try to use mouse (doesnot work yet) + + + HOST=unix +@@ -130,7 +130,7 @@ ############################################################################## ifdef CONFIG_I386 MACHINE=i386 @@ -9,7 +27,7 @@ endif ifdef CONFIG_I486 MACHINE=i386 -@@ -151,14 +151,14 @@ +@@ -160,14 +160,14 @@ # If you do not have GNU development system, modify RM CC LD variables # ############################################################################## RM=rm -f diff -urN /usr/ports/editors/biew/patches/patch-ad editors/biew/patches/patch-ad --- /usr/ports/editors/biew/patches/patch-ad Tue Mar 21 08:51:37 2000 +++ editors/biew/patches/patch-ad Mon Apr 17 23:51:58 2000 @@ -1,15 +1,14 @@ ---- lib/sysdep/generic/unix/vio.c Fri Mar 3 11:08:20 2000 -+++ lib/sysdep/generic/unix/vio.c Sat Mar 4 15:36:46 2000 -@@ -32,8 +32,11 @@ - #define VMAX_Y 100 +--- lib/sysdep/generic/unix/vio.c.orig Fri Apr 14 15:02:21 2000 ++++ lib/sysdep/generic/unix/vio.c Mon Apr 17 23:49:05 2000 +@@ -71,7 +71,11 @@ + #endif - #ifdef HAVE_NCURSES -- + #ifdef _CURSES_ +#if defined(__FreeBSD_version) && __FreeBSD_version < 400010 +#include <ncurses/curses.h> +#else #include <curses.h> +#endif - - const static int __ncurses_color[8] = { - COLOR_BLACK, + #define _bg(x) (((x) >> 4) & 7) + #define _fg(x) ((x) & 7) + #define _2cpair(x) (_bg(x) * 010 + _fg(x)) diff -urN /usr/ports/editors/biew/patches/patch-ae editors/biew/patches/patch-ae --- /usr/ports/editors/biew/patches/patch-ae Tue Mar 21 08:51:37 2000 +++ editors/biew/patches/patch-ae Mon Apr 17 23:51:24 2000 @@ -1,15 +1,14 @@ ---- lib/sysdep/generic/unix/kbd_code.h Fri Mar 3 11:02:00 2000 -+++ lib/sysdep/generic/unix/kbd_code.h Sat Mar 4 15:59:28 2000 -@@ -58,8 +58,11 @@ - */ +--- lib/sysdep/generic/unix/kbd_code.h.orig Fri Apr 14 15:02:31 2000 ++++ lib/sysdep/generic/unix/kbd_code.h Mon Apr 17 23:48:22 2000 +@@ -78,7 +78,11 @@ - #ifdef HAVE_NCURSES -- + + #ifdef _CURSES_ +#if defined(__FreeBSD_version) && __FreeBSD_version < 400010 +#include <ncurses/curses.h> +#else #include <curses.h> +#endif - - /* - All non-symbol keys (function keys, arrows, etc) must be xx00 + #define _2B(x) (((x) & 0xff) << 8) + /* #define KE_ENTER _2B(KEY_ENTER) */ + #define KE_BKSPACE _2B(KEY_BACKSPACE) diff -urN /usr/ports/editors/biew/patches/patch-af editors/biew/patches/patch-af --- /usr/ports/editors/biew/patches/patch-af Tue Mar 21 08:51:37 2000 +++ editors/biew/patches/patch-af Tue Apr 18 00:16:07 2000 @@ -1,14 +1,14 @@ ---- lib/sysdep/generic/unix/keyboard.c Fri Mar 3 11:08:20 2000 -+++ lib/sysdep/generic/unix/keyboard.c Sat Mar 4 15:36:23 2000 -@@ -25,7 +25,11 @@ - - #ifdef HAVE_NCURSES +--- lib/sysdep/generic/unix/keyboard.c.orig Fri Apr 14 15:02:21 2000 ++++ lib/sysdep/generic/unix/keyboard.c Tue Apr 18 00:15:50 2000 +@@ -30,7 +30,11 @@ + #endif + #ifdef _CURSES_ +#if defined(__FreeBSD_version) && __FreeBSD_version < 400010 +#include <ncurses/curses.h> +#else #include <curses.h> +#endif - #ifdef HAVE_MOUSE - #include <limits.h> + MEVENT me; + #endif diff -urN /usr/ports/editors/biew/patches/patch-ag editors/biew/patches/patch-ag --- /usr/ports/editors/biew/patches/patch-ag Tue Mar 21 08:51:37 2000 +++ editors/biew/patches/patch-ag Thu Jan 1 09:00:00 1970 @@ -1,14 +0,0 @@ ---- lib/sysdep/generic/unix/mouse.c Fri Mar 3 11:08:20 2000 -+++ lib/sysdep/generic/unix/mouse.c Sat Mar 4 15:44:04 2000 -@@ -19,7 +19,11 @@ - #include <string.h> - - #ifdef HAVE_NCURSES -+#if defined (__FreeBSD_version) && __FreeBSD_version < 400010 -+#include <ncurses/curses.h> -+#else - #include <curses.h> -+#endif - #endif - - #ifdef HAVE_MOUSE diff -urN /usr/ports/editors/biew/patches/patch-ai editors/biew/patches/patch-ai --- /usr/ports/editors/biew/patches/patch-ai Thu Jan 1 09:00:00 1970 +++ editors/biew/patches/patch-ai Tue Apr 18 00:03:34 2000 @@ -0,0 +1,27 @@ +--- makefile.orig Fri Apr 14 15:58:21 2000 ++++ makefile Tue Apr 18 00:03:23 2000 +@@ -24,20 +24,20 @@ + # CONFIG_GENERIC = y + + # CONFIG_I86 = y +-# CONFIG_I386 = y ++CONFIG_I386 = y + # CONFIG_I486 = y + # CONFIG_I586 = y + # CONFIG_I686 = y +-CONFIG_AMD_K6 = y ++# CONFIG_AMD_K6 = y + + # Target operating system + + # CONFIG_DOS = y + # CONFIG_OS2 = y + # CONFIG_WIN32 = y +-CONFIG_LINUX = y ++# CONFIG_LINUX = y + # CONFIG_BEOS = y +-# CONFIG_UNIX = y ++CONFIG_UNIX = y + + + include ./makefile.inc >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004211902.MAA26680>