[cdesktopenv-devel] [PATCH] SIGSEGV while compiling dthelp on 64 bit systems

2012-08-06 Thread Ulrich Wilkens
Hello, I have a little patch for a problem that I found when I tried to compile dthelp on 64bit FreeBSD. It could also be a problem on other 64bit systems. The problem is that the program context compiles but fails running with segmentation fault. context uses the function m_malloc() which is

[cdesktopenv-devel] [PATCH] create so-libs for bsd systems

2012-08-12 Thread Ulrich Wilkens
Here's a little patch that creates libraries ending with .so in the exports/lib directory. They are needed by the newly created binaries, at least on FreeBSD. The solution is similar to linux. >From 9e71f741c7cb06306ab55cfa0b2262a5bf055760 Mon Sep 17 00:00:00 2001 From: Ulrich Wilke

Re: [cdesktopenv-devel] [PATCH] create so-libs for bsd systems

2012-08-12 Thread Ulrich Wilkens
Please forget the patch! I've just seen that there was a similar patch a few minutes ago. ;-( On 08/13/12 04:14, Ulrich Wilkens wrote: > > Here's a little patch that creates libraries ending with .so in the > exports/lib directory. They are needed by the newly created bina

Re: [cdesktopenv-devel] [PATCH] Use $(KORNSHELL) for dtksh as well

2012-08-15 Thread Ulrich Wilkens
unately FreeBSD 9.0 i386 doesn't have __va_copy, only va_copy. -- Ulrich Wilkens Email: m...@uwilkens.de -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security an

Re: [cdesktopenv-devel] [PATCH] Process SGML and man files

2012-08-15 Thread Ulrich Wilkens
/util . So far as I can see this is also an issue for linux. mkcatdefs is missing there too. Of course we should have a better solution for it. -- Ulrich Wilkens Email: m...@uwilkens.de -- Live Security Virtual Confe

Re: [cdesktopenv-devel] [PATCH] Process SGML and man files

2012-08-16 Thread Ulrich Wilkens
On 08/17/12 00:14, Jon Trulson wrote: > On Thu, 16 Aug 2012, Marcin Cieslak wrote: > >> On Thu, 16 Aug 2012, Ulrich Wilkens wrote: >> >>> Let me make a remark: >>> >>> In order to compile the documents dtdocbook also needs the external >>

[cdesktopenv-devel] [PATCH] Find correct system includes and libs on FreeBSD

2012-08-18 Thread Ulrich Wilkens
Some header and library files couldn't be found on a freshly installed FreeBSD 9.0 Release. Here's a fix. -- Ulrich Wilkens Email: m...@uwilkens.de >From 36c05d98806ccfe511e39e6e905cf8a7d8e68b53 Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens Date: Sun, 19 Aug 2012 02:32:18

Re: [cdesktopenv-devel] [PATCH] Provide basic font aliases for FreeBSD

2012-08-18 Thread Ulrich Wilkens
be-times-medium-i-normal--*- > -adobe-times-medium-r-normal--*- > -b&h-lucidasans-medium-r-normal-sans-*- > -b&h-lucidatypewriter-bold-r-normal-sans-*- > -b&h-lucidatypewriter-medium-r-normal-sans-*- > -- Ulrich Wilkens Email: m...@uwilkens.de

[cdesktopenv-devel] [PATCH] Fix dttypes for BSD systems

2012-08-19 Thread Ulrich Wilkens
The subject says it all. Please apply my previous patch first, otherwise programs/Imakefile won't succeed. -- Ulrich Wilkens Email: m...@uwilkens.de >From 2654286993279c33f19b469c2e51f6cde27f12f3 Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens Date: Sun, 19 Aug 2012 16:04:03 +0200

[cdesktopenv-devel] [PATCH] Correction of paths for BSDs

2012-08-29 Thread Ulrich Wilkens
This patch fixes some paths which are wrong for BSD systems. -- Ulrich Wilkens Email: m...@uwilkens.de >From 957de1fd41ff2ca5bd8c79f50e3d3919ea614487 Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens Date: Thu, 30 Aug 2012 02:12:16 +0200 Subject: [PATCH] Correction of paths for BSDs ---

[cdesktopenv-devel] [PATCH] Two fixes for dtmail

2012-08-29 Thread Ulrich Wilkens
This one fixes a bug where suid bit is needed for dtmail on BSD systems. It also fixes a bug where date/time is not displayed for some time zones. -- Ulrich Wilkens Email: m...@uwilkens.de >From 764099a24f0e2987593fd33358f0c767d357f0ea Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens Date:

Re: [cdesktopenv-devel] [PATCH] Correction of paths for BSDs

2012-08-29 Thread Ulrich Wilkens
DE will currently run under a different path than /usr/dt. This path is used more often in this file and also in many other files. But of course I should have used e.g. CDE_INSTALLATION_TOP/copyright Ulrich -- Ulrich Wilkens Email: m...@uwilkens.de -

