ports/110363: [ports-mgmt/portmanager] Remove inclusion of <sgtty.h>

Ed Schouten ed at fxq.nl
Thu Mar 15 22:20:02 UTC 2007


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



More information about the freebsd-ports-bugs mailing list