From nobody Wed Nov 30 17:36:18 2022 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NMmbL6QGrz4j77T; Wed, 30 Nov 2022 17:36:30 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "relay.issp.ac.ru", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4NMmbL2kHyz46Zs; Wed, 30 Nov 2022 17:36:30 +0000 (UTC) (envelope-from makc@freebsd.org) Authentication-Results: mx1.freebsd.org; none Received: from [62.63.87.132] [62.63.87.132:26675] (HELO/EHLO mercury.localnet, authenticated with PLAIN) by mail.issp.ac.ru with ESMTPSA/inet id 2AUHaI8Q028321 (using TLSv1.2, with cipher ECDHE-RSA-AES256-GCM-SHA384 (256 bits), verified NO) Wed, 30 Nov 2022 20:36:19 +0300 (MSK) X-Authentication-Warning: mail.issp.ac.ru: Host [62.63.87.132] claimed to be mercury.localnet From: Max Brazhnikov To: Moin Rahman Cc: "ports-committers@freebsd.org" , "dev-commits-ports-all@freebsd.org" , "dev-commits-ports-main@freebsd.org" Subject: Re: git: 1482f46205ce - main - graphics/libheif: Update to 1.14.0 Date: Wed, 30 Nov 2022 20:36:18 +0300 Message-ID: <3921512.p4y8TspHLy@mercury> In-Reply-To: <2F1160BE-68F8-4E71-8440-7522CE992EAE@freebsd.org> References: <202211292002.2ATK27QX054252@gitrepo.freebsd.org> <2F1160BE-68F8-4E71-8440-7522CE992EAE@freebsd.org> List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4NMmbL2kHyz46Zs X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:9113, ipnet:77.236.32.0/20, country:RU] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Tue, 29 Nov 2022 21:52:37 +0100 Moin Rahman wrote: > I think this breaks some ImageMagick magically. Thanks. Turns out pkgconfig files are botched when libheif is built with SVT-AV1 codec. I've disabled SVT option till next update. Cheers, Max