Re: [cdesktopenv-devel] [PATCH] il: Remove deprecated files

2018-08-26 Thread Jon Trulson
I don't think so... the il/ version of jpeg was subsumed by DtHelp/jpeg/, which is a somewhat (!) newer version than was in il/ That's why they were marked as "obsolete". So, now we need to change DtHelp/il to use the system jpeg. Apparently we aren't using that now, even though we require it

Re: [cdesktopenv-devel] [PATCH] il: Remove deprecated files

2018-08-26 Thread Chase via cdesktopenv-devel
So can we remove il and jpeg? Thank you for your time, -Chase ‐‐‐ Original Message ‐‐‐ On August 26, 2018 6:38 PM, Jon Trulson wrote: > Ok, merged to master, thanks! > > The jpeg-dev libraries are already required (and used, I hope) on all > platforms we support. > > -jon > > On 08/25/

Re: [cdesktopenv-devel] [PATCH] il: Remove deprecated files

2018-08-26 Thread Jon Trulson
Ok, merged to master, thanks! The jpeg-dev libraries are already required (and used, I hope) on all platforms we support. -jon On 08/25/2018 07:40 PM, Chase wrote: These files aren't built and all of them say "this file is no longer used", they aren't included in the imakefile and just take

Re: [cdesktopenv-devel] [PATCH] Disable building of tcl on linux

2018-08-26 Thread Jon Trulson
This one will take some time for me to implement, so I will hold onto it for now, with an attempt to merge it within the next few days, $JOB depending. -jon On 08/26/2018 09:00 AM, Chase via cdesktopenv-devel wrote: This code can be removed once all systems have the correct system library lin

Re: [cdesktopenv-devel] [PATCH[ configShlibs.src: fix wildcard expansion error

2018-08-26 Thread Jon Trulson
This one is wrong... On 08/26/2018 08:57 AM, Chase via cdesktopenv-devel wrote: - for lib in $(/bin/ls) ./*.so.* + for lib in $(/bin/ls) -- *.so.* That should be: for lib in $(/bin/ls lib*.so.*) With your change, it did dumb things like create symlinks "--" -> "--", "dtksh" -> "dtksh", an

Re: [cdesktopenv-devel] [PATCH] Dtprintegrate: Fix shellcheck warnings

2018-08-26 Thread Jon Trulson
Merged to master, thanks. -jon On 08/25/2018 10:10 PM, Chase via cdesktopenv-devel wrote: there were quite a bit in this program... Thank you for your time, -Chase -- Check out the vibrant tech community on one o

Re: [cdesktopenv-devel] [PATCH] dtappintegrate and dtopen: fix shellcheck errors

2018-08-26 Thread Jon Trulson
Merged to master, thanks. -jon On 08/25/2018 10:09 PM, Chase via cdesktopenv-devel wrote: more shellcheck fixes Thank you for your time, -Chase -- Check out the vibrant tech community on one of the world's most eng

Re: [cdesktopenv-devel] [PATCH] Remove null from Dtsmm.c

2018-08-26 Thread Jon Trulson
Merged to master, thanks. -jon On 08/25/2018 10:06 PM, Chase via cdesktopenv-devel wrote: self explanatory, fixes a compiler warning Thank you for your time, -Chase -- Check out the vibrant tech community on one of

Re: [cdesktopenv-devel] [PATCH] Dtdocbook: Remove old sgmls program

2018-08-26 Thread Jon Trulson
Yep - my fault. I should have done a 3-way merge. Fix pushed. -jon On 08/25/2018 07:42 PM, Chase wrote: I think a mistake was made when fixing the patch to be applyable, as none of the files are actually deleted Thank you for your time, -Chase ‐‐‐ Original Message ‐‐‐ On August 25,

[cdesktopenv-devel] [PATCH[ configShlibs.src: fix wildcard expansion error

2018-08-26 Thread Chase via cdesktopenv-devel
The old version made the file stop generating at said fix. Thank you for your time, -ChaseFrom 2d76c834761e65ea21a83cc874123e64f73f9f15 Mon Sep 17 00:00:00 2001 From: chase Date: Sun, 26 Aug 2018 09:00:33 -0500 Subject: [PATCH 1/2] configShlibs.src: fix wildcard expansion error --- cde/admin/In

[cdesktopenv-devel] [PATCH] Disable building of tcl on linux

2018-08-26 Thread Chase via cdesktopenv-devel
This code can be removed once all systems have the correct system library linked, I need someone to help me find them,as I don't have any bsd, solaris, aix or hpux systems. Thank you for your time, -ChaseFrom 9e1d01c6a217af66885e860d3eaa0ff5b5724538 Mon Sep 17 00:00:00 2001 From: chase Date: Su