diff options
Diffstat (limited to 'databases')
| -rw-r--r-- | databases/galera/Makefile | 3 | ||||
| -rw-r--r-- | databases/mysqlwsrep56-server/Makefile | 3 | ||||
| -rw-r--r-- | databases/py-xapian/Makefile | 2 | ||||
| -rw-r--r-- | databases/riak2/Makefile | 8 |
4 files changed, 12 insertions, 4 deletions
diff --git a/databases/galera/Makefile b/databases/galera/Makefile index aebcf3f0fd98..e048ac99065a 100644 --- a/databases/galera/Makefile +++ b/databases/galera/Makefile @@ -18,6 +18,9 @@ BUILD_DEPENDS= checkmk:devel/check \ ${PYTHON_PKGNAMEPREFIX}cloud_sptheme>=0:textproc/py-cloud_sptheme LIB_DEPENDS= libboost_date_time.so:devel/boost-libs +NOT_FOR_ARCHS= aarch64 +NOT_FOR_ARCHS_REASON= error Please add support for your architecture in build/build_config.h + USES= execinfo python:build scons shebangfix ssl USE_CXXSTD= c++11 diff --git a/databases/mysqlwsrep56-server/Makefile b/databases/mysqlwsrep56-server/Makefile index 8614ec8c28a0..4909d5aafd92 100644 --- a/databases/mysqlwsrep56-server/Makefile +++ b/databases/mysqlwsrep56-server/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS= socat:net/socat lsof:sysutils/lsof netcat:net/netcat rsync:net/rsyn DATADIR= ${PREFIX}/share/mysql -BROKEN_powerpc64= Does not build +NOT_FOR_ARCHS= aarch64 armv6 powerpc64 +NOT_FOR_ARCHS_REASON= error: Unsupported platform USES= cmake:outsource libedit shebangfix perl5 USE_PERL5= run diff --git a/databases/py-xapian/Makefile b/databases/py-xapian/Makefile index de01b0c974de..98c830eb9037 100644 --- a/databases/py-xapian/Makefile +++ b/databases/py-xapian/Makefile @@ -18,6 +18,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= xapian-core>=${PORTVERSION}:databases/xapian-core LIB_DEPENDS= libxapian.so:databases/xapian-core +BROKEN_aarch64= fails to build: Fatal Python error: swig_pythreadstate set in XapianSWIG_Python_Thread_Allow ctor + CONFLICTS_INSTALL= xapian-bindings12- OPTIONS_DEFINE= DOCS diff --git a/databases/riak2/Makefile b/databases/riak2/Makefile index 6b116a0a40ac..a194e0e36503 100644 --- a/databases/riak2/Makefile +++ b/databases/riak2/Makefile @@ -28,9 +28,11 @@ SHEBANG_FILES= deps/eper/priv/bin/* \ USE_RC_SUBR= riak USE_GCC= yes -BROKEN_i386= Does not build -BROKEN_powerpc64= Does not build -BROKEN_sparc64= Does not build: Please implement AtomicPointer for this platform +BROKEN_i386= does not build +BROKEN_powerpc64= does not build +BROKEN_sparc64= does not build: Please implement AtomicPointer for this platform +NOT_FOR_ARCHS= aarch64 +NOT_FOR_ARCHS_REASON= does not build: error: Unknown CPU architecture USERS= riak GROUPS= riak |
