Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 8F1AB63B293 for ; Tue, 6 May 2008 06:20:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 4C01063B118; Tue, 6 May 2008 06:20:27 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 4088E63B10F for ; Tue, 6 May 2008 06:20:26 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 12E77175D0; Tue, 6 May 2008 06:20:26 +0000 (UTC) From: Blair Sadewitz Subject: CVS commit: pkgsrc/x11/libdrm To: pkgsrc-changes@NetBSD.org Reply-To: bjs@netbsd.org Message-Id: <20080506062026.12E77175D0@cvs.netbsd.org> Date: Tue, 6 May 2008 06:20:26 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: bjs Date: Tue May 6 06:20:26 UTC 2008 Modified Files: pkgsrc/x11/libdrm: Makefile distinfo Added Files: pkgsrc/x11/libdrm/patches: patch-ac Log Message: Add support for the userland atomic ops of NetBSD-current. As per the comment in xf86drm.h, this should be reflected here, as we now use atomic_cas_uint() in drm_atomic.h. To generate a diff of this commit: cvs rdiff -r1.3 -r1.4 pkgsrc/x11/libdrm/Makefile pkgsrc/x11/libdrm/distinfo cvs rdiff -r0 -r1.1 pkgsrc/x11/libdrm/patches/patch-ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.