mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Mark as broken on ARM.
PR: ports/170946 Submitted by: linimon Hat: portmgr
This commit is contained in:
parent
28e3778d59
commit
07192a24ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303634
12 changed files with 60 additions and 4 deletions
|
@ -30,6 +30,10 @@ PYDISTUTILS_NOEGGINFO= yes
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "arm"
|
||||
BROKEN= Does not install on arm
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
.if ${PYTHON_REL} < 300
|
||||
@${CP} ${FILESDIR}/setup.py ${WRKSRC}
|
||||
|
|
|
@ -42,4 +42,10 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e "s|'cc'|'${CC:Q:C/[[:space:]]+/', '/g}'|g" \
|
||||
${WRKSRC}/giscanner/sourcescanner.py
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "arm"
|
||||
BROKEN= Does not compile on arm
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -64,6 +64,10 @@ PLIST_SUB+= ICUMAJOR=${ICUMAJOR} ICUMINOR=${ICUMINOR} ICUVER=${PORTVERSION}
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "arm"
|
||||
BROKEN= Does not compile on arm
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_THREADS)
|
||||
CONFIGURE_ARGS+= --enable-threads=no
|
||||
.else
|
||||
|
|
|
@ -31,6 +31,10 @@ LIBS= libnspr4.so.1 libplc4.so.1 libplds4.so.1
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "arm"
|
||||
BROKEN= Does not compile on arm
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,-lpthread,${PTHREAD_LIBS},g ; s,echo aout,echo elf,g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
|
|
|
@ -54,4 +54,10 @@ pre-configure:
|
|||
pre-build:
|
||||
cd ${BUILD_WRKSRC}/../bootstrap && ${MAKE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "arm"
|
||||
BROKEN= Does not compile on arm
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -53,4 +53,10 @@ pre-configure:
|
|||
pre-build:
|
||||
cd ${BUILD_WRKSRC}/../bootstrap && ${MAKE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "arm"
|
||||
BROKEN= Does not configure on arm
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -54,4 +54,10 @@ pre-configure:
|
|||
pre-build:
|
||||
cd ${BUILD_WRKSRC}/../bootstrap && ${MAKE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "arm"
|
||||
BROKEN= Does not configure on arm
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -49,6 +49,10 @@ OPTIONS+= GL "Enable OpenGL Support" Off \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "arm"
|
||||
BROKEN= Does not compile on arm
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GL)
|
||||
USE_GL= gl
|
||||
CONFIGURE_ARGS+= --enable-gl
|
||||
|
|
|
@ -70,6 +70,10 @@ OPTIONS= KQUEUE "kqueue(2) support" on \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "arm"
|
||||
BROKEN= Does not build on arm
|
||||
.endif
|
||||
|
||||
# Default requirement for dovecot rc script
|
||||
_REQUIRE= LOGIN
|
||||
|
||||
|
|
|
@ -58,6 +58,10 @@ SOLR_DESC= Solr FTS support
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "arm"
|
||||
BROKEN= Does not build on arm
|
||||
.endif
|
||||
|
||||
# sed script for dovecot.conf
|
||||
REINPLACE= s!%%PROTOCOLS%%!${PROTOCOLS}!g;\
|
||||
s!/usr/!${PREFIX}/!g;\
|
||||
|
|
|
@ -37,6 +37,10 @@ OPTIONS= XMLRPC "Compile with xmlrpc-c support" on \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "arm"
|
||||
BROKEN= Does not configure on arm
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_XMLRPC)
|
||||
CONFIGURE_ARGS+= --with-xmlrpc-c
|
||||
LIB_DEPENDS+= xmlrpc.3:${PORTSDIR}/net/xmlrpc-c-devel
|
||||
|
|
|
@ -44,6 +44,10 @@ PREFIX=${REALVNC_BASE}
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "arm"
|
||||
BROKEN= Does not compile on arm
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_SERVER)
|
||||
MASTER_SITES+= ${MASTER_SITE_XORG:S/$/:x/}
|
||||
MASTER_SITE_SUBDIR+= 4.3.0/:x
|
||||
|
|
Loading…
Add table
Reference in a new issue