summaryrefslogtreecommitdiff
path: root/x11/libX11/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2009-06-06 22:37:28 +0000
committerwiz <wiz>2009-06-06 22:37:28 +0000
commitb4386c1a60a925c5799b9d11a5fd0f26b21b94d5 (patch)
treeb44670ed4695a94f6ed2c2a0355de21f22ee84a9 /x11/libX11/Makefile
parentb4b869801356d32b28ad54dbf93d1c8e11f8f5bb (diff)
downloadpkgsrc-b4386c1a60a925c5799b9d11a5fd0f26b21b94d5.tar.gz
Update to 1.2.1:
Alan Coopersmith (21): flags member of Display structure needs to be marked volatile Incorporate char range comments from Solaris version of ksc5601.h Incorporate more locale names/aliases from Solaris libX11 Add --with-locale-lib-dir configure option to set locale lib install dir Bug 6820: Xlib shouldn't handle EAGAIN as a fatal IO error Bug 9953: Please provide locale alias hu_HU.utf8 Correct locale alias for sh_BA.ISO8859-2@bosnia (should be sr, not nr) Bug 14651: We need to add new locale specification for Belarusian Latin locale Bug 10082: Compose entries for some standard mathematical operators XErrorDB additions for RANDR 1.3 XErrorDB additions for XInput errors and new XInput 1.5 requests XErrorDB additions for DRI2 requests Remove ifdef checks for macII left over from ancient A/UX 3.0 support When makekeys fails to find a good hash, print error instead of divide-by-zero makekeys: combine malloc(strlen)+strcpy into strdup Remove _XP_PRINT_SERVER_ #ifdefs from Xrm.c Delete some unused "#ifdef notdef" static functions Change masculine to ordmasculine in Compose file comments Further ansify prototypes & reduce #ifdefs in locking.c Fix a several sparse warnings: Using plain integer as NULL pointer Version bump: 1.2.1 Caolan McNamara (1): Bug 20575: man page for XCreatePixmapFromBitmapData doesn't match signature Chris Ball (2): Build fix for fi_FI. Fix fi_FI locale install directory. Emilio Jesús Gallego Arias (1): xcb_io: Avoid datatype overflow on AMD64 and friends. Julien Cristau (2): nls: actually use the fi_FI.UTF-8 files Add a ru_RU.UTF-8 locale Lubos Lunak (2): XGetErrorText() fails for extension error codes equal to the error base XErrorDB updates for XTEST, RANDR, DAMAGE extensions Mlos Komarcevic (1): Bug 11456: Serbian locale updates (sr_RS and sr_ME) Paul Bender (1): Bug 15664: xau & xdmcp not needed in x11.pc dependencies when built with xcb Xue Wei (4): Add kk_KZ.UTF-8 to locale.dir.pre for Kazakhstan Add locale aliases for no_NO & sh_BA locale variants Add nn_NO.UTF-8 to compose.dir.pre for Norwegian Nynorsk Add UTF-8 locale entries for es_US, kk_KZ, mt_MT, and sh_BA Yaakov Selkowitz (Cygwin Ports maintainer) (1): Bug 20773: Xcursor dynamic loading on Cygwin
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 f8bf07084e1..c19f47df269 100644
--- a/x11/libX11/Makefile
+++ b/x11/libX11/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2009/02/21 16:44:29 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2009/06/06 22:37:28 wiz Exp $
#
-DISTNAME= libX11-1.2
+DISTNAME= libX11-1.2.1
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2