From owner-cvs-ports@FreeBSD.ORG Wed May 7 14:22:25 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDE1D1065673; Wed, 7 May 2008 14:22:25 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BBF948FC0C; Wed, 7 May 2008 14:22:25 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m47EMP5j028049; Wed, 7 May 2008 14:22:25 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m47EMPY1028048; Wed, 7 May 2008 14:22:25 GMT (envelope-from itetcu) Message-Id: <200805071422.m47EMPY1028048@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Wed, 7 May 2008 14:22:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/xcb-proto Makefile distinfo pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2008 14:22:25 -0000 itetcu 2008-05-07 14:22:25 UTC FreeBSD ports repository Modified files: x11/xcb-proto Makefile distinfo pkg-plist Log: Update to 1.1: Incompatible change to the XML schema: rather than special-casing the treatment of protocol extension names, use the new extension-multiword attribute. Normally, XCB prefixes C extension functions with xcb_extname_. However, some of the existing extensions used multi-word names, such as xcb_big_requests_ or xcb_xc_misc_. Those extensions now use this attribute to match their existing defined API. This allows the XCB code generator to avoid special-casing those extension names. Protocol updates: * Update DAMAGE to 1.1 * Update RandR to version 1.2 Bug fixes: * fix XSync Initialize call * Update autogen.sh to one that does objdir != srcdir. PR: ports/122559 Submitted by: bf Approved by: maintainer Revision Changes Path 1.4 +1 -1 ports/x11/xcb-proto/Makefile 1.3 +3 -3 ports/x11/xcb-proto/distinfo 1.4 +0 -1 ports/x11/xcb-proto/pkg-plist