On Thu, 6 Sep 2012, Ulrich Wilkens wrote: > Hi, I have a little remark to programs/Imakefile > > > On 09/06/12 13:45, Marcin Cieslak wrote: >> diff --git a/cde/programs/Imakefile b/cde/programs/Imakefile >> index 4b1e1d0..5f9b6bc 100644 >> --- a/cde/programs/Imakefile >> +++ b/cde/programs/Imakefile >> @@ -12,28 +12,39 @@ XCOMM dtksh dtinfo >> #if defined(LinuxArchitecture) >> DTKSHDIR = >> DTINFODIR = >> -#elif defined(FreeBSDArchitecture) || defined(OpenBSDArchitecture) >> +DTCMDIR = dtcm >> +DTLOGINDIR = dtlogin >> +#elif defined(OpenBSDArchitecture) >> DTKSHDIR = dtksh >> DTINFODIR = >> +DTCMDIR = dtcm >> +DTLOGINDIR = dtlogin >> +#elif defined(FreeBSDArchitecture) >> +DTKSHDIR = dtksh >> +DTINFODIR = >> +DTCMDIR = dtcm >> +DTLOGINDIR = dtlogin/config >> #else >> DTKSHDIR = dtksh >> DTINFODIR = dtinfo >> +DTCMDIR = dtcm >> +DTLOGINDIR = dtlogin >> #endif > > It's not necessary to disable dtlogin on FreeBSD. Yesterday I submitted > a patch for it (and for dtcm). It compiles now and it runs, tested on > 32bit and 64bit. And why did you introduce a new variable DTCMDIR if it > always has the same value? > As a conclusion to this I don't think that it is necessary to change > programs/Imakefile this time. > > bye, Ulrich >
After a chat in IRC - dtlogin should be working, so I have enabled it for fbsd. -- 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 has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel