head	1.8;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	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.8
date	2010.09.30.16.53.28;	author deischen;	state Exp;
branches;
next	1.7;

1.7
date	2009.07.19.03.38.31;	author deischen;	state Exp;
branches;
next	1.6;

1.6
date	2006.12.26.16.53.47;	author deischen;	state Exp;
branches;
next	1.5;

1.5
date	2005.11.29.00.01.24;	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.16;	author sheldonh;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.8
log
@Update to the 2010 version of GNAT-GPL.
@
text
@--- gcc/ada/gnatlink.adb.orig	2010-06-03 02:22:26.000000000 -0400
+++ gcc/ada/gnatlink.adb	2010-09-28 11:04:58.000000000 -0400
@@@@ -137,7 +137,7 @@@@
    --  This table collects the arguments to be passed to compile the binder
    --  generated file.
 
-   Gcc : String_Access := Program_Name ("gcc", "gnatlink");
+   Gcc : String_Access := Program_Name ("gnatgcc", "gnatlink");
 
    Read_Mode : constant String := "r" & ASCII.NUL;
 
@


1.7
log
@Update to the 2009 gpl edition.

Borrow some makefile foo from lang/gnat-gcc43.
@
text
@d1 2
a2 2
--- gcc/ada/gnatlink.adb.save	2009-05-19 07:24:49.000000000 -0400
+++ gcc/ada/gnatlink.adb	2009-06-18 08:44:09.000000000 -0400
@


1.6
log
@Update to gnat GPL 2006.
@
text
@d1 3
a3 3
--- gcc/ada/gnatlink.adb.orig	Mon May 22 02:06:11 2006
+++ gcc/ada/gnatlink.adb	Mon Dec 25 11:13:08 2006
@@@@ -136,7 +136,7 @@@@
d7 2
a8 2
-   Gcc : String_Access := Program_Name ("gcc");
+   Gcc : String_Access := Program_Name ("gnatgcc");
d10 1
a10 1
    Read_Mode  : constant String := "r" & ASCII.Nul;
@


1.5
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
@d1 3
a3 3
--- gcc/ada/gnatlink.adb.orig	Fri Jul 29 09:03:45 2005
+++ gcc/ada/gnatlink.adb	Wed Nov 23 23:38:40 2005
@@@@ -123,7 +123,7 @@@@
@


1.4
log
@Upgrade GNAT to GNAT-3.12p, the latest public release from Ada Core
Technologies.
@
text
@d1 11
a11 19
*** ./ada/gnatlink.adb.orig	Fri Sep 24 08:41:46 1999
--- ./ada/gnatlink.adb	Tue Nov  2 02:46:20 1999
***************
*** 97,103 ****
     --  This table collects the arguments to be passed to compile the binder
     --  generated file.
  
!    Gcc : String_Access := Program_Name ("gcc");
  
     Read_Mode  : constant String := "r" & Ascii.Nul;
  
--- 97,103 ----
     --  This table collects the arguments to be passed to compile the binder
     --  generated file.
  
!    Gcc : String_Access := Program_Name ("adagcc");
  
     Read_Mode  : constant String := "r" & Ascii.Nul;
  
@


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/gnatlink.adb.orig	Wed Jul 29 21:01:08 1998
--- ./ada/gnatlink.adb	Tue Sep  1 00:26:17 1998
d4 3
a6 3
*** 73,79 ****
       Table_Increment      => 100,
       Table_Name           => "Gnatlink.Binder_Options");
d12 3
a14 3
--- 73,79 ----
       Table_Increment      => 100,
       Table_Name           => "Gnatlink.Binder_Options");
@


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/gnatlink.adb.orig	Sun Nov 16 09:24:27 1997
--- gcc-2.7.2.1/ada/gnatlink.adb	Sun Nov 16 09:25:18 1997
d4 1
a4 1
*** 63,69 ****
d8 1
a8 1
!    Gcc        : constant String := "gcc";
d11 2
a12 2
     Write_Mode : constant String := "w" & Ascii.Nul;
--- 63,69 ----
d16 1
a16 1
!    Gcc        : constant String := "adagcc";
d19 1
a19 19
     Write_Mode : constant String := "w" & Ascii.Nul;
***************
*** 424,430 ****
        Write_Eol;
        Write_Str ("      [-v]               -- verbose mode");
        Write_Eol;
!       Write_Str ("      [-gnatlink name]   -- full name for the linker (gcc)");
        Write_Eol;
        Write_Str ("      [list of objects]  -- non Ada binaries");
        Write_Eol;
--- 424,431 ----
        Write_Eol;
        Write_Str ("      [-v]               -- verbose mode");
        Write_Eol;
!       Write_Str ("      [-gnatlink name]   -- full name for the linker " &
!         "(adagcc)");
        Write_Eol;
        Write_Str ("      [list of objects]  -- non Ada binaries");
        Write_Eol;
@


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/gnatcmd.adb.orig	Wed Jun  4 17:47:51 1997
--- gcc-2.7.2.1/ada/gnatcmd.adb	Wed Jun  4 17:48:17 1997
d4 3
a6 1
*** 899,905 ****
d8 1
a8 7
        (Cname    => new S'("COMPILE"),
         Usage    => new S'("GNAT COMPILE file file .. file /qualifiers"),
!        Unixcmd  => new S'("gcc -c"),
         Switches => GCC_Switches'Access,
         Minfile  => 1,
         Maxfile  => 0,
--- 899,905 ----
d10 28
a37 6
        (Cname    => new S'("COMPILE"),
         Usage    => new S'("GNAT COMPILE file file .. file /qualifiers"),
!        Unixcmd  => new S'("adagcc -c"),
         Switches => GCC_Switches'Access,
         Minfile  => 1,
         Maxfile  => 0,
@
