summaryrefslogtreecommitdiff
path: root/x11/libXt
AgeCommit message (Collapse)AuthorFilesLines
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.