head	1.6;
access;
symbols
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.4
	RELEASE_3_4_0:1.4
	RELEASE_3_3_0:1.3
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.2
	RELEASE_2_2_6:1.2
	RELEASE_2_2_5:1.1;
locks; strict;
comment	@# @;


1.6
date	2005.11.29.00.01.24;	author deischen;	state dead;
branches;
next	1.5;

1.5
date	2002.12.01.19.10.48;	author deischen;	state Exp;
branches;
next	1.4;

1.4
date	99.11.09.12.33.33;	author deischen;	state Exp;
branches;
next	1.3;

1.3
date	99.06.24.11.11.14;	author sheldonh;	state Exp;
branches;
next	1.2;

1.2
date	98.01.18.09.08.41;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	97.09.25.08.47.53;	author asami;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Update the antiquated version of the GNAT compiler to the GPL-2005
version.

Note that this version now produces executables that are
covered by the GPL as opposed to the previous version which was
covered by the modified GPL.

Also note that the GNAT sources in the stock GCC-4 tree are
not under this restriction.  A new port based on the sources
in GCC-4 will come when I get the time.
@
text
@*** ./ada/gnatcmd.adb.orig	Thu Oct 24 04:02:18 2002
--- ./ada/gnatcmd.adb	Fri Nov 22 09:16:30 2002
***************
*** 2530,2536 ****
           Usage    => new S'("GNAT SHARED [obj_&_lib_&_exe_&_opt"
                              & "files] /qualifiers"),
           VMS_Only => True,
!          Unixcmd  => new S'("gcc"),
           Unixsws  => new Argument_List'(new String'("-shared")
                                          & Init_Object_Dirs),
           Switches => Shared_Switches'Access,
--- 2530,2536 ----
           Usage    => new S'("GNAT SHARED [obj_&_lib_&_exe_&_opt"
                              & "files] /qualifiers"),
           VMS_Only => True,
!          Unixcmd  => new S'("adagcc"),
           Unixsws  => new Argument_List'(new String'("-shared")
                                          & Init_Object_Dirs),
           Switches => Shared_Switches'Access,
@


1.5
log
@Update to the latest released version of GNAT (3.15p).  Also use a
new bootstrap compiler and fix so that it builds under -current.

Approved by:	portmgr
@
text
@@


1.4
log
@Upgrade GNAT to GNAT-3.12p, the latest public release from Ada Core
Technologies.
@
text
@d1 2
a2 2
*** ./ada/gnatcmd.adb.orig	Fri Sep 24 08:41:33 1999
--- ./ada/gnatcmd.adb	Tue Nov  2 02:44:41 1999
d4 16
a19 16
*** 1173,1179 ****
  
        (Cname    => new S'("COMPILE"),
         Usage    => new S'("GNAT COMPILE filespec[,...] /qualifiers"),
!        Unixcmd  => new S'("gcc -c -x ada"),
         Switches => GCC_Switches'Access,
         Params   => new Parameter_Array'(1 => FILES_OR_WILDCARD),
         Defext   => "   "),
--- 1173,1179 ----
  
        (Cname    => new S'("COMPILE"),
         Usage    => new S'("GNAT COMPILE filespec[,...] /qualifiers"),
!        Unixcmd  => new S'("adagcc -c -x ada"),
         Switches => GCC_Switches'Access,
         Params   => new Parameter_Array'(1 => FILES_OR_WILDCARD),
         Defext   => "   "),
@


1.3
log
@Update 3.10p -> 3.11p:

      * Build requires a GNAT compiler, for which the maintainer has
	created a package. For now, provide two MASTER_SITEs from which
	it is available so that it'll find its way into the FreeBSD
	distfiles.

      * Uses variables in the PLIST to reduce diff sizes in future.

      * Doesn't install info files, which are virtually duplicates of
	the ones we already have.

      * AOUT support is on its wAy OUT. Do what we can, but don't blow
	any fuses.

      * Hand maintainership over to Daniel Eischen, at the request of
	the previous maintainer.

PR:	10093
Submitted by:	Daniel Eischen <eischen@@vigrid.com>
@
text
@d1 2
a2 2
*** ./ada/gnatcmd.adb.orig	Wed Jul 29 21:01:07 1998
--- ./ada/gnatcmd.adb	Tue Sep  1 00:25:06 1998
d4 1
a4 1
*** 988,994 ****
d12 1
a12 1
--- 988,994 ----
@


1.2
log
@Upgrade to version 3.10p and do a little portlint cleaning.

PR:		5138
Submitted by:	Daniel M. Eischen <deischen@@iworks.InterWorks.org>
@
text
@d1 2
a2 2
*** gcc-2.7.2.1/ada/gnatcmd.adb.orig	Thu Aug 14 00:02:49 1997
--- gcc-2.7.2.1/ada/gnatcmd.adb	Sun Nov 16 09:23:23 1997
d4 1
a4 1
*** 987,993 ****
d7 2
a8 2
         Usage    => new S'("GNAT COMPILE file file .. file /qualifiers"),
!        Unixcmd  => new S'("gcc -c"),
d10 3
a12 3
         Minfile  => 1,
         Maxfile  => 0,
--- 987,993 ----
d15 2
a16 2
         Usage    => new S'("GNAT COMPILE file file .. file /qualifiers"),
!        Unixcmd  => new S'("adagcc -c"),
d18 2
a19 2
         Minfile  => 1,
         Maxfile  => 0,
@


1.1
log
@Upgrade to 3.09.  This port is no longer broken.

Note you need an existing gnat compiler to build this.  (A package will do.)

PR:		3687
Submitted by:	Maurice Castro <maurice@@planet.serc.rmit.edu.au> and
		Daniel M. Eischen <deischen@@iworks.InterWorks.org>
@
text
@d1 2
a2 2
*** gcc/ada/make.adb.orig	Thu Jun  5 08:37:34 1997
--- gcc-2.7.2.1/ada/make.adb	Thu Jun  5 11:30:57 1997
d4 1
a4 3
*** 191,197 ****
     -- Compiler, Binder & Linker Data and Subprograms --
     ----------------------------------------------------
d6 14
a19 29
!    Gcc       : String_Access := GNAT.OS_Lib.Locate_Exec_On_Path ("gcc");
     Gnatbind  : String_Access := GNAT.OS_Lib.Locate_Exec_On_Path ("gnatbind");
     Gnatlink  : String_Access := GNAT.OS_Lib.Locate_Exec_On_Path ("gnatlink");
  
--- 191,197 ----
     -- Compiler, Binder & Linker Data and Subprograms --
     ----------------------------------------------------
  
!    Gcc       : String_Access := GNAT.OS_Lib.Locate_Exec_On_Path ("adagcc");
     Gnatbind  : String_Access := GNAT.OS_Lib.Locate_Exec_On_Path ("gnatbind");
     Gnatlink  : String_Access := GNAT.OS_Lib.Locate_Exec_On_Path ("gnatlink");
  
***************
*** 778,784 ****
           Comp_Last := Comp_Last + 1;
           Comp_Args (Comp_Last) := new String'(Name_Buffer (1 .. Name_Len));
  
!          Display ("gcc", Comp_Args (Args'First .. Comp_Last));
  
           return
             GNAT.OS_Lib.Non_Blocking_Spawn
--- 778,784 ----
           Comp_Last := Comp_Last + 1;
           Comp_Args (Comp_Last) := new String'(Name_Buffer (1 .. Name_Len));
  
!          Display ("adagcc", Comp_Args (Args'First .. Comp_Last));
  
           return
             GNAT.OS_Lib.Non_Blocking_Spawn
@
