upgrade to LessTif 0.92.6

This commit is contained in:
brad 2001-01-22 02:43:34 +00:00
parent 4dcdd81399
commit bbd2766c03
15 changed files with 247 additions and 116 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.44 2000/09/24 07:04:16 brad Exp $
# $OpenBSD: Makefile,v 1.45 2001/01/22 02:43:34 brad Exp $
# $FreeBSD: Makefile,v 1.17 1998/03/28 14:12:55 steve Exp $
DISTNAME= lesstif-0.91.8
DISTNAME= lesstif-0.92.6
CATEGORIES= x11
NEED_VERSION= 1.330
NEED_VERSION= 1.336
MASTER_SITES= ftp://ftp.lesstif.org/pub/hungry/lesstif/srcdist/ \
ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/ \
ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/lesstif/srcdist/
@ -17,14 +17,17 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
USE_GMAKE= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+=--enable-static --enable-production --enable-build-12 \
--disable-build-20 --disable-build-Xbae --disable-build-Xlt \
--disable-debug --with-editres
--disable-build-20 --disable-build-21 --enable-default-12 \
--disable-build-Xbae --disable-build-Xlt --disable-debug \
--with-editres
.if defined(HAVE_MOTIF)
.if defined(HAVE_MOTIF) && ${HAVE_MOTIF:L} == "yes"
IS_INTERACTIVE= Yes
pre-install:

View File

@ -1,3 +1,3 @@
MD5 (lesstif-0.91.8.tar.gz) = 4b91059f06b4764d247af4fda968e1cc
RMD160 (lesstif-0.91.8.tar.gz) = cd0d3c7790615171993fb944febe44433d7fb763
SHA1 (lesstif-0.91.8.tar.gz) = a3a7419f0abdd4e750fe7553060f5e43a5dd1d7a
MD5 (lesstif-0.92.6.tar.gz) = c6fc1b7b79e7d5e2e69f6a763cd973dd
RMD160 (lesstif-0.92.6.tar.gz) = d271f3f2eb4934af20fb099fa86419db49f372a2
SHA1 (lesstif-0.92.6.tar.gz) = cf1edf57477c9f557896650ade8db3eafc03623b

View File

@ -1,20 +1,19 @@
--- Makefile.in.orig Sun Jun 25 12:37:47 2000
+++ Makefile.in Thu Jun 29 22:41:07 2000
@@ -127,7 +127,7 @@
--- Makefile.in.orig Thu Dec 21 07:42:37 2000
+++ Makefile.in Sun Jan 21 14:11:49 2001
@@ -128,14 +128,14 @@
# Lets put the informational stuff in a sub directory to avoid
# poluting /usr/local for default installs.
#
-rootdir = $(exec_prefix)/LessTif
+rootdir = $(pkgdatadir)
root_DATA = AUTHORS BUG-REPORTING COPYING COPYING.LIB CREDITS \
KNOWN_BUGS NEWS README RELEASE-POLICY TODO release-notes.txt
root_DATA = AUTHORS BUG-REPORTING COPYING COPYING.LIB CREDITS KNOWN_BUGS README RELEASE-POLICY release-notes.txt
@@ -136,7 +136,7 @@
BUG-REPORTING CREDITS KNOWN_BUGS RELEASE-POLICY NOTES
EXTRA_DIST = acconfig.h configure BUG-REPORTING CREDITS KNOWN_BUGS RELEASE-POLICY NOTES
-htmldir = $(exec_prefix)/LessTif/doc
+htmldir = $(pkgdatadir)/doc/html
html_DATA = release-notes.html
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
#install-data-hook:

View File

@ -1,7 +1,7 @@
--- configure.orig Sun Jun 25 12:38:21 2000
+++ configure Thu Jun 29 22:39:03 2000
@@ -783,7 +783,7 @@
--- configure.orig Thu Dec 14 15:56:17 2000
+++ configure Tue Dec 19 10:50:03 2000
@@ -807,7 +807,7 @@
fi
-PACKAGE=lesstif

View File

