From owner-freebsd-ports@FreeBSD.ORG Wed May 10 18:01:22 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAE7616A478; Wed, 10 May 2006 18:01:22 +0000 (UTC) (envelope-from eischen@vigrid.com) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 433E443D5A; Wed, 10 May 2006 18:01:21 +0000 (GMT) (envelope-from eischen@vigrid.com) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.6/8.13.6/NETPLEX) with ESMTP id k4AI1Jhr024309; Wed, 10 May 2006 14:01:19 -0400 (EDT) Date: Wed, 10 May 2006 14:01:19 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Boris Samorodov In-Reply-To: <24933262@srv.sem.ipt.ru> Message-ID: References: <92871295@srv.sem.ipt.ru> <24933262@srv.sem.ipt.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: ports@FreeBSD.org, gerald@FreeBSD.org Subject: Re: lang/gcc-4x and ADA support X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 May 2006 18:01:22 -0000 On Wed, 10 May 2006, Boris Samorodov wrote: > CC to lang/gnat and lang/gcc41 maintainers as they may be interested. > > On Wed, 03 May 2006 21:01:04 +0400 Boris Samorodov wrote: > >> Is somebody working (or even ever tried) on compiling gcc-4.x with ADA >> support? > > It appears to be nobody but me. ;-) I tried some months ago, but gcc40 (or 41 or whatever) wasn't building on -current and I didn't have much time to devote to it. > What is done to lang/gcc41: > > o WITH_ADA knob is added, it's not defined by default; > o some other stuff made to deal with --enable-languages=[]; > o lang/gnat is used as primary compiler when WITH_ADA is defined; > o tested with --enable-languages=ada,c. > > Just now compilation with all languages is running: > --enable-languages=c,ada,c++,fortran,java,objc. You know, it's not a > very short operation. ;-) That's good to know. Does it also work with lang/gcc42? > What I'm going to do: > > o make bootstraping with gnat-3.15p-boot; > o adjust pkg-plist; > o send-pr. > > > Does anybody have any suggestions? You might want to have it try to first detect if lang/gnat is installed and use that to bootstrap. You probably don't want to depend on lang/gnat just to get a bootstrap compiler if my gnat-3.15p-boot works with gcc4x, though. What are the licenses with the gnat libs in gcc4x? Are they as restrictive as lang/gnat? -- DE