summaryrefslogtreecommitdiff
path: root/x11/libXt/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2015-05-01Update to 1.1.5:wiz1-2/+2
Alan Coopersmith (8): Revert "Avoid shadowing variables." If CFLAGS_FOR_BUILD is not set, include CWARNFLAGS in default value makestrs: use strchr() instead of index() makestrs: Replace malloc()+strcpy() calls with strdup() calls makestrs: Replace strcpy()+strcat() calls with snprintf() calls makestrs: Use asprintf() if available unifdef -UCRAY -UCRAY2 libXt 1.1.5 Gaetan Nadon (1): Use $(MKDIR_P) in Makefile.am for better code portability Jon TURNEY (2): Include direct.h header for _getdrives() on Win32 Include unistd.h for getpid() Rob Clark (1): asprintf needs _GNU_SOURCE on some platforms Thierry Reding (1): Fix cross-compilation Thomas Klausner (7): Add missing comma to fix DEBUG build. Use appropriate variable type for vsnprintf return value. Mark non-returning function with appropriate attribute. Ignore test-driver from automake-1.13. Avoid shadowing variables. Fix char vs. unsigned char warnings. Use string.h instead of X11/Xos.h. Yaakov Selkowitz (1): Fix _XtInherit on x86_64 Windows
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2013-06-23preprocessor is a tool.obache1-2/+2
2013-06-13Consistently use devel/tradcpp as preprocessor.joerg1-7/+3
2013-05-31Update to 1.1.4:wiz1-3/+2
This release provides the fixes for the recently announced security issues CVE-2013-2002 & CVE-2013-2005, along with other code & doc cleanups, build fixes, automake compatibility changes, and packaging improvements. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (5): unifdef -U__UNIXOS2__ Unchecked return values of XGetWindowProperty [CVE-2013-2005] unvalidated length in _XtResourceConfigurationEH [CVE-2013-2002] Remove old strtoul workaround for SunOS 4 libXt 1.1.4 Colin Walters (1): autogen.sh: Implement GNOME Build API Egbert Eich (2): Install ErrorDB into a $datarootdir-path, not $libdir. Add XtErrorDB directory to pkg-config file. Eric S. Raymond (2): Eliminate use of tab stops. Remove unused macros that are temptations to presentation-level klugery. Julien Cristau (1): Add copyright notice and license from the X Consortium to COPYING Thierry Reding (1): Use AM_CPPFLAGS instead of INCLUDES Thomas Klausner (2): Avoid referencing something that isn't defined. Bring in the definition from another manual page. Fix DEBUG build (TMparse.c:376:1: error: overflow in implicit constant conversion)
2013-05-10Fix x11/libXt cross-build.riastradh1-2/+2
The configure script, not just the makefile, needs to know about the native C compiler. ok agc
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-06-03Update to 1.1.3:wiz1-2/+2
1.1.3: This regression repair release reverts a regrettable revision. 1.1.2: This release includes a good number of bug fixes, some initial unit tests for checking several recent fixes, compiler warning cleanups, and build configuration improvements. The included documentation for the libXt API has been transformed into the DocBook/XML format, to allow processing with the same toolchain as the rest of the X.Org docs, producing better and more modern output formats, and providing support for cross-linking with the other X.Org docs. 1.1.1: This release fixes a longstanding crash on 64bit sparc, and a nasty bug in the new XtAsprintf function added in 1.1.0. 1.1.0: This release includes several bug fixes, as well as the usual set of recent build configuration improvements & janitorial cleanups. The minor version was bumped to indicate addition of XtAsprintf to exported API. 1.0.9: This release includes several bug fixes, as well as the usual set of recent build configuration improvements & janitorial cleanups.
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.joerg1-2/+3
2010-01-28Update to libXt-1.0.7. Changes:tnn1-2/+3
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:wiz1-3/+2
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
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 inbjs1-1/+2
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-08-01Teach libXt about cross-compiliation:joerg1-1/+5
- 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-26Update to libXt-1.0.5: Merged local patches and fixed markupjoerg1-2/+2
in a man page.
2007-01-23Update to libXt-1.0.4. No functional changes, but a bash regression.joerg1-3/+2
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-03Import libXt-1.0.3 from pkgrsc-wip:joerg1-0/+28
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.