From ed@hoeg.nl  Mon Jun  4 13:02:13 2007
Return-Path: <ed@hoeg.nl>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id C80EE16A421
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  4 Jun 2007 13:02:13 +0000 (UTC)
	(envelope-from ed@hoeg.nl)
Received: from palm.hoeg.nl (mx0.hoeg.nl [83.98.131.211])
	by mx1.freebsd.org (Postfix) with ESMTP id 9764E13C44C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  4 Jun 2007 13:02:13 +0000 (UTC)
	(envelope-from ed@hoeg.nl)
Received: by palm.hoeg.nl (Postfix, from userid 1000)
	id 019771CCD9; Mon,  4 Jun 2007 15:02:13 +0200 (CEST)
Message-Id: <20070604130213.019771CCD9@palm.hoeg.nl>
Date: Mon,  4 Jun 2007 15:02:13 +0200 (CEST)
From: Ed Schouten <ed@fxq.nl>
Reply-To: Ed Schouten <ed@fxq.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: japanese/elvis: use termios instead of sgtty
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         113326
>Category:       ports
>Synopsis:       japanese/elvis: use termios instead of sgtty
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 04 13:10:04 GMT 2007
>Closed-Date:    Wed Jun 06 17:28:55 GMT 2007
>Last-Modified:  Wed Jun  6 17:30:14 GMT 2007
>Originator:     Ed Schouten
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD palm.hoeg.nl 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Apr 20 13:44:49 CEST 2007 root@palm.hoeg.nl:/usr/obj/usr/src/sys/PALM i386
>Description:
The japanese/elvis port makes use of the sgtty line discipline
interface, though termios is the preferred one (sgtty only works with
COMPAT_43TTY).
>How-To-Repeat:
>Fix:
Apply the following patch:

--- japanese/elvis/files/patch-ab	Fri Sep  4 00:49:17 1998
+++ japanese/elvis/files/patch-ab	Mon Jun  4 09:32:09 2007
@@ -35,7 +35,7 @@
 +LIBS=	-ltermcap -L${PREFIX}/lib -lcanna
 +BIN=	${PREFIX}/bin
 +CC=	cc
-+CFLAGS+=	-Dbsd -O -I${PREFIX}/include -D_HAVE_PARAM_H -DNO_EXITCODE -DHAVE_OFF_T -D__386BSD__
++CFLAGS+=	-Dbsd -O -I${PREFIX}/include -D_HAVE_PARAM_H -DNO_EXITCODE -DHAVE_OFF_T -D__386BSD__ -DTERMIOS
 +SMALL=
 +LARGE=
 +OF=	-o ""
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Jun 6 11:06:14 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113326 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Jun 6 17:28:51 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113326 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/113326: commit references a PR
Date: Wed,  6 Jun 2007 17:28:53 +0000 (UTC)

 miwi        2007-06-06 17:28:46 UTC
 
   FreeBSD ports repository
 
   Modified files:
     japanese/elvis       Makefile 
     japanese/elvis/files patch-ab 
   Log:
   - Use termios instead of sgtty
   
   PR:             113326
   Submitted by:   Ed Schouten <ed@fxq.nl>
   
   Revision  Changes    Path
   1.28      +1 -1      ports/japanese/elvis/Makefile
   1.3       +1 -1      ports/japanese/elvis/files/patch-ab
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
