summaryrefslogtreecommitdiff
path: root/x11/libX11/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2013-07-30 07:09:01 +0000
committerwiz <wiz>2013-07-30 07:09:01 +0000
commit1bddeb5d657fb7169101475583002ab500e77682 (patch)
tree53444ddc8d95764df62b1e9a4cfca3abf930e241 /x11/libX11/Makefile
parent54f2bd6aa69e1f1a67279d5cd13d9b60a30c4fdf (diff)
downloadpkgsrc-1bddeb5d657fb7169101475583002ab500e77682.tar.gz
Update to 1.6.1:
This release includes fixes to the code, docs & build system. It makes both clang & doclifter happier. It includes patches upstreamed from Ubuntu, NetBSD, and Solaris. Alan Coopersmith (10): Update README to reflect where to find the Xlib specs now specs/libX11: correct prototype for XListPixmapFormats/XImageByteOrder troff macro expansion in specs/libX11 Require ANSI C89 pre-processor, drop pre-C89 token pasting support XSetModifierMapping: Use Data instead of GetReqExtra Refactor common code from XAddHost & XRemoveHost into single function omGeneric: remove space between struct name & member name Add ku_TR.UTF-8 (Kurdish language, Turkey region) to compose/locale.dir Fix undefined XCMSDIR error when building lint library libX11 1.6.1 Eric S. Raymond (2): Remove call to undefined macro. Remove call to undefined macro. Kees Cook (2): libX11: check size of GetReqExtra after XFlush libX11: check "req" when calling GetReqExtra Thomas Klausner (6): Deal with the limited range of VAX floating point numbers when compiling for VAX. Stop truncating source to destination length if it is larger. Use newer callback-based API for XIM. Check for symbol existence with #ifdef, not #if Fix out-of-range comparison in _XF86BigfontQueryFont Tighten out-of-range comparisons.
Diffstat (limited to 'x11/libX11/Makefile')
-rw-r--r--x11/libX11/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile
index a94c4fad838..1c9777d42b7 100644
--- a/x11/libX11/Makefile
+++ b/x11/libX11/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2013/06/16 13:34:30 obache Exp $
+# $NetBSD: Makefile,v 1.34 2013/07/30 07:09:01 wiz Exp $
-DISTNAME= libX11-1.6.0
+DISTNAME= libX11-1.6.1
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2