Date: Mon, 10 Dec 2012 14:09:34 +0100 (CET) From: Niclas Zeising <zeising@daemonic.se> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/174328: [PATCH] update x11/xcb-util to 0.3.9 Message-ID: <201212101309.qBAD9YQE003759@vivi.daemonic.se> Resent-Message-ID: <201212101310.qBADA1np071729@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 174328 >Category: ports >Synopsis: [PATCH] update x11/xcb-util to 0.3.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Dec 10 13:10:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Niclas Zeising >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD vivi.daemonic.se 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r243561M: Mon Nov 26 16:07:40 CET 2012 root@vivi.daemonic.se:/usr/obj/usr/src/sys/VIVI amd64 >Description: Attached patch updates x11/xcb-util to 0.3.9, the latest release. This removes the dependency on gperf. >How-To-Repeat: >Fix: --- ports.xcb-util.diff begins here --- Index: x11/xcb-util/Makefile =================================================================== --- x11/xcb-util/Makefile (revision 308603) +++ x11/xcb-util/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xcb-util -PORTVERSION= 0.3.8 +PORTVERSION= 0.3.9 PORTEPOCH= 1 CATEGORIES= x11 MASTER_SITES= http://xcb.freedesktop.org/dist/ @@ -11,7 +11,6 @@ COMMENT= A module with libxcb/libX11 extension/replacement libraries LIB_DEPENDS= xcb:${PORTSDIR}/x11/libxcb -BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf USE_BZIP2= yes USE_GMAKE= yes @@ -20,7 +19,6 @@ USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -CONFIGURE_ENV= GPERF="${LOCALBASE}/bin/gperf" post-patch: @${REINPLACE_CMD} -e \ Index: x11/xcb-util/distinfo =================================================================== --- x11/xcb-util/distinfo (revision 308603) +++ x11/xcb-util/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (xcb-util-0.3.8.tar.bz2) = c1eed9284750bc09352e60654df77bb585dbbe7673fdcc675e58b7f3a0b447b9 -SIZE (xcb-util-0.3.8.tar.bz2) = 266339 +SHA256 (xcb-util-0.3.9.tar.bz2) = c611259c0ab20fd76f79f48f4684843c18ea9c967eba78a45e8b3636315c18c4 +SIZE (xcb-util-0.3.9.tar.bz2) = 287855 Index: x11/xcb-util/pkg-plist =================================================================== --- x11/xcb-util/pkg-plist (revision 308603) +++ x11/xcb-util/pkg-plist (working copy) @@ -1,4 +1,4 @@ -lib/libxcb-util.so.0 +lib/libxcb-util.so.1 lib/libxcb-util.so lib/libxcb-util.la lib/libxcb-util.a @@ -8,6 +8,5 @@ libdata/pkgconfig/xcb-util.pc include/xcb/xcb_atom.h include/xcb/xcb_aux.h -include/xcb/xcb_bitops.h include/xcb/xcb_event.h include/xcb/xcb_util.h --- ports.xcb-util.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212101309.qBAD9YQE003759>