From owner-freebsd-ports@FreeBSD.ORG Thu Aug 18 15:12:27 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 89D9716A41F for ; Thu, 18 Aug 2005 15:12:27 +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 E995543D49 for ; Thu, 18 Aug 2005 15:12:25 +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 j7IFCNTw021711; Thu, 18 Aug 2005 17:12:24 +0200 Received: (from hopet@localhost) by dior.ics.muni.cz (8.10.1/8.10.0.Beta12) id j7IFCMZ08279; Thu, 18 Aug 2005 17:12:22 +0200 (MEST) From: Petr Holub Message-Id: <200508181512.j7IFCMZ08279@dior.ics.muni.cz> In-Reply-To: <20050818134206.GB9585@xor.obsecurity.org> from Kris Kennaway at "Aug 18, 2005 09:42:07 am" To: Kris Kennaway Date: Thu, 18 Aug 2005 17:12:22 +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:12:27 -0000 > > A few additional tests compiling software written in Ada show that > > compilation works unless -fno-strict-aliasing is used. See also my > > previous post on xmlada. > > Yes, both ports need to be fixed to not use CFLAGS with their build, > which may contain gcc options that are not accepted by adagcc I wonder where the -fno-strict-aliasing comes from? I've found it in the /usr/share/mk/sys.mk - is there any way how to disable inclusion of sys.mk? Of course, I can always do CFLAGS= in the Makefile for these ports (and I've verified it works) but this also overrides all the options a user may wisch to set... Best, Petr