LibreOffice update (FreeBSD-9.2):
if I try
I take a look at
there seems a lot of errors:
if I try to change the version-number in the configure-file (I know, this is not the right way), the port suggests
I tried to fetch the port new, but this changed nothing.
Code:
configure: error: found doxygen is too old; need at least version 1.8.4 or specify --without-doxygen
if I try
sudo make install clean CONFIGURE_ARGS+="--without-doxygen", error:
Code:
checking the flex version... configure: error: failed (/usr/bin/flex 2.5.4 found, but need at least 2.5.35)
I take a look at
pkg info flex:
Code:
flex-2.5.39_1
Name : flex
Version : 2.5.39_1
there seems a lot of errors:
if I try to change the version-number in the configure-file (I know, this is not the right way), the port suggests
compile with --with-gnu-patch ... it leads to another error:
Code:
configure: error: --with-gnu-patch did not point to an executable
===> Script "configure" failed unexpectedly.
I tried to fetch the port new, but this changed nothing.