summaryrefslogtreecommitdiff
path: root/x11/libXt
AgeCommit message (Collapse)AuthorFilesLines
2011-07-19When building with clang, pull in devel/ucpp for the man pagejoerg1-2/+6
processing. XXX should be fixed upstream to use sed
2010-09-10Update to libXt-1.0.8: Don't install makestrs and fix a OSX bug.joerg3-9/+8
2010-01-28Update to libXt-1.0.7. Changes:tnn8-235/+7
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
2009-09-22Invoke the C preprocessor in a portable manner on all non-GCC compilers.tnn1-2/+2
This is PR pkg/39879.
2009-07-18Update to 1.0.6:wiz9-295/+85
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
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-10-05Merge cube-native-xorg, so that pkgsrc-current can be used with the nativecube1-1/+3
X.Org found in NetBSD-current. Thanks a lot to all who helped, especially Matthias Scheler who did repeated tests on Mac OS X and older versions of NetBSD to make sure the support for those platforms wouldn't be broken (or at least, not fatally, as I would still expect a few hiccups here and there, because there is only so much one can test in such limited time). On the infrastructure side, this branch brings pkgconfig-builtin.mk, in order to write very easily new builtin.mk files. It can actually handle more than just pkgconfig files, but it will provide a version if it finds such a file. x11.builtin.mk has also been made more useful and now all existing (and future!) native-X11-related builtin.mk files should include it.
2008-05-24Switch master site to MASTER_SITE_XORG.tnn1-2/+2
2008-05-24Fix build on OSF1.tnn1-1/+3
If including <pthread.h>, it is mandatory to compile with -pthread.
2008-05-16Some of the X.org packages assume that the C preprocessor will use stdintnn1-1/+6
if no filename given, but this isn't true with the native HP compiler, so teach them to use '-' explicitly. XXX using cpp(1) to postprocess manpages is ugly, most of the other X.org packages seem to have been converted to use sed(1).
2008-01-29Add patch from GIT to recalculate fd_set more aggressively inbjs4-2/+38
NextEvent.c, as select() can modify it. Add hacks.mk to build with -fno-strict-aliasing when needed; there are quite a few warnings about this. Given this is an important dependency, IMHO it's better to just disable it. Bump rev.
2007-12-17Detect builtin "libXt" e.g. under Mac OS X Leopard.tron2-2/+51
2007-09-20Hello Joerg,rillig6-3154/+107
smaller patches are nicer than larger ones. By the way, each patch should start with a line containing an RCS Id.
2007-08-01Teach libXt about cross-compiliation:joerg8-2/+3469
- 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
2007-07-03Wire down malloc(0) != NULL for more Xorg packages on NetBSD.joerg1-1/+7
2007-02-28Update the BUILDLINK_API_DEPENDS.libXt to at least the firstreed1-2/+2
official modular Xorg release of libXt. This is so the xt.pc pkg-config file will have "appdefaultdir" defined. (I am guessing I am the only person in the pkgsrc world with this problem since I have systems with libXt from xlibs days.)
2007-02-26Update to libXt-1.0.5: Merged local patches and fixed markupjoerg4-44/+6
in a man page.
2007-01-23Update to libXt-1.0.4. No functional changes, but a bash regression.joerg3-7/+24
2007-01-16Force the app-defaults directory to match the normal pkgsrc settingjoerg1-1/+3
of ${PREFIX}/lib/X11/app-defaults and don't place it in share/. Bump revision.
2006-11-05First step to making modular transparent:joerg1-1/+9
Redirect from the individual modular libraries to the old libs or mk/x11.buildlink3.mk.
2006-11-03Import libXt-1.0.3 from pkgrsc-wip:joerg6-0/+388
This is the X Toolkit Intrinsics library. Xt Intrinsics is a library of C routines (based on Xlib) used for designing user interfaces with widgets. It also provides functions for handling events, initializing windows, and interpreting resource files. This is from the modular X.org project.