Subject: CVS commit: pkgsrc/misc/gnome2-utils
From: Julio M. Merino Vidal
Date: 2006-09-18 18:38:45
Message id: 20060918163845.3986D211CA@cvs.netbsd.org

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.

Files:
RevisionActionfile
1.61modifypkgsrc/misc/gnome2-utils/Makefile
1.18modifypkgsrc/misc/gnome2-utils/distinfo
1.4modifypkgsrc/misc/gnome2-utils/patches/patch-ac