diff options
author | wiz <wiz@pkgsrc.org> | 2014-07-24 06:32:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-07-24 06:32:36 +0000 |
commit | 9f0ed7bcb35fc0d7de600396cd408888e0d85627 (patch) | |
tree | db49a087734e3bb40f2415a20bf4b3c1f716ff22 /x11/libXext | |
parent | c0072dfbc45137fbd5f1139d82064a8e25a2f80c (diff) | |
download | pkgsrc-9f0ed7bcb35fc0d7de600396cd408888e0d85627.tar.gz |
Update to 1.3.3:
Time for a release before the accumulated patches are old enough to vote.
Two new requirements: libX11 1.6 and a C89 preprocessor.
Alan Coopersmith (4):
Replace sprintf with snprintf when looking up extension error strings
Require ANSI C89 pre-processor, drop pre-C89 token pasting support
Remove fallback for _XEatDataWords, require libX11 1.6 for it
XeviGetVisualInfo: Free & clear *evi_return, not evi_return pointer
Keith Packard (1):
Xge: remove warning messages about missing Xge extension event translations
Nathan Kidd (1):
Stricter event error checking
Peter Hutterer (1):
libXext 1.3.3
Diffstat (limited to 'x11/libXext')
-rw-r--r-- | x11/libXext/Makefile | 6 | ||||
-rw-r--r-- | x11/libXext/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/libXext/Makefile b/x11/libXext/Makefile index d16fe64af9d..047193ee0b0 100644 --- a/x11/libXext/Makefile +++ b/x11/libXext/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2014/04/22 11:17:08 obache Exp $ +# $NetBSD: Makefile,v 1.21 2014/07/24 06:32:36 wiz Exp $ -DISTNAME= libXext-1.3.2 +DISTNAME= libXext-1.3.3 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 @@ -30,7 +30,7 @@ CONFIGURE_ENV+= ac_cv_path_RAWCPP="${PREFIX}/bin/tradcpp -Uunix" .include "../../meta-pkgs/modular-xorg/hacks.mk" -BUILDLINK_API_DEPENDS.libX11+= libX11>=1.2 +BUILDLINK_API_DEPENDS.libX11+= libX11>=1.6 .include "../../x11/libX11/buildlink3.mk" BUILDLINK_API_DEPENDS.xextproto+= xextproto>=7.1.99 .include "../../x11/xextproto/buildlink3.mk" diff --git a/x11/libXext/distinfo b/x11/libXext/distinfo index e3c97867af5..20040ea6db7 100644 --- a/x11/libXext/distinfo +++ b/x11/libXext/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2013/06/01 06:50:27 wiz Exp $ +$NetBSD: distinfo,v 1.11 2014/07/24 06:32:36 wiz Exp $ -SHA1 (libXext-1.3.2.tar.bz2) = 49b6f026b0555d020014dbc24b49afc2986a30e0 -RMD160 (libXext-1.3.2.tar.bz2) = 590c22c5fd97719f2604dd231f007d86d203c8ac -Size (libXext-1.3.2.tar.bz2) = 378901 bytes +SHA1 (libXext-1.3.3.tar.bz2) = 43abab84101159563e68d9923353cc0b3af44f07 +RMD160 (libXext-1.3.3.tar.bz2) = f8a0205ad002c993009ec5cb321e546277eb0823 +Size (libXext-1.3.3.tar.bz2) = 389523 bytes SHA1 (patch-aa) = 5ce454740b3293cc7898e67b630a2530709a02b8 |