From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 4 13:10:20 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 9C46816A469 for ; Mon, 4 Jun 2007 13:10:20 +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 8288013C46E for ; Mon, 4 Jun 2007 13:10:20 +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 l54DAK9r056214 for ; Mon, 4 Jun 2007 13:10:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l54DAKha056212; Mon, 4 Jun 2007 13:10:20 GMT (envelope-from gnats) Resent-Date: Mon, 4 Jun 2007 13:10:20 GMT Resent-Message-Id: <200706041310.l54DAKha056212@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 D267E16A469 for ; Mon, 4 Jun 2007 13:08:48 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [83.98.131.211]) by mx1.freebsd.org (Postfix) with ESMTP id A1C9413C469 for ; Mon, 4 Jun 2007 13:08:48 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id D87611CCD9; Mon, 4 Jun 2007 15:08:47 +0200 (CEST) Message-Id: <20070604130847.D87611CCD9@palm.hoeg.nl> Date: Mon, 4 Jun 2007 15:08:47 +0200 (CEST) From: Ed Schouten To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/113329: news/nntp: don't make it depend on 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: Mon, 04 Jun 2007 13:10:20 -0000 >Number: 113329 >Category: ports >Synopsis: news/nntp: don't make it depend on 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: Mon Jun 04 13:10:20 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 news/nntp port includes sgtty.h, while it isn't needed. This isn't a real problem, but may cause problems in the future when (if?) the sgtty is removed. >How-To-Repeat: >Fix: Add the following patch to the files/ directory: --- support/acttimes.c Tue Jan 9 08:28:02 1996 +++ support/acttimes.c Mon Jun 4 09:40:37 2007 @@ -64,12 +64,6 @@ /* ---------- End of configuration defines ---------- */ -#ifdef TERMIO -#include -#else -#include -#endif - #define TIMER_FIRST 1 #define TIMER_DEFAULT (10 * 60) >Release-Note: >Audit-Trail: >Unformatted: