mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +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
750 B
Plaintext
20 lines
750 B
Plaintext
*** ./ada/gnatcmd.adb.orig Wed Jul 29 21:01:07 1998
|
|
--- ./ada/gnatcmd.adb Tue Sep 1 00:25:06 1998
|
|
***************
|
|
*** 988,994 ****
|
|
|
|
(Cname => new S'("COMPILE"),
|
|
Usage => new S'("GNAT COMPILE filespec[,...] /qualifiers"),
|
|
! Unixcmd => new S'("gcc -c -x ada"),
|
|
Switches => GCC_Switches'Access,
|
|
Params => new Parameter_Array'(1 => FILES_OR_WILDCARD),
|
|
Defext => " "),
|
|
--- 988,994 ----
|
|
|
|
(Cname => new S'("COMPILE"),
|
|
Usage => new S'("GNAT COMPILE filespec[,...] /qualifiers"),
|
|
! Unixcmd => new S'("adagcc -c -x ada"),
|
|
Switches => GCC_Switches'Access,
|
|
Params => new Parameter_Array'(1 => FILES_OR_WILDCARD),
|
|
Defext => " "),
|