diff options
author | bsam <bsam@FreeBSD.org> | 2006-09-06 13:33:29 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2006-09-06 13:33:29 +0800 |
commit | 71c07cef69c3b7f06cc81c0a884fe4f88c96d1ec (patch) | |
tree | 5ee02a6e98ae6dfd1edc5813bd9ed75e4b4d1fd0 /lang/gnat-gcc43 | |
parent | 5622227346ccc44761b0ca73bc456687e01312c2 (diff) | |
download | freebsd-ports-gnome-71c07cef69c3b7f06cc81c0a884fe4f88c96d1ec.tar.gz freebsd-ports-gnome-71c07cef69c3b7f06cc81c0a884fe4f88c96d1ec.tar.zst freebsd-ports-gnome-71c07cef69c3b7f06cc81c0a884fe4f88c96d1ec.zip |
Mark BROKEN at 7.x (does not compile) while investigating the case.
Reported by: krismail
Diffstat (limited to 'lang/gnat-gcc43')
-rw-r--r-- | lang/gnat-gcc43/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gnat-gcc43/Makefile b/lang/gnat-gcc43/Makefile index 6a29d7ec47e7..248093643e68 100644 --- a/lang/gnat-gcc43/Makefile +++ b/lang/gnat-gcc43/Makefile @@ -47,6 +47,10 @@ LATEST_LINK= ${PORTNAME}${gcc_suffix} .include <bsd.port.pre.mk> +.if ${OSVERSION} > 700000 +BROKEN= does not compile at 7.x +.endif + gcc_snapshot= 20060818 versionstring= ${PORTVERSION:C/\.[0-9]*$//}-${gcc_snapshot} srcdir= ${WRKDIR}/gcc-${versionstring} |