diff options
author | jlam <jlam@pkgsrc.org> | 1999-11-03 04:18:46 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-11-03 04:18:46 +0000 |
commit | ecb6971b7b3155dd7d352b4e9bec9ec499564dc2 (patch) | |
tree | fc817b5a968fd2f6e585995ca5e2bc7a96c8734a /x11/lesstif/patches/patch-ab | |
parent | 23047867c38fe5fd9131f7e8fc6b1f367e4eb0eb (diff) | |
download | pkgsrc-ecb6971b7b3155dd7d352b4e9bec9ec499564dc2.tar.gz |
Update to 0.89.0. Renumbered patches because it got increasingly difficult
to track patches to individual files.
Changes from 0.88.9:
* Add FontChooser widget to Xlt.
* Fix to XmText to make a second call to SetValues with the same
pointer still work.
* Added a directory tree lib/Xbae which contains the Xbae widget set
(XbaeMatrix, XbaeCaption, and XbaeInput).
* Made build system changes to build Xbae in the same way as Xlt.
* Add build system options to Xlt and/or Xbae can be compiled together
with LessTif.
Use the --enable-build-Xlt and --enable-build-Xbae options.
* Xbae contains both automake-based and Imake based build support;
we're not sure how actively we'll support Imake though.
* RowColumn tear-off segfault fix.
* Fixed segfault with xmgrace.
* various fixes for openDX
* VaSimpleOption fix for Xquote
* fixes for mapCallback for DialogShells with BulletionBoard children
* Even though binary compatibility is not our true goal,
Netscape-dynMotif (4.61) now runs out-of-the-box with lesstif!
* Initial attempts at making lesstif threadsafe (PushB, PushBG)
* mxftp should now work
* XmScrolledWindow/XmScrollBar geometry fixes
Diffstat (limited to 'x11/lesstif/patches/patch-ab')
-rw-r--r-- | x11/lesstif/patches/patch-ab | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/x11/lesstif/patches/patch-ab b/x11/lesstif/patches/patch-ab index bb2940d0560..acd8543c744 100644 --- a/x11/lesstif/patches/patch-ab +++ b/x11/lesstif/patches/patch-ab @@ -1,12 +1,13 @@ -$NetBSD: patch-ab,v 1.5 1999/09/03 19:45:12 drochner Exp $ ---- lib/config/Makefile.in.orig Sun Aug 15 11:51:22 1999 -+++ lib/config/Makefile.in Sun Aug 15 11:51:50 1999 -@@ -114,7 +114,7 @@ - MAINTAINERCLEANFILES = Makefile.in - bin_SCRIPTS = mxmkmf - --configdir = $(libdir)/X11/config -+configdir = $(libdir)/X11/lesstif - config_DATA = Imake.tmpl Motif.rules Motif.tmpl - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../../include/LTconfig.h +$NetBSD: patch-ab,v 1.6 1999/11/03 04:18:47 jlam Exp $ + +--- clients/Motif-1.2/mwm/system.mwmrc.orig Wed Jan 13 10:11:05 1999 ++++ clients/Motif-1.2/mwm/system.mwmrc Tue Nov 2 22:16:16 1999 +@@ -4,7 +4,7 @@ + Menu DefaultRootMenu + { + "Root Menu" f.title +- "New Window" f.exec "xterm -e /bin/bash &" ++ "New Window" f.exec "xterm &" + "Shuffle Up" f.circle_up + "Shuffle Down" f.circle_down + "Refresh" f.refresh |