diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-04-01 21:24:16 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-04-01 21:24:16 +0000 |
commit | 3ede9c48755ddb0d5d67dcecf3d913466da9bf3e (patch) | |
tree | 9b133cf2613d576544183a58345677144a6aa522 /lang/gnat/files/patch-ad | |
parent | Bring back from the dead; take ownership (diff) |
Remove expired ports:
2014-02-27 devel/hyena: Broken for more than 6 month
2014-04-01 print/pdfmod: Depends on expired devel/hyena, unstaged, uses old standards
2014-04-01 security/gnutls-devel: Stale, broken and vulnerable
2014-04-01 sysutils/epylog: distfiles no longer fetchable
2014-04-01 japanese/Wnn6: Unmaintained, interactive and restricted
2014-04-01 japanese/srd-fpw: Unmaintained, interactive and restricted
2014-04-01 japanese/mypaedia-fpw: Unmaintained, interactive and restricted
2014-04-01 news/dnews: Unmaintained, interactive and restricted
2014-04-01 devel/adasdl: Ancient, does not build on amd64; use devel/sdl_gnat instead
2014-04-01 lang/gnat: The Ada framework is based on lang/gcc-aux, use it instead
Notes
Notes:
svn path=/head/; revision=349892
Diffstat (limited to 'lang/gnat/files/patch-ad')
-rw-r--r-- | lang/gnat/files/patch-ad | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/gnat/files/patch-ad b/lang/gnat/files/patch-ad deleted file mode 100644 index 2cf0fc351752..000000000000 --- a/lang/gnat/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- gcc/ada/make.adb.orig 2010-06-03 02:22:55.000000000 -0400 -+++ gcc/ada/make.adb 2010-09-28 11:04:31.000000000 -0400 -@@ -649,7 +649,7 @@ - -- Compiler, Binder & Linker Data and Subprograms -- - ---------------------------------------------------- - -- Gcc : String_Access := Program_Name ("gcc", "gnatmake"); -+ Gcc : String_Access := Program_Name ("gnatgcc", "gnatmake"); - Gnatbind : String_Access := Program_Name ("gnatbind", "gnatmake"); - Gnatlink : String_Access := Program_Name ("gnatlink", "gnatmake"); - -- Default compiler, binder, linker programs |