@ -1,11 +1,11 @@
--- doc/Makefile.in.orig Sun Jun 25 12:38:15 2000
+++ doc/Makefile.in Thu Jun 29 22:41:51 2000
@@ -119,7 +119,7 @@
--- doc/Makefile.in.orig Thu Dec 21 07:42:41 2000
+++ doc/Makefile.in Sun Jan 21 14:12:12 2001
@@ -120,7 +120,7 @@
SUBDIRS = www.lesstif.org lessdox
-rootdir = $(exec_prefix)/LessTif/doc
+rootdir = $(pkgdatadir)/doc/html
root_DATA = All.html Clipboard.txt DragAndDrop.txt Form.txt \
GeoUtils.txt Geometry.html SyntheticResources.txt \
UIL.txt XmStrings.txt thread.html INSTALL.html
root_DATA = All.html Clipboard.txt DragAndDrop.txt Form.txt GeoUtils.txt Geometry.html SyntheticResources.txt UIL.txt XmStrings.txt thread.html INSTALL.html
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs

View File

@ -1,6 +1,6 @@
--- doc/lessdox/clients/Makefile.in.orig Sun Jun 25 12:38:17 2000
+++ doc/lessdox/clients/Makefile.in Thu Jun 29 22:42:16 2000
@@ -117,12 +117,12 @@
--- doc/lessdox/clients/Makefile.in.orig Thu Dec 21 07:42:41 2000
+++ doc/lessdox/clients/Makefile.in Sun Jan 21 14:13:21 2001
@@ -118,16 +118,16 @@
EXTRA_DIST = $(man1_DATA) $(man3_DATA) $(man5_DATA)
SUFFIXES = .1 .3 .5 .html
@ -13,17 +13,13 @@
+man3dir = $(mandir)/man3
+man5dir = $(mandir)/man5
-man1_DATA = mwm.1 xmbind.1 lesstif.1 xbae.1 xlt.1
+man1_DATA = mwm.1 xmbind.1 lesstif.1
-man1_DATA = mwm.1 xmbind.1 lesstif.1 uil.1 xbae.1 xlt.1
+man1_DATA = mwm.1 xmbind.1 lesstif.1 uil.1
man3_DATA =
man5_DATA = mwmrc.5
@@ -135,7 +135,7 @@
# build them.
#
-htmldir = $(exec_prefix)/LessTif/doc/html
+htmldir = $(pkgdatadir)/doc/html
@HaveMan2html_TRUE@html_DATA = \
@HaveMan2html_TRUE@mwm.html mwmrc.html xmbind.html lesstif.html xlt.html xbae.html
html_DATA = mwm.html mwmrc.html xmbind.html lesstif.html uil.html xlt.html xbae.html

View File

@ -1,7 +1,7 @@
--- doc/lessdox/functions/Makefile.in.orig Sun Jun 25 12:38:18 2000
+++ doc/lessdox/functions/Makefile.in Thu Jun 29 22:43:43 2000
@@ -117,10 +117,10 @@
EXTRA_DIST = $(man1_DATA) $(man3_DATA) $(man5_DATA)
--- doc/lessdox/functions/Makefile.in.orig Thu Dec 21 07:42:41 2000
+++ doc/lessdox/functions/Makefile.in Sun Jan 21 14:13:54 2001
@@ -118,16 +118,16 @@
EXTRA_DIST = $(man1_DATA) $(man3_DATA) $(man5_DATA)
SUFFIXES = .1 .3 .5 .html
-mandir = $(exec_prefix)/LessTif/doc/man
@ -15,12 +15,10 @@
man1_DATA =
man3_DATA =
@@ -135,7 +135,7 @@
# build them.
#
man5_DATA =
-htmldir = $(exec_prefix)/LessTif/doc/html
+htmldir = $(pkgdatadir)/doc/html
@HaveMan2html_TRUE@html_DATA = \
@HaveMan2html_TRUE@${man1_DATA:.1=.html} ${man3_DATA:.3=.html} \
html_DATA = ${man1_DATA:.1=.html} ${man3_DATA:.3=.html} ${man5_DATA:.5=.html}

View File

