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

2012-10-16 Thread jelle
as a more granular solution. Cheers, Jelle -Original Message- From: Ulrich Wilkens Date: Wed, 17 Oct 2012 01:39:52 To: Subject: Re: [cdesktopenv-devel] [PATCH] Fix dtappbuilder on Linux On 10/17/12 00:42, Marcin Cieslak wrote: >> One of the latest NetBSD patches have broken dtap

Re: [cdesktopenv-devel] Motif 2.3.4 - it's official

2012-10-24 Thread jelle
Great! Finally we can get rid of the licensing headache :) -Original Message- From: Marcin Cieslak Date: Wed, 24 Oct 2012 18:50:39 To: Subject: [cdesktopenv-devel] Motif 2.3.4 - it's official Just got this: Updated Version of Motif 2.3.4 Now Available on SourceForge and at the Newly Up

[cdesktopenv-devel] NetBSD and DragonFly BSD port

2012-08-26 Thread Jelle Hermsen
Hiya everybody, Yesterday I found out about CDE being open sourced. I'm quite excited about this news and I'll be working on getting CDE into PKGSRC. First I will try to get things running on NetBSD and then I'll move to Dragonfly.

[cdesktopenv-devel] NetBSD/DragonFlyBSD progress

2012-09-22 Thread Jelle Hermsen
#ifdefs to add for NetBSD. I was wondering at what point it would be useful to send in my patches. Should I wait until I get it to actually build? Cheers, Jelle -- How fast is your code? 3 out of 4 devs don\\\

Re: [cdesktopenv-devel] NetBSD/DragonFlyBSD progress

2012-09-22 Thread Jelle Hermsen
umping the gun here. In that case I'll stick to packaging for pkgsrc :) Cheers, Jelle --Original Message------ From: Jon Trulson To: Marcin Cieslak Cc: Jelle Hermsen Cc: cdesktopenv-devel@lists.sourceforge.net ReplyTo: j...@radscan.com Subject: Re: [cdesktopenv-devel] NetBSD/DragonFl

Re: [cdesktopenv-devel] NetBSD/DragonFlyBSD progress

2012-09-23 Thread Jelle Hermsen
Good evening (in GMT+1 that is), On Sep 23, 2012, at 11:53 AM, Marcin Cieslak wrote: > On Sun, 23 Sep 2012, Jelle Hermsen wrote: > >> It would be great if you would only need to teach one configuration >> header about an OS > We have config/cf/* for that. I noticed, I&#x

[cdesktopenv-devel] Daily snapshots on source forge?

2012-09-25 Thread Jelle Hermsen
a built-in feature of SF. Otherwise I'll just make a cronjob on my server. I got added to the pkgsrc-wip developer list so when I get CDE building on NetBSD I can put it in there myself. Cheers, Jelle -- Live Security Vir

Re: [cdesktopenv-devel] NetBSD/DragonFlyBSD progress

2012-09-25 Thread Jelle Hermsen
e we can also start thinking about galleries filled with people who have CDE coffee mugs, tattoos and the likes :-) Cheers, Jelle -- Live Security Virtual Conference Exclusive live event will cover all the ways today'

[cdesktopenv-devel] [PATCH] teach ToolTalk config about NetBSD

2012-09-27 Thread Jelle Hermsen
I will user later on. Cheers, Jelle $NetBSD$ --- lib/tt/lib/tt_options.h.orig2012-09-26 18:55:37.0 + +++ lib/tt/lib/tt_options.h @@ -624,6 +624,37 @@ # undef OPT_XTHREADS # define OPT_CONST_CORRECT +#elif defined(__NetBSD__) +# undef OPT_UNIX_SOCKET_RPC +# undef

[cdesktopenv-devel] [PATCH] NetBSD statvfs in ToolTalk

2012-09-27 Thread Jelle Hermsen
Hi, NetBSD replaced the BSD4.4 statfs() family of calls with the POSIX/XOpen statvfs() flavors in 2004. I used HAS_STATVFS so with an extra define other systems could benefit from this. Cheers, Jelle $NetBSD$ --- lib/tt/lib/util/tt_file_system.C.orig 2012-09-26 18:55:37.0

Re: [cdesktopenv-devel] [PATCH] teach ToolTalk config about NetBSD

2012-09-27 Thread Jelle Hermsen
Hi Jelle, I need to have them in git patch-format format... This allows me to review, then add/commit them with a single command (git am ...). Otherwise, I have to manually apply the patch, type a commit message for you, and commit it myself, while ensuring you get the credit. I just don&#

[cdesktopenv-devel] [PATCH] __FreeBSD__ -> CSRG_BASED

2012-10-03 Thread Jelle Hermsen
Changed some occurrences of __FreeBSD__ to CSRG_BASED. These are all pretty clear cut cases. I left some out there where I'll still have to look further into (especially at the OpenBSD side of things). Cheers, Jelle 0001-Changed-a-couple-of-ifdefs-for-__FreeBSD__-to-CSRG_B.patch Descri

Re: [cdesktopenv-devel] [PATCH] __FreeBSD__ -> CSRG_BASED

2012-10-04 Thread Jelle Hermsen
idea what the XDR directive does. One more thing to found out :-). I'm actually quite pleased by how much builds "out of the box". I have added CDE to pkgsrc-wip and when it builds on NetBSD I will request reviews on the wip mailinglist, so that co

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

2012-10-22 Thread Jelle Hermsen
On 10/22/12 02:49, Jon Trulson wrote: > Actually, I'm thinking maybe we use an autoconf (configure) run as > part of the make includes phase. It's sole job would be to detect > various things about the system (like availablility of va_copy, tirpc, > sys_errlist/errno, installed locales, etc) and c