summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-09-08 08:21:11 +0000
committerwiz <wiz@pkgsrc.org>2013-09-08 08:21:11 +0000
commit26d168f1238d90120cc483023f529f2601badd10 (patch)
tree7af63de273a493c9389db6ad3ecd31f9eceaf21a /x11
parent6f54692aa7331a7085f62a95e67f9d34e2162d06 (diff)
downloadpkgsrc-26d168f1238d90120cc483023f529f2601badd10.tar.gz
Update to 1.0.10:
This release contains cleanup & refactoring intended to make the code more robust and easier to maintain. It does increase to libX11 1.6.0 the required version of libX11 needed to build and run libXv. Alan Coopersmith (10): Adopt X.Org standard code style, with consistent indentation Remove unnecessary casts from Xmalloc calls Fix sign conversion & comparison warnings from clang Use pad_to_int32 macro instead of repeated (x + 3) & ~3 pattern Require ANSI C89 pre-processor, drop pre-C89 token pasting support Replace custom copy of GetReq macro with call to Xlib 1.5's _XGetRequest Add missing calls to _XEatDataWords when we are skipping _XRead Refactor error handling Remove fallback for _XEatDataWords, require libX11 1.6 for it libXv 1.0.10
Diffstat (limited to 'x11')
-rw-r--r--x11/libXv/Makefile5
-rw-r--r--x11/libXv/distinfo8
2 files changed, 7 insertions, 6 deletions
diff --git a/x11/libXv/Makefile b/x11/libXv/Makefile
index d2f9ed76a96..19c20f8e715 100644
--- a/x11/libXv/Makefile
+++ b/x11/libXv/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2013/06/23 18:35:53 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2013/09/08 08:21:11 wiz Exp $
-DISTNAME= libXv-1.0.9
+DISTNAME= libXv-1.0.10
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
@@ -24,6 +24,7 @@ CONFIGURE_ARGS+= --disable-malloc0returnsnull
.include "../../meta-pkgs/modular-xorg/hacks.mk"
+BUILDLINK_API_DEPENDS.libX11+= libX11>=1.6
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/videoproto/buildlink3.mk"
diff --git a/x11/libXv/distinfo b/x11/libXv/distinfo
index 6eca88adbb9..00572aac629 100644
--- a/x11/libXv/distinfo
+++ b/x11/libXv/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2013/06/23 18:35:53 wiz Exp $
+$NetBSD: distinfo,v 1.8 2013/09/08 08:21:11 wiz Exp $
-SHA1 (libXv-1.0.9.tar.bz2) = cf6d40664b436673f92ed15bc4fadb6bc8d7ce26
-RMD160 (libXv-1.0.9.tar.bz2) = 224c4ca068b78533a28269aecbbed80ee52e8319
-Size (libXv-1.0.9.tar.bz2) = 309744 bytes
+SHA1 (libXv-1.0.10.tar.bz2) = 1e93df036bb2bb01e85b7c8886760affb33b8e88
+RMD160 (libXv-1.0.10.tar.bz2) = c8d301d8a935f86dc565cf015659815597b9960c
+Size (libXv-1.0.10.tar.bz2) = 300633 bytes