Mark various ports as ignore or broken on ia64.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2010-04-06 07:50:55 +00:00
parent f977ca1bcc
commit 8652aa50fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252307
3 changed files with 11 additions and 3 deletions

View File

@ -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)

View File

@ -78,7 +78,7 @@ post-install:
.include <bsd.port.pre.mk>
.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

View File

@ -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