summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/gnat-gcc34/Makefile4
-rw-r--r--lang/gnat-gcc41/Makefile4
-rw-r--r--lang/gnat-gcc42/Makefile4
-rw-r--r--lang/gnat-gcc43/Makefile4
4 files changed, 16 insertions, 0 deletions
diff --git a/lang/gnat-gcc34/Makefile b/lang/gnat-gcc34/Makefile
index 3588e8dba027..27ca35c9b5af 100644
--- a/lang/gnat-gcc34/Makefile
+++ b/lang/gnat-gcc34/Makefile
@@ -40,6 +40,10 @@ INFO= gcc${gcc_suffix}/cpp \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= does not extract on 4.x (both bzip2 and tar.gz sources are used)
+.endif
+
gcc_suffix= 34
targlib= ${PREFIX}/lib/gcc/${CONFIGURE_TARGET}/${PORTVERSION}
diff --git a/lang/gnat-gcc41/Makefile b/lang/gnat-gcc41/Makefile
index 3588e8dba027..27ca35c9b5af 100644
--- a/lang/gnat-gcc41/Makefile
+++ b/lang/gnat-gcc41/Makefile
@@ -40,6 +40,10 @@ INFO= gcc${gcc_suffix}/cpp \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= does not extract on 4.x (both bzip2 and tar.gz sources are used)
+.endif
+
gcc_suffix= 34
targlib= ${PREFIX}/lib/gcc/${CONFIGURE_TARGET}/${PORTVERSION}
diff --git a/lang/gnat-gcc42/Makefile b/lang/gnat-gcc42/Makefile
index 3588e8dba027..27ca35c9b5af 100644
--- a/lang/gnat-gcc42/Makefile
+++ b/lang/gnat-gcc42/Makefile
@@ -40,6 +40,10 @@ INFO= gcc${gcc_suffix}/cpp \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= does not extract on 4.x (both bzip2 and tar.gz sources are used)
+.endif
+
gcc_suffix= 34
targlib= ${PREFIX}/lib/gcc/${CONFIGURE_TARGET}/${PORTVERSION}
diff --git a/lang/gnat-gcc43/Makefile b/lang/gnat-gcc43/Makefile
index 3588e8dba027..27ca35c9b5af 100644
--- a/lang/gnat-gcc43/Makefile
+++ b/lang/gnat-gcc43/Makefile
@@ -40,6 +40,10 @@ INFO= gcc${gcc_suffix}/cpp \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= does not extract on 4.x (both bzip2 and tar.gz sources are used)
+.endif
+
gcc_suffix= 34
targlib= ${PREFIX}/lib/gcc/${CONFIGURE_TARGET}/${PORTVERSION}