Re: [cdesktopenv-devel] New src tarball in a couple weeks?

2012-08-23 Thread Jon Trulson
On Thu, 23 Aug 2012, David Cantrell wrote: > On Wed, Aug 22, 2012 at 09:03:02PM -0600, Jon Trulson wrote: >> The current src tarball up on SF is... well, way out of date compared >> to where git master is now. >> >> I'd like to get some fixes into master and make a new one in around 2 >> weeks. D

Re: [cdesktopenv-devel] [PATCH] Use KORNSHELL variable instead of /bin/ksh

2012-08-23 Thread Jon Trulson
On Thu, 23 Aug 2012, Marcin Cieslak wrote: > This patch removes instances of hardcoded > invocation of /bin/ksh and allows to > replace it with, for, example, > /usr/local/bin/ksh93 > > Also "ksh93" is accepted whenever "ksh" is. > > Tested using the following /bin/ksh: > Applied. -- Jon Trulso

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

2012-08-23 Thread Jon Trulson
On Thu, 23 Aug 2012, Marcin Cieslak wrote: Applied, but why? -- Jon Trulson Atoms are what make us matter. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat

Re: [cdesktopenv-devel] [PATCH 27/27] 64bit: Fix crash in dtexec

2012-08-23 Thread Jon Trulson
On Thu, 23 Aug 2012, Marcin Cieslak wrote: Applied. -- Jon Trulson Atoms are what make us matter. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape

Re: [cdesktopenv-devel] [PATCH 26/27] FreeBSD: scan /usr/local/lib/X11/fonts/ for fontpath

2012-08-23 Thread Jon Trulson
On Thu, 23 Aug 2012, Marcin Cieslak wrote: Applied. -- Jon Trulson Atoms are what make us matter. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape

Re: [cdesktopenv-devel] [PATCH 25/27] Use FreeBSD-specific invocation of /bin/ps

2012-08-23 Thread Jon Trulson
On Thu, 23 Aug 2012, Marcin Cieslak wrote: Applied. -- Jon Trulson Atoms are what make us matter. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscap

Re: [cdesktopenv-devel] CDE on Arch Linux ARM

2012-08-23 Thread Jon Trulson
On Thu, 23 Aug 2012, Scott F. Comstock wrote: > All, > > I've managed to successfully build CDE on Arch Linux ARM (armv5el). A > few things to take note of: Christopher Turkel hangs out here, he can add some of this info to the wiki. > > (1) Ncompress needs to be (manually) installed as /usr/bi

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

2012-08-23 Thread Marcin Cieslak
--- cde/config/cf/FreeBSD.cf |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cde/config/cf/FreeBSD.cf b/cde/config/cf/FreeBSD.cf index 3817be6..3671171 100644 --- a/cde/config/cf/FreeBSD.cf +++ b/cde/config/cf/FreeBSD.cf @@ -125,14 +125,14 @@ XCOMM operating system: OSN

Re: [cdesktopenv-devel] [PATCH] Use KORNSHELL variable instead of /bin/ksh

2012-08-23 Thread Marcin Cieslak
On Thu, 23 Aug 2012, Pascal Stumpf wrote: > On Thu, 23 Aug 2012 17:49:26 +0200, Marcin Cieslak wrote: > > This patch removes instances of hardcoded > > invocation of /bin/ksh and allows to > > replace it with, for, example, > > /usr/local/bin/ksh93 > > > > Also "ksh93" is accepted whenever "ksh"

Re: [cdesktopenv-devel] [PATCH] Use KORNSHELL variable instead of /bin/ksh

2012-08-23 Thread Pascal Stumpf
On Thu, 23 Aug 2012 17:49:26 +0200, Marcin Cieslak wrote: > This patch removes instances of hardcoded > invocation of /bin/ksh and allows to > replace it with, for, example, > /usr/local/bin/ksh93 > > Also "ksh93" is accepted whenever "ksh" is. Have you looked at whether ksh is actually required

[cdesktopenv-devel] Looking for working help files (.sdl)

2012-08-23 Thread Marcin Cieslak
Hello, for anyone of you who have the help system working: - I am looking for good .sdl files (for example /usr/dt/appconfig/help/C/Intromgr.sdl) to compare with what I have. Donations welcome - you can them to my ftp server: saper.info login: ftp password: ftp directory: /incoming/cde or ftp

