Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  4 Jun 2007 15:00:16 +0200 (CEST)
From:      Ed Schouten <ed@fxq.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/113325: japanese/ng: use termios instead of sgtty
Message-ID:  <20070604130016.DB9391CCD9@palm.hoeg.nl>
Resent-Message-ID: <200706041310.l54DA4IH055994@freefall.freebsd.org>

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

>Number:         113325
>Category:       ports
>Synopsis:       japanese/ng: use termios instead of sgtty
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 04 13:10:03 GMT 2007
>Closed-Date:
>Last-Modified:
>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/ng port makes use of the bsd style code for stuff like line
discipline handling. Nowadays we can just use the sysv code, which makes
us use the sgtty interface instead of termios, which is the preferred
one.
>How-To-Repeat:
>Fix:
Apply the following patch:

--- japanese/ng/Makefile	Tue Feb 20 17:57:51 2007
+++ japanese/ng/Makefile	Mon Jun  4 09:24:04 2007
@@ -40,7 +40,7 @@
 .endif
 
 post-patch:
-	@(cd ${WRKSRC}; ${LN} -sf sys/bsd/Makefile . )
+	@(cd ${WRKSRC}; ${LN} -sf sys/sysv/Makefile . )
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/ng ${PREFIX}/bin
>Release-Note:
>Audit-Trail:
>Unformatted:



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