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-ai | |
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-ai')
-rw-r--r-- | x11/lesstif/patches/patch-ai | 44 |
1 files changed, 11 insertions, 33 deletions
diff --git a/x11/lesstif/patches/patch-ai b/x11/lesstif/patches/patch-ai index 457b30fddcd..0f4155b11f2 100644 --- a/x11/lesstif/patches/patch-ai +++ b/x11/lesstif/patches/patch-ai @@ -1,35 +1,13 @@ -$NetBSD: patch-ai,v 1.5 1999/09/03 19:45:12 drochner Exp $ ---- doc/lessdox/widgets/Makefile.in.orig Tue Jul 13 18:21:27 1999 -+++ doc/lessdox/widgets/Makefile.in Mon Aug 16 13:40:19 1999 -@@ -114,10 +114,10 @@ - EXTRA_DIST = $(man1_DATA) $(man3_DATA) $(man5_DATA) - SUFFIXES = .1 .3 .5 .html - --mandir = $(prefix)/LessTif/doc/man --man1dir = $(prefix)/LessTif/doc/man/man1 --man3dir = $(prefix)/LessTif/doc/man/man3 --man5dir = $(prefix)/LessTif/doc/man/man5 -+mandir = $(prefix)/man -+man1dir = $(mandir)/man1 -+man3dir = $(mandir)/man3 -+man5dir = $(mandir)/man5 - - man1_DATA = - man3_DATA = XmClipboard.3 LessTifInternals.3 XmArrowButton.3 XmArrowButtonGadget.3 XmBulletinBoard.3 XmCascadeButton.3 XmCascadeButtonGadget.3 XmComboBox.3 XmCommand.3 XmDesktop.3 XmDialogShell.3 XmDialogShellExt.3 XmDisplay.3 XmDragContext.3 XmDragIcon.3 XmDragOverShell.3 XmDrawingArea.3 XmDrawnButton.3 XmDropSiteManager.3 XmDropTransfer.3 XmFileSelectionBox.3 XmForm.3 XmFrame.3 XmGadget.3 XmGrabShell.3 XmIconGadget.3 XmLabel.3 XmLabelGadget.3 XmList.3 XmMainWindow.3 XmManager.3 XmMenuShell.3 XmMessageBox.3 XmNotebook.3 XmPanedWindow.3 XmPrimitive.3 XmProtocol.3 XmPushButton.3 XmPushButtonGadget.3 XmRowColumn.3 XmSash.3 XmScale.3 XmScreen.3 XmScrollBar.3 XmScrolledWindow.3 XmSelectionBox.3 XmSeparator.3 XmSeparatorGadget.3 XmSpinBox.3 XmTearOffButton.3 XmText.3 XmTextField.3 XmToggleButton.3 XmToggleButtonGadget.3 XmVendorShell.3 XmWorld.3 ApplicationShell.3 Composite.3 Core.3 Object.3 OverrideShell.3 Shell.3 TopLevelShell.3 TransientShell.3 WmShell.3 Rect.3 UnNamedObj.3 Constraint.3 VendorShell.3 -@@ -133,7 +133,7 @@ - # build them. +$NetBSD: patch-ai,v 1.6 1999/11/03 04:18:47 jlam Exp $ + +--- doc/www.lesstif.org/images/Makefile.in.orig Mon Sep 6 17:13:53 1999 ++++ doc/www.lesstif.org/images/Makefile.in Tue Nov 2 22:16:16 1999 +@@ -122,7 +122,7 @@ + # Lets put the informational stuff in a sub directory to avoid + # poluting /usr/local for default installs. # +-rootdir = $(exec_prefix)/LessTif/doc/images ++rootdir = $(exec_prefix)/share/doc/lesstif/images + root_DATA = hungry.gif lesstif-realsmall.gif lesstif-small.gif lesstif.gif ltsunlogo.gif --htmldir = $(prefix)/LessTif/doc/html -+htmldir = $(prefix)/share/lesstif/doc/html - - @HaveMan2html_TRUE@html_DATA = ${man1_DATA:.1=.html} ${man3_DATA:.3=.html} ${man5_DATA:.5=.html} - -@@ -273,7 +273,6 @@ - install-data-am: install-htmlDATA install-man1DATA install-man3DATA \ - install-man5DATA - @$(NORMAL_INSTALL) -- $(MAKE) $(AM_MAKEFLAGS) install-data-hook - install-data: install-data-am - - install-am: all-am + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |