Received: from cvs.netbsd.org (cvs.netbsd.org [204.152.190.10]) by mail.netbsd.org (Postfix) with ESMTP id 0370263B218 for ; Tue, 29 Jan 2008 03:37:02 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 16C2221507; Tue, 29 Jan 2008 03:37:03 +0000 (UTC) From: Blair Sadewitz Subject: CVS commit: pkgsrc/x11/libXt To: pkgsrc-changes@NetBSD.org Reply-To: bjs@netbsd.org Message-Id: <20080129033703.16C2221507@cvs.netbsd.org> Date: Tue, 29 Jan 2008 03:37:03 +0000 (UTC) Content-Length: 861 Lines: 31 Module Name: pkgsrc Committed By: bjs Date: Tue Jan 29 03:37:03 UTC 2008 Modified Files: pkgsrc/x11/libXt: Makefile distinfo Added Files: pkgsrc/x11/libXt: hacks.mk pkgsrc/x11/libXt/patches: patch-ag Log Message: Add patch from GIT to recalculate fd_set more aggressively in NextEvent.c, as select() can modify it. Add hacks.mk to build with -fno-strict-aliasing when needed; there are quite a few warnings about this. Given this is an important dependency, IMHO it's better to just disable it. Bump rev. To generate a diff of this commit: cvs rdiff -r1.6 -r1.7 pkgsrc/x11/libXt/Makefile cvs rdiff -r1.5 -r1.6 pkgsrc/x11/libXt/distinfo cvs rdiff -r0 -r1.1 pkgsrc/x11/libXt/hacks.mk cvs rdiff -r0 -r1.1 pkgsrc/x11/libXt/patches/patch-ag Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.