Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jul 2012 02:03:13 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/editors/libreoffice Makefile
Message-ID:  <201207140203.q6E23DFw020155@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2012-07-14 02:03:13 UTC

  FreeBSD ports repository

  Modified files:
    editors/libreoffice  Makefile 
  Log:
  - 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]
  
  Revision  Changes    Path
  1.57      +6 -5      ports/editors/libreoffice/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207140203.q6E23DFw020155>