From owner-svn-ports-all@freebsd.org Thu Feb 15 18:48:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85F4EF10735; Thu, 15 Feb 2018 18:48:34 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (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 25D1269805; Thu, 15 Feb 2018 18:48:33 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3zj4zZ2zyPzZqm; Thu, 15 Feb 2018 19:48:26 +0100 (CET) Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id 73GwVrmmYpsM; Thu, 15 Feb 2018 19:48:14 +0100 (CET) Received: from marvin.madpilot.net (micro.madpilot.net [88.149.173.206]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.madpilot.net (Postfix) with ESMTPSA; Thu, 15 Feb 2018 19:48:14 +0100 (CET) Subject: Re: svn commit: r461527 - in head: graphics/libbpg multimedia/ccextractor multimedia/ffmpeg multimedia/gstreamer1-plugins-x265 multimedia/handbrake multimedia/vlc multimedia/x265 x11/xpra To: mmel@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201802112019.w1BKJCfk026979@repo.freebsd.org> From: Guido Falsi Message-ID: <60ca93ad-78e3-1624-62a6-91c1ce406ca0@FreeBSD.org> Date: Thu, 15 Feb 2018 19:48:13 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Thu, 15 Feb 2018 18:48:34 -0000 On 02/15/18 17:44, Michal Meloun wrote: > > > On 11.02.2018 21:19, Guido Falsi wrote: >> Author: madpilot >> Date: Sun Feb 11 20:19:11 2018 >> New Revision: 461527 >> URL: https://svnweb.freebsd.org/changeset/ports/461527 >> >> Log: >>    - Update multimedia/x265 to 2.6 >>    - Use the distfile provided by the VideoLAN project >>    - Add options for HI10P and HI12P (available only for amd64) >>    - Add DEBUG option >>    - Add OPTIMIZED_CFLAGS option >>    - Force using clang 5.0 on 10.4. Base provided clang fails during >>      compilation >>    - Chase shlib bump in dependent ports >>       PR:        225431 >>    Submitted by:    daniel.engberg.lists@pyret.net >>    Approved by:    Maintainer timeout >> >> Modified: >>    head/graphics/libbpg/Makefile >>    head/multimedia/ccextractor/Makefile >>    head/multimedia/ffmpeg/Makefile >>    head/multimedia/gstreamer1-plugins-x265/Makefile >>    head/multimedia/handbrake/Makefile >>    head/multimedia/vlc/Makefile >>    head/multimedia/x265/Makefile >>    head/multimedia/x265/distinfo >>    head/multimedia/x265/pkg-plist >>    head/x11/xpra/Makefile >> > This breaks multimedia/x256 on at least armv6, armv7 and arm64 platforms. > The "CMAKE_ARGS= -DENABLE_PIC=on" is still necessary (and, imo, should > be used on all platforms). Thanks for reporting this! I really missed this problem. I'll add that in a short while. -- Guido Falsi