From nobody Thu May 29 22:19:53 2025 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 4b7glx0Gjjz5xZM8; Thu, 29 May 2025 22:19:57 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4b7glw2y9Fz42PL; Thu, 29 May 2025 22:19:56 +0000 (UTC) (envelope-from gerald@pfeifer.com) Authentication-Results: mx1.freebsd.org; none Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 7BFB833F14; Thu, 29 May 2025 18:19:55 -0400 (EDT) Received: from daya.localdomain (188-23-3-107.adsl.highway.telekom.at [188.23.3.107]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id ACD4533F13; Thu, 29 May 2025 18:19:54 -0400 (EDT) Date: Fri, 30 May 2025 00:19:53 +0200 (CEST) From: Gerald Pfeifer To: Stephen Montgomery-Smith cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 5583a24f26bc - main - math/octave-forge-csg-dataset: New port. In-Reply-To: Message-ID: References: <202505191446.54JEkStg013960@gitrepo.freebsd.org> <46a689a3-2a67-320f-c464-4dd9958ce800@pfeifer.com> 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: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pfeifer.com; h=date:from:to:cc:subject:in-reply-to:message-id:references:mime-version:content-type; s=pair-202402271039; bh=k3peW2DKNVSAKL5qmFVs4ylfJaNdLlK9h6LxTxPjDsk=; b=VRoO0bPgKRfjN1IUom4YU9Ho47mX9N245HsmmpFN/8Kpz01cRN492ZLCUjLyGE4u9nGb639E8KzHJL2lKkhzlMFbtT9QTdsxprV8XLNyutXWqH7H94VGNOycFaZSD1KsiMx0vX5rDVIyXVyVSGTuAUaTsAcdX0+Zy40FBeJw/rFGuTGkeAtD5ZeUdiVd4G1OeI6j+YzJP7hB1jBWlo1dnvbyy3PORoly8eWFhVn8piIrGzCYV3Rur6NxbB+3fJ42WBQ48/Nsmn7Mvg1TG2dpDcIyd65tVO/P34IfA8L80OlRAcXlrKrwA+rSuUGHcePZ+cIbxKlAre9oiN9MoOTB4w== X-Scanned-By: mailmunge 3.11 on 209.68.5.143 X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7859, ipnet:209.68.0.0/18, country:US] X-Rspamd-Queue-Id: 4b7glw2y9Fz42PL X-Spamd-Bar: ---- On Thu, 29 May 2025, Stephen Montgomery-Smith wrote: >> Somewhat related questions for octave-forge-csg-toolkit which has >> >> USES= compiler octave >> USE_GCC= yes >> >> CXXFLAGS+= -stdlib=libstdc++ >> >> Are all three really necessary? > I fixed this earlier today. Thank you! (Did you intentionally skip Reported by: gerald?) How about math/octave-forge-csg-toolkit (see the note above)? Gerald