summaryrefslogtreecommitdiff
path: root/lang/gnat/files/patch-ap
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-ap
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-ap')
-rw-r--r--lang/gnat/files/patch-ap30
1 files changed, 0 insertions, 30 deletions
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)