ports/113325: japanese/ng: use termios instead of sgtty
Ed Schouten
ed at fxq.nl
Mon Jun 4 13:10:05 UTC 2007
>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 at 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:
More information about the freebsd-ports-bugs
mailing list