[cdesktopenv-devel] [PATCH] Use KORNSHELL variable instead of /bin/ksh

2012-08-23 Thread Marcin Cieslak
This patch removes instances of hardcoded invocation of /bin/ksh and allows to replace it with, for, example, /usr/local/bin/ksh93 Also "ksh93" is accepted whenever "ksh" is. Tested using the following /bin/ksh: 8< WHAT=`ps -o command= -p $PPID` msg="Something tried to call /bin/ksh: $PP

Re: [cdesktopenv-devel] New src tarball in a couple weeks?

2012-08-23 Thread David Cantrell
On Thu, Aug 23, 2012 at 02:51:22PM +, Marcin Cieslak wrote: > On Thu, 23 Aug 2012, David Cantrell wrote: > > > > - fix shared library scheme - now apps link to > > > > > > libtt.so => /usr/dt/lib/libtt.so (0x800fbe000) > > > libDtSvc.so => /usr/dt/lib/libDtSvc.so (0x800d57000) > > > > >

Re: [cdesktopenv-devel] New src tarball in a couple weeks?

2012-08-23 Thread Marcin Cieslak
On Thu, 23 Aug 2012, David Cantrell wrote: > > - fix shared library scheme - now apps link to > > > > libtt.so => /usr/dt/lib/libtt.so (0x800fbe000) > > libDtSvc.so => /usr/dt/lib/libDtSvc.so (0x800d57000) > > > > instead of the libtt.so.2, libDtSvc.so.2 (as I think it should be) > > Ar

[cdesktopenv-devel] [PATCH 26/27] FreeBSD: scan /usr/local/lib/X11/fonts/ for fontpath

2012-08-23 Thread Marcin Cieslak
--- cde/programs/dtlogin/config/_common.ksh.src | 25 - 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/cde/programs/dtlogin/config/_common.ksh.src b/cde/programs/dtlogin/config/_common.ksh.src index b3b73ea..6386d13 100644 --- a/cde/programs/dtlogin/config

[cdesktopenv-devel] [PATCH 25/27] Use FreeBSD-specific invocation of /bin/ps

2012-08-23 Thread Marcin Cieslak
--- cde/programs/dtlogin/config/_common.ksh.src |4 +++- cde/programs/dtprintinfo/util/Process.C |2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cde/programs/dtlogin/config/_common.ksh.src b/cde/programs/dtlogin/config/_common.ksh.src index 90154a6..b3b73ea 100644

[cdesktopenv-devel] [PATCH 27/27] 64bit: Fix crash in dtexec

2012-08-23 Thread Marcin Cieslak
No ANSI prototype for malloc() caused the returned pointer to be truncated to 32 bits. --- cde/lib/DtSvc/DtUtil2/DtGetMessage.c |1 + cde/lib/DtSvc/DtUtil2/MsgLog.c |2 +- cde/programs/dtexec/Main.c | 19 +++ 3 files changed, 13 insertions(+), 9 deletions(

Re: [cdesktopenv-devel] New src tarball in a couple weeks?

2012-08-23 Thread David Cantrell
On Thu, Aug 23, 2012 at 05:49:13AM +, Marcin Cieslak wrote: > On Wed, 22 Aug 2012, Jon Trulson wrote: > > > The current src tarball up on SF is... well, way out of date compared > > to where git master is now. > > > > I'd like to get some fixes into master and make a new one in around 2 > > w

Re: [cdesktopenv-devel] New src tarball in a couple weeks?

2012-08-23 Thread David Cantrell
On Wed, Aug 22, 2012 at 09:03:02PM -0600, Jon Trulson wrote: > The current src tarball up on SF is... well, way out of date compared > to where git master is now. > > I'd like to get some fixes into master and make a new one in around 2 > weeks. Does that seem reasonable? Yes, absolutely. Relea

Re: [cdesktopenv-devel] New src tarball in a couple weeks?

2012-08-23 Thread Christopher Turkel
A new tarball would be a great idea. The one on the site is getting very out of date. Chris -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has chan

[cdesktopenv-devel] CDE on Arch Linux ARM

2012-08-23 Thread Scott F. Comstock
All, I've managed to successfully build CDE on Arch Linux ARM (armv5el). A few things to take note of: (1) Ncompress needs to be (manually) installed as /usr/bin/compress, since this package isn't available for Arch ARM. (2) Nawk needs to be installed for configRun to work. (3) I have these set