summaryrefslogtreecommitdiff
path: root/lang/gnat/files/patch-ag
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2005-11-29 00:01:24 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2005-11-29 00:01:24 +0000
commit653aef86bca9e3d3807bd0bbfdecd29a7beda3bd (patch)
tree18f7b9db8895f0cb3203d925c1250d6ff5333f6d /lang/gnat/files/patch-ag
parent- Update to 2.0.7 (diff)
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.
Diffstat (limited to 'lang/gnat/files/patch-ag')
-rw-r--r--lang/gnat/files/patch-ag30
1 files changed, 11 insertions, 19 deletions
diff --git a/lang/gnat/files/patch-ag b/lang/gnat/files/patch-ag
index 4bc89fcccd5c..26e672ab9114 100644
--- a/lang/gnat/files/patch-ag
+++ b/lang/gnat/files/patch-ag
@@ -1,19 +1,11 @@
-*** ./ada/gnatchop.adb.orig Thu Oct 24 04:02:18 2002
---- ./ada/gnatchop.adb Fri Nov 22 09:18:03 2002
-***************
-*** 49,55 ****
- Config_File_Name : constant String_Access := new String'("gnat.adc");
- -- The name of the file holding the GNAT configuration pragmas
-
-! Gcc : String_Access := new String'("gcc");
- -- May be modified by switch --GCC=
-
- Gcc_Set : Boolean := False;
---- 49,55 ----
- Config_File_Name : constant String_Access := new String'("gnat.adc");
- -- The name of the file holding the GNAT configuration pragmas
-
-! Gcc : String_Access := new String'("adagcc");
- -- May be modified by switch --GCC=
-
- Gcc_Set : Boolean := False;
+--- gcc/ada/gnatchop.adb.orig Fri Jul 29 09:03:44 2005
++++ gcc/ada/gnatchop.adb Wed Nov 23 23:40:15 2005
+@@ -45,7 +45,7 @@
+ Config_File_Name : constant String_Access := new String'("gnat.adc");
+ -- The name of the file holding the GNAT configuration pragmas
+
+- Gcc : String_Access := new String'("gcc");
++ Gcc : String_Access := new String'("gnatgcc");
+ -- May be modified by switch --GCC=
+
+ Gcc_Set : Boolean := False;