@ -1,7 +1,7 @@
--- doc/lessdox/widgets/Makefile.in.orig Sun Jun 25 12:38:18 2000
+++ doc/lessdox/widgets/Makefile.in Thu Jun 29 22:40:47 2000
@@ -117,10 +117,10 @@
EXTRA_DIST = $(man1_DATA) $(man3_DATA) $(man5_DATA)
--- doc/lessdox/widgets/Makefile.in.orig Thu Dec 21 07:42:41 2000
+++ doc/lessdox/widgets/Makefile.in Sun Jan 21 14:14:47 2001
@@ -118,10 +118,10 @@
EXTRA_DIST = $(man1_DATA) $(man3_DATA) $(man5_DATA)
SUFFIXES = .1 .3 .5 .html
-mandir = $(prefix)/LessTif/doc/man
@ -14,17 +14,17 @@
+man5dir= $(mandir)/man5
man1_DATA =
man3_DATA = \
@@ -166,7 +166,7 @@
# build them.
#
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
@@ -137,7 +137,7 @@
man5_DATA =
-htmldir = $(prefix)/LessTif/doc/html
+htmldir = $(pkgdatadir)/doc/html
@HaveMan2html_TRUE@html_DATA = \
@HaveMan2html_TRUE@${man1_DATA:.1=.html} ${man3_DATA:.3=.html} \
@@ -381,7 +381,7 @@
html_DATA = ${man1_DATA:.1=.html} ${man3_DATA:.3=.html} ${man5_DATA:.5=.html}
@@ -352,7 +352,7 @@
# in both the http://www.lesstif.org and the locally installed case.
#
install-data-hook:

View File

@ -1,16 +1,12 @@
--- doc/www.lesstif.org/Makefile.in.orig Thu Aug 31 05:07:13 2000
+++ doc/www.lesstif.org/Makefile.in Sun Sep 10 21:14:44 2000
@@ -124,7 +124,7 @@
--- doc/www.lesstif.org/Makefile.in.orig Thu Dec 21 07:42:41 2000
+++ doc/www.lesstif.org/Makefile.in Sun Jan 21 18:22:06 2001
@@ -125,14 +125,14 @@
# Lets put the informational stuff in a sub directory to avoid
# polluting /usr/local for default installs.
#
-docdir = $(exec_prefix)/LessTif/doc
+docdir = $(pkgdatadir)/doc/html
doc_DATA = COPYING.LIB.html FAQ.html INSTALL.html apps.html \
bugs.html cdrom.html core.html current.html \
cvs.html download.html index.html links.html lists.html \
@@ -134,10 +134,10 @@
Advocacy.html Xbae.html Xlt.html feedback.html
doc_DATA = COPYING.LIB.html FAQ.html INSTALL.html apps.html bugs.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 feedback.html
-rootdir = $(exec_prefix)/LessTif

View File

@ -1,11 +1,11 @@
--- doc/www.lesstif.org/images/Makefile.in.orig Thu Aug 31 05:07:14 2000
+++ doc/www.lesstif.org/images/Makefile.in Sun Sep 10 21:14:45 2000
@@ -123,7 +123,7 @@
--- doc/www.lesstif.org/images/Makefile.in.orig Thu Dec 21 07:42:41 2000
+++ doc/www.lesstif.org/images/Makefile.in Sun Jan 21 14:50:08 2001
@@ -124,7 +124,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 = $(pkgdatadir)/doc/html/images
root_DATA = hungry.png \
lesstif-realsmall.png lesstif-small.png lesstif.png \
ltsunlogo.png lesstif.jpg ltsunlogo.jpg \
root_DATA = hungry.png lesstif-realsmall.png lesstif-small.png lesstif.png ltsunlogo.png lesstif.jpg ltsunlogo.jpg vh32.jpg vh32.png vh40.jpg vh40.png
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs

View File

@ -1,12 +1,11 @@
--- lib/Makefile.in.orig Sun Jun 25 12:37:47 2000
+++ lib/Makefile.in Thu Jun 29 22:43:12 2000
@@ -117,9 +117,6 @@
--- lib/Makefile.in.orig Thu Dec 21 07:42:38 2000
+++ lib/Makefile.in Sun Jan 21 14:51:08 2001
@@ -116,7 +116,7 @@
xmVer = @xmVer@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = config \
Xm Mrm Uil \
- Xm-2.0 Mrm-2.0 Uil-2.0 \
- Xm-2.1 Mrm-2.1 \
- Xm-CDE Mrm-CDE \
@BuildXltDir@ @BuildXbaeDir@
-SUBDIRS = config Xm Mrm Uil Xm-2.0 Mrm-2.0 Uil-2.0 Xm-2.1 Mrm-2.1 Uil-2.1 @BuildXltDir@ @BuildXbaeDir@ Dt
+SUBDIRS = config Xm Mrm Uil @BuildXltDir@ @BuildXbaeDir@ Dt
DIST_SUBDIRS = config Xm Mrm Uil Xm-2.0 Mrm-2.0 Uil-2.0 Xm-2.1 Mrm-2.1 Uil-2.1 Xlt Xbae Dt

