-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2012-07-13 18:46:09 -0400, Kevin Oberman wrote: > On Fri, Jul 13, 2012 at 3:39 PM, Jung-uk Kim <j...@freebsd.org> > wrote: >> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> >> On 2012-07-13 18:07:32 -0400, Dimitry Andric wrote: >>> On 2012-07-13 22:15, Jung-uk Kim wrote: ... >>>> It is mmap'ing an empty file and that's the root cause. Try >>>> move ${LOCALBASE}/lib/libreoffice/program/addin/.keep away >>>> and try again, e.g., >>>> >>>> mv ${LOCALBASE}/lib/libreoffice/program/addin/.keep /tmp >>>> >>>> At least, it worked for me. :-) >>> >>> FWIW, I've finally managed to free up some disk space and time >>> to build the whole thing, and it seems to work for me. Calc >>> runs too, after getting rid of the .keep file! >>> >>> So in r238429 I have now committed the fix for clang. I will >>> attempt to get this merged into stable/9 before release. >> >> I saw that, thanks! >> >>> Is there anything I can do to make it easier for the port to >>> detect that clang is fixed? I'm not sure bumping >>> __FreeBSD_version just for something like this is worth it... >> >> No, I don't think it is worth the trouble. If we really need it, >> we can use 1000015 for head as it was bumped yesterday. Then, >> when we enter release cycle and 9.1 is branched, we may use >> 901000. >> >> Jung-uk Kim > > Sounds fine as long as both changes are documented. I am sure that > you would, but it is easy to overlook when two changes are tied to > one OSVERSION. (Not that my opinion is too significant as I don't > commit anything, but I do deal with the fallout.)
Please see the attached patch for the Porter's Handbook. Jung-uk Kim -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAlAArp0ACgkQmlay1b9qnVM1EgCcDoz8SWRdSbRWguZrH3oLCzfI s2YAoKMtZh8OyVr1NpMwFJL1sxALTTm8 =uKfD -----END PGP SIGNATURE-----
Index: book.sgml =================================================================== --- book.sgml (revision 39192) +++ book.sgml (working copy) @@ -15454,6 +15454,20 @@ Reference: <http://www.freebsd.org/ports/portau <entry>10-CURRENT after BSD sort becoming the default sort (rev <svnref>237629</svnref>).</entry> </row> + + <row> + <entry>1000015</entry> + <entry>July 12, 2012</entry> + <entry>10-CURRENT after import of OpenSSL 1.0.1c + (rev <svnref>238405</svnref>).</entry> + </row> + + <row> + <entry>(not changed)</entry> + <entry>July 13, 2012</entry> + <entry>10-CURRENT after the fix for LLVM/Clang 3.1 + regression (rev <svnref>238429</svnref>).</entry> + </row> </tbody> </tgroup> </table>
_______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"