From nobody Wed May 03 17:05:35 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 4QBNcf260lz493H6; Wed, 3 May 2023 17:05:38 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from omta002.cacentral1.a.cloudfilter.net (omta002.cacentral1.a.cloudfilter.net [3.97.99.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4QBNcf1LYFz4PPc; Wed, 3 May 2023 17:05:38 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Authentication-Results: mx1.freebsd.org; none Received: from shw-obgw-4002a.ext.cloudfilter.net ([10.228.9.250]) by cmsmtp with ESMTP id tzg1phYP86NwhuFv7pmOx6; Wed, 03 May 2023 17:05:37 +0000 Received: from spqr.komquats.com ([70.66.148.124]) by cmsmtp with ESMTPA id uFv6plcWdyAOeuFv7pMrsE; Wed, 03 May 2023 17:05:37 +0000 X-Authority-Analysis: v=2.4 cv=e5oV9Il/ c=1 sm=1 tr=0 ts=64529461 a=Cwc3rblV8FOMdVN/wOAqyQ==:117 a=Cwc3rblV8FOMdVN/wOAqyQ==:17 a=kj9zAlcOel0A:10 a=P0xRbXHiH_UA:10 a=6I5d2MoRAAAA:8 a=ThJfVtAbAAAA:20 a=YxBL1-UpAAAA:8 a=EkcXrb_YAAAA:8 a=m-fwFZkosOnIeokHnWAA:9 a=CjuIK1q_8ugA:10 a=bA3UWDv6hWIuX7UZL3qL:22 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 a=LK5xJRSDVpKd5WXXoEvA:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id 2D26B377; Wed, 3 May 2023 10:05:36 -0700 (PDT) Received: by slippy.cwsent.com (Postfix, from userid 1000) id E1FB7D7; Wed, 3 May 2023 10:05:35 -0700 (PDT) X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.8+dev Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Alexey Dokuchaev cc: Cy Schubert , ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: a954c97c672d - main - x11-wm/icewm: update IceWM to version 3.3.4. In-reply-to: References: <202305031510.343FAv9Y036517@gitrepo.freebsd.org> <20230503162252.A7C90CA@slippy.cwsent.com> Comments: In-reply-to Alexey Dokuchaev message dated "Wed, 03 May 2023 17:01:59 -0000." 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 Content-Type: text/plain; charset=us-ascii Date: Wed, 03 May 2023 10:05:35 -0700 Message-Id: <20230503170535.E1FB7D7@slippy.cwsent.com> X-CMAE-Envelope: MS4xfOqKnJOrdyjiupjJnNNqfo47iWsgI/+IRE7SxIMy8IpgUJQALu6yeWCaGcG8nrz1IJa5NIaxYg/GaKu0lDS5eNEQyqfIcvOrHal4QjloHE9qRIbHnH7G BzRkFYlzy9xep+VbqQh2nvNA01yyzIr75HUizekfl+UOAXgjB5wWuu+VHq/89JRtA/fmd8HyuN604qpUkub2qHWEiN2abf7umI4zUmFDCftCRxw2j2wpQwxZ RTpIkJtRNkQmh2uZfCOpDs8yng9wvyXgFlWqGzyvyWlJYZfjacYyE1P6J2MVxoLycv8OCiZOYAAtTEYzFs8XeOqbTgn4JOVEkNEdgqt9MCI= X-Rspamd-Queue-Id: 4QBNcf1LYFz4PPc X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16509, ipnet:3.96.0.0/15, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N In message , Alexey Dokuchaev writes: > On Wed, May 03, 2023 at 09:22:52AM -0700, Cy Schubert wrote: > > ... > > This and probably prior versions of this port fail to build on 14-CURRENT. > > It downloads nanosvg, which fails to #include . > > This had been long fixed, see github://memononen/nanosvg/commit/b21ebe0 > and two accompanying comments. > > > I'm not sure why this isn't a problem on other versions of FreeBSD, but > > can we use graphics/nanosvg instead? > > We are, of course, using `graphics/nanosvg', downloading anything is > forbidden during the build anyway. I'll have a closer look, maybe the > something had been changed WRT it and slipped through my testing. > > ./danfe I just posted a patch, as a reply to my original email, that removes the wget from https://raw.githubusercontent.com/memononen/nanosvg/master/src/. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e^(i*pi)+1=0