Re: [cdesktopenv-devel] [PATCH] Compile dtksh on FreeBSD

2012-08-14 Thread Jon Trulson
On Tue, 14 Aug 2012, Marcin Cieslak wrote: Applied. -- Jon Trulson "If the Martian rope-a-dope don't get him, he'll get himself, he'll come in too fast and punch himself out." - one of my brothers, referring to the Curiosity landing.

Re: [cdesktopenv-devel] [PATCH] Compile dtksh on FreeBSD

2012-08-14 Thread Marcin Cieslak
On Tue, 14 Aug 2012, Marcin Cieslak wrote: > dtksh can be now compiled on FreeBSD. Work in progress. (please disregard this one) -- Live Security Virtual Conference Exclusive live event will cover all the ways today's se

[cdesktopenv-devel] [PATCH] Compile dtksh on FreeBSD

2012-08-14 Thread Marcin Cieslak
dtksh can be now compiled on FreeBSD. Work in progress. Needs a real Korn shell to bootstrap as $(KSHELL). KSHELL is set by default to /usr/local/bin/ksh93 (generic POSIX shell may not work) Tested on: FreeBSD 9.0-BETA1 #0 r224912M amd64 Known issues: xvmstat: * sleep does not work well (SIG

[cdesktopenv-devel] [PATCH] Compile dtksh on FreeBSD

2012-08-14 Thread Marcin Cieslak
dtksh can be now compiled on FreeBSD. Work in progress. Needs a real Korn shell to bootstrap as $(KSHELL). KSHELL is set by default to /usr/local/bin/ksh93 (generic POSIX shell may not work) Tested on: FreeBSD 9.0-BETA1 #0 r224912M amd64 Known issues: xvmstat: * sleep does not work well (SIG

Re: [cdesktopenv-devel] [PATCH] Compile dtksh on FreeBSD

2012-08-13 Thread Jon Trulson
On Mon, 13 Aug 2012, Marcin Cieslak wrote: >>> Peter Howkins wrote: >> Comments inline > > Thanks! > Hi, I can't apply this patch - could you send it in a seperate email, an attachment, or via git-send-email? Thanks. (git am is confused) -- Jon Trulson "If the Martian rope-a-dope don't get

Re: [cdesktopenv-devel] [PATCH] Compile dtksh on FreeBSD

2012-08-13 Thread Marcin Cieslak
>> Peter Howkins wrote: > Comments inline Thanks! >> diff --git a/cde/programs/Imakefile b/cde/programs/Imakefile >> index ca66a8b..e80beb2 100644 >> --- a/cde/programs/Imakefile >> +++ b/cde/programs/Imakefile >> @@ -12,10 +12,12 @@ EXTRADIRS += util >> >> XCOMM some of these cannot be built

Re: [cdesktopenv-devel] [PATCH] Compile dtksh on FreeBSD

2012-08-13 Thread Peter Howkins
Comments inline Peter On Tue, Aug 14, 2012 at 12:34:22AM +0200, Marcin Cieslak wrote: > dtksh can be > > diff --git a/cde/programs/Imakefile b/cde/programs/Imakefile > index ca66a8b..e80beb2 100644 > --- a/cde/programs/Imakefile > +++ b/cde/programs/Imakefile > @@ -12,10 +12,12 @@ EXTRADIRS

[cdesktopenv-devel] [PATCH] Compile dtksh on FreeBSD

2012-08-13 Thread Marcin Cieslak
dtksh can be now compiled on FreeBSD. Work in progress. Needs a real Korn shell to bootstrap as $(KSHELL). KSHELL is set by default to /usr/local/bin/ksh93 (generic POSIX shell may not work) Tested on: FreeBSD 9.0-BETA1 #0 r224912M amd64 Known issues: xvmstat: * sleep does not work well (SIG