1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Mark as broken on powerpc.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2012-09-08 07:49:05 +00:00
parent 163465897a
commit 88d9c9d8a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303878
5 changed files with 29 additions and 3 deletions

View File

@ -41,4 +41,8 @@ post-patch:
BROKEN= does not build
.endif
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc: invokes i386 assembler
.endif
.include <bsd.port.post.mk>

View File

@ -36,6 +36,10 @@ BROKEN= does not compile on FreeBSD 7.x
IGNORE= requires kernel source files
.endif
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc
.endif
CMAKE_ARGS+= -DDOMAIN_STUB:BOOL=OFF
CMAKE_ARGS+= -DOPCODE_VERIFICATION:BOOL=OFF

View File

@ -48,4 +48,10 @@ post-install:
# Removing useless .la files from ${PREFIX}/lib
${RM} -f ${PREFIX}/lib/libdf.la ${PREFIX}/lib/libmfhdf.la
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc
.endif
.include <bsd.port.post.mk>

View File

@ -24,4 +24,10 @@ post-patch:
-e 's,^\(pkgconfigdir = \).(libdir),\1${PREFIX}/libdata,' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc
.endif
.include <bsd.port.post.mk>

View File

@ -41,4 +41,10 @@ post-patch:
tests: build
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc
.endif
.include <bsd.port.post.mk>