diff options
author | jlam <jlam@pkgsrc.org> | 2000-12-22 17:26:18 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-12-22 17:26:18 +0000 |
commit | c788cdc7d80be0e4b147aedc81c6017e287a97da (patch) | |
tree | 7508366f1ef7becae93914cbae4785a898754206 /x11/lesstif/patches/patch-bm | |
parent | 6968ccff3d613827a8a5f96fee1d0b3614c8fdb5 (diff) | |
download | pkgsrc-c788cdc7d80be0e4b147aedc81c6017e287a97da.tar.gz |
Update lesstif and lesstif12 to version 0.92.6. Make me the maintainer
since I'm most familiar with the hack to include the LessTif X11 config
files. Relevant changes from version 0.91.8:
* Build/Install Uil libs and Headers (and tests) by default.
* Fixed some FontList interfaces to conform to the docs. Might fix
memory leaks as well.
* Ongoing work to use ANSI C89 as much as possible. Drop alternatives
being used (e.g. bcopy() and friends)
* The Motif 2.x Xme() funcs should now all exist in stubs at least; some
had already been "implemented" earlier.
* Build support for a Motif 2.1 compatible tree. This will soon replace
the 2.0 tree.
* Work in progres for creating XmPrint API. (2.1 functionality)
Diffstat (limited to 'x11/lesstif/patches/patch-bm')
-rw-r--r-- | x11/lesstif/patches/patch-bm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11/lesstif/patches/patch-bm b/x11/lesstif/patches/patch-bm new file mode 100644 index 00000000000..e823852021a --- /dev/null +++ b/x11/lesstif/patches/patch-bm @@ -0,0 +1,17 @@ +$NetBSD: patch-bm,v 1.1 2000/12/22 17:26:21 jlam Exp $ + +--- lib/config/Makefile.am.orig Wed Aug 30 09:45:04 2000 ++++ lib/config/Makefile.am +@@ -6,10 +6,10 @@ + + configdir= $(libdir)/X11/config + +-EXTRA_DIST = LessTif.rules LessTif.tmpl host.def Imake.tmpl ++EXTRA_DIST = LessTif.rules LessTif.tmpl LessTif.def Imake.tmpl + + if XIsR6 +-config_DATA= LessTif.rules LessTif.tmpl host.def ++config_DATA= LessTif.rules LessTif.tmpl LessTif.def + else + # so being R5 + config_DATA= Imake.tmpl LessTif.rules LessTif.tmpl |