databases/mariadb-server is currently marked broken on FreeBSD 10 & newer but it appears to build on 10.1-RELEASE i386 successfully. Problem is only specific to 10.0-RELEASE? Should the broken mark be removed / range adjusted?
Maintainer CC'd
Created attachment 153823 [details] patch to allow builing on 10.1+ Please note that there is (will be…) a new maintainer (adding him to cc list)
Maintainer approved!
Created attachment 154669 [details] svn diff for mariadb-server and -client Problem existed on 10.0 in the configure script where it was passing -fno-implicit-templates to clang++ which made detection of gethostbyname_r fail. This was not a problem on 10.1 Patch fixes this for server and client by simply removing -fno-implicit-templates which does not exist for clang.
Created attachment 154670 [details] Poudriere build logs for databases/mariadb-client & -server Build logs for mariadb-client and mariadb-server for both 10.0 and 10.1 All were above 1M so tar-zipped
Is attachment 153823 [details] now obsolete? Please also maintainer-approval -> + on attachment 154669 [details]
Yes my patch obsoletes the earlier patch
A commit references this bug: Author: feld Date: Thu Mar 26 19:24:17 UTC 2015 New revision: 382337 URL: https://svnweb.freebsd.org/changeset/ports/382337 Log: Fix building on FreeBSD 10+ Fix conflicts between client, server, and script packages Shebangfix The plists now are closer aligned with the mysql51-* ports PR: 197679 PR: 171338 Changes: head/databases/mariadb-client/Makefile head/databases/mariadb-client/pkg-plist head/databases/mariadb-server/Makefile head/databases/mariadb-server/pkg-plist