Re: [cdesktopenv-devel] ToolTalk broken on OpenBSD

2012-11-19 Thread Pascal Stumpf
On Mon, 19 Nov 2012 19:37:53 -0700 (MST), Jon Trulson wrote: > On Sun, 18 Nov 2012, Pascal Stumpf wrote: > > > On Mon, 15 Oct 2012 18:10:26 -0600 (MDT), Jon Trulson wrote: > >> On Mon, 15 Oct 2012, Pascal Stumpf wrote: > >> > >>> Something has seriously broken ttsession on OpenBSD (and anything us

Re: [cdesktopenv-devel] pclose() -> fclose()

2012-11-19 Thread Jon Trulson
On Mon, 19 Nov 2012, Pascal Stumpf wrote: > See patch. > This one I'm not so sure about... pclose might be doing other cleanups under the hood, so should be used... Can you determine why the shell sometimes hangs? If not, then can we make this conditional on OpenBSD only? -- Jon Trulson "Oh

Re: [cdesktopenv-devel] dtfile(1): Use FILE_MAP_OPTIMIZE on OpenBSD

2012-11-19 Thread Jon Trulson
On Mon, 19 Nov 2012, Pascal Stumpf wrote: > See patch. Other OSes might want to do this as well ... > Applied. -- Jon Trulson "Oh the land of the free, and the home of the brave. Are you heaven on Earth, or the gloom of the grave." -- Iron Sky -

Re: [cdesktopenv-devel] Use /usr/sbin/sendmail as mailer on OpenBSD

2012-11-19 Thread Jon Trulson
On Mon, 19 Nov 2012, Pascal Stumpf wrote: > See patch. > Applied. -- Jon Trulson "Oh the land of the free, and the home of the brave. Are you heaven on Earth, or the gloom of the grave." -- Iron Sky --

Re: [cdesktopenv-devel] Motif manpages

2012-11-19 Thread Jon Trulson
On Sun, 18 Nov 2012, Pascal Stumpf wrote: > We currently build and install an extra copy of all motif manpages. > This is unnecessary at best; this documentation should be packaged > with openmotif. It might well be outdated too (haven't checked). > Applied. -- Jon Trulson "Oh the land of the

Re: [cdesktopenv-devel] Don't add csu objects to linker cmd line on OpenBSD any more

2012-11-19 Thread Jon Trulson
On Sun, 18 Nov 2012, Pascal Stumpf wrote: > See patch. > Applied. -- Jon Trulson "Oh the land of the free, and the home of the brave. Are you heaven on Earth, or the gloom of the grave." -- Iron Sky --

Re: [cdesktopenv-devel] AvoidNullMakeCommand on OpenBSD

2012-11-19 Thread Jon Trulson
On Sun, 18 Nov 2012, Pascal Stumpf wrote: > Avoid make warnings. > Applied. -- Jon Trulson "Oh the land of the free, and the home of the brave. Are you heaven on Earth, or the gloom of the grave." -- Iron Sky

Re: [cdesktopenv-devel] ToolTalk broken on OpenBSD

2012-11-19 Thread Jon Trulson
On Sun, 18 Nov 2012, Pascal Stumpf wrote: > On Mon, 15 Oct 2012 18:10:26 -0600 (MDT), Jon Trulson wrote: >> On Mon, 15 Oct 2012, Pascal Stumpf wrote: >> >>> Something has seriously broken ttsession on OpenBSD (and anything using >>> it). Either segfaulting and leaving zombie processes or immediat

[cdesktopenv-devel] pclose() -> fclose()

2012-11-19 Thread Pascal Stumpf
See patch. >From cc22d0438465eb8d099acba27d3c4f6e382c920d Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Mon, 19 Nov 2012 16:29:10 +0100 Subject: [PATCH] pclose() -> fclose() We're not doing anything with the exit status anyway, and waiting for the shell to terminate sometimes hangs dtfile, a

[cdesktopenv-devel] dtfile(1): Use FILE_MAP_OPTIMIZE on OpenBSD

2012-11-19 Thread Pascal Stumpf
See patch. Other OSes might want to do this as well ... >From 3f0f3a4909692ededd08892260140fd6c8f97f7d Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Mon, 19 Nov 2012 16:22:47 +0100 Subject: [PATCH] On OpenBSD, use FILE_MAP_OPTIMIZED. This has the effect of not performing a tt call each time