Re: [cdesktopenv-devel] [PATCH] Remove dtinfo from packing lists for FreeBSD

2012-10-04 Thread Jon Trulson
On Thu, 4 Oct 2012, Ulrich Wilkens wrote: > On 10/04/12 10:17, Marcin Cieslak wrote: > >>> #define BuildDtInfo NO or YES, and handle it like other >> >> Nice. >> >> Of course a proper solution should be for other systems as well >> if there is a need. I just wonder whether it will not be faster >>

[cdesktopenv-devel] CDE 2.2.0c tarball released

2012-10-04 Thread Jon Trulson
It will take a it for it to propagate around the planet, but it's up there. Here's the relevant, and somewhat brief portion of the HISTORY file: # 2.2.0c (alpha) 10/4/2012 - Many 64b issues have been fixed, related to XtVaGetValues(), missing prototypes, erroneous assumptions regarding the si

Re: [cdesktopenv-devel] [PATCH] Remove dtinfo from packing lists for FreeBSD

2012-10-04 Thread Ulrich Wilkens
On 10/04/12 10:17, Marcin Cieslak wrote: >> #define BuildDtInfo NO or YES, and handle it like other > > Nice. > > Of course a proper solution should be for other systems as well > if there is a need. I just wonder whether it will not be faster > just to make dtinfo work - I didn't give it a try ye

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] __FreeBSD__ -> CSRG_BASED

2012-10-04 Thread Marcin Cieslak
On Wed, 3 Oct 2012, Jelle Hermsen wrote: > 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). Nice, I really dislike using __FreeBSD__ but I c

Re: [cdesktopenv-devel] [PATCH] Remove dtinfo from packing lists for FreeBSD

2012-10-04 Thread Marcin Cieslak
On Wed, 3 Oct 2012, Jon Trulson wrote: > On Wed, 3 Oct 2012, Marcin Cieslak wrote: > > I guess my question on this one is - why do it differently for FBSD? It's just a quick way to get correct packing list which we might need to register binary packages with the OS at the end of the install. >