Subject: CVS commit: pkgsrc/misc/screen
To: None <pkgsrc-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: pkgsrc-changes
Date: 06/16/2004 21:35:00
Module Name:	pkgsrc
Committed By:	christos
Date:		Wed Jun 16 21:35:00 UTC 2004

Modified Files:
	pkgsrc/misc/screen: distinfo
	pkgsrc/misc/screen/patches: patch-aa patch-aj patch-ak

Log Message:
Fix a compile issue under /current. Screen wrongly detects that we have
svr4 ptys because of /dev/ptmx, but erroneously wants <sys/stropts.h>
because of that define. Fix properly, by detecting the presense of
<sys/stropts.h> before including it.

I am not bumping the nb number because nothing realy changes; you'll
get the same binary if you recompile.

XXX: The utmp stuff is still completely broken, that is why this is still
setuid.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 pkgsrc/misc/screen/distinfo
cvs rdiff -r1.9 -r1.10 pkgsrc/misc/screen/patches/patch-aa
cvs rdiff -r1.1 -r1.2 pkgsrc/misc/screen/patches/patch-aj
cvs rdiff -r1.2 -r1.3 pkgsrc/misc/screen/patches/patch-ak

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.