Update to 0.87

PR:		ports/81123
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
Jean-Yves Lefort 2005-05-17 23:52:55 +00:00
parent b1f8fced1a
commit de8eb42402
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135527
5 changed files with 19 additions and 22 deletions

View File

@ -6,20 +6,15 @@
#
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

View File

@ -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

View File

@ -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

View File

@ -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);

View File

@ -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>