[cdesktopenv-devel] [PATCH] Fixes for dtlogin and dtcm on FreeBSD.

2012-09-05 Thread Ulrich Wilkens
works, but the required rpc.cmsd sometimes doesn't start from inetd. In this case it can be started manually. bye, Ulrich -- Ulrich Wilkens Email: m...@uwilkens.de >From b18c5e6360ce02259b86ab08ea80cb23972ec42d Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens Date: Wed, 5 Sep 2012 16:26:2

[cdesktopenv-devel] [PATCH] Fix for __va_copy on FreeBSD i386.

2012-09-05 Thread Ulrich Wilkens
This one fixes the annoying but that FreeBSD i386 is missing __va_copy. It's not nice because I had to differ between 32 and 64 bit. But at least it works. -- Ulrich Wilkens Email: m...@uwilkens.de >From c4233c7bd3d8ba145ab2e9b8df011ff94c683afd Mon Sep 17 00:00:00 2001 From: Ulrich

Re: [cdesktopenv-devel] [PATCH] Allow building on FreeBSD

2012-09-06 Thread Ulrich Wilkens
It's not necessary to disable dtlogin on FreeBSD. Yesterday I submitted a patch for it (and for dtcm). It compiles now and it runs, tested on 32bit and 64bit. And why did you introduce a new variable DTCMDIR if it always has the same value? As a conclusion to this I don't think that it is

Re: [cdesktopenv-devel] [PATCH] Remove dtinfo from packing lists for FreeBSD

2012-10-04 Thread Ulrich Wilkens
also commit an intermediate code level which compiles but doesn't run completely. Any suggestions? -- Ulrich Wilkens Email: m...@uwilkens.de -- Don't let slow site performance ruin your business. Deploy New R

[cdesktopenv-devel] dtinfo support

2012-10-13 Thread Ulrich Wilkens
running: http://www.abload.de/img/cde_dtinfokqzn3.png -- Ulrich Wilkens Email: m...@uwilkens.de -- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management a

Re: [cdesktopenv-devel] dtinfo support

2012-10-14 Thread Ulrich Wilkens
On 10/14/12 06:44, Ulrich Wilkens wrote: > Here's a short list with the main topics I've done so far: > > - fixed a lot of syntax errors (mainly forced by old c++ code) > - removed dtinfo config directory in favour of standard config > - partly rewritten exception handli

[cdesktopenv-devel] [PATCH] dtinfo subtree mmdb

2012-10-14 Thread Ulrich Wilkens
second dtinfo patch -- Ulrich Wilkens Email: m...@uwilkens.de >From 9d16e88ebab7b84b5c64c20cca5963ff2a61e370 Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens Date: Sun, 14 Oct 2012 16:38:15 +0200 Subject: [PATCH] dtinfo subtree mmdb --- cde/programs/dtinfo/mmdb/HardCopy/Imakefile|

[cdesktopenv-devel] [PATCH] dtinfo subtree dtinfogen

2012-10-14 Thread Ulrich Wilkens
fourth dtinfo patch -- Ulrich Wilkens Email: m...@uwilkens.de >From 9d4e6dec2486de88ed234d8092daf52f58a2865c Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens Date: Sun, 14 Oct 2012 17:13:07 +0200 Subject: [PATCH] dtinfo subtree dtinfogen --- cde/programs/dtinfo/dtinfogen/Imakef

[cdesktopenv-devel] [PATCH] dtinfo subtree clients

2012-10-14 Thread Ulrich Wilkens
sixth dtinfo patch -- Ulrich Wilkens Email: m...@uwilkens.de >From 34a55d04148037da60f15f249db52bd72cf7f120 Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens Date: Sun, 14 Oct 2012 18:04:35 +0200 Subject: [PATCH] dtinfo subtree clients --- cde/programs/dtinfo/clients/Imakef

[cdesktopenv-devel] [PATCH] dtinfo other requirements

2012-10-14 Thread Ulrich Wilkens
rg/ml/binutils/2002-11/msg00310.html Linux already does it this way. -- Ulrich Wilkens Email: m...@uwilkens.de >From 316efcad1547fc658b1d7fe145eec9ab4ac3538b Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens Date: Sun, 14 Oct 2012 18:26:30 +0200 Subject: [PATCH] dtinfo other requirements

Re: [cdesktopenv-devel] dtinfo support

2012-10-15 Thread Ulrich Wilkens
'missing files' messages. But these patches shouldn't go into git master at the moment! Not to forget: For building on Linux you need the package libxaw7-dev installed (or equivalent name on other Linuxes). -- Ulrich Wilkens Email: m...@uwilkens.de >From 8730d2cc2ccd3fafead427

[cdesktopenv-devel] [PATCH] Fix dtappbuilder on Linux

