From owner-freebsd-ports@freebsd.org Tue Jan 14 15:23:49 2020 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 55A271EE527 for ; Tue, 14 Jan 2020 15:23:49 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47xvPK1Zczz4GvC for ; Tue, 14 Jan 2020 15:23:49 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from [192.168.0.3] (unknown [181.52.72.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: pfg) by smtp.freebsd.org (Postfix) with ESMTPSA id 03412CBA9 for ; Tue, 14 Jan 2020 15:23:48 +0000 (UTC) (envelope-from pfg@FreeBSD.org) To: freebsd-ports@FreeBSD.org From: Pedro Giffuni Subject: graphics/Coin update Organization: FreeBSD Message-ID: <253f5ff1-28ad-e437-102e-dca2edc70ab4@FreeBSD.org> Date: Tue, 14 Jan 2020 10:23:47 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jan 2020 15:23:49 -0000 Hi; Finally Coin3D 4, under a BSD 3 Clause license has been released and I have an update for it: https://people.freebsd.org/~pfg/patches/graphics-coin.diff Among with it, the new site on github has new version of pivy and quarter (a replacement for SoQt). Unfortunately those don't always build as before, I am still investigating if they require a swig update or what else. In any case, I though I'd share the link in case someone wants to play with it. Pedro.