Mark as broken on sparc64: does not compile.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user