View File

@ -0,0 +1,51 @@
--- ltconfig.orig Sun Jan 21 15:01:27 2001
+++ ltconfig Sun Jan 21 15:01:36 2001
@@ -1105,6 +1105,9 @@
with_gnu_ld=no
fi
;;
+openbsd*)
+ with_gnu_ld=no
+ ;;
esac
@@ -1396,10 +1399,21 @@
;;
openbsd*)
- archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linkopts'
- hardcode_libdir_flag_spec='-R$libdir'
hardcode_direct=yes
hardcode_shlibpath_var=no
+ case "$host_os" in
+ openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
+ archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linkopts'
+ hardcode_libdir_flag_spec='-R$libdir'
+ ;;
+ *)
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linkopts'
+ hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+ if [ "`/usr/bin/file /usr/lib/libc.so.* | grep ELF`" != "" ]; then
+ export_dynamic_flag_spec='${wl}-E'
+ fi
+ ;;
+ esac
;;
os2*)
@@ -1997,13 +2011,10 @@
openbsd*)
version_type=sunos
- if test "$with_gnu_ld" = yes; then
- need_lib_prefix=no
- need_version=no
- fi
library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
shlibpath_var=LD_LIBRARY_PATH
+ deplibs_check_method='pass_all'
;;
os2*)

View File

@ -1,6 +1,16 @@
--- ltmain.sh.orig Wed Jul 7 16:30:58 1999
+++ ltmain.sh Thu Jun 29 22:40:19 2000
@@ -3522,40 +3522,6 @@
--- ltmain.sh.orig Thu Dec 14 15:56:29 2000
+++ ltmain.sh Tue Dec 19 10:48:11 2000
@@ -1795,6 +1795,9 @@
*-*-cygwin* | *-*-mingw* | *-*-os2* | *-*-beos*)
# these systems don't actually have a c library (as such)!
;;
+ *-*-openbsd*)
+ # do not include libc due to us having libc/libc_r.
+ ;;
*)
# Add libc to deplibs on all other systems.
deplibs="$deplibs -lc"
@@ -3555,40 +3558,6 @@
# Exit here if they wanted silent mode.
test "$show" = : && exit 0

View File

@ -1,6 +1,8 @@
@comment $OpenBSD: PFRAG.shared,v 1.2 2000/07/04 02:17:55 krw Exp $
LessTif/Motif1.2/lib/libXm.so.1.2
@comment $OpenBSD: PFRAG.shared,v 1.3 2001/01/22 02:43:35 brad Exp $
LessTif/Motif1.2/lib/libMrm.so.1.2
lib/libXm.so.1.2
LessTif/Motif1.2/lib/libUil.so.1.2
LessTif/Motif1.2/lib/libXm.so.1.2
lib/libMrm.so.1.2
lib/libUil.so.1.2
lib/libXm.so.1.2
DYNLIBDIR(%B)

View File

