mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Mark as broken on sparc64: does not compile.
This commit is contained in:
parent
7be0889a49
commit
ed9f227942
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206589
4 changed files with 22 additions and 2 deletions
|
@ -51,6 +51,10 @@ USE_FIREBIRD= yes
|
|||
|
||||
.include "${PORTSDIR}/Mk/bsd.database.mk"
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile
|
||||
.endif
|
||||
|
||||
do-configure:
|
||||
@(cd ${WRKSRC}; \
|
||||
${LOCALBASE}/bin/cmake ${CMAKE_ARGS} .)
|
||||
|
|
|
@ -24,4 +24,10 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|||
CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE} \
|
||||
--with-libsynce=${LOCALBASE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -24,4 +24,10 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|||
CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE} \
|
||||
--with-libsynce=${LOCALBASE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -49,6 +49,10 @@ PLIST_SUB+= WITH_PYTHON="@comment "
|
|||
.if !defined(NOPORTDOCS)
|
||||
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/api/html/* ${DOCSDIR}
|
||||
|
|
Loading…
Add table
Reference in a new issue