head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.8 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.6 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.4 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.2 pkgsrc-2011Q2-base:1.4 pkgsrc-2010Q2:1.3.0.12 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.10 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.8 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.6 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.4 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.2 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.2.0.16 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.14 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.12 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.10 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.8 pkgsrc-2008Q1:1.2.0.6 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.4 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.2 pkgsrc-2007Q3-base:1.2; locks; strict; comment @# @; 1.4 date 2010.09.10.20.28.03; author joerg; state dead; branches; next 1.3; 1.3 date 2009.02.21.16.44.29; author wiz; state Exp; branches; next 1.2; 1.2 date 2007.08.05.22.39.38; author joerg; state Exp; branches; next 1.1; 1.1 date 2007.08.01.16.48.41; author joerg; state Exp; branches; next ; desc @@ 1.4 log @Update to libX11-1.3.5: - Enable XCB support [pkgsrc] - Improve I18N support - Various bug fixes, including use-after-free and XCB thread fixes @ text @$NetBSD: patch-ad,v 1.3 2009/02/21 16:44:29 wiz Exp $ --- src/util/Makefile.am.orig 2009-02-02 16:34:16.000000000 +0000 +++ src/util/Makefile.am @@@@ -1,9 +1,16 @@@@ # $XdotOrg: lib/X11/src/util/Makefile.am,v 1.4 2006-02-19 02:14:12 jamey Exp $ -noinst_PROGRAMS=makekeys +noinst_PROGRAMS=makekeys $(MAKEKEYS_PROG) makekeys_CFLAGS=$(X11_CFLAGS) +if CROSS_COMPILING +MAKEKEYS_PROG= xmakekeys$(EXEEXT) +xmakekeys$(EXEEXT): makekeys.c + $(CC_FOR_BUILD) $(X11_CFLAGS) $(CPPFLAGS_FOR_BUILD) \ + $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@@ makekeys.c +endif + CC = @@CC_FOR_BUILD@@ EXTRA_DIST = mkks.sh @ 1.3 log @Update to 1.2: New libX11 release to go with libxcb 1.2. Some more fixes, janitorial work, NLS updates, and the long-awaited addition of ☭ and ♥ to your favorite Compose file. Details follow in the shortlog from 1.1.99.2. Cheers, Julien Adam Jackson (1): Fix leak in _XimXGetReadData Alan Coopersmith (1): Add README with pointers to mailing list, bugzilla & git repos Brian Rogers (1): Initialize event_notify after allocating the memory for it. Colin Harrison (1): Fix copy/paste typo in imLcPrs James Cloos (7): [nls] Add some UTF-8 Compose sequences [nls] Annotate the Bépo compose sequences Use C comments rather than initial doubled hashes to exclude lines from .pre files Revert "For nls/*.pre, allow people to comment lines by starting them with '##'." [i18n] s/U00DC/Udiaeresis/g NLS: Add UTF-8 compose file for Finnish dolt: allow older versions of bash to compile the library Jeremy Huddleston (1): Force local transport when using the launchd socket. Julien Cristau (2): Check Xmalloc return value in _XConnectXCB Bump to 1.2 Ken Thomases (1): [i18n] Provide translation from XK_partialderivative (8ef) to Unicode (U2202) Paulo Cesar Pereira de Andrade (10): Janitor: ansification, make distcheck, compiler warnings. Janitor: Correct some gcc/sparse warnings. patches to avoid gcc warnings for libX11 (#1) patches to avoid gcc warnings for libX11 (#2) patches to avoid gcc warnings for libX11 (#3) patches to avoid gcc warnings for libX11 (#4) WORD64 compile fix. This bug catched on a overview of the code. Don't add prototypes for functions that don't exist. Allow multiple inclusions of cursorfont.h, cosmetic patch. Check if a function argument is NULL. Peter Hutterer (2): Add XF86Suspend, XF86Hibernate to KeysymDB. Fix wrong implies symbol. Stefan Dirsch (3): Added remaining hunk of Egbert's patch to prevent XIM deadlocks (#1182). Added remaining xlib patch required for gb18030 support (#1573). Fixed strange font mixups, when fontsets are still used (#2676, Novell #74299). Will Thompson (2): Add two essential compose sequences NLS: Compose: Non-aliasing CCCP vehemens (1): [i18n] Distribute new headers which were added for gb18030 support. @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.2 2007/08/05 22:39:38 joerg Exp $ @ 1.2 log @Update libX11 to 1.1.3: - man page fixes - reset hostname when setting it internally for consistency - fix XGetMotionEvents argument order - locking fixes @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- src/util/Makefile.am.orig 2007-05-16 17:34:44.000000000 +0200 d5 1 a5 1 @@@@ -1,11 +1,15 @@@@ d9 1 a9 1 +noinst_PROGRAMS= makekeys$(EXEEXT) $(MAKEKEYS_PROG) d12 1 d14 1 a14 4 +MAKEKEYS_PROG= xmakekeys$(EXEEXT) -#override CC = gcc -LINK = $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@@ d17 1 a17 1 + $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@@ makekeys.c d19 2 a22 1 @ 1.1 log @Teach libX11 about cross-compilation: - define an automake conditional for cross-compilation - build xmakekeys in addition to makekeys when using cross-compilation. Provide manual compiliation rules to replace the default automake rules. We do use X11_CFLAGS, but we do *not* want CFLAGS as the latter can contain platform specific flags like -mieee on Alpha. - Use either xmakekeys or makekeys depending on whether this is a native build or not. Supported-by: Google SoC 2007 @ text @d3 1 a3 1 --- src/util/Makefile.am.orig 2006-10-04 19:43:17.000000000 +0200 @