From owner-freebsd-ports@freebsd.org Fri Apr 7 20:44:52 2017 Return-Path: Delivered-To: freebsd-ports@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 C514ED33024 for ; Fri, 7 Apr 2017 20:44:52 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [IPv6:2001:470:8d59:1::8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protected-networks.net", Issuer "Protected Networks CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 95805101; Fri, 7 Apr 2017 20:44:52 +0000 (UTC) (envelope-from imb@protected-networks.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= protected-networks.net; h=content-transfer-encoding :content-language:content-type:content-type:mime-version :user-agent:date:date:message-id:subject:subject:from:from; s= 201508; t=1491597890; bh=613aVpd95zqrhrT3IPfPUW9Au/SGjaGdGjeuVfs W9qs=; b=DmEifA1dlQSGun5slSEmzs4mlZoc8FmY4gqMaZa4SJ5fOnmUQrzGzqR 5vKUmyoFD9EL8VR8uvaEzsArvuRta7cXRWy5JznEpL5X0Jx2wObtTT5zU7LUpyUR 4RmP3ACBpFz0MioG47qjKFEb7Tbt6rSUmNFfiY/nYHA5EXwl7Txo= Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: imb@mail.protected-networks.net) by mail.protected-networks.net (Postfix) with ESMTPSA id AC6EF128CF; Fri, 7 Apr 2017 16:44:50 -0400 (EDT) To: FreeBSD Ports , Thomas Zander From: Michael Butler Subject: Handbrake fails to build on -current after SVN r437745 Openpgp: id=6F63E6399DCC8E3E94D60F0642FF6BAE0442D492 Message-ID: <30ac5c73-8d26-0498-832a-9d0e2a4614a7@protected-networks.net> Date: Fri, 7 Apr 2017 16:44:49 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Apr 2017 20:44:52 -0000 There are a few problems here .. It won't build at all without defining MAKE_JOBS_UNSAFE=yes The patch files/patch-contrib_libbluray_A02-expose-clip__id.patch fails to apply. Removing the patch, the build fails with .. src/util/time.c: In function '_bd_get_scr_impl': src/util/time.c:58:5: error: implicit declaration of function 'gettimeofday' [-Werror=implicit-function-declaration] gettimeofday(&tv, 0); ^ cc1: some warnings being treated as errors gmake[4]: *** [Makefile:1503: src/util/time.lo] Error 1 gmake[4]: Leaving directory '/usr/ports/multimedia/handbrake/work/HandBrake-1.0.3/build/contrib/libbluray/libbluray-0.9.3' gmake[3]: *** [Makefile:919: all] Error 2 I didn't go any further, Michael