From nobody@FreeBSD.org  Mon Oct 13 09:09:09 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DA3091065687
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 13 Oct 2008 09:09:09 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id C79B78FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 13 Oct 2008 09:09:09 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id m9D999ll028642
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 13 Oct 2008 09:09:09 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id m9D998KJ028641;
	Mon, 13 Oct 2008 09:09:08 GMT
	(envelope-from nobody)
Message-Id: <200810130909.m9D998KJ028641@www.freebsd.org>
Date: Mon, 13 Oct 2008 09:09:08 GMT
From: Perrin Alexandre <alexandre.perrin@epfl.ch>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE]: x11/xcb-util update to version 0.3.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: ntarmos@ceid.upatras.gr

>Number:         128051
>Category:       ports
>Synopsis:       [UPDATE]: x11/xcb-util update to version 0.3.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 13 09:10:01 UTC 2008
>Closed-Date:    Thu Jan 08 17:11:40 UTC 2009
>Last-Modified:  Thu Jan  8 17:20:03 UTC 2009
>Originator:     Perrin Alexandre
>Release:        7.1-BETA
>Organization:
none
>Environment:
FreeBSD FriBSD630 7.1-BETA FreeBSD 7.1-BETA #0: Tue Sep 30 18:10:21 CEST 2008     root@:/usr/obj/usr/src/sys/KAWAROU  amd64
>Description:
Hi.
I'm trying to port the awesome 3.0 WM to FreeBSD, and it need xcb-util >= 0.3.0
here are some patch to update (current version is 0.2.1) the port.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	/usr/ports/local/x11/xcb-util/
#	/usr/ports/local/x11/xcb-util/pkg-descr
#	/usr/ports/local/x11/xcb-util/files
#	/usr/ports/local/x11/xcb-util/pkg-plist
#	/usr/ports/local/x11/xcb-util/distinfo
#	/usr/ports/local/x11/xcb-util/Makefile
#
echo c - /usr/ports/local/x11/xcb-util/
mkdir -p /usr/ports/local/x11/xcb-util/ > /dev/null 2>&1
echo x - /usr/ports/local/x11/xcb-util/pkg-descr
sed 's/^X//' >/usr/ports/local/x11/xcb-util/pkg-descr << 'b975b40d9b03ef3bf5b78b3bd370e03b'
XThe xcb-util module provides a number of libraries which sit on top of
Xlibxcb, the core X protocol library, and some of the extension
Xlibraries. These experimental libraries provide convenience functions
Xand interfaces which make the raw X protocol more usable. Some of the
Xlibraries also provide client-side code which is not strictly part of
Xthe X protocol but which have traditionally been provided by Xlib.
X
XThese libraries are currently included, roughly ordered by maturity:
X
Xrender-util: Convenience functions for the Render extension.
Xaux: Convenient access to connection setup and some core requests.
Xatom: Standard core X atom constants and atom caching.
Xproperty: Callback X property-change handling.
Xicccm: Both client and window-manager helpers for ICCCM.
Xkeysyms: Standard X key constants and conversion to/from keycodes.
Xevent: Callback X event handling.
Ximage: Port of Xlib's XImage and XShmImage functions.
Xwm: Framework for window manager implementation.
X
XWWW: http://xcb.freedesktop.org/
b975b40d9b03ef3bf5b78b3bd370e03b
echo c - /usr/ports/local/x11/xcb-util/files
mkdir -p /usr/ports/local/x11/xcb-util/files > /dev/null 2>&1
echo x - /usr/ports/local/x11/xcb-util/pkg-plist
sed 's/^X//' >/usr/ports/local/x11/xcb-util/pkg-plist << '4230c90e9d9be7a7fb0b142cec9c54c2'
Xinclude/xcb/xcb_atom.h
Xinclude/xcb/xcb_aux.h
Xinclude/xcb/xcb_bitops.h
Xinclude/xcb/xcb_event.h
Xinclude/xcb/xcb_icccm.h
Xinclude/xcb/xcb_image.h
Xinclude/xcb/xcb_keysyms.h
Xinclude/xcb/xcb_pixel.h
Xinclude/xcb/xcb_property.h
Xinclude/xcb/xcb_renderutil.h
Xinclude/xcb/xcb_reply.h
Xinclude/xcb/xcb_wm.h
Xlib/libxcb-atom.a
Xlib/libxcb-atom.la
Xlib/libxcb-atom.so
Xlib/libxcb-atom.so.1
Xlib/libxcb-aux.a
Xlib/libxcb-aux.la
Xlib/libxcb-aux.so
Xlib/libxcb-aux.so.0
Xlib/libxcb-event.a
Xlib/libxcb-event.la
Xlib/libxcb-event.so
Xlib/libxcb-event.so.1
Xlib/libxcb-icccm.a
Xlib/libxcb-icccm.la
Xlib/libxcb-icccm.so
Xlib/libxcb-icccm.so.1
Xlib/libxcb-image.a
Xlib/libxcb-image.la
Xlib/libxcb-image.so
Xlib/libxcb-image.so.0
Xlib/libxcb-keysyms.a
Xlib/libxcb-keysyms.la
Xlib/libxcb-keysyms.so
Xlib/libxcb-keysyms.so.0
Xlib/libxcb-property.a
Xlib/libxcb-property.la
Xlib/libxcb-property.so
Xlib/libxcb-property.so.1
Xlib/libxcb-render-util.a
Xlib/libxcb-render-util.la
Xlib/libxcb-render-util.so
Xlib/libxcb-render-util.so.0
Xlib/libxcb-reply.a
Xlib/libxcb-reply.la
Xlib/libxcb-reply.so
Xlib/libxcb-reply.so.1
Xlib/libxcb-wm.a
Xlib/libxcb-wm.la
Xlib/libxcb-wm.so
Xlib/libxcb-wm.so.0
Xlibdata/pkgconfig/xcb-atom.pc
Xlibdata/pkgconfig/xcb-aux.pc
Xlibdata/pkgconfig/xcb-event.pc
Xlibdata/pkgconfig/xcb-icccm.pc
Xlibdata/pkgconfig/xcb-image.pc
Xlibdata/pkgconfig/xcb-keysyms.pc
Xlibdata/pkgconfig/xcb-property.pc
Xlibdata/pkgconfig/xcb-renderutil.pc
Xlibdata/pkgconfig/xcb-reply.pc
Xlibdata/pkgconfig/xcb-wm.pc
4230c90e9d9be7a7fb0b142cec9c54c2
echo x - /usr/ports/local/x11/xcb-util/distinfo
sed 's/^X//' >/usr/ports/local/x11/xcb-util/distinfo << '2e770ee7d4a9a2a79301f1ad1aa16d57'
XMD5 (xcb-util-0.3.0.tar.bz2) = 5f2188492a7d12142d83f73cf0054c59
XSHA256 (xcb-util-0.3.0.tar.bz2) = f85adfc10e4540fb294fe14806f8d711a7ac30ea4a5661b68225e7fdaa1708ab
XSIZE (xcb-util-0.3.0.tar.bz2) = 264896
2e770ee7d4a9a2a79301f1ad1aa16d57
echo x - /usr/ports/local/x11/xcb-util/Makefile
sed 's/^X//' >/usr/ports/local/x11/xcb-util/Makefile << 'f463f81849df2eb916dcb87a23881e52'
X# New ports collection makefile for:   xcb-util
X# Date created:                October 16, 2007
X# Whom:                        Nikos Ntarmos <ntarmos@ceid.upatras.gr>
X#
X# $FreeBSD: ports/x11/xcb-util/Makefile,v 1.4 2008/09/07 22:21:05 miwi Exp $
X#
X
XPORTNAME=	xcb-util
XPORTVERSION=	0.3.0
XCATEGORIES=	x11
XMASTER_SITES=	http://xcb.freedesktop.org/dist/
X
XMAINTAINER=	ntarmos@ceid.upatras.gr
XCOMMENT=	A module with libxcb/libX11 extension/replacement libraries
X
XLIB_DEPENDS=	xcb.1:${PORTSDIR}/x11/libxcb
XBUILD_DEPENDS=	${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf
X
XUSE_BZIP2=	yes
XUSE_GMAKE=	yes
XUSE_LDCONFIG=	yes
XUSE_XORG=	xau xdmcp
XUSE_AUTOTOOLS=	libtool:15
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ENV=	GPERF="${LOCALBASE}/bin/gperf"
X
Xpost-patch:
X	@${REINPLACE_CMD} -e \
X		's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \
X		${WRKSRC}/configure
X
X.include <bsd.port.mk>
f463f81849df2eb916dcb87a23881e52
exit



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Oct 13 09:10:15 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128051 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: ntarmos@ceid.upatras.gr
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/128051: [UPDATE]: x11/xcb-util update to version 0.3.0
Date: Mon, 13 Oct 2008 09:10:14 UT

 Maintainer of x11/xcb-util,
 
 Please note that PR ports/128051 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/128051
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Nikos Ntarmos <ntarmos@ceid.upatras.gr>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128051: [UPDATE]: x11/xcb-util update to version 0.3.0
Date: Fri, 17 Oct 2008 14:42:05 +0300

 --vkogqOf2sHV7VnPd
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 The "patch" was ok. I'm attaching a diff vs the ports tree (as opposed
 to a sh archive). Please commit. Thanks.
 
 \n\n
 
 --vkogqOf2sHV7VnPd
 Content-Type: text/x-diff; charset=us-ascii
 Content-Disposition: attachment; filename="xcb-util-1.3.1.diff"
 
 diff -urNbB xcb-util.orig/Makefile xcb-util/Makefile
 --- xcb-util.orig/Makefile	2008-09-08 01:21:05.000000000 +0300
 +++ xcb-util/Makefile	2008-10-17 14:38:20.000000000 +0300
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	xcb-util
 -PORTVERSION=	0.2.1
 +PORTVERSION=	0.3.0
  CATEGORIES=	x11
  MASTER_SITES=	http://xcb.freedesktop.org/dist/
  
 diff -urNbB xcb-util.orig/distinfo xcb-util/distinfo
 --- xcb-util.orig/distinfo	2008-09-08 01:21:05.000000000 +0300
 +++ xcb-util/distinfo	2008-10-17 14:32:02.000000000 +0300
 @@ -1,3 +1,3 @@
 -MD5 (xcb-util-0.2.1.tar.bz2) = c239cd9b3e7e70c564a78d115eab35fb
 -SHA256 (xcb-util-0.2.1.tar.bz2) = f2bc2a7cea9a47f337d5007df9d020d3a93d71bb1168fa54814d1e942c50f5a6
 -SIZE (xcb-util-0.2.1.tar.bz2) = 257692
 +MD5 (xcb-util-0.3.0.tar.bz2) = 5f2188492a7d12142d83f73cf0054c59
 +SHA256 (xcb-util-0.3.0.tar.bz2) = f85adfc10e4540fb294fe14806f8d711a7ac30ea4a5661b68225e7fdaa1708ab
 +SIZE (xcb-util-0.3.0.tar.bz2) = 264896
 diff -urNbB xcb-util.orig/files/patch-image__test_xcb_image_shm.c xcb-util/files/patch-image__test_xcb_image_shm.c
 --- xcb-util.orig/files/patch-image__test_xcb_image_shm.c	2008-02-27 03:48:58.000000000 +0200
 +++ xcb-util/files/patch-image__test_xcb_image_shm.c	1970-01-01 02:00:00.000000000 +0200
 @@ -1,10 +0,0 @@
 ---- xcb-util/image/test_xcb_image_shm.c.orig	2006-10-07 16:41:22.000000000 -0300
 -+++ xcb-util/image/test_xcb_image_shm.c	2008-02-26 23:14:44.000000000 -0300
 -@@ -1,6 +1,7 @@
 - #include <stdlib.h>
 - #include <stdio.h>
 - 
 -+#include <sys/types.h>
 - #include <sys/ipc.h>
 - #include <sys/shm.h>
 - 
 diff -urNbB xcb-util.orig/pkg-plist xcb-util/pkg-plist
 --- xcb-util.orig/pkg-plist	2008-09-08 01:21:05.000000000 +0300
 +++ xcb-util/pkg-plist	2008-10-17 14:36:34.000000000 +0300
 @@ -1,4 +1,4 @@
 -lib/libxcb-atom.so.0
 +lib/libxcb-atom.so.1
  lib/libxcb-atom.so
  lib/libxcb-atom.la
  lib/libxcb-atom.a
 @@ -16,15 +16,15 @@
  lib/libxcb-aux.so
  lib/libxcb-aux.la
  lib/libxcb-aux.a
 -lib/libxcb-event.so.0
 +lib/libxcb-event.so.1
  lib/libxcb-event.so
  lib/libxcb-event.la
  lib/libxcb-event.a
 -lib/libxcb-property.so.0
 +lib/libxcb-property.so.1
  lib/libxcb-property.so
  lib/libxcb-property.la
  lib/libxcb-property.a
 -lib/libxcb-icccm.so.0
 +lib/libxcb-icccm.so.1
  lib/libxcb-icccm.so
  lib/libxcb-icccm.la
  lib/libxcb-icccm.a
 @@ -36,7 +36,7 @@
  lib/libxcb-keysyms.so
  lib/libxcb-keysyms.la
  lib/libxcb-keysyms.a
 -lib/libxcb-reply.so.0
 +lib/libxcb-reply.so.1
  lib/libxcb-reply.so
  lib/libxcb-reply.la
  lib/libxcb-reply.a
 
 --vkogqOf2sHV7VnPd--
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Fri Oct 17 19:44:16 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128051 
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Jan 8 17:11:38 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128051 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128051: commit references a PR
Date: Thu,  8 Jan 2009 17:12:35 +0000 (UTC)

 miwi        2009-01-08 17:12:20 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11/xcb-util         Makefile distinfo pkg-plist 
     x11/xcb-util/files   patch-image__test_xcb_image_shm.c 
   Log:
   - Update to 0.3.0
   
   PR:             128051
   Submitted by:   Perrin Alexandre <alexandre.perrin@epfl.ch>
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.5       +1 -1      ports/x11/xcb-util/Makefile
   1.3       +3 -3      ports/x11/xcb-util/distinfo
   1.2       +0 -10     ports/x11/xcb-util/files/patch-image__test_xcb_image_shm.c
   1.3       +5 -5      ports/x11/xcb-util/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
