Just for record, the following patch got CDE building on FreeBSD i386. Might be useful to anyone trying to do the same. I couldn't find this documented anywhere beforehand, and could do with some tidying up to make it automatic based on architecture.
Anthony diff --git a/cde/programs/Imakefile b/cde/programs/Imakefile index 5e7139d..dfa71cf 100644 --- a/cde/programs/Imakefile +++ b/cde/programs/Imakefile @@ -20,7 +20,7 @@ DTINFODIR = DTCMDIR = dtcm DTLOGINDIR = dtlogin #elif defined(FreeBSDArchitecture) -DTKSHDIR = dtksh +DTKSHDIR = DTINFODIR = DTCMDIR = DTLOGINDIR = dtlogin/config @@ -36,8 +36,8 @@ SUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm $(DTLOGINDIR) \ dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \ dtcalc dtaction dtspcd \ dtscreen $(DTKSHDIR) $(DTCMDIR) dtsearchpath \ - dtappbuilder dtappintegrate dtprintegrate dtconfig \ - dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop \ + dtappintegrate dtprintegrate dtconfig \ + dtcreate dtprintinfo fontaliases dtdspmsg \ dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \ dtpdmd $(DTINFODIR) $(EXTRADIRS) @@ -45,7 +45,7 @@ LINTSUBDIRS = dthelp dsdm dtmail dtpad dtfile $(DTLOGINDIR) dt dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \ dtcalc dtaction dtcreate \ dtscreen $(DTKSHDIR) $(DTCMDIR) dtsearchpath \ - dtappbuilder dtappintegrate dtprintegrate dtprintinfo dtdspmsg \ + dtappintegrate dtprintegrate dtprintinfo dtdspmsg \ dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \ dtpdmd $(DTINFODIR) $(EXTRADIRS) ------------------------------------------------------------------------------ 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