Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 0D45971003 for ; Sun, 8 Sep 2013 08:21:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5A24A14A2EC; Sun, 8 Sep 2013 08:21:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3A4AB14A2EB for ; Sun, 8 Sep 2013 08:21:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id nA0zKd5HkOmk for ; Sun, 8 Sep 2013 08:21:11 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id A8E5E14A2EA for ; Sun, 8 Sep 2013 08:21:11 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A96CD96; Sun, 8 Sep 2013 08:21:11 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 8 Sep 2013 08:21:11 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/libXv To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20130908082111.A96CD96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sun Sep 8 08:21:11 UTC 2013 Modified Files: pkgsrc/x11/libXv: Makefile distinfo Log Message: Update to 1.0.10: This release contains cleanup & refactoring intended to make the code more robust and easier to maintain. It does increase to libX11 1.6.0 the required version of libX11 needed to build and run libXv. Alan Coopersmith (10): Adopt X.Org standard code style, with consistent indentation Remove unnecessary casts from Xmalloc calls Fix sign conversion & comparison warnings from clang Use pad_to_int32 macro instead of repeated (x + 3) & ~3 pattern Require ANSI C89 pre-processor, drop pre-C89 token pasting support Replace custom copy of GetReq macro with call to Xlib 1.5's _XGetRequest Add missing calls to _XEatDataWords when we are skipping _XRead Refactor error handling Remove fallback for _XEatDataWords, require libX11 1.6 for it libXv 1.0.10 To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/libXv/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/libXv/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.