Mark as broken on powerpc and sparc64 (and, presumably, ia64).

Hat:		portmgr
This commit is contained in:
Mark Linimon 2012-09-04 06:57:36 +00:00
parent 0321c9291b
commit 8e65c59121
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303640
7 changed files with 40 additions and 4 deletions

View file

@ -36,4 +36,10 @@ do-install:
${INSTALL_LIB} ${WRKSRC}/libmysac-static.a ${PREFIX}/lib/libmysac-static.a ${INSTALL_LIB} ${WRKSRC}/libmysac-static.a ${PREFIX}/lib/libmysac-static.a
${INSTALL_DATA} ${WRKSRC}/mysac.h ${PREFIX}/include/mysac.h ${INSTALL_DATA} ${WRKSRC}/mysac.h ${PREFIX}/include/mysac.h
.include <bsd.port.mk> .include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not compile on ia64, powerpc, or sparc64
.endif
.include <bsd.port.post.mk>

View file

@ -85,4 +85,8 @@ CFLAGS+= -DWITH_NVIDIA_GL=1
ARCH!= uname -p ARCH!= uname -p
.endif .endif
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not compile on ia64, powerpc, or sparc64
.endif
.include <bsd.port.post.mk> .include <bsd.port.post.mk>

View file

@ -29,4 +29,10 @@ post-install:
@${INSTALL_MAN} ${WRKSRC}/etc/luajit.1 ${MAN1PREFIX}/man/man1 @${INSTALL_MAN} ${WRKSRC}/etc/luajit.1 ${MAN1PREFIX}/man/man1
.endif .endif
.include <bsd.port.mk> .include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not compile on ia64, powerpc, or sparc64
.endif
.include <bsd.port.post.mk>

View file

@ -36,6 +36,10 @@ MAN1= mosh.1 mosh_config.1
BROKEN= Does not build on FreeBSD 7.x BROKEN= Does not build on FreeBSD 7.x
.endif .endif
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not compile on ia64, powerpc, or sparc64
.endif
post-patch: post-patch:
${REINPLACE_CMD} 's|mosh-$$PACKAGE_VERSION|mosh|' ${WRKSRC}/configure ${REINPLACE_CMD} 's|mosh-$$PACKAGE_VERSION|mosh|' ${WRKSRC}/configure

View file

@ -19,6 +19,10 @@ MAKE_JOBS_UNSAFE= YES
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not compile on ia64, powerpc, or sparc64
.endif
HOSTNAME_CMD?= /bin/hostname HOSTNAME_CMD?= /bin/hostname
do-build: do-build:

View file

@ -52,4 +52,10 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${WRKSRC}/README ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${WRKSRC}/README ${DOCSDIR}
.endif .endif
.include <bsd.port.mk> .include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not compile on ia64, powerpc, or sparc64
.endif
.include <bsd.port.post.mk>

View file

@ -47,4 +47,10 @@ post-patch:
${REINPLACE_CMD} -e 's,^\(docdir = \).*,\1${DOCSDIR},' \ ${REINPLACE_CMD} -e 's,^\(docdir = \).*,\1${DOCSDIR},' \
${WRKSRC}/Build/share/Makefile.in ${WRKSRC}/Build/share/Makefile.in
.include <bsd.port.mk> .include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not compile on ia64, powerpc, or sparc64
.endif
.include <bsd.port.post.mk>