diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-17 12:33:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-17 12:33:56 +0000 |
commit | 876394d0152c99fe409b4d8bf10d2050f47bb355 (patch) | |
tree | 6564ad9fa09eb4d29fc0700a139bef0e94d61a59 /x11/libX11/Makefile | |
parent | 1846bc376c3520a520c5b2245d162afa65eb2a00 (diff) | |
download | pkgsrc-876394d0152c99fe409b4d8bf10d2050f47bb355.tar.gz |
Update to 1.1.4:
Adam Jackson (2):
Bug #14029: Don't LockDisplay() recursively.
libX11 1.1.4
Alan Coopersmith (6):
X.Org Bug #4312: incorrect comment asterisk in XAnyEvent.3x man
page
XErrorDB updates for Render 0.9 & XFixes 4.0
Add WM_LOCALE_NAME to list of properties set in XSetWMProperties
comment
Spell out number in XkbGetKeyVirtualModMap man page to avoid cpp
errors from #
Add support for building lint library with --enable-lint-library
Man page typo fixes
Anton Zinoviev (1):
Additions to the Compose file for UTF-8
Daniel Stone (1):
Colours: Fix --disable-xcms
Eric Anholt (2):
Add XF86 keyboard/monitor brightness keysyms to the keysymbdb.
Bug #2081: Note the range limitation of XSetScreenSaver arguments.
Eric S. Raymond (9):
Bug #9516: Markup error in XAllocWMHints.3x
Bug 9523: Markup problems in XQueryExtension.3x
Bug #9650: Bad markup in XLoadFont.3x manual page
Bug #9651: Bad markup in XcmsColor.3x
Bug #9652: Bad markup in XDrawArc.3x
Bug #9653: Bad markup in XQueryColor.3x
Bug #9654: Bad markup in XrmGetFileDatabase.3x
Bug #9655: Bad markup in XrmUniqueQuark.3x
Bug #9658: Bad markup on XIfEvent.3x
Ian Romanick (1):
Make sure nls/am_ET.UTF-8/Makefile is created by configure.
James Cloos (12):
Fix SMP Compose targets
Add some compose sequences
Compose fix for Latin-1 (from Debian)
Add additional Euro signs to compose
Patch for Catalan locales
Add compose file for Ethiopic to match new keyboard in
xkeyboard-config
Fix typo
Use the new dead_psili and dead_dasia keysyms added to
proto/x11proto 7.0.11
Fix the <U\x+> keysyms in the en_US.UTF-8 Compose file
Update the currency symbols block of en_US.UTF-8/Compose.pre
Add <dead_stroke> compose sequences
add a comment to en_US.UTF-8/Compose
Jamey Sharp (1):
Two threads can request sequence sync and XID fetch
simultaneously.
Jeremy C. Reed (1):
Fix a mutex reference-counting bug.
Jeremy Huddleston (3):
Define __DARWIN__ when host_os =3D=3D darwin* as needed in SetLocale.=
c
Use __APPLE__ instead of __DARWIN__
Added launchd support.
Kim Woelders (1):
Fix bs_BA entries in locale.dir.pre
Kristian H=C3=B8gsberg (1):
Add GLX 1.4 requests and errors.
Samuel Thibault (1):
X.Org Bug #12983: Typos in ./man/XChangeKeyboardControl.man
S=C3=B8ren Sandmann Pedersen (1):
XIM: Fix a hand when switching input context.
Yann Droneaud (1):
XIM: Properly initialise client event
Diffstat (limited to 'x11/libX11/Makefile')
-rw-r--r-- | x11/libX11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile index 9d5069ef6b3..18151402754 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2007/08/05 22:39:38 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2008/04/17 12:33:56 wiz Exp $ # -DISTNAME= libX11-1.1.3 +DISTNAME= libX11-1.1.4 CATEGORIES= x11 devel MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/ EXTRACT_SUFX= .tar.bz2 |