2012-10-16 Thread Ulrich Wilkens
One of the latest NetBSD patches have broken dtappbuilder on Linux. This fixes it again. -- Ulrich Wilkens Email: m...@uwilkens.de >From 3757c83d4ac38dcf90e641a27cc2bec2265f62c9 Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens Date: Tue, 16 Oct 2012 12:14:56 +0200 Subject: [PATCH]

Re: [cdesktopenv-devel] [PATCH] Fix dtappbuilder on Linux

2012-10-16 Thread Ulrich Wilkens
#define __va_copy(d,s) __builtin_va_copy(d,s) You can see that __va_copy is always defined whereas va_copy depends on other conditions which are not fulfilled obviously. The patch just reverts to the old dtappbuilder code for Linux and that code used __va_copy. -- Ulrich Wilke

Re: [cdesktopenv-devel] Building SGML guides - how much space needed?

2012-10-24 Thread Ulrich Wilkens
e largest one is 23 MB at the moment. So I can't believe that 7 gig is ok. By the way, did they have such large disks in the Nineties? -- Ulrich Wilkens Email: m...@uwilkens.de -- Everyone hates slow websites.

[cdesktopenv-devel] [PATCH] Build dtksh on more OSs

2013-03-29 Thread Ulrich Wilkens
er linux distributions it may also work. *) The ksh of Debian Squeeze (ksh93s) seems to be broken. Dtksh cannot be build with this version. I installed the ksh package from Debian Wheezy (ksh93u) and then it's ok. -- Ulrich Wilkens Email: m...@uwilkens.de >From 3aadeb5bbc5547ea0bd1be25

Re: [cdesktopenv-devel] [PATCH] Build dtksh on more OSsy

2013-03-31 Thread Ulrich Wilkens
;bits' in it is wrong. > =-== > > > On an Ubuntu 12.04.1 LTS amd64 system, I get different errors > (getcwd.c) + many hundreds of warnings (redefinition of various > __STDC_* macros). > > However, it does complete the above iffe command succe

[cdesktopenv-devel] [PATCH] Fix screen locking for BSDs

2013-05-29 Thread Ulrich Wilkens
Hello, here's a little patch which enables screen locking on BSD systems. (/usr/dt/bin/dtsession must be suid root) Best Regards, Ulrich -- Ulrich Wilkens Email: m...@uwilkens.de >From 244d78b73e90be65fdeed65d8a4eccd05ce7e164 Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens Date: Wed

Re: [cdesktopenv-devel] -fpermissive in programs/nsgmls

2013-07-24 Thread Ulrich Wilkens
nnot test it. Regards, Ulrich -- Ulrich Wilkens Email: m...@uwilkens.de >From 20c1b8f66ac2578da273783faf66c11a599d82be Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens Date: Thu, 25 Jul 2013 01:09:25 +0200 Subject: [PATCH] lib/DtHelp: added missing include. --- cde/lib/DtHelp/Obsolete.c | 1 + 1 f

Re: [cdesktopenv-devel] -fpermissive in programs/nsgmls

2013-07-29 Thread Ulrich Wilkens
cing size_t with 'unsigned long': __instantiate(Vector) __instantiate(Vector) Now it runs on all platforms and a preprocessor directive is not even needed. Best Regards, Ulrich -- Ulrich Wilkens Email: m...@uwilkens.de >From 641bd89d40b01b9d2d35b8f552b61ab234a97287 Mon Sep 1

Re: [cdesktopenv-devel] dtinfo support

2013-08-28 Thread Ulrich Wilkens
is untested. CDE needs an X11 print server in order to print from applications. But it is deprecated and the code has been removed from xorg. - please make sure that the X-server has 24bpp. With only 16bpp the tiff images are badly rendered (bug in lib/DtHelp). -- Ulrich Wilkens Email: m

[cdesktopenv-devel] [PATCH] dtinfo subdirectory mmdb + remaining dtinfo files

2013-08-28 Thread Ulrich Wilkens
fourth dtinfo patch -- Ulrich Wilkens Email: m...@uwilkens.de >From 71d114166ba46b51463c7d625fb014769a5738f6 Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens Date: Wed, 28 Aug 2013 20:32:11 +0200 Subject: [PATCH] dtinfo subdirectory mmdb --- cde/programs/dtinfo/Imakef

[cdesktopenv-devel] [PATCH] documents for dtinfo

2013-08-28 Thread Ulrich Wilkens
fifth dtinfo patch -- Ulrich Wilkens Email: m...@uwilkens.de >From 660ffcec460b6becec60a23adc166b7deb55e91f Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens Date: Wed, 28 Aug 2013 20:35:54 +0200 Subject: [PATCH] documents for dtinfo --- cde/doc/C/guides/bookcase.bc |

[cdesktopenv-devel] [PATCH] dtinfo activation patch

