From nobody Fri Mar 15 09:01:49 2024 X-Original-To: ports@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 4TwytX51FCz5CxxZ for ; Fri, 15 Mar 2024 09:02:12 +0000 (UTC) (envelope-from einar@isnic.is) Received: from mx01.isnic.is (mx01.isnic.is [IPv6:2001:67c:6c:58::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx01.isnic.is", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TwytW2Tvfz4sGr for ; Fri, 15 Mar 2024 09:02:11 +0000 (UTC) (envelope-from einar@isnic.is) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=isnic.is header.s=20200921 header.b=LblR8td0; dmarc=pass (policy=quarantine) header.from=isnic.is; spf=pass (mx1.freebsd.org: domain of einar@isnic.is designates 2001:67c:6c:58::133 as permitted sender) smtp.mailfrom=einar@isnic.is Received: from ht-mailstore01.isnic.is (ht-mailstore01.isnic.is [IPv6:2001:67c:6c:56::2]) by mx01.isnic.is (Postfix) with ESMTPS id 7FEC023F7B for ; Fri, 15 Mar 2024 09:02:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=isnic.is; s=20200921; t=1710493320; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=pY3WcfX27/UEoOLjt87dLyMhc4WteunD6VubUCzu00w=; b=LblR8td0s8D9D5y1JO2KkbYQ/ZOfZxGFWKoLdWPnYDFxcMfsZC9P+wNvNDYcXoVoHmcSfO vCankPyZQs15wcwNj6d3hNHg3nkiH8HH1X4hIuQBz/u2lG1NHBYJbuCn94t5G6CqJAuraG PGHAWM2+Nroz7ZR/9jYyeXYFxF/HMCMFrSo36TjWx/yD4D5uF3fnac/fXY2Q46SzqblGaK Tb+af4A7LkWMszvDlTJuZn0fFqGoRYSbB/K11PFbl133nKloQcrl8kxL98L5z4HOpgVhRC W8dMOMgruDi9vQFECPLN+OKdr45LinR5DRjFf/FzIvkAc6m7N4fx4PBngQr9eQ== Received: from smtpclient.apple (unknown [IPv6:2001:67c:6c:f100::194]) by ht-mailstore01.isnic.is (Postfix) with ESMTPS id 78F7B337F0 for ; Fri, 15 Mar 2024 09:02:00 +0000 (UTC) From: =?utf-8?Q?Einar_Bjarni_Halld=C3=B3rsson?= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.500.171.1.1\)) Subject: Re: Multiple new R ports Date: Fri, 15 Mar 2024 09:01:49 +0000 References: <44F61FC1-532F-447F-80E9-83ED37599CD7@isnic.is> <16c2bf5c-9022-4ce9-9283-838f99d80ba3@isnic.is> <2E6761A6-F462-4B83-94AC-9658583A581D@isnic.is> <6A36BE5B-2C76-434D-8EFF-D9518DA7E6E6@isnic.is> To: ports@freebsd.org In-Reply-To: Message-Id: <06222A4D-6C49-4320-8599-8E7668885BDE@isnic.is> X-Mailer: Apple Mail (2.3774.500.171.1.1) X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.50 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.996]; DMARC_POLICY_ALLOW(-0.50)[isnic.is,quarantine]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+ip6:2001:67c:6c::/48]; R_DKIM_ALLOW(-0.20)[isnic.is:s=20200921]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:1850, ipnet:2001:67c:6c::/48, country:IS]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; MLMMJ_DEST(0.00)[ports@freebsd.org]; RCVD_COUNT_TWO(0.00)[2]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[ports@freebsd.org]; DKIM_TRACE(0.00)[isnic.is:+] X-Rspamd-Queue-Id: 4TwytW2Tvfz4sGr Hi, >> I=E2=80=99ve got tests working on all the ports, except for = R-cran-systemfonts. >> I have a PR [1] for upstream to fix that. >>=20 Upstream has merged my change and tests are working on = R-cran-systemfonts now. Tests for databases/R-cran-dbplyr depend on a newer version of = databases/R-cran-RSQLITE than is in ports, I have another PR about = updating it. The two PR: - https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277715 - https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277716 The two diffs in review: - https://reviews.freebsd.org/D43735 - https://reviews.freebsd.org/D44074 .einar=