Re: [cdesktopenv-devel] SPARC patch

2021-02-07 Thread Lev via cdesktopenv-devel
Hi Jon, > On Feb 7, 2021, at 17:57, Jon Trulson wrote: > > If I had a vote, I would have made both CDE and Motif MIT licensed, like > X11... But I didn't. Last time I brought it up, the usual licensing > arguments broke out. I can live with the way it is, there are bigger fish to > fry, and

Re: [cdesktopenv-devel] [PATCH] dthelp/parser/helptag: build under autotools

2021-02-07 Thread Jon Trulson
On 2/7/21 1:54 PM, Chase via cdesktopenv-devel wrote: > So, this was an easy task, however, I do not think that I am capable > of doing the rest of dthelp, is is some complex stuff. As for dtinfo, > I still need to investigate it more... > I've applied this.  Yes, I did parser/pass1... I think onl

Re: [cdesktopenv-devel] [PATCH] make ttsnoop build under autotools

2021-02-07 Thread Jon Trulson
On 2/7/21 8:39 AM, Chase via cdesktopenv-devel wrote: > Only two programs left... > Yeah, getting closer... Once those are done, then docs, then profit! I cannot apply this patch though as it breaks multicore builds: depbase=`echo stringChooser_stubs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ c++ -

Re: [cdesktopenv-devel] Teach Imake to autoconfigure itself using AT&T's iffe

2021-02-07 Thread Jon Trulson
On 2/6/21 8:30 PM, Lev via cdesktopenv-devel wrote: > Hello, > > This patch adds support for autoconfiguring and generating the appropriate > headers using AT&T’s iffe. > > Iffe was shipped as part of the original CDE release within the DtKsh and has > been tested to work with all UNIX compatible

Re: [cdesktopenv-devel] Parallel build support for Imake

2021-02-07 Thread Jon Trulson
On 2/6/21 12:09 PM, Lev via cdesktopenv-devel wrote: > Hello, > > This patch allows for parallel ‘make World’ with imake. > > If we are interested in cross-compilation support, I could work on that as > well. As Chase mentioned, it is impressive but alas temporary.  It is also flaky - several fil

Re: [cdesktopenv-devel] Default font change

2021-02-07 Thread Jon Trulson
On 2/6/21 2:08 PM, Chase via cdesktopenv-devel wrote: > I can get behind this, I know there was talk of using motif's XFT > support for a bit, but I don't think anything ever came of it... > Some good portions of CDE can run using XFT - I believe Peter spent some time playing with this.  Of course

Re: [cdesktopenv-devel] Default font change

2021-02-07 Thread Jon Trulson
On 2/6/21 12:20 PM, Lev via cdesktopenv-devel wrote: > Hello, > > I would like to gather feedback from everyone on the list on whether > we should switch the default font (a bitmap rendering of Lucida) to a > manually adjusted screen font designed to maximize legibility. > > I’ve attached before an

Re: [cdesktopenv-devel] Remove Freetype dependency and switch default backdrop

2021-02-07 Thread Jon Trulson
Hi, I've applied this to master... libXm does have a proper dependency on libfreetype (for XFT). -jon On 2/6/21 1:38 PM, Lev via cdesktopenv-devel wrote: > Hello, > > The first patch removes an unnecessary dependency on Freetype that was the > result of including a private Motif header without

Re: [cdesktopenv-devel] SPARC patch

2021-02-07 Thread Christopher Turkel
I remember at the very dawn of the project we had a license debate and I do not wish to revisit those days. On Sunday, February 7, 2021, Jon Trulson wrote: > On 2/3/21 9:31 PM, Lev wrote: > > Hi Jon, > > If getting Motif and CDE relicensed under X11 someday is still desirable, I > think having

Re: [cdesktopenv-devel] SPARC patch

2021-02-07 Thread Jon Trulson
On 2/3/21 9:31 PM, Lev wrote: > Hi Jon, > > If getting Motif and CDE relicensed under X11 someday is still desirable, I > think having the CDE project become a member of Software in the Public > Interest (they already help manage the legal side of X.org, etc.) could be > helpful. If I had a vot

[cdesktopenv-devel] [PATCH] dthelp/parser/helptag: build under autotools

2021-02-07 Thread Chase via cdesktopenv-devel
So, this was an easy task, however, I do not think that I am capable of doing the rest of dthelp, is is some complex stuff. As for dtinfo, I still need to investigate it more... Thank you for your time, -ChaseFrom 1504a82780e979262249263d56077ec8f024404f Mon Sep 17 00:00:00 2001 From: Chase Dat

[cdesktopenv-devel] [PATCH] make ttsnoop build under autotools

2021-02-07 Thread Chase via cdesktopenv-devel
Only two programs left... Thank you for your time, -ChaseFrom 51e10c0b4c5b7c980ea48e7e0181e75c7a5bbf9b Mon Sep 17 00:00:00 2001 From: Chase Date: Sun, 7 Feb 2021 09:37:41 -0600 Subject: [PATCH] ttsnoop: make it build under autotools --- cde/configure.ac | 2 + cde/programs/Mak