diff options
author | jlam <jlam> | 1999-11-03 04:18:46 +0000 |
---|---|---|
committer | jlam <jlam> | 1999-11-03 04:18:46 +0000 |
commit | bb443c6745a7bb21ea57ffce50feb949a5cf223e (patch) | |
tree | fc817b5a968fd2f6e585995ca5e2bc7a96c8734a /x11/lesstif/patches/patch-ah | |
parent | 0442b30ce68842d1e1546cd1a42de5c96b55ef4a (diff) | |
download | pkgsrc-bb443c6745a7bb21ea57ffce50feb949a5cf223e.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-ah')
-rw-r--r-- | x11/lesstif/patches/patch-ah | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/x11/lesstif/patches/patch-ah b/x11/lesstif/patches/patch-ah index 7b3999acfc1..ac7063c1e3e 100644 --- a/x11/lesstif/patches/patch-ah +++ b/x11/lesstif/patches/patch-ah @@ -1,12 +1,18 @@ -$NetBSD: patch-ah,v 1.3 1999/09/03 19:45:12 drochner Exp $ ---- doc/www.lesstif.org/images/Makefile.in.orig Sun Aug 15 11:45:56 1999 -+++ doc/www.lesstif.org/images/Makefile.in Sun Aug 15 11:46:14 1999 -@@ -120,7 +120,7 @@ +$NetBSD: patch-ah,v 1.4 1999/11/03 04:18:47 jlam Exp $ + +--- doc/www.lesstif.org/Makefile.in.orig Mon Sep 6 17:13:53 1999 ++++ doc/www.lesstif.org/Makefile.in Tue Nov 2 22:16:16 1999 +@@ -123,11 +123,11 @@ # Lets put the informational stuff in a sub directory to avoid - # poluting /usr/local for default installs. + # polluting /usr/local for default installs. # --rootdir = $(exec_prefix)/LessTif/doc/images -+rootdir = $(exec_prefix)/share/lesstif/doc/images - root_DATA = hungry.gif lesstif-realsmall.gif lesstif-small.gif lesstif.gif ltsunlogo.gif +-rootdir = $(exec_prefix)/LessTif/doc ++rootdir = $(exec_prefix)/share/doc/lesstif + root_DATA = COPYING.LIB.html FAQ.html apps.html bug-reporting.html bugs.html button.html cdrom.html core.html current.html cvs.html download.html index.html links.html lists.html mirrors.html platforms.html release-policy.html test_policy.html test_summary.html testers.html versions.html web_button.html known.html help.html Advocacy.html Xbae.html Xlt.html + +-root2dir = $(exec_prefix)/LessTif ++root2dir = $(exec_prefix)/share/doc/lesstif + root2_DATA = FAQ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../../include/LTconfig.h |