Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Nov 2016 07:47:11 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427082 - head/www/tengine
Message-ID:  <201611250747.uAP7lBo8095827@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Nov 25 07:47:11 2016
New Revision: 427082
URL: https://svnweb.freebsd.org/changeset/ports/427082

Log:
  www/tengine: video-thumbextractor is broken after r358176
  
  In file included from src/ngx_http_video_thumbextractor_module.c:3:
  src/ngx_http_video_thumbextractor_module_utils.c:5:10: fatal error: 'wand/magick_wand.h' file not found
           ^
  /usr/bin/ld: cannot find -lMagickWand
  cc: error: linker command failed with exit code 1 (use -v to see invocation)
  
  PR:		185462 207547
  Reported by:	antoine (via exp-run)

Modified:
  head/www/tengine/Makefile   (contents, props changed)

Modified: head/www/tengine/Makefile
==============================================================================
--- head/www/tengine/Makefile	Fri Nov 25 07:46:56 2016	(r427081)
+++ head/www/tengine/Makefile	Fri Nov 25 07:47:11 2016	(r427082)
@@ -456,6 +456,7 @@ LIB_DEPENDS+=	libavformat.so:multimedia/
 			libswscale.so:multimedia/ffmpeg \
 			libMagickWand-6.so:graphics/ImageMagick
 USES+=		jpeg
+BROKEN=		fatal error: 'wand/magick_wand.h' file not found
 NGINX_VIDEO_THUMBEXTRACTOR_VERSION=	0.2.0
 GH_ACCOUNT+=	wandenberg:videothumbextractor
 GH_PROJECT+=	nginx-video-thumbextractor-module:videothumbextractor



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611250747.uAP7lBo8095827>