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-ap | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 lang/gnat/files/patch-ap (limited to 'lang/gnat/files/patch-ap') diff --git a/lang/gnat/files/patch-ap b/lang/gnat/files/patch-ap deleted file mode 100644 index 9474e433c9ef..000000000000 --- a/lang/gnat/files/patch-ap +++ /dev/null @@ -1,30 +0,0 @@ -*** ada/a-adaint.c.orig Thu Oct 24 04:02:15 2002 ---- ada/a-adaint.c Fri Nov 22 09:53:21 2002 -*************** -*** 605,610 **** ---- 605,612 ---- - - #if defined (linux) && !defined (__vxworks) - return mkstemp (path); -+ #elif defined (__FreeBSD__) -+ return mkstemp (path); - #elif defined (__Lynx__) - mktemp (path); - #else -*************** -*** 673,679 **** - - free (pname); - } -! #elif defined (linux) - char *tmpdir = getenv ("TMPDIR"); - - if (tmpdir == NULL) ---- 675,681 ---- - - free (pname); - } -! #elif defined (linux) || defined (__FreeBSD__) - char *tmpdir = getenv ("TMPDIR"); - - if (tmpdir == NULL) -- cgit v1.2.3