mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
cc4e71cb59
* Build requires a GNAT compiler, for which the maintainer has created a package. For now, provide two MASTER_SITEs from which it is available so that it'll find its way into the FreeBSD distfiles. * Uses variables in the PLIST to reduce diff sizes in future. * Doesn't install info files, which are virtually duplicates of the ones we already have. * AOUT support is on its wAy OUT. Do what we can, but don't blow any fuses. * Hand maintainership over to Daniel Eischen, at the request of the previous maintainer. PR: 10093 Submitted by: Daniel Eischen <eischen@vigrid.com>
20 lines
878 B
Plaintext
20 lines
878 B
Plaintext
*** ./ada/make.adb.orig Wed Jul 29 21:01:09 1998
|
|
--- ./ada/make.adb Tue Sep 1 00:24:06 1998
|
|
***************
|
|
*** 202,208 ****
|
|
-- Compiler, Binder & Linker Data and Subprograms --
|
|
----------------------------------------------------
|
|
|
|
! Gcc : String_Access := Program_Name ("gcc");
|
|
Gnatbind : String_Access := Program_Name ("gnatbind");
|
|
Gnatlink : String_Access := Program_Name ("gnatlink");
|
|
-- Default compiler, binder, linker programs
|
|
--- 202,208 ----
|
|
-- Compiler, Binder & Linker Data and Subprograms --
|
|
----------------------------------------------------
|
|
|
|
! Gcc : String_Access := Program_Name ("adagcc");
|
|
Gnatbind : String_Access := Program_Name ("gnatbind");
|
|
Gnatlink : String_Access := Program_Name ("gnatlink");
|
|
-- Default compiler, binder, linker programs
|