svn commit: r442462 - head/graphics/enblend

Matthias Andree mandree at FreeBSD.org
Fri Jun 2 20:52:47 UTC 2017


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


More information about the svn-ports-all mailing list