From owner-freebsd-ports@FreeBSD.ORG Thu Aug 18 15:50:49 2005 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 82D4216A41F for ; Thu, 18 Aug 2005 15:50:49 +0000 (GMT) (envelope-from hopet@ics.muni.cz) Received: from tirith.ics.muni.cz (tirith.ics.muni.cz [147.251.4.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E35143D55 for ; Thu, 18 Aug 2005 15:50:45 +0000 (GMT) (envelope-from hopet@ics.muni.cz) Received: from dior.ics.muni.cz (dior.ics.muni.cz [147.251.6.10]) by tirith.ics.muni.cz (8.13.2/8.13.2) with ESMTP id j7IFohv9025619; Thu, 18 Aug 2005 17:50:44 +0200 Received: (from hopet@localhost) by dior.ics.muni.cz (8.10.1/8.10.0.Beta12) id j7IFogA13464; Thu, 18 Aug 2005 17:50:42 +0200 (MEST) From: Petr Holub Message-Id: <200508181550.j7IFogA13464@dior.ics.muni.cz> In-Reply-To: <20050818152509.GA7515@xor.obsecurity.org> from Kris Kennaway at "Aug 18, 2005 11:25:09 am" To: Kris Kennaway Date: Thu, 18 Aug 2005 17:50:42 +0200 (MEST) X-Mailer: ELM [version 2.4ME+ PL66 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Muni-Spam-TestIP: 147.251.6.10 X-Muni-Envelope-From: hopet@ics.muni.cz X-Muni-Virus-Test: Clean Cc: Petr Holub , ports@freebsd.org, sam@inf.enst.fr Subject: Re: gnat-glade build error on 6.0-BETA2 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: Thu, 18 Aug 2005 15:50:49 -0000 > It's bogus to use CFLAGS (C compiler flags) to control an ADA > compiler. Users may legitimately specify any number of other C > compiler flags in this variable which will be rejected by the ADA > compiler. Use another variable instead (e.g. ADAFLAGS). OK, based on your suggestion (ADACFLAGS), I've just sent two PR's with patches for both ports. If I find enough time, I will try to send patch with upgrade of xmlada to version 1.0 - but please apply the patch since I can't guarantee the upgrading patch. Best, Petr