pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libXext Update to 1.0.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14ef9cc66f9d
branches:  trunk
changeset: 554863:14ef9cc66f9d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Feb 21 16:48:20 2009 +0000

description:
Update to 1.0.5:

Kim Woelders (1):
      Bug #17774: Allocate the right size in XSyncListSystemCounters.

Paulo Cesar Pereira de Andrade (3):
      Janitor: Correct make distcheck and compiler warnings.
      patch to avoid gcc warning in libXext
      Xorg libXext Version 1.0.5.

Peter Hutterer (8):
      Add GenericEvent extension (XGE).
      Remove useless line in XGE that didn't do anything except segfaulting.
      Lock/Unlock in _xgeCheckExtInit(), and not in xgeGetExtensionVersion().
      Don't call _xgeCheckExtInit() from _xgeWireToEvent(). It will
      cause a SIGABRT
      Xge: replace copyright with standard template from xserver,
      whitespace fixes.
      Xge: Replace XExtensionVersion with XGEVersionRec.
      Require xproto 7.0.13, xextproto 7.0.3 and xlib 1.1.99.1.
      Bump to 1.0.99.1

diffstat:

 x11/libXext/Makefile |  6 ++++--
 x11/libXext/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r 3361aa027804 -r 14ef9cc66f9d x11/libXext/Makefile
--- a/x11/libXext/Makefile      Sat Feb 21 16:44:40 2009 +0000
+++ b/x11/libXext/Makefile      Sat Feb 21 16:48:20 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2008/05/24 21:45:15 tnn Exp $
+# $NetBSD: Makefile,v 1.8 2009/02/21 16:48:20 wiz Exp $
 #
 
-DISTNAME=              libXext-1.0.4
+DISTNAME=              libXext-1.0.5
 CATEGORIES=            x11 devel
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=          .tar.bz2
@@ -30,7 +30,9 @@
 CONFIGURE_ENV+=                ac_cv_path_RAWCPP="cc -E -Uunix -"
 .endif
 
+BUILDLINK_API_DEPENDS.libX11+= libX11>=1.2
 .include "../../x11/libX11/buildlink3.mk"
+BUILDLINK_API_DEPENDS.xextproto+=      xextproto>=7.0.5
 .include "../../x11/xextproto/buildlink3.mk"
 .include "../../x11/xproto/buildlink3.mk"
 
diff -r 3361aa027804 -r 14ef9cc66f9d x11/libXext/distinfo
--- a/x11/libXext/distinfo      Sat Feb 21 16:44:40 2009 +0000
+++ b/x11/libXext/distinfo      Sat Feb 21 16:48:20 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2008/03/02 14:44:47 bjs Exp $
+$NetBSD: distinfo,v 1.6 2009/02/21 16:48:20 wiz Exp $
 
-SHA1 (libXext-1.0.4.tar.bz2) = dbadb6b71d303f75980ea66ef76096a9d17243c4
-RMD160 (libXext-1.0.4.tar.bz2) = c13e54d388f2fa91e09b221ca91a2ee281f10bbc
-Size (libXext-1.0.4.tar.bz2) = 264491 bytes
+SHA1 (libXext-1.0.5.tar.bz2) = 926c7237108aaccbb8e437ebd80b8edc67615249
+RMD160 (libXext-1.0.5.tar.bz2) = a6ed71d3b4d0e7f1442e196fc795324ff3188f5a
+Size (libXext-1.0.5.tar.bz2) = 271301 bytes



Home | Main Index | Thread Index | Old Index