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-2009Q4:1.3.0.4 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.2 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.2.0.20 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.18 pkgsrc-2009Q1-base:1.2 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.01.28.15.25.54; author tnn; state dead; branches; next 1.3; 1.3 date 2009.07.18.10.28.47; author wiz; state Exp; branches; next 1.2; 1.2 date 2007.09.20.08.30.15; author rillig; state Exp; branches; next 1.1; 1.1 date 2007.08.01.16.52.49; author joerg; state Exp; branches; next ; desc @@ 1.4 log @Update to libXt-1.0.7. Changes: Use make rules instead of shell for loops to generate shadow man pages Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Replace AC_DEFINE_DIR with AX_DEFINE_DIR from Autoconf Archive Link against libICE Fix compilation of host tools in cross-compilation case @ text @$NetBSD: patch-ae,v 1.3 2009/07/18 10:28:47 wiz Exp $ --- configure.ac.orig 2009-07-02 17:25:41.000000000 +0000 +++ configure.ac @@@@ -125,6 +125,8 @@@@ esac XT_CFLAGS="$CWARNFLAGS $XT_CFLAGS $OS_CFLAGS" +AM_CONDITIONAL(CROSS_COMPILING, [ test $cross_compiling = yes ]) + # Man page processing requirements XORG_PROG_RAWCPP XORG_MANPAGE_SECTIONS @ 1.3 log @Update to 1.0.6: Adam Jackson (1): libXt 1.0.6 Alan Coopersmith (3): Solaris builds need to pass -intelabi to makestrs, even on SPARC Update ac_define_dir.m4 to 2008-04-12 version Add README with pointers to mailing list, bugzilla & git repos Alan Hourihane (4): Link with winsock for WIN32 platforms fix logic inverted problem less speed, more haste Set a blank default search path for WIN32 Andreas Luik (1): Recalculate fd_set more aggressively (bug #808) [was patch-ag] Ben Byer (1): added -flat_namespace to CFLAGS for Darwin Colin Harrison (4): Add __MINGW32__ Fix some build issues for Win32 platforms Xming specific configuration file settings Reduce the path searches on mingw Daniel Stone (1): configure.ac: Minor thinko James Cloos (1): Add missing PHONY line for automatic ChangeLog generation Jeremy Huddleston (1): darwin: Don't use poll() on versions of darwin before darwin10 John McKernan (2): Sun bug #1237023: Dtterm crashes in XtDisplayAccelerators() Sun bug 4010369: Too slow to process Keycode 0 events in Xt Translati= on Mgr. John Tapsell (1): configure.ac: Use native compiler for build tools Jon TURNEY (1): Cygwin/X: Build fix Julien Cristau (1): Allow C++ apps to build using libXt Matthieu Herrb (2): Sync XtGetErrorDatabaseText() prototype with reality. nuke RCS Ids Paulo Cesar Pereira de Andrade (1): Janitor: ansification, make distcheck, compiler warnings, .gitignore. Peter Breitenlohner (1): X.Org Bug 17942: libXt manpage formatting @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.2 2007/09/20 08:30:15 rillig Exp $ @ 1.2 log @Hello Joerg, smaller patches are nicer than larger ones. By the way, each patch should start with a line containing an RCS Id. @ text @d1 1 a1 1 $NetBSD$ d3 5 a7 5 --- configure.ac 2007-01-28 07:27:22.000000000 +0100 +++ configure.ac 2007-07-27 20:08:44.000000000 +0200 @@@@ -95,6 +95,8 @@@@ esac AC_SUBST(STRINGSABIOPTIONS) @ 1.1 log @Teach libXt about cross-compiliation: - add an automake conditional to configure - use that to build xmakestr using manual build rules. X11_CFLAGS is honoured, but not CFLAGS as the latter is likely to contain platform specific flags. - use either makestr or xmakestr for building StringDefs.c, depending on whether we are cross-compiling or not. - pass down native compiler and flags for cross-compiliation Supported-by: Google SoC 2007 @ text @d1 2 @