[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. Cheers, Jelle ---

[cdesktopenv-devel] NetBSD/DragonFlyBSD progress

2012-09-22 Thread Jelle Hermsen
Hiya everybody, This is a quick status update so that you all know I'm still working on this . The pkgsrc freeze for 2012Q3 started last Sunday and I had to get some stuff fixed before that, so with that out of the way I'm focusing more on porting CDE to NetBSD (and when I'm done with that Drago

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
Hiya everybody, I'm currently switching to using the pkgsrc-toolchain directly to build and test. This means that I'm creating a preliminary pkgsrc-package that pulls in the source code from the web when building, applies my patches to it and then walks through the entire pkgsrc-process which (s

Re: [cdesktopenv-devel] NetBSD/DragonFlyBSD progress

2012-09-25 Thread Jelle Hermsen
On Sep 24, 2012, at 11:55 AM, Peter Howkins wrote: > That'd be me. > > Our main site should be the URL http://cdesktopenv.sourceforge.net/ (which > is exactly the same content at the moment). I'll setup some proper > forwarding between the URLs at some point, so only one copy of pages needs >

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

2012-09-27 Thread Jelle Hermsen
Hiya, This patch is a unified diff, as we use it in pkgsrc. Please let me know if you prefer a git formatted patch instead. The pkgsrc tool mkpatches generate this automatically, so this is easiest for me. This patch teaches ToolTalk about NetBSD and introduces a HAS_STATVFS identifier which

[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
x27;t have time for that. The same goes for the other patch follwing that you sent. Thanks. I see your point. Here's the new one. Cheers, Jelle >From e3451b24c83669aa7916d5fa2dfafe723fca6920 Mon Sep 17 00:00:00 2001 From: Jelle Hermsen Date: Thu, 27 Sep 2012 03:03:27 +0200 Subject:

[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 Description: Bi

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

2012-10-04 Thread Jelle Hermsen
On Oct 4, 2012, at 10:23 AM, Marcin Cieslak wrote: > > Nice, I really dislike using __FreeBSD__ but I can't test on others. > > What wonders me is the use of > > #define XDR __rpc_xdr > > in cde/lib/tt/lib/util/tt_xdr_utils.C. I wonder if it's correct > even for OpenBSD (I removed CSRG_BASED t

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