From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 16 08:40:04 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CE51816A406 for ; Fri, 16 Mar 2007 08:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id AEE8C13C457 for ; Fri, 16 Mar 2007 08:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2G8e4eU001775 for ; Fri, 16 Mar 2007 08:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2G8e4RH001773; Fri, 16 Mar 2007 08:40:04 GMT (envelope-from gnats) Resent-Date: Fri, 16 Mar 2007 08:40:04 GMT Resent-Message-Id: <200703160840.l2G8e4RH001773@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ed Schouten Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A881A16A404 for ; Fri, 16 Mar 2007 08:32:52 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (palm.hoeg.nl [83.98.131.212]) by mx1.freebsd.org (Postfix) with ESMTP id 72FC813C457 for ; Fri, 16 Mar 2007 08:32:52 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id B647E1CD42; Fri, 16 Mar 2007 09:33:30 +0100 (CET) Message-Id: <20070316083330.B647E1CD42@palm.hoeg.nl> Date: Fri, 16 Mar 2007 09:33:30 +0100 (CET) From: Ed Schouten To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/110378: [misc/heyu2] Avoid sgtty.h X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ed Schouten List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Mar 2007 08:40:05 -0000 >Number: 110378 >Category: ports >Synopsis: [misc/heyu2] Avoid sgtty.h >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: Fri Mar 16 08:40:04 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: Sun Feb 11 22:32:09 CET 2007 root@palm.hoeg.nl:/usr/obj/usr/src/sys/PALM i386 >Description: Just like misc/heyu, this port uses while it could perfectly use . The patch is quite similar to misc/heyu. >How-To-Repeat: >Fix: --- misc/heyu2/files/patch-Configure Thu Jan 1 01:00:00 1970 +++ misc/heyu2/files/patch-Configure Fri Mar 16 09:30:41 2007 @@ -0,0 +1,11 @@ +--- Configure Fri Mar 16 09:25:28 2007 ++++ Configure Fri Mar 16 09:25:39 2007 +@@ -104,7 +104,7 @@ + CC ?= gcc + CFLAGS += -g -O \$(DFLAGS) -Wall + LIBS = -lm -lc +- DFLAGS= -DHASSELECT -DNEEDGTIME -DFREEBSD -DLOCKDIR=\"/var/spool/lock\" -DSYSBASEDIR=\"/usr/local/etc/heyu\" -DSPOOLDIR=\"/var/tmp/heyu\" $CM17AFLAG $EXT0FLAG ++ DFLAGS= -DPOSIX -DHASSELECT -DNEEDGTIME -DFREEBSD -DLOCKDIR=\"/var/spool/lock\" -DSYSBASEDIR=\"/usr/local/etc/heyu\" -DSPOOLDIR=\"/var/tmp/heyu\" $CM17AFLAG $EXT0FLAG + EoF + ;; + openbsd) --- misc/heyu2/files/patch-tty.c-tty_aux.c Thu Jan 1 01:00:00 1970 +++ misc/heyu2/files/patch-tty.c-tty_aux.c Fri Mar 16 09:30:41 2007 @@ -0,0 +1,32 @@ +--- tty.c Sun Mar 30 22:57:59 2003 ++++ tty.c Thu Mar 15 22:48:59 2007 +@@ -86,11 +86,11 @@ + #include + struct sgttyb oldsb, newsb; + #else +-#ifndef POSIX +-#include + #ifndef NCC + #define NCC NCCS + #endif ++#ifndef POSIX ++#include + struct termio oldsb, newsb; + #else + #include +--- tty_aux.c Sun Mar 30 22:57:59 2003 ++++ tty_aux.c Thu Mar 15 22:48:59 2007 +@@ -86,11 +86,11 @@ + #include + struct sgttyb oldsb, newsb; + #else +-#ifndef POSIX +-#include + #ifndef NCC + #define NCC NCCS + #endif ++#ifndef POSIX ++#include + struct termio oldsb, newsb; + #else + #include >Release-Note: >Audit-Trail: >Unformatted: