From owner-cvs-ports Sat May 13 08:09:29 1995 Return-Path: cvs-ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA03448 for cvs-ports-outgoing; Sat, 13 May 1995 08:09:29 -0700 Received: (from jmacd@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA03433 ; Sat, 13 May 1995 08:09:22 -0700 Date: Sat, 13 May 1995 08:09:22 -0700 From: Joshua Peck Macdonald Message-Id: <199505131509.IAA03433@freefall.cdrom.com> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/lang/gnat/scripts configure Sender: cvs-ports-owner@freebsd.org Precedence: bulk jmacd 95/05/13 08:09:20 Modified: lang/gnat Makefile lang/gnat/files Makefile.gnat lang/gnat/pkg PLIST lang/gnat/scripts configure Added: lang/gnat/files Makefile.inc.diffs md5 Log: I fixed it so that it works right. Basically the same changes were needed as for the g77 port, except this time since a new compiler exectuable isn't getting produced (and I wonder why its that way) one will need to use -B${PREFIX}/libexec/ every time they wish to compile ada sources, since gcc doesn't look in /usr/local/libexec/. It seems to work... I ran it on the examples directory. Someone who knows ada well should test it I suppose. -josh