1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Mark as broken on powerpc.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2010-04-01 06:44:48 +00:00
parent 61149bd58a
commit 389b87950f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251941
5 changed files with 29 additions and 3 deletions

View File

@ -59,4 +59,10 @@ do-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc"
BROKEN= Does not compile on ia64 or powerpc
.endif
.include <bsd.port.post.mk>

View File

@ -59,4 +59,10 @@ do-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc"
BROKEN= Does not compile on ia64 or powerpc
.endif
.include <bsd.port.post.mk>

View File

@ -41,6 +41,10 @@ CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
.endif
.if ${ARCH} == "powerpc"
IGNORE= Fails to install: not yet ported to powerpc
.endif
post-extract:
cd ${WRKSRC} && ${TAR} xzf ${LIBF95}.tar.gz

View File

@ -31,6 +31,10 @@ REINPLACE_SUB= DATADIR="${DATADIR}"
EXTRA_PATCHES= ${FILESDIR}/extra-utmpx
.endif
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc
.endif
_MANPREFIX= ${DATADIR}/usr/share/man/5man
_MSECS= 1 1b 1m 2 3 4 5 6 7 8

View File

@ -30,4 +30,10 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/examples/${PORTNAME}_${ex}/${PORTNAME}_${ex} ${PREFIX}/bin
.endfor
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc
.endif
.include <bsd.port.post.mk>