Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Oct 2003 01:45:46 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/58222: Update port: japanese/skkfep
Message-ID:  <20031019014546.10ea6ddd.tkato@prontomail.com>
Resent-Message-ID: <200310181650.h9IGoMcV093828@freefall.freebsd.org>

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

>Number:         58222
>Category:       ports
>Synopsis:       Update port: japanese/skkfep
>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:   Sat Oct 18 09:50:21 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE-p13 i386
>Organization:
>Environment:
>Description:
- Fix build on -current

New file
files/patch-stty.c

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/japanese/skkfep/files/patch-stty.c japanese/skkfep/files/patch-stty.c
--- /usr/ports/japanese/skkfep/files/patch-stty.c	Thu Jan  1 09:00:00 1970
+++ japanese/skkfep/files/patch-stty.c	Sat Oct 11 22:26:06 2003
@@ -0,0 +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()
+ {
+ 	int cpid;
+-#if defined(_AIX) || defined(SVR4)
++#if defined(_AIX) || defined(SVR4) || defined(__FreeBSD__)
+ 	int statusp;
+ #else
+ 	union wait statusp;
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031019014546.10ea6ddd.tkato>