From owner-freebsd-ports@FreeBSD.ORG Thu Apr 2 22:19:47 2015 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E9B8BC3B for ; Thu, 2 Apr 2015 22:19:47 +0000 (UTC) Received: from tatiana.utanet.at (tatiana.utanet.at [IPv6:2001:938:1337:25::25:46]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 755FAE24 for ; Thu, 2 Apr 2015 22:19:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=utanet.at; s=rev1; h=Content-Transfer-Encoding:Content-Type:Subject:To:MIME-Version:From:Date:Message-ID; bh=pr9m4kyDr2ccZm2DJrSjMZl4CzZy+Zeb+0fQp+zSyp4=; b=QTWPcIqmu0wGZRbRnvgcaNqM4POYQEbezxAxUqUBSHpZOX+5iND5KENb+Tp09EqL2R+zGMtGao8CUi7GCZNFWCkr0+NCJQ9cEt2nJd5f7NTRq2HXyzge4Bw3cWhN/ESLBAznnAqOMs9UNDzG+yhHkcqlcpdTos9Euz7nYi5I+dA=; Received: from paris.xoc.tele2net.at ([213.90.36.7]) by tatiana.utanet.at with esmtp (Exim 4.80) (envelope-from ) id 1YdnSj-0004JR-4L for ports@FreeBSD.org; Fri, 03 Apr 2015 00:19:45 +0200 Received: from 188-23-11-21.adsl.highway.telekom.at ([188.23.11.21] helo=[10.0.0.36]) by paris.xoc.tele2net.at with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1YdnSj-0002AS-2X for ports@FreeBSD.org; Fri, 03 Apr 2015 00:19:45 +0200 Message-ID: <551DC078.5090201@utanet.at> Date: Fri, 03 Apr 2015 00:19:36 +0200 From: Walter Schwarzenfeld User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: ports@FreeBSD.org Subject: handbrake Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2015 22:19:48 -0000 Hallo !! handbrake-0.10-1 fails to compile (it seems on all systems) with this error message: ../contrib/ffmpeg/module.rules:2: recipe for target 'contrib/ffmpeg/.stamp.configure' failed gmake[1]: *** [contrib/ffmpeg/.stamp.configure] Error 1 gmake[1]: Leaving directory '/wrkdirs/usr/ports/multimedia/handbrake/work/HandBrake-0.10.1/build' *** Error code 1 antoine marked it as broken. But if I put this in the Makefile, it works: libvpx.so:${PORTSDIR}/multimedia/libvpx \ libx264.so:${PORTSDIR}/multimedia/libx264 seens the two lines are missing. greetings Walter Schwarzenfeld