diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2005-11-29 00:01:24 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2005-11-29 00:01:24 +0000 |
commit | 653aef86bca9e3d3807bd0bbfdecd29a7beda3bd (patch) | |
tree | 18f7b9db8895f0cb3203d925c1250d6ff5333f6d /lang/gnat/files/patch-aj | |
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.
Notes
Notes:
svn path=/head/; revision=149845
Diffstat (limited to 'lang/gnat/files/patch-aj')
-rw-r--r-- | lang/gnat/files/patch-aj | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/lang/gnat/files/patch-aj b/lang/gnat/files/patch-aj deleted file mode 100644 index 564a9ec5cce5..000000000000 --- a/lang/gnat/files/patch-aj +++ /dev/null @@ -1,54 +0,0 @@ -*** ada/a-sysdep.c.orig Thu Oct 24 04:02:16 2002 ---- ada/a-sysdep.c Fri Nov 22 09:24:51 2002 -*************** -*** 286,292 **** - #if defined (linux) || defined (sun) || defined (sgi) || defined (__EMX__) \ - || (defined (__osf__) && ! defined (__alpha_vxworks)) || defined (WINNT) \ - || defined (__MACHTEN__) || defined (hpux) || defined (_AIX) \ -! || (defined (__svr4__) && defined (i386)) || defined (__Lynx__) - #include <termios.h> - #elif defined (VMS) - extern char *decc$ga_stdscr; ---- 286,293 ---- - #if defined (linux) || defined (sun) || defined (sgi) || defined (__EMX__) \ - || (defined (__osf__) && ! defined (__alpha_vxworks)) || defined (WINNT) \ - || defined (__MACHTEN__) || defined (hpux) || defined (_AIX) \ -! || (defined (__svr4__) && defined (i386)) || defined (__Lynx__) \ -! || defined (__FreeBSD__) - #include <termios.h> - #elif defined (VMS) - extern char *decc$ga_stdscr; -*************** -*** 336,342 **** - || (defined (__osf__) && ! defined (__alpha_vxworks)) \ - || defined (__CYGWIN32__) || defined (__MACHTEN__) || defined (hpux) \ - || defined (_AIX) || (defined (__svr4__) && defined (i386)) \ -! || defined (__Lynx__) - char c; - int nread; - int good_one = 0; ---- 337,343 ---- - || (defined (__osf__) && ! defined (__alpha_vxworks)) \ - || defined (__CYGWIN32__) || defined (__MACHTEN__) || defined (hpux) \ - || defined (_AIX) || (defined (__svr4__) && defined (i386)) \ -! || defined (__Lynx__) || defined (__FreeBSD__) - char c; - int nread; - int good_one = 0; -*************** -*** 355,361 **** - #if defined(linux) || defined (sun) || defined (sgi) || defined (__EMX__) \ - || defined (__osf__) || defined (__MACHTEN__) || defined (hpux) \ - || defined (_AIX) || (defined (__svr4__) && defined (i386)) \ -! || defined (__Lynx__) - eof_ch = termios_rec.c_cc[VEOF]; - - /* If waiting (i.e. Get_Immediate (Char)), set MIN = 1 and wait for ---- 356,362 ---- - #if defined(linux) || defined (sun) || defined (sgi) || defined (__EMX__) \ - || defined (__osf__) || defined (__MACHTEN__) || defined (hpux) \ - || defined (_AIX) || (defined (__svr4__) && defined (i386)) \ -! || defined (__Lynx__) || defined (__FreeBSD__) - eof_ch = termios_rec.c_cc[VEOF]; - - /* If waiting (i.e. Get_Immediate (Char)), set MIN = 1 and wait for |