Date: Fri, 2 Jun 2017 20:52:46 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442462 - head/graphics/enblend Message-ID: <201706022052.v52KqkPu032139@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Fri Jun 2 20:52:46 2017 New Revision: 442462 URL: https://svnweb.freebsd.org/changeset/ports/442462 Log: Add libpng to LIB_DEPENDS, fixing poudriere builds. This fixes the following poudriere build failure in the configure stage (in a fully patched amd64-based 10.3-RELEASE jail): [...] checking for jpeglib.h... yes checking png.h usability... no checking png.h presence... no checking for png.h... no configure: error: libpng-devel header files are required to compile Enblend. ===> Script "configure" failed unexpectedly. PR: 219569 Reported by: Stefan Ehmann (with different patch) Approved by: portmgr (blanket for trivial and tested fixes) Modified: head/graphics/enblend/Makefile Modified: head/graphics/enblend/Makefile ============================================================================== --- head/graphics/enblend/Makefile Fri Jun 2 20:27:10 2017 (r442461) +++ head/graphics/enblend/Makefile Fri Jun 2 20:52:46 2017 (r442462) @@ -20,7 +20,8 @@ LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ libtiff.so:graphics/tiff \ libboost_filesystem.so:devel/boost-libs \ libvigraimpex.so:graphics/vigra \ - libgsl.so:math/gsl + libgsl.so:math/gsl \ + libpng.so:graphics/png RUN_DEPENDS= OpenEXR>=1.0:graphics/OpenEXR BROKEN_powerpc64= fails to configure: libvigraimpex is required to compile Enblend
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706022052.v52KqkPu032139>