Subject: PR/31936 CVS commit: pkgsrc/misc/gnome2-utils
To: None <jmmv@NetBSD.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org,>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-bugs
Date: 09/18/2006 16:40:02
The following reply was made to PR pkg/31936; it has been noted by GNATS.

From: "Julio M. Merino Vidal" <jmmv@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/31936 CVS commit: pkgsrc/misc/gnome2-utils
Date: Mon, 18 Sep 2006 16:38:45 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	jmmv
 Date:		Mon Sep 18 16:38:45 UTC 2006
 
 Modified Files:
 	pkgsrc/misc/gnome2-utils: Makefile distinfo
 	pkgsrc/misc/gnome2-utils/patches: patch-ac
 
 Log Message:
 Fix the gnome-screenshot application under NetBSD and close PR pkg/31936.
 Bump PKGREVISION to 2.
 
 NetBSD's poll(2) raises a POLLIN event when a file descriptor is closed;
 Linux doesn't seem to do this.  This caused an unexpected G_IO_IN event
 in gnome-screenshot's code that was used to detect errors, instead of the
 G_IO_HUP it was expecting.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.60 -r1.61 pkgsrc/misc/gnome2-utils/Makefile
 cvs rdiff -r1.17 -r1.18 pkgsrc/misc/gnome2-utils/distinfo
 cvs rdiff -r1.3 -r1.4 pkgsrc/misc/gnome2-utils/patches/patch-ac
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.