Created attachment 181604 [details] patch to mariadb100-server and mariadb101-server While doing a TRYBROKEN on powerpc64, it seems that the two mariadb client ports actually build. The server ports, which are masterports, do not. This patch moves the BROKEN_powerpc64 definition inside one of the conditional blocks. I have verified it with portlint and make describe but not a build yet. I would do this commit myself, but it's strange-looking enough that I think the maintainer should review it.
A commit references this bug: Author: brnrd Date: Sat May 20 20:36:43 UTC 2017 New revision: 441334 URL: https://svnweb.freebsd.org/changeset/ports/441334 Log: databases/mariadb101-client: Mark not-broken for client on power64 - Move BROKEN_powerpc64 block to server-only block - Move non-option to non-option block (10.0 only) PR: 218497 Submitted by: linimon Changes: head/databases/mariadb100-server/Makefile head/databases/mariadb101-server/Makefile
Thanks Mark! Sorry for the delay.