From 44b4613473caa8a154e6191898934fd630809e8c Mon Sep 17 00:00:00 2001 From: linimon Date: Fri, 9 Mar 2018 22:46:22 +0000 Subject: Add more information to stub error messages. Remove BROKEN lines where IGNORE has already been set. While here, pet portlint. Approved by: portmgr (tier-2 blanket) --- databases/mysqlwsrep56-server/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'databases/mysqlwsrep56-server') diff --git a/databases/mysqlwsrep56-server/Makefile b/databases/mysqlwsrep56-server/Makefile index 3a2b7e58eae4..805795f0133e 100644 --- a/databases/mysqlwsrep56-server/Makefile +++ b/databases/mysqlwsrep56-server/Makefile @@ -13,8 +13,8 @@ COMMENT= MySQL database enhanced with Galera replication (server package) LICENSE= GPLv2 -BROKEN_SSL= openssl-devel -BROKEN_SSL_REASON_openssl-devel= incomplete definition of type 'struct dh_st' +NOT_FOR_ARCHS= aarch64 armv6 armv7 powerpc64 +NOT_FOR_ARCHS_REASON= error: Unsupported platform RUN_DEPENDS= bash:shells/bash \ lsof:sysutils/lsof \ @@ -23,14 +23,12 @@ RUN_DEPENDS= bash:shells/bash \ socat:net/socat LIB_DEPENDS= libevent.so:devel/libevent liblz4.so:archivers/liblz4 -BROKEN_powerpc64= Does not build +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= incomplete definition of type 'struct dh_st' DATADIR= ${PREFIX}/share/mysql ETCDIR= ${PREFIX}/etc/mysql -NOT_FOR_ARCHS= aarch64 armv6 armv7 powerpc64 -NOT_FOR_ARCHS_REASON= error: Unsupported platform - USES= bison \ cmake:outsource,noninja \ compiler:c++11-lib \ -- cgit