2013-08-28 Thread Ulrich Wilkens
seventh dtinfo patch. This patch enables building and installation of dtinfo. -- Ulrich Wilkens Email: m...@uwilkens.de >From fe6e2752e27ea4ea8cc76d25797406d0790ca9e5 Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens Date: Wed, 28 Aug 2013 21:30:37 +0200 Subject: [PATCH] dtinfo activat

Re: [cdesktopenv-devel] Do not create symlinks to libraries on OpenBSD

2013-09-04 Thread Ulrich Wilkens
ame scripts can be used on all platforms. -- Ulrich Wilkens Email: m...@uwilkens.de >From a3bc86a67ad4f330a441c4d5013b16927d7d4433 Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens Date: Thu, 5 Sep 2013 00:03:16 +0200 Subject: [PATCH] No symlinks to libraries on OpenBSD (default install) ---

Re: [cdesktopenv-devel] Do not create symlinks to libraries on OpenBSD

2013-09-05 Thread Ulrich Wilkens
On 09/05/13 19:21, Jon Trulson wrote: > On Thu, 5 Sep 2013, Ulrich Wilkens wrote: > >> >> I'm afraid the patch wasn't applied correctly. At least I cannot see it >> with 'git log'. Can you also apply the attached patch? It does the same, >> but

[cdesktopenv-devel] [PATCH] Introduction of BSDArchitecture

2013-10-19 Thread Ulrich Wilkens
chitecture) The old names are still available but only used if there are differences between the BSDs. This is also a preparation for a NetBSD port that I have in the queue. -- Ulrich Wilkens Email: m...@uwilkens.de >From c641478ac5175856bcf0391d512eab1c0348b1d0 Mon Sep 17 00:00:00 2001 From: U

[cdesktopenv-devel] [PATCH] Fix for dtinfo degfaults

2014-02-20 Thread Ulrich Wilkens
Hello, here are some fixes for dtinfo segfaults. They occured if you tried to use the search engine. Unfortunately the search engine is still not fixed, but now you get a corresponding message and dtinfo doesn't crash. Please apply it after the NetBSD patch. -- Ulrich Wilkens Ema

Re: [cdesktopenv-devel] [PATCH] addition of the en_US.UTF-8 locale

2014-02-28 Thread Ulrich Wilkens
. -- Ulrich Wilkens m...@uwilkens.de >From 6edd316b9a6c321f77f740e76309bee10d44e883 Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens Date: Fri, 28 Feb 2014 14:46:34 +0100 Subject: [PATCH] Fix UTF8 problem on non-linux systems --- cde/databases/Imakefile | 2 ++ 1 file changed, 2 inserti

Re: [cdesktopenv-devel] Ooops ToolTalk

2014-03-04 Thread Ulrich Wilkens
ut it breaks tooltalk. On 32bit everything is ok. -- Ulrich Wilkens Email: m...@uwilkens.de -- Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce. With Perforce, you get hassle-free workflows. Me

Re: [cdesktopenv-devel] NetBSD Instructions

2014-03-09 Thread Ulrich Wilkens
inclusion of the small motif patch is a little bit error-prone. Is it possible to store it on sourceforge as a file and then create a link in the wiki? -- Ulrich Wilkens Email: m...@uwilkens.de We are currently requesting that all contributions to the project are licenced under the MIT licence. Find

[cdesktopenv-devel] [PATCH] Fix dtfile and dtterm on NetBSD

2014-03-11 Thread Ulrich Wilkens
eeBSD. The usage of openpty() to find the next pseudo pty might also be interesting for linux. I think it's much better than to fiddle with text patterns. -- Ulrich Wilkens Email: m...@uwilkens.de >From a6306a7d6a49d524037a55cdd7d5aa752d019caa Mon Sep 17 00:00:00 2001 From: Ulrich Wil

[cdesktopenv-devel] [PATCH] Fic cpp output on Ubuntu 13

2014-03-12 Thread Ulrich Wilkens
On Ubuntu 13 and its variants cpp puts some empty lines on top of the output files. With the outcome that in case of shell scripts the shebang line is ignored. This breaks many parts in CDE. This patch avoids the additional lines. -- Ulrich Wilkens Email: m...@uwilkens.de >F

Re: [cdesktopenv-devel] dtksh compile error

