From 8652aa50fb474ca54e7ee00c948a5a0f308ffef8 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 6 Apr 2010 07:50:55 +0000 Subject: [PATCH] Mark various ports as ignore or broken on ia64. Hat: portmgr --- devel/bullet/Makefile | 4 ++-- games/8kingdoms/Makefile | 2 +- lang/gambas2-base/Makefile.components | 8 ++++++++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/devel/bullet/Makefile b/devel/bullet/Makefile index 0fa418c16cfe..aa21a869bb81 100644 --- a/devel/bullet/Makefile +++ b/devel/bullet/Makefile @@ -43,8 +43,8 @@ OPTIONS= DOUBLE "Use double precision" off CFLAGS+= -DUSE_ADDR64 .endif -.if ${ARCH} == "sparc64" -IGNORE= Does not configure on sparc64 +.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" +IGNORE= does not configure on ia64 or sparc64 .endif .if defined(WITH_DOUBLE) diff --git a/games/8kingdoms/Makefile b/games/8kingdoms/Makefile index 00503d2f44e4..613fcbf0505d 100644 --- a/games/8kingdoms/Makefile +++ b/games/8kingdoms/Makefile @@ -78,7 +78,7 @@ post-install: .include .if ${OSVERSION} >= 700042 -.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64" BROKEN= Does not compile with GCC 4.2 .endif .endif diff --git a/lang/gambas2-base/Makefile.components b/lang/gambas2-base/Makefile.components index c184e05b96aa..2d39956f3d6c 100644 --- a/lang/gambas2-base/Makefile.components +++ b/lang/gambas2-base/Makefile.components @@ -159,6 +159,10 @@ BUILD_DEPENDS+= gbi2:${PORTSDIR}/lang/gambas2-base .endif .if ${PKGNAMESUFFIX} == "-gb-xml" +.if ${ARCH} == "ia64" +BROKEN= Does not compile on ia64 +.endif + BUILD_DEPENDS+= gbi2:${PORTSDIR}/lang/gambas2-base \ ${GAMBAS_COMPDIRE}/gb.net.component:${PORTSDIR}/net/gambas2-gb-net \ ${GAMBAS_COMPDIRE}/gb.net.curl.component:${PORTSDIR}/ftp/gambas2-gb-net-curl @@ -168,6 +172,10 @@ USE_GNOME= libxml2 libxslt .endif .if ${PKGNAMESUFFIX} == "-gb-gtk" +.if ${ARCH} == "ia64" +BROKEN= Does not compile on ia64 +.endif + EXTRACT_AFTER_ARGS+= "${DISTNAME}/gb.qt" BUILD_DEPENDS+= gbi2:${PORTSDIR}/lang/gambas2-base