Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Dec 2007 16:59:36 +0100 (CET)
From:      Ed Schouten <ed@fxq.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/119108: [Patch] misc/heyu: use sgtty
Message-ID:  <20071228155936.F1A5C1CCD9@palm.hoeg.nl>
Resent-Message-ID: <200712281610.lBSGA1F0076572@freefall.freebsd.org>

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

>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@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:



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