@ -1,5 +1,8 @@
@comment $OpenBSD: PLIST,v 1.23 2000/09/12 00:11:35 brad Exp $
@comment $OpenBSD: PLIST,v 1.24 2001/01/22 02:43:35 brad Exp $
@pkgcfl openmotif-*
LessTif/Motif1.2/bin/mwm
LessTif/Motif1.2/bin/uil
LessTif/Motif1.2/bin/xmbind
LessTif/Motif1.2/include/Mrm/MrmAppl.h
LessTif/Motif1.2/include/Mrm/MrmDecls.h
LessTif/Motif1.2/include/Mrm/MrmPrivate.h
@ -123,8 +126,15 @@ LessTif/Motif1.2/include/Xm/XmAll.h
LessTif/Motif1.2/include/Xm/XmP.h
LessTif/Motif1.2/include/Xm/XmStrDefs.h
LessTif/Motif1.2/include/Xm/XmosP.h
LessTif/Motif1.2/include/uil/Uil.h
LessTif/Motif1.2/include/uil/UilDBDef.h
LessTif/Motif1.2/include/uil/UilDef.h
LessTif/Motif1.2/include/uil/UilSymDef.h
LessTif/Motif1.2/include/uil/UilSymGl.h
LessTif/Motif1.2/lib/libMrm.a
LessTif/Motif1.2/lib/libMrm.la
LessTif/Motif1.2/lib/libUil.a
LessTif/Motif1.2/lib/libUil.la
LessTif/Motif1.2/lib/libXm.a
LessTif/Motif1.2/lib/libXm.la
bin/mwm
@ -133,6 +143,7 @@ bin/uil
bin/xmbind
include/Mrm
include/Xm
include/uil
lib/X11/config/LessTif.rules
lib/X11/config/LessTif.tmpl
lib/X11/config/host.def
@ -141,11 +152,14 @@ lib/X11/mwm/alt.map
lib/X11/mwm/system.mwmrc
lib/libMrm.a
lib/libMrm.la
lib/libUil.a
lib/libUil.la
lib/libXm.a
lib/libXm.la
%%SHARED%%
man/man1/lesstif.1
man/man1/mwm.1
man/man1/uil.1
man/man1/xmbind.1
man/man3/LessTifInternals.3
man/man3/XmArrowButton.3
@ -212,11 +226,88 @@ share/LessTif/CREDITS
share/LessTif/FAQ
share/LessTif/Install
share/LessTif/KNOWN_BUGS
share/LessTif/NEWS
share/LessTif/README
share/LessTif/RELEASE-POLICY
share/LessTif/TODO
share/LessTif/release-notes.txt
share/LessTif/doc/html/Advocacy.html
share/LessTif/doc/html/All.html
share/LessTif/doc/html/COPYING.LIB.html
share/LessTif/doc/html/Clipboard.txt
share/LessTif/doc/html/DragAndDrop.txt
share/LessTif/doc/html/FAQ.html
share/LessTif/doc/html/Form.txt
share/LessTif/doc/html/GeoUtils.txt
share/LessTif/doc/html/Geometry.html
share/LessTif/doc/html/INSTALL.html
share/LessTif/doc/html/LessTifInternals.html
share/LessTif/doc/html/SyntheticResources.txt
share/LessTif/doc/html/UIL.txt
share/LessTif/doc/html/Xbae.html
share/LessTif/doc/html/Xlt.html
share/LessTif/doc/html/XmArrowButton.html
share/LessTif/doc/html/XmArrowButtonGadget.html
share/LessTif/doc/html/XmBulletinBoard.html
share/LessTif/doc/html/XmCascadeButton.html
share/LessTif/doc/html/XmCascadeButtonGadget.html
share/LessTif/doc/html/XmClipboard.html
share/LessTif/doc/html/XmComboBox.html
share/LessTif/doc/html/XmCommand.html
share/LessTif/doc/html/XmDesktop.html
share/LessTif/doc/html/XmDialogShell.html
share/LessTif/doc/html/XmDialogShellExt.html
share/LessTif/doc/html/XmDisplay.html
share/LessTif/doc/html/XmDragContext.html
share/LessTif/doc/html/XmDragIcon.html
share/LessTif/doc/html/XmDragOverShell.html
share/LessTif/doc/html/XmDrawingArea.html
share/LessTif/doc/html/XmDrawnButton.html
share/LessTif/doc/html/XmDropSiteManager.html
share/LessTif/doc/html/XmDropTransfer.html
share/LessTif/doc/html/XmFileSelectionBox.html
share/LessTif/doc/html/XmForm.html
share/LessTif/doc/html/XmFrame.html
share/LessTif/doc/html/XmGadget.html
share/LessTif/doc/html/XmGrabShell.html
share/LessTif/doc/html/XmIconGadget.html
share/LessTif/doc/html/XmLabel.html
share/LessTif/doc/html/XmLabelGadget.html
share/LessTif/doc/html/XmList.html
share/LessTif/doc/html/XmMainWindow.html
share/LessTif/doc/html/XmManager.html
share/LessTif/doc/html/XmMenuShell.html
share/LessTif/doc/html/XmMessageBox.html
share/LessTif/doc/html/XmNotebook.html
share/LessTif/doc/html/XmPanedWindow.html
share/LessTif/doc/html/XmPrimitive.html
share/LessTif/doc/html/XmProtocol.html
share/LessTif/doc/html/XmPushButton.html
share/LessTif/doc/html/XmPushButtonGadget.html
share/LessTif/doc/html/XmRowColumn.html
share/LessTif/doc/html/XmSash.html
share/LessTif/doc/html/XmScale.html
share/LessTif/doc/html/XmScreen.html
share/LessTif/doc/html/XmScrollBar.html
share/LessTif/doc/html/XmScrolledWindow.html
share/LessTif/doc/html/XmSelectionBox.html
share/LessTif/doc/html/XmSeparator.html
share/LessTif/doc/html/XmSeparatorGadget.html
share/LessTif/doc/html/XmSpinBox.html
share/LessTif/doc/html/XmStrings.txt
share/LessTif/doc/html/XmTearOffButton.html
share/LessTif/doc/html/XmText.html
share/LessTif/doc/html/XmTextField.html
share/LessTif/doc/html/XmToggleButton.html
share/LessTif/doc/html/XmToggleButtonGadget.html
share/LessTif/doc/html/XmVendorShell.html
share/LessTif/doc/html/XmWorld.html
share/LessTif/doc/html/apps.html
share/LessTif/doc/html/bugs.html
share/LessTif/doc/html/cdrom.html
share/LessTif/doc/html/core.html
share/LessTif/doc/html/current.html
share/LessTif/doc/html/cvs.html
share/LessTif/doc/html/download.html
share/LessTif/doc/html/feedback.html
share/LessTif/doc/html/help.html
share/LessTif/doc/html/images/hungry.png
share/LessTif/doc/html/images/lesstif-realsmall.png
share/LessTif/doc/html/images/lesstif-small.png
@ -228,35 +319,14 @@ share/LessTif/doc/html/images/vh32.jpg
share/LessTif/doc/html/images/vh32.png
share/LessTif/doc/html/images/vh40.jpg
share/LessTif/doc/html/images/vh40.png
share/LessTif/doc/html/COPYING.LIB.html
share/LessTif/doc/html/FAQ.html
share/LessTif/doc/html/INSTALL.html
share/LessTif/doc/html/UIL.txt
share/LessTif/doc/html/Advocacy.html
share/LessTif/doc/html/All.html
share/LessTif/doc/html/Clipboard.txt
share/LessTif/doc/html/DragAndDrop.txt
share/LessTif/doc/html/Form.txt
share/LessTif/doc/html/GeoUtils.txt
share/LessTif/doc/html/Geometry.html
share/LessTif/doc/html/SyntheticResources.txt
share/LessTif/doc/html/Xbae.html
share/LessTif/doc/html/Xlt.html
share/LessTif/doc/html/XmStrings.txt
share/LessTif/doc/html/apps.html
share/LessTif/doc/html/bugs.html
share/LessTif/doc/html/cdrom.html
share/LessTif/doc/html/core.html
share/LessTif/doc/html/current.html
share/LessTif/doc/html/cvs.html
share/LessTif/doc/html/download.html
share/LessTif/doc/html/feedback.html
share/LessTif/doc/html/help.html
share/LessTif/doc/html/index.html
share/LessTif/doc/html/known.html
share/LessTif/doc/html/lesstif.html
share/LessTif/doc/html/links.html
share/LessTif/doc/html/lists.html
share/LessTif/doc/html/mirrors.html
share/LessTif/doc/html/mwm.html
share/LessTif/doc/html/mwmrc.html
share/LessTif/doc/html/platforms.html
share/LessTif/doc/html/release-notes.html
share/LessTif/doc/html/release-policy.html
@ -264,10 +334,17 @@ share/LessTif/doc/html/test_policy.html
share/LessTif/doc/html/test_summary.html
share/LessTif/doc/html/testers.html
share/LessTif/doc/html/thread.html
share/LessTif/doc/html/uil.html
share/LessTif/doc/html/versions.html
share/LessTif/doc/html/web_button.html
share/LessTif/doc/html/xbae.html
share/LessTif/doc/html/xlt.html
share/LessTif/doc/html/xmbind.html
share/LessTif/release-notes.txt
@dirrm LessTif/Motif1.2/bin
@dirrm LessTif/Motif1.2/include/Mrm
@dirrm LessTif/Motif1.2/include/Xm
@dirrm LessTif/Motif1.2/include/uil
@dirrm LessTif/Motif1.2/include
@dirrm LessTif/Motif1.2/lib
@dirrm LessTif/Motif1.2