2014-04-29 Thread Ulrich Wilkens
NLS16 -DOSMAJORVERSION=2 -DOSMINORVERSION=6 > startMon Apr 28 18:21:52 UTC 2014 > === > build lib0ast 950811 > ship/SHIPin[1406]: eval[1]: : not found [No such file or

Re: [cdesktopenv-devel] dtksh compile error

2014-04-29 Thread Ulrich Wilkens
_64.rpm from SL 6.5. That's the version 93u+, which is used by most other linux distributions and is proved to work with CDE. But I don't have Scientific Linux and I don't know whether it's possible to update

Re: [cdesktopenv-devel] Time for a new release?

2014-07-24 Thread Ulrich Wilkens
inaries on the system. But I would need some days (next weekend) to complete the patches and to test them against the latest CDE code. Regards, Ulrich -- Ulrich Wilkens Email: m...@uwilkens.de -- Want fast and easy ac

[cdesktopenv-devel] [PATCH] FreeBSD 10 clang port

2014-07-27 Thread Ulrich Wilkens
f the installed gcc package. Renaming of compiler binaries from clang or gcc is not necessary and wouldn't work. The wiki page of FreeBSD would need some update for this port. It would be nice if I can get access to it. Best Regards, Ulrich -- Ulrich Wilkens Email: m...@uwilkens

[cdesktopenv-devel] [PATCH] Fix panel right click

2014-09-11 Thread Ulrich Wilkens
Hello, this patch fixes ticket #30. It's a typical 64bit problem. Some 64bit pointers were stored in 32bit variables. Regards, Ulrich -- Ulrich Wilkens Email: m...@uwilkens.de >From 59cf50f449f41f9f9d39927921fb9a57365e0a53 Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens Date: Thu

Re: [cdesktopenv-devel] [PATCH] Resolve many build warnings

2014-09-24 Thread Ulrich Wilkens
Pascal Stumpf writes: > I believe I found two types of problems in this patch: > > - mkstemp(tmpMakefile); > + int ret = mkstemp(tmpMakefile); > + (void) ret; > > Why not (void)mkstemp(...)? But this should really actually *do* > something with the r

Re: [cdesktopenv-devel] [PATCH] OpenIndiana and Solaris port

2014-11-05 Thread Ulrich Wilkens
in conflict with this port. Best Regards, Ulrich -- Ulrich Wilkens Email: m...@uwilkens.de -- ___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://l

[cdesktopenv-devel] [PATCH] Fix FreeBSD 10.1 build

2014-11-19 Thread Ulrich Wilkens
The patch also removes some new dtinfo warnings which occur when compiled with the new clang version. And it fixes a build problem under gcc: If is included, must also be included. Otherwise a macro is undefined. -- Ulrich Wilkens Email: m...@uwilkens.de >From 80fbd61dcbbe58dda8d40a8ffae

Re: [cdesktopenv-devel] see command doesn't finish in build

2014-11-24 Thread Ulrich Wilkens
;s/yy/yyy/g" -e "/# line/d" y.tab.c > parser.c The result is exactly the same. Best Regards, Ulrich -- Ulrich Wilkens Email: m...@uwilkens.de -- Download BIRT iHub F-Type - The Free Enterprise-G

Re: [cdesktopenv-devel] SPARC build: a little more progress

2014-11-24 Thread Ulrich Wilkens
tptregexp -L/usr/X11/lib > -L/usr/lib -lsocket -lnsl > ld: fatal: library -ltptregexp: not found > *** Error code 2 -- Ulrich Wilkens Email: m...@uwilkens.de -- Download BIRT iHub F-Type - The Free Enterpris

[cdesktopenv-devel] [PATCH] Support for new Solaris / OpenIndiana versions

2015-05-08 Thread Ulrich Wilkens
Hello, I've some patches for the upcoming CDE release. It's not much, have been too busy in my job. This one allows to build CDE on the newest Solaris version 11.2 for both x86 and sparc. And it allows to build on OpenIndiana Hipster (x86 only). -- Ulrich Wilkens Email: m...@u

[cdesktopenv-devel] [PATCH] Fix broken build on OpenBSD

2015-05-08 Thread Ulrich Wilkens
This one adds some missing includes of stdint.h. Now CDE builds again on OpenBSD, also on older versions. -- Ulrich Wilkens Email: m...@uwilkens.de >From 48d7993c4e7b95ecd0b8548eada34d204585c858 Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens Date: Sat, 9 May 2015 00:48:08 +0200 Subject: [PA

[cdesktopenv-devel] [PATCH] Remove warnings on Linux with glibc 2.20

2015-05-08 Thread Ulrich Wilkens
And here's the last one: If CDE is built on linux systems with at least glibc 2.20 a lot of new warnings are issued. This patch avoids them. Regards, Ulrich -- Ulrich Wilkens Email: m...@uwilkens.de >From 5b4e52a71be1e355a3fda25384e1319332da25ad Mon Sep 17 00:00:00 2001 From: Ulrich

Re: [cdesktopenv-devel] dtmail patch to enable compilation with libiconv port on FreeBSD

2015-07-11 Thread Ulrich Wilkens
On 07/08/15 23:37, Douglas Carmichael wrote: > To whom it may concern: > > I have finally patched the two problem source files in dtmail to enable CDE > to successfully compile with the libiconv port on FreeBSD 10. > (While libiconv replaces the system iconv, it is needed for glib which is > used

[cdesktopenv-devel] [PATCH] Fix FreeBSD 10.2 build

2015-10-21 Thread Ulrich Wilkens
th to the perl binary which has been changed in FreeBSD 10.2. -- Ulrich Wilkens Email: m...@uwilkens.de >From e1c657c58eb4c1c6bf062686323a6b9370655de5 Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens Date: Wed, 21 Oct 2015 18:49:07 +0200 Subject: [PATCH] Fix FreeBSD 10.2 build --- cde/c

[cdesktopenv-devel] [PATCH] Fix dtinfo document build on OpenBSD

2016-06-09 Thread Ulrich Wilkens
Hello, here's a patch that fixes the build of dtinfo documents on OpenBSD. Some new warnings are also resolved. Regards, Ulrich -- Ulrich Wilkens Email: m...@uwilkens.de >From 545d63135e6c1f7da8a5127dead6c87fb14ffbe1 Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens Date: Fri, 10 Jun 20

[cdesktopenv-devel] [PATCH] dtlogin FreeBSD build fix

2016-06-12 Thread Ulrich Wilkens
Hello, one of the latest patches has used a tab character at the beginning of a line in Imakefile. This was done outside of a rule. It seems that bsd make doesn't like it and FreeBSD build is now broken. The attached patch fixes it. Regards, Ulrich -- Ulrich Wilkens Email: m...@uwilke

Re: [cdesktopenv-devel] [PATCH] dtlogin FreeBSD build fix

2016-06-14 Thread Ulrich Wilkens
On 06/13/16 01:23, Jon Trulson wrote: > On Sun, 12 Jun 2016, Ulrich Wilkens wrote: > >> Hello, >> >> one of the latest patches has used a tab character >> at the beginning of a line in Imakefile. This was >> done outside of a rule. It seems that bsd make >>

[cdesktopenv-devel] Broken BSD and Solaris systems

2018-05-25 Thread Ulrich Wilkens
lrich -- Ulrich Wilkens Email: m...@uwilkens.de -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.lin

Re: [cdesktopenv-devel] Broken BSD and Solaris systems

2018-05-25 Thread Ulrich Wilkens
On 05/25/18 19:12, Jon Trulson wrote: On 05/25/2018 10:36 AM, Ulrich Wilkens wrote: Hello, at the moment all BSD and Solaris platforms are broken. Even some Linux platforms doesn't built anymore. And this is for several reasons. The error mentioned in the previous mail is only the firs

Re: [cdesktopenv-devel] Broken BSD and Solaris systems

2018-05-25 Thread Ulrich Wilkens
e​ ‐‐‐ Original Message ‐‐‐ On May 25, 2018 11:36 AM, Ulrich Wilkens wrote: ​​ Hello, at the moment all BSD and Solaris platforms are broken. Even some Linux platforms doesn't built anymore. And this is for several reasons. The error mentioned in the previous mail is only the fir

Re: [cdesktopenv-devel] Broken BSD and Solaris systems

2018-05-25 Thread Ulrich Wilkens
penv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel Best Regards, Ulrich -- Ulrich Wilkens Email: m...@uwilkens.de -- Check out the vibrant tech community on one of the worl

Re: [cdesktopenv-devel] Broken BSD and Solaris systems

2018-05-25 Thread Ulrich Wilkens
ered by my upcoming patches, also tickets 62 and 63. Best Regards, Ulrich On Fri, May 25, 2018 at 6:07 PM, Jon Trulson <mailto:j...@radscan.com>> wrote: On 05/25/2018 03:17 PM, Ulrich Wilkens wrote: On 05/25/18 19:12, Jon Trulson wrote: On 05/25/2018 10:36

Re: [cdesktopenv-devel] Update on packaging situation

2018-05-25 Thread Ulrich Wilkens
v-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel -- Ulrich Wilkens Email: m...@uwilkens.de -- Check out the vibrant tech community on one of the world&

Re: [cdesktopenv-devel] Broken BSD and Solaris systems

2018-05-29 Thread Ulrich Wilkens
On 05/26/18 05:55, Matthew R. Trower wrote: Ulrich Wilkens writes: The main effort is not the testing, it can run over night. Main effort is holding the test systems up to date. I'm doing it manually now and I'm searching for a better solution. Okay, what's the process here

Re: [cdesktopenv-devel] Update on packaging situation

2018-05-29 Thread Ulrich Wilkens
Minix by the end of the 80s. And I've learned the details of UNIX kernel from the fantastic book of Andrew Tanenbaum. But see my first sentence ... Best Regards, Ulrich ​Thank you for your time, -Chase​ ‐‐‐ Original Message ‐‐‐ On May 25, 2018 7:24 PM, Ulrich Wilkens wrote

[cdesktopenv-devel] [PATCH] Fix BSD and Sun problems after coverity fixes

2018-05-31 Thread Ulrich Wilkens
Hello, here's the first of 4 patches to fix some errors and warnings which appeared recently. This one fixes problems for BSD and sun systems. Thanks for not changing git master during the last week. It was very helpful. Best Regards, Ulrich -- Ulrich Wilkens Email: m...@uwilkens.de

Re: [cdesktopenv-devel] [PATCH] Fix BSD and Sun problems after coverity fixes

2018-05-31 Thread Ulrich Wilkens
Matthew R. Trower   Original Message From: Ulrich Wilkens Sent: Thursday, May 31, 2018 16:13 To: CDE development Subject: [cdesktopenv-devel] [PATCH] Fix BSD and Sun problems after coverity fixes Hello, here's the first of 4 patches to fix some errors and warnings which appeared recently.

[cdesktopenv-devel] [PATCH] Fix Linux rpc problems with new glibc

2018-05-31 Thread Ulrich Wilkens
e and gencat complains about the new header lines. If the license info is really needed, it could be added in another way later. But for now, I've just removed it. Best Regards, Ulrich -- Ulrich Wilkens Email: m...@uwilkens.de >From a48b913dba0d336bde2b64c9d80a70bd1b47a7aa Mon Sep 17 00:00

Re: [cdesktopenv-devel] [PATCH] Fix BSD and Sun problems after coverity fixes

2018-05-31 Thread Ulrich Wilkens
On 06/01/18 00:00, Christopher Turkel wrote: Will OpenBSD build now? No, its the third patch. On Thu, May 31, 2018 at 5:43 PM Ulrich Wilkens <mailto:m...@uwilkens.de>> wrote: On 05/31/18 23:15, Matthew R. Trower wrote: > ‎Thanks for your work. Should Sun systems build

Re: [cdesktopenv-devel] [PATCH] Fix Linux rpc problems with new glibc

2018-05-31 Thread Ulrich Wilkens
On 06/01/18 02:18, Jon Trulson wrote: On 05/31/2018 03:49 PM, Ulrich Wilkens wrote: The second patch mainly cares about removed sunrpc support in glibc. This is a problem on newest Linux releases. It also fixes some new warnings. Applied to master. I've also removed the shortly

[cdesktopenv-devel] [PATCH] Fixes for OpenBSD

2018-05-31 Thread Ulrich Wilkens
This is my third patch. It fixes some problems so that OpenBSD builds again. It should also solve the tickets 62, 63, 70 and 72. Best Regards, Ulrich -- Ulrich Wilkens Email: m...@uwilkens.de >From c111beb3fa8c39790175e6069fbb17c555d2f34d Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens D

[cdesktopenv-devel] [PATCH] Fix warnings on FreeBSD

2018-05-31 Thread Ulrich Wilkens
This in my last patch of the series. It fixes many new warnings, especially on FreeBSD. Now master can be synced with everything what's needed. :-) Best Regards, Ulrich -- Ulrich Wilkens Email: m...@uwilkens.de >From 781fc73761458ad8ea10ad3b39d3497bd3e0d91f Mon Sep 17 00:00:00 2

Re: [cdesktopenv-devel] [PATCH] Fix Linux rpc problems with new glibc

2018-05-31 Thread Ulrich Wilkens
r wouldn't work because then you have the main part without a header. And that seems to be a problem. I don't know why, but I'm not a lawyer. --- Matthew R. Trower   Original Message From: Ulrich Wilkens Sent: Thursday, May 31, 2018 20:25 To: cdesktopenv-devel@lists.sourceforge

Re: [cdesktopenv-devel] [PATCH] Fixes for OpenBSD

2018-06-02 Thread Ulrich Wilkens
t;     OpenBSD MacBSD.localdomain 6.3 GENERIC.MP#3 <http://GENERIC.MP#3> <http://GENERIC.MP#3> >>>     amd64 >>> >>>     On Thu, May 31, 2018 at 9:51 PM, Christopher Turkel >>>     mailto:turkel.christop...@gmail.com>

Re: [cdesktopenv-devel] make World tries to compile SunStudio header files

2018-06-09 Thread Ulrich Wilkens
nv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel -- Ulrich Wilkens Email: m...@uwilkens.de -- Check out the vibrant tech community on one of the world's

Re: [cdesktopenv-devel] Status of AIX and HPUX ports, and thoughts about dtksh

2018-06-09 Thread Ulrich Wilkens
ts.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel -- Ulrich Wilkens Email: m...@uwilkens.de -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.

Re: [cdesktopenv-devel] Status of AIX and HPUX ports, and thoughts about dtksh

2018-06-09 Thread Ulrich Wilkens
tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel --

Re: [cdesktopenv-devel] nsgmls symbol collision on illumos/OpenIndiana

2018-06-10 Thread Ulrich Wilkens
CDE installation is a litle bit mixed up? Sorry for the question, but this could also cause problems, if you are using wrong header files or libraries. -- Ulrich Wilkens Email: m...@uwilkens.de -- Check out the vibrant

Re: [cdesktopenv-devel] make World tries to compile SunStudio header files

2018-06-11 Thread Ulrich Wilkens
end info into a separate file and not into Makefile. Most other platforms are doing it like this anyway. Fortunately this can be achieved with a simple patch, which I can provide this evening. -- Ulrich Wilkens Email: m

[cdesktopenv-devel] [PATCH] create .depend files for Solaris+Illumos

2018-06-11 Thread Ulrich Wilkens
-- Ulrich Wilkens Email: m...@uwilkens.de >From cfede18a8a6381f257ad2eae4b6502f21bf8bc11 Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens Date: Mon, 11 Jun 2018 23:00:41 +0200 Subject: [PATCH] create .depend files for Solaris+Illumos --- cde/config/cf/sun.cf | 2 ++ 1 file changed, 2 inserti

Re: [cdesktopenv-devel] importing Motif

2018-06-12 Thread Ulrich Wilkens
out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Re: [cdesktopenv-devel] Motif version incompatibilites

2018-06-12 Thread Ulrich Wilkens
re. > As far as I know the imports/x11/include/Xm (+X11) directory is still needed for makedepend. And I wouldn't spend the effort to change makedepend not to use them. Let's better get rid of makedepend totally. Then we can also remove the imports/x11/include directories. --

Re: [cdesktopenv-devel] [PATCH] docbook.tcl: add shebang

2018-06-12 Thread Ulrich Wilkens
___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel -- Ulrich Wilkens Email: m...@uwilkens.de -- Check out the vibrant tech commun

Re: [cdesktopenv-devel] Motif version incompatibilites

2018-06-12 Thread Ulrich Wilkens
s.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel -- Ulrich Wilkens Email: m...@uwilkens.de -- Check out the vibrant tech community on one

Re: [cdesktopenv-devel] DtInfo.tmpl and friends

2018-06-12 Thread Ulrich Wilkens
em. So the never running blocks are intentional. Maybe they could go away now. There are bugs that surface when this code is actually run (related to version logic, I believe). I'll have further questions, and some suggestions, but I can forumlate them more intelligently after I understand

Re: [cdesktopenv-devel] DtInfo.tmpl and friends

2018-06-13 Thread Ulrich Wilkens
ms with it? -- Matthew R. Trower -- Ulrich Wilkens Email: m...@uwilkens.de -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sd

Re: [cdesktopenv-devel] imake gcc version detection (sun)

2018-06-16 Thread Ulrich Wilkens
olaris SPARC in 2014. But Openindiana SPARC didn't work because it was just not available. Did it change in the meantime? -- Ulrich Wilkens Email: m...@uwilkens.de -- Check out the vibrant tech community on one of t

[cdesktopenv-devel] reduction of BSD warnings broken

2018-06-16 Thread Ulrich Wilkens
piler options are just not supported. I could send a patch but it would use some of the __GNUC* and __clang* macros. It makes it complicated and is not very nice. By the way: I don't like this sort of "solution". It indeed reduces some noise, but also possibly hides important info

Re: [cdesktopenv-devel] [PATCH] Remove Apple unix support

2018-06-24 Thread Ulrich Wilkens
to find a workaround. But this is all beta stage and needs more work, so nothing for next release. Maybe I'll post the patch some time after the release. -- Ulrich Wilkens Email: m...@uwilkens.de -- Check out the vibrant

Re: [cdesktopenv-devel] [PATCH] Remove Apple unix support

2018-06-24 Thread Ulrich Wilkens
nt tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel -

Re: [cdesktopenv-devel] [PATCH] Remove Apple unix support

2018-06-24 Thread Ulrich Wilkens
ally the backdrop is sent to the bottom of the window stack with XlowerWindow(). But for some reason it doesn't work with XQuartz. Possibly because XQuartz is running rootless? -- Ulrich Wilkens Email: m...@uwilkens.de --

Re: [cdesktopenv-devel] Motif version incompatibilites

2018-06-26 Thread Ulrich Wilkens
On 06/13/18 07:22, Ulrich Wilkens wrote: On 06/13/18 01:12, Jon Trulson wrote: I think I want a signoff from Ulrich on this - I have no way to test. -jon Well I can test the patch. But again it will need some time, because it has to be done on all platforms. And I'm afraid that thes

Re: [cdesktopenv-devel] Motif version incompatibilites

2018-06-26 Thread Ulrich Wilkens
On 06/26/18 23:53, Matthew R. Trower wrote: Ulrich Wilkens writes: On 06/13/18 07:22, Ulrich Wilkens wrote: I have now finished the test of the patch. It runs fine on all platforms. Unfortunately site.def and sun.cf have changed in the meantime. So I'm afraid it won't apply anymore

Re: [cdesktopenv-devel] strcasestr detection patch

2018-06-26 Thread Ulrich Wilkens
one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel -- Ulrich W

Re: [cdesktopenv-devel] Motif version incompatibilites

2018-06-26 Thread Ulrich Wilkens
m.link/slashdot ___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel -- Ulrich Wilkens Email: m...@uwilkens.de ---

  1   2   >