1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

www/onlyoffice-documentserver: Fix build with MYSQL option

Add missing "localbase" to the USES list.

Error message:
Error: Command failed: /bin/sh -c ./configure --with-system-zlib --with-system-libpng --prefix="/wrkdirs/usr/ports/www/onlyoffice-documentserver/work/DocumentServer-7.0.1/web-apps/build/node_modules/optipng-bin/vendor" --bindir="/wrkdirs/usr/ports/www/onlyoffice-documentserver/work/DocumentServer-7.0.1/web-apps/build/node_modules/optipng-bin/vendor"

Checking for system libpng...
./configure: error: missing libpng or incorrect libpng version
./configure: note: libpng version 1.2.9 or higher is required

Reported and tested by: Martin Waschbüsch
This commit is contained in:
Mikael Urankar 2022-03-28 08:49:15 +02:00
parent bad91155fd
commit b70f5cb564

View File

@ -36,7 +36,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}supervisor>0:sysutils/py-supervisor@${PY_FLA
rabbitmq>0:net/rabbitmq \
webfonts>=0:x11-fonts/webfonts
USES= autoreconf:build dos2unix fakeroot gmake gnome iconv nodejs:16,build pkgconfig \
USES= autoreconf:build dos2unix fakeroot gmake gnome iconv localbase nodejs:16,build pkgconfig \
python:3.7+,build qt:5
USE_QT= qmake_build
USE_GITHUB= yes