mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Mark BROKEN on sparc64/ia64
Reported by: krismail Approved by: portmgr (kris)
This commit is contained in:
parent
d20662bf31
commit
c7c416526e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140821
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user