Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Nov 2001 19:27:25 -0800 (PST)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/32050: Update port: editors/biew to 5.3.0
Message-ID:  <200111170327.fAH3RP056147@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         32050
>Category:       ports
>Synopsis:       Update port: editors/biew to 5.3.0
>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 Nov 16 19:30:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 5.3.0

Remove file:
files/patch-aa  files/patch-ai  files/patch-aj

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/editors/biew/Makefile editors/biew/Makefile
--- /usr/ports/editors/biew/Makefile	Wed Jan 17 02:30:24 2001
+++ editors/biew/Makefile	Fri Nov  9 05:54:36 2001
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	biew
-PORTVERSION=	5.2.0
+PORTVERSION=	5.3.0
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
-DISTNAME=	${PORTNAME}-${PORTVERSION:S/.//g}
+DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
 
 MAINTAINER=	ports@FreeBSD.org
 
@@ -22,7 +22,7 @@
 
 .include <bsd.port.pre.mk>
 
-HOST_CFLAGS=	${CFLAGS} -DLIBDIR="\'\"${PREFIX}/share\"\'"
+HOST_CFLAGS=	${CFLAGS} -DPREFIX="\'\"${PREFIX}\"\'"
 MAKEFILE=	makefile
 
 .if ${OSVERSION} < 400010
@@ -45,14 +45,13 @@
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/biew ${PREFIX}/bin
-	@ ${MKDIR} ${PREFIX}/share/biew
-.for file in bin_rc/assembly.skn bin_rc/standard.skn hlp/biew.hlp
-	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/biew
-.endfor
+	@ ${MKDIR} ${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/bin_rc/skn/*.skn ${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/hlp/biew.hlp ${DATADIR}
 .if !defined(NOPORTDOCS)
-	@ ${MKDIR} ${PREFIX}/share/doc/biew
+	@ ${MKDIR} ${DOCSDIR}
 .for file in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/doc/${file} ${PREFIX}/share/doc/biew
+	${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
 .endfor
 .endif
 
diff -urN /usr/ports/editors/biew/distinfo editors/biew/distinfo
--- /usr/ports/editors/biew/distinfo	Sat Nov 11 15:02:17 2000
+++ editors/biew/distinfo	Thu Nov  8 23:51:46 2001
@@ -1 +1 @@
-MD5 (biew-520.tar.bz2) = fa1a992ce9abd7538e7fc4ac23023c4d
+MD5 (biew530.tar.bz2) = 902e1af264c93032ec40fa22d04f936a
diff -urN /usr/ports/editors/biew/files/patch-aa editors/biew/files/patch-aa
--- /usr/ports/editors/biew/files/patch-aa	Wed Aug  2 08:43:30 2000
+++ editors/biew/files/patch-aa	Thu Jan  1 09:00:00 1970
@@ -1,12 +0,0 @@
---- biewlib/sysdep/generic/unix/os_dep.c.orig	Thu Jul  6 14:31:08 2000
-+++ biewlib/sysdep/generic/unix/os_dep.c	Mon Jul 24 23:00:55 2000
-@@ -26,7 +26,9 @@
- #include "biewlib/biewlib.h"
- #include "console.h"
- 
-+#ifndef LIBDIR
- #define LIBDIR "/usr/lib"
-+#endif
- 
- static char _ini_name[FILENAME_MAX + 1];
- static char _rc_dir_name[FILENAME_MAX + 1];
diff -urN /usr/ports/editors/biew/files/patch-af editors/biew/files/patch-af
--- /usr/ports/editors/biew/files/patch-af	Wed Aug  2 08:43:32 2000
+++ editors/biew/files/patch-af	Fri Nov  9 00:00:59 2001
@@ -1,6 +1,6 @@
---- biewlib/sysdep/generic/unix/keyboard.c.orig	Thu Jul  6 14:31:08 2000
-+++ biewlib/sysdep/generic/unix/keyboard.c	Mon Jul 24 23:06:19 2000
-@@ -27,7 +27,11 @@
+--- biewlib/sysdep/generic/unix/keyboard.c.orig	Thu Mar  1 09:19:32 2001
++++ biewlib/sysdep/generic/unix/keyboard.c	Fri Nov  9 00:00:37 2001
+@@ -41,7 +41,11 @@
  #endif
  
  #ifdef	_CURSES_
@@ -9,6 +9,6 @@
 +#else
  #include <curses.h>
 +#endif
- MEVENT me;
+ #ifdef	NCURSES_MOUSE_VERSION
+ #define	HAVE_MOUSE
  #endif
- 
diff -urN /usr/ports/editors/biew/files/patch-ai editors/biew/files/patch-ai
--- /usr/ports/editors/biew/files/patch-ai	Sat Nov 11 15:02:20 2000
+++ editors/biew/files/patch-ai	Thu Jan  1 09:00:00 1970
@@ -1,15 +0,0 @@
---- tools/biewhlp/makefile.orig	Mon Sep 25 00:35:56 2000
-+++ tools/biewhlp/makefile	Fri Nov 10 21:37:47 2000
-@@ -62,7 +62,11 @@
- biewlib/biewlib.o\
- biewlib/file_ini.o\
- biewlib/pmalloc.o\
--biewlib/sysdep/$(MACHINE)/$(HOST)/fileio.o
-+biewlib/sysdep/$(MACHINE)/$(HOST)/fileio.o\
-+biewlib/sysdep/$(MACHINE)/$(HOST)/keyboard.o\
-+biewlib/sysdep/$(MACHINE)/$(HOST)/nls.o\
-+biewlib/sysdep/$(MACHINE)/$(HOST)/os_dep.o\
-+biewlib/sysdep/$(MACHINE)/$(HOST)/vio.o
- all: $(TARGET)
- 
- clean:
diff -urN /usr/ports/editors/biew/files/patch-aj editors/biew/files/patch-aj
--- /usr/ports/editors/biew/files/patch-aj	Sat Nov 11 15:02:20 2000
+++ editors/biew/files/patch-aj	Thu Jan  1 09:00:00 1970
@@ -1,15 +0,0 @@
---- tools/lzss/makefile.orig	Mon Sep 25 00:35:58 2000
-+++ tools/lzss/makefile	Fri Nov 10 21:39:13 2000
-@@ -60,7 +60,11 @@
- biewlib/pmalloc.o\
- biewlib/bbio.o\
- biewlib/biewlib.o\
--biewlib/sysdep/$(MACHINE)/$(HOST)/fileio.o
-+biewlib/sysdep/$(MACHINE)/$(HOST)/fileio.o\
-+biewlib/sysdep/$(MACHINE)/$(HOST)/keyboard.o\
-+biewlib/sysdep/$(MACHINE)/$(HOST)/nls.o\
-+biewlib/sysdep/$(MACHINE)/$(HOST)/os_dep.o\
-+biewlib/sysdep/$(MACHINE)/$(HOST)/vio.o
- all: $(TARGET)
- 
- clean:
diff -urN /usr/ports/editors/biew/pkg-plist editors/biew/pkg-plist
--- /usr/ports/editors/biew/pkg-plist	Wed Aug  2 08:43:35 2000
+++ editors/biew/pkg-plist	Fri Nov  9 00:22:37 2001
@@ -1,16 +1,18 @@
 bin/biew
 share/biew/biew.hlp
 share/biew/assembly.skn
+share/biew/golded.skn
+share/biew/insight.skn
 share/biew/standard.skn
-share/doc/biew/biew_en.txt
-share/doc/biew/biew_ru.txt
-share/doc/biew/develop.en
-share/doc/biew/develop.ru
-share/doc/biew/file_ini.en
-share/doc/biew/file_ini.ru
-share/doc/biew/licence.en
-share/doc/biew/licence.ru
-share/doc/biew/release.txt
-share/doc/biew/unix.txt
-@dirrm share/doc/biew
+%%PORTDOCS%%share/doc/biew/biew_en.txt
+%%PORTDOCS%%share/doc/biew/biew_ru.txt
+%%PORTDOCS%%share/doc/biew/develop.en
+%%PORTDOCS%%share/doc/biew/develop.ru
+%%PORTDOCS%%share/doc/biew/file_ini.en
+%%PORTDOCS%%share/doc/biew/file_ini.ru
+%%PORTDOCS%%share/doc/biew/licence.en
+%%PORTDOCS%%share/doc/biew/licence.ru
+%%PORTDOCS%%share/doc/biew/release.txt
+%%PORTDOCS%%share/doc/biew/unix.txt
+%%PORTDOCS%%@dirrm share/doc/biew
 @dirrm share/biew

>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?200111170327.fAH3RP056147>