1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Mark BROKEN on sparc64/ia64

Reported by:	krismail
Approved by:	portmgr (kris)
This commit is contained in:
Pav Lucistnik 2005-08-09 13:46:22 +00:00
parent d20662bf31
commit c7c416526e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140821
4 changed files with 16 additions and 2 deletions

View File

@ -226,7 +226,7 @@ CONFIGURE_ARGS+= --disable-srp
BROKEN= "Does not compile / Needs thread support"
.endif
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" || ${ARCH} == "ia64"
BROKEN= "Does not compile"
.endif

View File

@ -27,6 +27,12 @@ CONFIGURE_ARGS= --with-tcl-ver=8.4 --with-tk-ver=8.4
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
ALL_TARGET= # empty
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"
BROKEN= "Does not compile"
.endif
post-patch:
@${REINPLACE_CMD} -e 's,friend Queue,friend class Queue,' ${WRKSRC}/queue.h
@ -38,4 +44,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/ex/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -30,6 +30,10 @@ ALL_TARGET=
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ns ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ns.1 ${PREFIX}/man/man1

View File

@ -30,6 +30,10 @@ ALL_TARGET=
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ns ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ns.1 ${PREFIX}/man/man1