Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 4B22763B85F for ; Sun, 29 Jul 2012 19:48:41 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 03BEE14A23A; Sun, 29 Jul 2012 19:48:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ECD1B14A232 for ; Sun, 29 Jul 2012 19:48:35 +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 s_GXW8OMKWNN for ; Sun, 29 Jul 2012 19:48:35 +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 667E114A226 for ; Sun, 29 Jul 2012 19:48:35 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 4F538175DD; Sun, 29 Jul 2012 19:48:35 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 29 Jul 2012 19:48:35 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xdpyinfo To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20120729194835.4F538175DD@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 Jul 29 19:48:35 UTC 2012 Modified Files: pkgsrc/x11/xdpyinfo: Makefile distinfo Log Message: Update to 1.3.0: This version adds an explicit dependency on XCB, which it uses for more efficient querying of the available extensions on the X server. Alan Coopersmith (6): Use xcb for -queryExt instead of a round-trip per extension Strip trailing whitespace Add const attributes to fix gcc -Wwrite-strings warnings Remove unused function hasExtension Silence gcc complaint about being unable to check printf format string xdpyinfo 1.3.0 Gaetan Nadon (4): config: replace deprecated AC_HELP_STRING with AS_HELP_STRING config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS man: remove trailing spaces and tabs config: move man pages into their own directory Jesse Adkins (1): Purge cvs tags. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/xdpyinfo/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/xdpyinfo/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.