Thu Apr 2 22:34:39 2015 UTC ()
Update to 0.1.2:

Release 0.1.2  (2015-03-35)
===========================

- Use CFSwapInt32LittleToHost from CoreFoundation.h on Mac OS X to implement
  le32toh.
- Check submodules before running autoconf.
- darwin: Use OSByteOrder.h rather than CF.
- Perform safety check before trying to load glyph cursorHEADmaster


(wiz)
diff -r1.6 -r1.7 pkgsrc/x11/xcb-util-cursor/Makefile
diff -r1.4 -r1.5 pkgsrc/x11/xcb-util-cursor/distinfo
diff -r1.1 -r0 pkgsrc/x11/xcb-util-cursor/patches/patch-cursor_parse__cursor__file.c

cvs diff -r1.6 -r1.7 pkgsrc/x11/xcb-util-cursor/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xcb-util-cursor/Makefile 2014/09/25 20:04:53 1.6
+++ pkgsrc/x11/xcb-util-cursor/Makefile 2015/04/02 22:34:39 1.7
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.6 2014/09/25 20:04:53 jperkin Exp $ 1# $NetBSD: Makefile,v 1.7 2015/04/02 22:34:39 wiz Exp $
2 2
3DISTNAME= xcb-util-cursor-0.1.1 3DISTNAME= xcb-util-cursor-0.1.2
4PKGREVISION= 1 
5CATEGORIES= x11 4CATEGORIES= x11
6MASTER_SITES= http://xcb.freedesktop.org/dist/ 5MASTER_SITES= http://xcb.freedesktop.org/dist/
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://xcb.freedesktop.org/ 9HOMEPAGE= http://xcb.freedesktop.org/
11COMMENT= XCB port of Xlib's libXcursor 10COMMENT= XCB port of Xlib's libXcursor
12LICENSE= x11 11LICENSE= x11
13 12
14GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
15USE_TOOLS+= pkg-config gm4 gmake 14USE_TOOLS+= pkg-config gm4 gmake
16USE_LIBTOOL= yes 15USE_LIBTOOL= yes
17 16

cvs diff -r1.4 -r1.5 pkgsrc/x11/xcb-util-cursor/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xcb-util-cursor/distinfo 2015/02/02 14:41:16 1.4
+++ pkgsrc/x11/xcb-util-cursor/distinfo 2015/04/02 22:34:39 1.5
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.4 2015/02/02 14:41:16 wiz Exp $ 1$NetBSD: distinfo,v 1.5 2015/04/02 22:34:39 wiz Exp $
2 2
3SHA1 (xcb-util-cursor-0.1.1.tar.bz2) = 75ea5d4dc5f185151f171e525023cb76f3b72128 3SHA1 (xcb-util-cursor-0.1.2.tar.bz2) = b55a92cd96c3ec1be9a26963df6d5f16e68fffea
4RMD160 (xcb-util-cursor-0.1.1.tar.bz2) = 3dafa5d3ba7d284c2cdd4c8f57d648dfb595fb46 4RMD160 (xcb-util-cursor-0.1.2.tar.bz2) = 091da6d282c485c041904d2f8945d70de4a10516
5Size (xcb-util-cursor-0.1.1.tar.bz2) = 280852 bytes 5Size (xcb-util-cursor-0.1.2.tar.bz2) = 289714 bytes
6SHA1 (patch-cursor_parse__cursor__file.c) = bdae403e10d920edda9f212e785539e3303f9667 

File Deleted: pkgsrc/x11/xcb-util-cursor/patches/Attic/patch-cursor_parse__cursor__file.c