diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-05 12:54:20 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-05 12:54:20 +0000 |
commit | 6a8b90298a507e9c18c0b6aef27523ad44dd64d5 (patch) | |
tree | 1f73922934187604e57dad5b5971e45b1d1ef110 /lang | |
parent | b5c8298b6e63cf23dbd72a27eea03a8f45f75b4f (diff) | |
download | ports-6a8b90298a507e9c18c0b6aef27523ad44dd64d5.tar.gz ports-6a8b90298a507e9c18c0b6aef27523ad44dd64d5.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnat/Makefile | 5 | ||||
-rw-r--r-- | lang/gnat/pkg-plist | 4 |
2 files changed, 2 insertions, 7 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile index 21dd529b256b..31d9b7afae80 100644 --- a/lang/gnat/Makefile +++ b/lang/gnat/Makefile @@ -26,6 +26,7 @@ COMMENT= The GNU Ada Compiler system CONFLICTS= gcc-3.4.* USE_GMAKE= yes USE_BISON= yes +USE_PERL5_RUN= yes .include <bsd.port.pre.mk> @@ -58,10 +59,6 @@ MAN1= gnatgcc.1 gnatcpp.1 gnatgcov.1 MAN7= fsf-funding.7 gfdl.7 gpl.7 NO_PACKAGE= "This version of GNAT produces GPL-tainted executables" -.if ${PORTOBJFORMAT} == "aout" -BROKEN= "Cannot build for aout." -.endif - # You need a compiler who calls an existing GNAT compiler (3.15 or greater). # If you have one, point GNATGCC at it. By default, we'll look for one in # the path. If we can't find one, we'll fetch a distfile containing diff --git a/lang/gnat/pkg-plist b/lang/gnat/pkg-plist index ef4d5b56f809..1f6cba9c003e 100644 --- a/lang/gnat/pkg-plist +++ b/lang/gnat/pkg-plist @@ -16,6 +16,7 @@ bin/gnatname bin/gnatprep bin/gnatxref bin/gprmake +bin/gnathtml.pl bin/%%GNUHOST%%-gcc-%%GCC_VERSION%% bin/%%GNUHOST%%-gnatgcc lib/gcc/%%GNUHOST%%/%%GCC_VERSION%%/adainclude/a-astaco.adb @@ -1549,9 +1550,6 @@ lib/gcc/%%GNUHOST%%/%%GCC_VERSION%%/install-tools/include/varargs.h lib/gcc/%%GNUHOST%%/%%GCC_VERSION%%/install-tools/include/xmmintrin.h lib/gcc/%%GNUHOST%%/%%GCC_VERSION%%/install-tools/mkheaders.conf lib/gcc/%%GNUHOST%%/%%GCC_VERSION%%/libgcc.a -lib/gcc/%%GNUHOST%%/%%GCC_VERSION%%/libgcc_eh.a -lib/gcc/%%GNUHOST%%/%%GCC_VERSION%%/libgcc_s.so -lib/gcc/%%GNUHOST%%/%%GCC_VERSION%%/libgcc_s.so.1 lib/gcc/%%GNUHOST%%/%%GCC_VERSION%%/libgcov.a lib/gcc/%%GNUHOST%%/%%GCC_VERSION%%/specs libexec/gcc/%%GNUHOST%%/%%GCC_VERSION%%/cc1 |