Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 May 2005 03:00:15 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/81123: Update port: japanese/skkfep to 0.87
Message-ID:  <20050517030015.6429ab1e.tkato432@yahoo.com>
Resent-Message-ID: <200505161810.j4GIA7I3011957@freefall.freebsd.org>

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

>Number:         81123
>Category:       ports
>Synopsis:       Update port: japanese/skkfep to 0.87
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 16 18:10:07 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p7 i386
>Organization:
>Environment:
>Description:
- Update to version 0.87

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/japanese/skkfep/Makefile japanese/skkfep/Makefile
--- /usr/ports/japanese/skkfep/Makefile	Sat Mar 12 20:25:38 2005
+++ japanese/skkfep/Makefile	Mon May 16 14:21:15 2005
@@ -6,19 +6,14 @@
 #
 
 PORTNAME=	skkfep
-PORTVERSION=	0.86c
-PORTREVISION=	3
+PORTVERSION=	0.87
 CATEGORIES=	japanese
-MASTER_SITES=	${MASTER_SITE_DEBIAN}
-MASTER_SITE_SUBDIR=	pool/main/s/skkfep
-DISTNAME=	${PORTNAME}_${PORTVERSION}.orig
+MASTER_SITES=	http://homepage2.nifty.com/aito/skkfep/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	SKK-like Kana-to-Kanji FrontEnd Processor
 
 RUN_DEPENDS=	${LOCALBASE}/sbin/skkserv:${PORTSDIR}/japanese/skk
-
-WRKSRC=		${WRKDIR}/${PORTNAME}
 
 MAN1=		skkfep.1
 PLIST_FILES=	bin/skkfep
diff -urN /usr/ports/japanese/skkfep/distinfo japanese/skkfep/distinfo
--- /usr/ports/japanese/skkfep/distinfo	Thu Jan 29 20:28:38 2004
+++ japanese/skkfep/distinfo	Mon May 16 13:21:00 2005
@@ -1,2 +1,2 @@
-MD5 (skkfep_0.86c.orig.tar.gz) = 0e06d473b70bd0233e25195e062bb663
-SIZE (skkfep_0.86c.orig.tar.gz) = 46748
+MD5 (skkfep-0.87.tar.gz) = 558c273e3d6d546dc6fa0779563b7163
+SIZE (skkfep-0.87.tar.gz) = 45711
diff -urN /usr/ports/japanese/skkfep/files/patch-aa japanese/skkfep/files/patch-aa
--- /usr/ports/japanese/skkfep/files/patch-aa	Thu Aug  7 21:20:08 2003
+++ japanese/skkfep/files/patch-aa	Mon May 16 14:20:23 2005
@@ -1,18 +1,18 @@
---- config.h.orig	Tue Sep 22 01:45:27 1998
-+++ config.h	Wed Aug  2 02:50:39 2000
+--- config.h.orig	Wed Sep  3 08:50:18 2003
++++ config.h	Mon May 16 14:16:20 2005
 @@ -2,19 +2,19 @@
   * Configuration for SKKFEP
   */
  
--#include "configs/solaris2.h"
+-#include "configs/linux.h"
 +#include "configs/freebsd.h"
  
  #if makefile_parameter
 -CC=gcc
 +#CC=gcc
  DEFINE=-DUSE_LOCALE
--OPTIMIZE=-O
-+#OPTIMIZE=-O
+-OPTIMIZE=-g
++#OPTIMIZE=-g
  EXTRALIBS=
  #endif
  
diff -urN /usr/ports/japanese/skkfep/files/patch-stty.c japanese/skkfep/files/patch-stty.c
--- /usr/ports/japanese/skkfep/files/patch-stty.c	Sat Oct 25 19:26:34 2003
+++ japanese/skkfep/files/patch-stty.c	Mon May 16 14:18:15 2005
@@ -1,11 +1,11 @@
---- stty.c.orig	Wed Sep 23 01:22:53 1998
-+++ stty.c	Sat Oct 11 22:25:59 2003
-@@ -309,7 +309,7 @@
- chld_changed()
+--- stty.c.orig	Wed Sep  3 08:49:32 2003
++++ stty.c	Mon May 16 14:18:07 2005
+@@ -306,7 +306,7 @@
  {
  	int cpid;
--#if defined(_AIX) || defined(SVR4)
-+#if defined(_AIX) || defined(SVR4) || defined(__FreeBSD__)
+ /* #ifdef _AIX */
+-#if defined(_AIX) || defined(NECEWS) || defined(SOLARIS2)
++#if defined(_AIX) || defined(NECEWS) || defined(SOLARIS2) || defined(__FreeBSD__)
  	int statusp;
- #else
- 	union wait statusp;
+ 	reset_tty_without_close();
+ 	cpid = wait(&statusp);
diff -urN /usr/ports/japanese/skkfep/pkg-descr japanese/skkfep/pkg-descr
--- /usr/ports/japanese/skkfep/pkg-descr	Thu Aug  7 21:20:08 2003
+++ japanese/skkfep/pkg-descr	Mon May 16 14:25:45 2005
@@ -1,4 +1,6 @@
 skkfep is a tool to input Kana and Kanji from the terminal.
 This also include some patches for Word registration.
 
+WWW: http://homepage2.nifty.com/aito/soft.html
+
 -Yusuke NAWANO <azuki@azkey.org>
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050517030015.6429ab1e.tkato432>