From nobody Sun Jun 25 19:46:06 2023 X-Original-To: dev-commits-ports-main@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 4Qq1gS34fkz4hdtW; Sun, 25 Jun 2023 19:46:12 +0000 (UTC) (envelope-from diizzy@FreeBSD.org) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) (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 4Qq1gR50W4z3NHM; Sun, 25 Jun 2023 19:46:11 +0000 (UTC) (envelope-from diizzy@FreeBSD.org) Authentication-Results: mx1.freebsd.org; none Received: by mail.gandi.net (Postfix) with ESMTPA id 9A26620007; Sun, 25 Jun 2023 19:46:06 +0000 (UTC) List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Date: Sun, 25 Jun 2023 21:46:06 +0200 From: Daniel Engberg To: Charlie Li Cc: Muhammad Moinur Rahman , ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: ef47f050967e - main - graphics/inkscape: Fix build with llvm16 In-Reply-To: <46583c7f-a335-68a6-86de-f60972bb1d94@freebsd.org> References: <202306251810.35PIA7VM095278@gitrepo.freebsd.org> <46583c7f-a335-68a6-86de-f60972bb1d94@freebsd.org> Message-ID: X-Sender: diizzy@FreeBSD.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Qq1gR50W4z3NHM X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:29169, ipnet:217.70.176.0/20, country:FR] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On 2023-06-25 21:30, Charlie Li wrote: > Muhammad Moinur Rahman wrote: >> The branch main has been updated by bofh: >> >> URL: >> https://cgit.FreeBSD.org/ports/commit/?id=ef47f050967e7eca60771fbe1a4c3f681e5d0c9b >> >> commit ef47f050967e7eca60771fbe1a4c3f681e5d0c9b >> Author: Muhammad Moinur Rahman >> AuthorDate: 2023-06-25 18:08:32 +0000 >> Commit: Muhammad Moinur Rahman >> CommitDate: 2023-06-25 18:09:48 +0000 >> >> graphics/inkscape: Fix build with llvm16 >> - Add missing LIB_DEPENDS reported by poudriere testport >> > Please revert, I already fixed this with the upstream pulls, which > eliminated std::unary_function and std::binary_function from Inkscape > entirely. Unless it breaks the port why not leave it in and/or change to the PR once accepted upstream? Best regards, Daniel