From 653aef86bca9e3d3807bd0bbfdecd29a7beda3bd Mon Sep 17 00:00:00 2001 From: Daniel Eischen Date: Tue, 29 Nov 2005 00:01:24 +0000 Subject: 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. --- lang/gnat/files/patch-aj | 54 ------------------------------------------------ 1 file changed, 54 deletions(-) delete mode 100644 lang/gnat/files/patch-aj (limited to 'lang/gnat/files/patch-aj') 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 - #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 - #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 -- cgit v1.2.3