diff options
author | linimon <linimon@FreeBSD.org> | 2011-02-27 12:43:22 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-02-27 12:43:22 +0800 |
commit | 84b428ccbbc9a0c35c3831c87b0bb06f6b0d189d (patch) | |
tree | a2fe6d872762c76f1c4416f947a4f388719f9e05 | |
parent | 20e27f7122f9dd30a02c90391c9d035cf56433d9 (diff) | |
download | freebsd-ports-gnome-84b428ccbbc9a0c35c3831c87b0bb06f6b0d189d.tar.gz freebsd-ports-gnome-84b428ccbbc9a0c35c3831c87b0bb06f6b0d189d.tar.zst freebsd-ports-gnome-84b428ccbbc9a0c35c3831c87b0bb06f6b0d189d.zip |
Mark as broken on -CURRENT: needs distinfo update.
-rw-r--r-- | lang/gnat-gcc43/Makefile | 4 | ||||
-rw-r--r-- | lang/gnat-gcc44/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lang/gnat-gcc43/Makefile b/lang/gnat-gcc43/Makefile index 8647ef3049b2..23320128bc9a 100644 --- a/lang/gnat-gcc43/Makefile +++ b/lang/gnat-gcc43/Makefile @@ -55,6 +55,10 @@ LATEST_LINK= ${PORTNAME}${gcc_suffix} .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 900000 +BROKEN= Does not install (missing distinfo for FreeBSD-9) +.endif + srcdir= ${WRKDIR}/gcc-${PORTVERSION} gcc_suffix= 43 fsf_mans= fsf-funding gfdl gpl diff --git a/lang/gnat-gcc44/Makefile b/lang/gnat-gcc44/Makefile index 12b844f6e71b..8004b781eba8 100644 --- a/lang/gnat-gcc44/Makefile +++ b/lang/gnat-gcc44/Makefile @@ -58,6 +58,10 @@ LATEST_LINK= ${PORTNAME}${gcc_suffix} IGNORE= only works on 7.0+ .endif +.if ${OSVERSION} >= 900000 +BROKEN= Does not install (missing distinfo for FreeBSD-9) +.endif + srcdir= ${WRKDIR}/gcc-${PORTVERSION} gcc_suffix= 44 fsf_mans= fsf-funding gfdl gpl |