Re: [cdesktopenv-devel] new release?

2012-08-24 Thread ibid_ag
>> 2) tirpc support for linux (I'll add this, probably disabled by default) > > Also good. tirpc is the portmapper that's been in Fedora and RHEL for a > long time. > >> 3) dtksh on linux, might work - haven't tried yet > > Worth a try. Last I tried (with some of the BSD dtksh patches as a start

Re: [cdesktopenv-devel] [PATCH] FreeBSD: Use -O instead of -O2

2012-08-24 Thread Marcin Cieslak
On Thu, 23 Aug 2012, Jon Trulson wrote: > On Thu, 23 Aug 2012, Marcin Cieslak wrote: > > Applied, but why? Yes, from my limited testing it turns out that libDtHelp had trouble reading help volumes (dthelpgen couldn't find any). When I recompiled with -g everything worked; after that I tried com

[cdesktopenv-devel] [PATCH] Add pax files generated by dtksh to .gitignore

2012-08-24 Thread Marcin Cieslak
It seems that after changing -O2 to -O for FreeBSD pax started to build successfully. Interesting. --- cde/.gitignore |6 ++ 1 file changed, 6 insertions(+) diff --git a/cde/.gitignore b/cde/.gitignore index 1ebea60..b7b872c 100644 --- a/cde/.gitignore +++ b/cde/.gitignore @@ -799,6 +799,