Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 591DB63B853 for ; Sun, 17 Aug 2008 09:41:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 0B84463B1C2; Sun, 17 Aug 2008 09:41:36 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 4E6B363B1BF for ; Sun, 17 Aug 2008 09:41:35 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3F9D2175D0; Sun, 17 Aug 2008 09:41:35 +0000 (UTC) From: Blair Sadewitz Subject: CVS commit: pkgsrc/graphics/MesaLib To: pkgsrc-changes@NetBSD.org Reply-To: bjs@netbsd.org Message-Id: <20080817094135.3F9D2175D0@cvs.netbsd.org> Date: Sun, 17 Aug 2008 09:41:35 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: bjs Date: Sun Aug 17 09:41:35 UTC 2008 Modified Files: pkgsrc/graphics/MesaLib: Makefile distinfo Added Files: pkgsrc/graphics/MesaLib/patches: patch-aa patch-af Log Message: #define bswap_32 bswap32 for NetBSD in the mach64 driver; also, for the sis driver, use either NetBSD's atomic ops if we have them, else check for gcc's __sync_synchronize. I suppose the right thing to do is split the dri drivers out of this package, but hopefully this will resolve [pkg/39359]. No revision bump, as I just updated the package a few hours ago. To generate a diff of this commit: cvs rdiff -r1.69 -r1.70 pkgsrc/graphics/MesaLib/Makefile cvs rdiff -r1.56 -r1.57 pkgsrc/graphics/MesaLib/distinfo cvs rdiff -r0 -r1.10 pkgsrc/graphics/MesaLib/patches/patch-aa cvs rdiff -r0 -r1.11 pkgsrc/graphics/MesaLib/patches/patch-af Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.