diff options
author | bsam <bsam@FreeBSD.org> | 2006-09-06 05:33:29 +0000 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2006-09-06 05:33:29 +0000 |
commit | 71c07cef69c3b7f06cc81c0a884fe4f88c96d1ec (patch) | |
tree | 5ee02a6e98ae6dfd1edc5813bd9ed75e4b4d1fd0 /lang/gnat-gcc41 | |
parent | 5622227346ccc44761b0ca73bc456687e01312c2 (diff) | |
download | FreeBSD-ports-71c07cef69c3b7f06cc81c0a884fe4f88c96d1ec.zip FreeBSD-ports-71c07cef69c3b7f06cc81c0a884fe4f88c96d1ec.tar.gz |
Mark BROKEN at 7.x (does not compile) while investigating the case.
Reported by: krismail
Diffstat (limited to 'lang/gnat-gcc41')
-rw-r--r-- | lang/gnat-gcc41/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gnat-gcc41/Makefile b/lang/gnat-gcc41/Makefile index 6a29d7e..2480936 100644 --- a/lang/gnat-gcc41/Makefile +++ b/lang/gnat-gcc41/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} |