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-as | |
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-as')
-rw-r--r-- | x11/lesstif/patches/patch-as | 47 |
1 files changed, 26 insertions, 21 deletions
diff --git a/x11/lesstif/patches/patch-as b/x11/lesstif/patches/patch-as index 732b334c86d..0d5886388f9 100644 --- a/x11/lesstif/patches/patch-as +++ b/x11/lesstif/patches/patch-as @@ -1,24 +1,29 @@ -$NetBSD: patch-as,v 1.6 2000/10/23 19:45:19 jlam Exp $ +$NetBSD: patch-as,v 1.7 2000/12/22 17:26:19 jlam Exp $ ---- lib/config/LessTif.tmpl.orig Tue Aug 29 11:04:58 2000 -+++ lib/config/LessTif.tmpl -@@ -165,7 +165,7 @@ - #endif +--- include/Motif-1.2/Mrm/Makefile.am.orig Wed Oct 11 15:36:14 2000 ++++ include/Motif-1.2/Mrm/Makefile.am +@@ -6,6 +6,7 @@ + h= MrmAppl.h MrmDecls.h MrmPrivate.h MrmPublic.h + EXTRA_DIST= $(h) - #ifndef LessTifXmVersion --# define LessTifXmVersion 1 /* configure-time option */ -+# define LessTifXmVersion 2 /* NetBSD installs Xm-2.0 be default */ - #endif ++if Version_1_2 + # + # Install headers + # +@@ -14,16 +15,6 @@ + # + mrmdir = $(prefix)/LessTif/Motif1.2/include/Mrm - #if LessTifXmVersion == 1 -@@ -176,8 +176,8 @@ - # define LTDepXpLib /**/ - #elif LessTifXmVersion == 2 - # define XmVersion 2 --# define XmRevision 1 --# define MotifSharedRev 2.1 /* why 2.0? */ -+# define XmRevision 0 -+# define MotifSharedRev 2.0 - # define LTXpLib $(XPLIB) - # define LTDepXpLib $(DEPXPLIB) - #else +-if Version_1_2 +- + mrm_HEADERS= $(h) + + endif +-install-data-hook: +-if Version_1_2 +-if DefaultVersion12 +- if [ -d $(DESTDIR)$(prefix)/include/Mrm ]; then rm -rf $(DESTDIR)$(prefix)/include/Mrm; else rm -f $(DESTDIR)$(prefix)/include/Mrm; fi +- (mkdir -p $(DESTDIR)$(prefix)/include && cd $(DESTDIR)$(prefix)/include && $(LN_S) ../LessTif/Motif1.2/include/Mrm Mrm) +-endif +-endif +- |