From owner-freebsd-ports@freebsd.org Thu May 3 12:16:44 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1BF9FA946B for ; Thu, 3 May 2018 12:16:44 +0000 (UTC) (envelope-from SRS0=4ncH=HW=quip.cz=000.fbsd@elsa.codelab.cz) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 6E28F6C1D4 for ; Thu, 3 May 2018 12:16:44 +0000 (UTC) (envelope-from SRS0=4ncH=HW=quip.cz=000.fbsd@elsa.codelab.cz) Received: by mailman.ysv.freebsd.org (Postfix) id 2B462FA946A; Thu, 3 May 2018 12:16:44 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19FE8FA9469 for ; Thu, 3 May 2018 12:16:44 +0000 (UTC) (envelope-from SRS0=4ncH=HW=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (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 AE4996C1B9; Thu, 3 May 2018 12:16:43 +0000 (UTC) (envelope-from SRS0=4ncH=HW=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 399C628433; Thu, 3 May 2018 14:10:21 +0200 (CEST) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 0090D28417; Thu, 3 May 2018 14:10:16 +0200 (CEST) Subject: Re: reccomendation for a building architecture schematic diagram editor ? To: "Julian H. Stacey" , blubee blubeeme Cc: Don Lewis , FreeBSD Ports , Kurt Jaeger , Alexander Leidinger , Tijl Coosemans References: <201805031131.w43BVUEa027906@fire.js.berklix.net> From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: Date: Thu, 3 May 2018 14:10:16 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.1 MIME-Version: 1.0 In-Reply-To: <201805031131.w43BVUEa027906@fire.js.berklix.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2018 12:16:45 -0000 Julian H. Stacey wrote on 2018/05/03 13:31: > Yes please, I'll give it a try. > > cad/sweethome3d : > Builds & starts OK, but first time I reloaded a saved file: > "A fatal error has been detected by the Java Runtime Environment" > I mailed Maintainer matthias@petermann-it.de to ask if he sees that. > > /usr/ports/cad/freecad > Suggested by a non FreeBSD friend, make running, nothing from > pkg search cad | grep -i free The cad/freecad port has PORTNAME= FreeCAD in the Makefile, so the package name is FreeCAD-0.17.13509.txz Miroslav Lachman