Date: Thu, 15 Mar 2007 23:17:56 +0100 (CET) From: Ed Schouten <ed@fxq.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/110363: [ports-mgmt/portmanager] Remove inclusion of <sgtty.h> Message-ID: <20070315221756.6AFB71CD39@palm.hoeg.nl> Resent-Message-ID: <200703152220.l2FMK2ND017589@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 110363 >Category: ports >Synopsis: [ports-mgmt/portmanager] Remove inclusion of <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: Thu Mar 15 22:20:01 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: Somewhere in the portmanager port the <sgtty.h> file gets included, while it isn't needed at all. The file isn't used anywhere, so we can safely remove the inclusion, making it possible to remove old tty stuff in the future. >How-To-Repeat: >Fix: --- files/patch-libMGPM__src__MGPMrShowLeavesDelete.c Wed Dec 13 11:13:00 2006 +++ files/patch-libMGPM__src__MGPMrShowLeavesDelete.c Thu Mar 15 23:14:04 2007 @@ -1,5 +1,13 @@ --- ./libMGPM/src/MGPMrShowLeavesDelete.c.orig Mon Dec 12 15:32:34 2005 +++ ./libMGPM/src/MGPMrShowLeavesDelete.c Fri Dec 8 17:13:00 2006 +@@ -28,7 +28,6 @@ + */ + + #include <libMGPM.h> +-#include <sgtty.h> + + int nuke( char* leafPortDir ); + int rebuildDb( structProperty* property ); @@ -39,19 +39,21 @@ char exact[] = "exact"; char id[] = "MGPMrShowLeavesDelete"; >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070315221756.6AFB71CD39>