From owner-svn-ports-all@freebsd.org Fri Nov 25 07:47:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A543C544E8; Fri, 25 Nov 2016 07:47:12 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A0711484; Fri, 25 Nov 2016 07:47:12 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAP7lBpf095828; Fri, 25 Nov 2016 07:47:11 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP7lBo8095827; Fri, 25 Nov 2016 07:47:11 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611250747.uAP7lBo8095827@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 25 Nov 2016 07:47:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427082 - head/www/tengine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2016 07:47:12 -0000 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