ports/119108: [Patch] misc/heyu: use sgtty
Ed Schouten
ed at fxq.nl
Fri Dec 28 16:10:02 UTC 2007
>Number: 119108
>Category: ports
>Synopsis: [Patch] misc/heyu: use sgtty
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Dec 28 16:10:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator: Ed Schouten
>Release: FreeBSD 6.3-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD palm.hoeg.nl 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #0: Wed Dec 19 16:07:46 CET 2007 ed at palm.hoeg.nl:/usr/obj/usr/src/sys/PALM i386
>Description:
The misc/heyu port uses sgtty, while it can perfectly use termios. We
only need to specify -DPOSIX to enable it. This makes it work on kernels
without COMPAT_43TTY.
>How-To-Repeat:
>Fix:
Add the following patch to the files directory:
--- Configure 2007-12-28 16:59:27.000000000 +0100
+++ Configure 2007-12-28 16:59:42.000000000 +0100
@@ -86,7 +86,7 @@
CC ?= gcc
CFLAGS += -g -O \$(DFLAGS) -Wall
LIBS = -lm -lc
- DFLAGS= -DHASSELECT -DNEEDGTIME -DFREEBSD
+ DFLAGS= -DPOSIX -DHASSELECT -DNEEDGTIME -DFREEBSD
EoF
;;
sco*)
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list