Re: [cdesktopenv-devel] [PATCH] Remove ultrix support

2018-09-30 Thread Jon Trulson
Applied to master. 3rd time's the charm! :) -jon On 09/30/2018 11:57 AM, Chase via cdesktopenv-devel wrote: this patch also untagles some ifdef mess Thank you for your time, -Chase ___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sour

[cdesktopenv-devel] [PATCH] Remove ultrix support

2018-09-30 Thread Chase via cdesktopenv-devel
this patch also untagles some ifdef mess Thank you for your time, -ChaseFrom 1596a46bb32e50ffee0da1fd4ba0270c7f326abd Mon Sep 17 00:00:00 2001 From: chase Date: Sun, 30 Sep 2018 12:28:53 -0500 Subject: [PATCH] remove ultrix support --- cde/config/cf/Imake.cf| 17 +-- cd

Re: [cdesktopenv-devel] [PATCH] Remove ultrix support

2018-06-24 Thread Jon Trulson
You could try checking out whatever branch you did this in an see if you can rebase from cde-next... ie: git checkout cde-next git pull git checkout your-remove-ultrix-branch git rebase cde-next Assuming you get that to work, then you could try regenerating the patch. I don't know how you did

Re: [cdesktopenv-devel] [PATCH] Remove ultrix support

2018-06-24 Thread Chase via cdesktopenv-devel
This is absolutely baffling to me, I have no idea why one three separate occasions, all removal attempts have failed. I guess Ultrix will be destined to stay in CDE, as I can't remove it no matter what I do! ​Thank you for your time, -Chase​ ‐‐‐ Original Message ‐‐‐ On June 24, 2018

Re: [cdesktopenv-devel] [PATCH] Remove ultrix support

2018-06-24 Thread Jon Trulson
This one fails to apply to cde-next: error: patch failed: cde/config/imake/imakemdep.h:561 error: cde/config/imake/imakemdep.h: patch does not apply error: patch failed: cde/lib/tt/lib/tt_options.h:341 error: cde/lib/tt/lib/tt_options.h: patch does not apply error: patch failed: cde/programs/dtud

[cdesktopenv-devel] [PATCH] Remove ultrix support

2018-06-23 Thread Chase via cdesktopenv-devel
Third times the charm! Posting some last minute patches before the release comes. Thank you for your time, -ChaseFrom 9733966cadd694507131c864baa7c19afd4d6f4e Mon Sep 17 00:00:00 2001 From: chase Date: Sat, 23 Jun 2018 21:48:44 -0500 Subject: [PATCH] Remove ultrix support --- cde/config/cf/Ima

Re: [cdesktopenv-devel] [PATCH] Remove ultrix support

2018-05-24 Thread Jon Trulson
And this one doesn't apply. Good night :) Applying: remove ultrix support .git/rebase-apply/patch:295: trailing whitespace. .git/rebase-apply/patch:342: trailing whitespace. #include .git/rebase-apply/patch:356: trailing whitespace. #include .git/rebase-apply/patch:570: trailing whitespace. /

Re: [cdesktopenv-devel] [PATCH] Remove ultrix support

2018-05-24 Thread Chase via cdesktopenv-devel
With the patch this time, jeez I think that's my queue to go to bed lol... Thank you for your time, -Chase ‐‐‐ Original Message ‐‐‐ On May 24, 2018 7:45 PM, Chase via cdesktopenv-devel wrote: > Self explanatory > > Thank you for your time, > -ChaseFrom 450ee26337560c13d8afef285e6c834c1

[cdesktopenv-devel] [PATCH] Remove ultrix support

2018-05-24 Thread Chase via cdesktopenv-devel
Self explanatory Thank you for your time, -Chase-- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___

Re: [cdesktopenv-devel] [PATCH] Remove Ultrix support

2018-04-28 Thread Jon Trulson
Nope on this one too: Applying: Remove ultrix code .git/rebase-apply/patch:807: trailing whitespace. # undef OPT_UNIX_SOCKET_RPC .git/rebase-apply/patch:1508: trailing whitespace. void CheckForDone( .git/rebase-apply/patch:1674: trailing whitespace. if (strcmp (Lang, "C") == 0) .git/reba

[cdesktopenv-devel] [PATCH] Remove Ultrix support

2018-04-26 Thread Chase via cdesktopenv-devel
This patch removes support for Digital's (now HP's) Ultrix, like everyone else, they seem to have no intentions of making the platform open source, and it was replaced by OSF1/Tru64 Unix, which I am also planning to remove, so should therefore be removed from the code. Thank you for your time,