K 10 svn:author V 4 jkim K 8 svn:date V 27 2012-07-14T02:03:13.000000Z K 7 svn:log V 312 - Do not create empty .keep files on empty directries. This causes unexpected crash because it is trying to mmap(2) an empty file as a Calc add-in. [1] Just use mkdir(1) to create the empty directories instead. - Use system clang by default where the clang regression is fixed (r238429). PR: ports/169837 [1] END