From owner-freebsd-ports@freebsd.org Thu May 3 16:46:01 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 9EFD3FB13AB for ; Thu, 3 May 2018 16:46:01 +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 3D2076E3B3 for ; Thu, 3 May 2018 16:46:01 +0000 (UTC) (envelope-from SRS0=4ncH=HW=quip.cz=000.fbsd@elsa.codelab.cz) Received: by mailman.ysv.freebsd.org (Postfix) id 01A13FB13AA; Thu, 3 May 2018 16:46:01 +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 E44B2FB13A9 for ; Thu, 3 May 2018 16:46:00 +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 8686C6E3B1 for ; Thu, 3 May 2018 16:46:00 +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 615A328429; Thu, 3 May 2018 18:45:53 +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 BFA3728412; Thu, 3 May 2018 18:45:49 +0200 (CEST) Subject: Re: reccomendation for a building architecture schematic diagram editor ? To: "Julian H. Stacey" , FreeBSD Ports Cc: Ronald Klop References: <201805031254.w43Cskev093081@fire.js.berklix.net> From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: Date: Thu, 3 May 2018 18:45:49 +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: <201805031254.w43Cskev093081@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 16:46:01 -0000 Julian H. Stacey wrote on 2018/05/03 14:54: > CC pruned, & 1 added as som thread commonality below *** > > Miroslav Lachman wrote: >> The cad/freecad port has PORTNAME= FreeCAD in the Makefile, so the >> package name is FreeCAD-0.17.13509.txz >> >> Miroslav Lachman > > Thanks. > As these fail: > pkg search cad | grep -i free > pkg search CAD | grep -i free > pkg install FreeCAD-0.17.13509.txz > pkg install FreeCAD-0.17.13509 > pkg install FreeCAD-0.17 > pkg install FreeCAD-0 > pkg install FreeCAD > & I am reaching the world with these 2 that produce the same > pkg search cad > pkg search CAD > & pkg search exmh # exmh-2.8.0_1 > pkg install exmh-2.8.0_1 > ports/mail/exmh2/Makefile > PORTNAME= exmh > PORTVERSION= 2.8.0 > PORTREVISION= 1 > ports/cad/freecad/Makefile > PORTNAME= FreeCAD > DISTVERSION= 0.17.13509 > > *** > Probably some packages are missing from the freebsd.org build system, as in > Subject: port x11-wm/icewm does not have a pkg? > These also fail > pkg search icewm > pkg install icewm-1.3.8_3 What repository are you using? Did you run pkg update -f? The package is in official FreeBSD repo for 10 and 11: http://pkg.freebsd.org/FreeBSD:10:amd64/latest/All/FreeCAD-0.17.13509.txz http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/FreeCAD-0.17.13509.txz Also in quaterly branch http://pkg.freebsd.org/FreeBSD:10:amd64/quarterly/All/FreeCAD-0.17.12018_2.txz http://pkg.freebsd.org/FreeBSD:11:amd64/quarterly/All/FreeCAD-0.17.12018_2.txz pkg install FreeCAD shoul work. (I am not using official FreeBSD repo on any of our machines so I cannot test it now) Miroslav Lachman