pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xcb-util-cursor Update to 0.1.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0624e8290682
branches:  trunk
changeset: 649302:0624e8290682
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Apr 02 22:34:39 2015 +0000

description:
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

diffstat:

 x11/xcb-util-cursor/Makefile                                   |   5 +-
 x11/xcb-util-cursor/distinfo                                   |   9 ++--
 x11/xcb-util-cursor/patches/patch-cursor_parse__cursor__file.c |  17 ----------
 3 files changed, 6 insertions(+), 25 deletions(-)

diffs (48 lines):

diff -r d60586850dd6 -r 0624e8290682 x11/xcb-util-cursor/Makefile
--- a/x11/xcb-util-cursor/Makefile      Thu Apr 02 22:34:30 2015 +0000
+++ b/x11/xcb-util-cursor/Makefile      Thu Apr 02 22:34:39 2015 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2014/09/25 20:04:53 jperkin Exp $
+# $NetBSD: Makefile,v 1.7 2015/04/02 22:34:39 wiz Exp $
 
-DISTNAME=      xcb-util-cursor-0.1.1
-PKGREVISION=   1
+DISTNAME=      xcb-util-cursor-0.1.2
 CATEGORIES=    x11
 MASTER_SITES=  http://xcb.freedesktop.org/dist/
 EXTRACT_SUFX=  .tar.bz2
diff -r d60586850dd6 -r 0624e8290682 x11/xcb-util-cursor/distinfo
--- a/x11/xcb-util-cursor/distinfo      Thu Apr 02 22:34:30 2015 +0000
+++ b/x11/xcb-util-cursor/distinfo      Thu Apr 02 22:34:39 2015 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.4 2015/02/02 14:41:16 wiz Exp $
+$NetBSD: distinfo,v 1.5 2015/04/02 22:34:39 wiz Exp $
 
-SHA1 (xcb-util-cursor-0.1.1.tar.bz2) = 75ea5d4dc5f185151f171e525023cb76f3b72128
-RMD160 (xcb-util-cursor-0.1.1.tar.bz2) = 3dafa5d3ba7d284c2cdd4c8f57d648dfb595fb46
-Size (xcb-util-cursor-0.1.1.tar.bz2) = 280852 bytes
-SHA1 (patch-cursor_parse__cursor__file.c) = bdae403e10d920edda9f212e785539e3303f9667
+SHA1 (xcb-util-cursor-0.1.2.tar.bz2) = b55a92cd96c3ec1be9a26963df6d5f16e68fffea
+RMD160 (xcb-util-cursor-0.1.2.tar.bz2) = 091da6d282c485c041904d2f8945d70de4a10516
+Size (xcb-util-cursor-0.1.2.tar.bz2) = 289714 bytes
diff -r d60586850dd6 -r 0624e8290682 x11/xcb-util-cursor/patches/patch-cursor_parse__cursor__file.c
--- a/x11/xcb-util-cursor/patches/patch-cursor_parse__cursor__file.c    Thu Apr 02 22:34:30 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-cursor_parse__cursor__file.c,v 1.1 2015/02/02 14:41:16 wiz Exp $
-
-Simplified version of
-http://cgit.freedesktop.org/xcb/util-cursor/commit/?id=f03cc278c6cce0cf721adf9c3764d3c5fba63392
-
---- cursor/parse_cursor_file.c.orig    2013-11-09 10:15:12.000000000 +0000
-+++ cursor/parse_cursor_file.c
-@@ -48,6 +48,9 @@
- # ifndef HAVE_LE32TOH
- #  define le32toh(x) LE_32(x)
- # endif
-+#elif defined(__APPLE__)
-+#include <libkern/OSByteOrder.h>
-+#define le32toh(x) OSSwapLittleToHostInt32(x)
- #endif
- 
- #include <xcb/xcb.h>



Home | Main Index | Thread Index | Old Index