[cdesktopenv-devel] OpenBSD

2012-09-06 Thread Christopher Turkel
Hi Can someone tell me the status of the OpenBSD port? If there are any special build instructions that should be on the wiki, etc. Thanks -- Live Security Virtual Conference Exclusive live event will cover all the ways

[cdesktopenv-devel] CDE 2.2.0b uploaded...

2012-09-06 Thread Jon Trulson
cde-src-2.2.0b-alpha.tar.gz has been uploaded to sourceforge. Here's a snippet from the HISTORY file: # 2.2.0b (alpha) 9/6/2012 - This release incoporates approximately 200 patches from various people around the planet. - initial BSD (OpenBSD, FreeBSD) support. - wider support for various L

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

2012-09-06 Thread Jon Trulson
On Thu, 6 Sep 2012, Ulrich Wilkens wrote: > Hi, I have a little remark to programs/Imakefile > > > On 09/06/12 13:45, Marcin Cieslak wrote: >> diff --git a/cde/programs/Imakefile b/cde/programs/Imakefile >> index 4b1e1d0..5f9b6bc 100644 >> --- a/cde/programs/Imakefile >> +++ b/cde/programs/Imakefi

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

2012-09-06 Thread Ulrich Wilkens
Hi, I have a little remark to programs/Imakefile On 09/06/12 13:45, Marcin Cieslak wrote: > diff --git a/cde/programs/Imakefile b/cde/programs/Imakefile > index 4b1e1d0..5f9b6bc 100644 > --- a/cde/programs/Imakefile > +++ b/cde/programs/Imakefile > @@ -12,28 +12,39 @@ XCOMM dtksh dtinfo > #if d

Re: [cdesktopenv-devel] Basic patch to build on FreeBSD i386

2012-09-06 Thread Anthony Perkins
On 6 Sep 2012, at 18:50, "Jon Trulson" wrote: > I have not applied this of course... These (dtappbuilder and ttsnoop) > should be working now from latest git (if you are talking about the > _va_copy issues). No problem, it was only a rough patch in case anyone needed it, and I saw the full FreeB

Re: [cdesktopenv-devel] Basic patch to build on FreeBSD i386

2012-09-06 Thread Jon Trulson
On Thu, 6 Sep 2012, Anthony Perkins wrote: > Just for record, the following patch got CDE building on FreeBSD >i386. Might be useful to anyone trying to do the same. I couldn't >find this documented anywhere beforehand, and could do with some >tidying up to make it automatic based on architecture.

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

2012-09-06 Thread Jon Trulson
On Thu, 6 Sep 2012, Marcin Cieslak wrote: > - build shared libraries with major number only (libtt.so.2) > - don't build dtlogin and dtinfo > > FreeBSD support for the installer: > - work around awk issue > - create post_install FreeBSD scripts > - install only cmsd on /etc/inetd.conf > skip dtsp

[cdesktopenv-devel] Basic patch to build on FreeBSD i386

2012-09-06 Thread Anthony Perkins
Just for record, the following patch got CDE building on FreeBSD i386. Might be useful to anyone trying to do the same. I couldn't find this documented anywhere beforehand, and could do with some tidying up to make it automatic based on architecture. Anthony diff --git a/cde/programs/Imakefil

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

2012-09-06 Thread Marcin Cieslak
- build shared libraries with major number only (libtt.so.2) - don't build dtlogin and dtinfo FreeBSD support for the installer: - work around awk issue - create post_install FreeBSD scripts - install only cmsd on /etc/inetd.conf skip dtspc and ttdbserver for now Note to users: please check if