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

Mark as broken on sparc64-9.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2011-12-22 10:59:57 +00:00
parent 52e72117b2
commit 297cd55e93
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287852
3 changed files with 14 additions and 1 deletions

View File

@ -33,4 +33,10 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/lib/libtolua++.so ${LUA_LIBDIR}
${INSTALL_DATA} ${WRKSRC}/lib/libtolua++.so ${PREFIX}/lib/libtolua++-${LUA_VER}.so
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64" && ${OSVERSION} > 900000
BROKEN= Does not install on sparc64-9
.endif
.include <bsd.port.post.mk>

View File

@ -44,5 +44,8 @@ do-install:
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc
.endif
.if ${ARCH} == "sparc64" && ${OSVERSION} > 900000
BROKEN= Does not install on sparc64-9
.endif
.include <bsd.port.post.mk>

View File

@ -38,10 +38,14 @@ do-install:
${LN} -sf ${LUA_SUBDIR}/tolua ${PREFIX}/bin/tolua-${LUA_VER}
${INSTALL_DATA} ${WRKSRC}/include/tolua.h ${LUA_INCDIR}
${INSTALL_DATA} ${WRKSRC}/lib/libtolua.a ${LUA_LIBDIR}
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc
.endif
.if ${ARCH} == "sparc64" && ${OSVERSION} > 900000
BROKEN= Does not install on sparc64-9
.endif
.include <bsd.port.post.mk>