BROKEN on sparc64: Does not compile

This commit is contained in:
Kris Kennaway 2004-05-13 08:54:50 +00:00
parent 151e9079d2
commit 2867b58cfe
5 changed files with 26 additions and 2 deletions

View File

@ -23,6 +23,12 @@ INSTALL_TARGET= site-install
# MIT license
DOCS= ChangeLog LICENSE README
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= "Does not compile on sparc64"
.endif
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
@ -31,4 +37,4 @@ post-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -37,6 +37,10 @@ post-patch:
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= "Does not compile on sparc64"
.endif
# gcc 3.2 was available on 5.x before this OSVERSION
# do not build gcc 3.3 unless necessary
.if ${OSVERSION} < 501103

View File

@ -33,6 +33,10 @@ ALL_TARGET=
BROKEN= "Does not compile on alpha 4.x"
.endif
.if ${ARCH} == "sparc64"
BROKEN= "Does not compile on sparc64"
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ns ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ns.1 ${PREFIX}/man/man1

View File

@ -33,6 +33,10 @@ ALL_TARGET=
BROKEN= "Does not compile on alpha 4.x"
.endif
.if ${ARCH} == "sparc64"
BROKEN= "Does not compile on sparc64"
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ns ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ns.1 ${PREFIX}/man/man1

View File

@ -34,4 +34,10 @@ PLIST_FILES= bin/dictfmt bin/dictfmt_index2suffix bin/dictfmt_index2word \
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= "Does not compile on sparc64"
.endif
.include <bsd.port.post.mk>