Created attachment 170354 [details] Shar file for databases/py-mysqlclient Keep in mind that this port conflicts with databases/py-MySQLdb. I will also include a patch for databases/py-MySQLdb to avoid conflicts.
Created attachment 170355 [details] databases/py-MySQLdb patch to avoid conflicts
Created attachment 170356 [details] Shar file for databases/py-mysqlclient
Created attachment 170357 [details] Poudriere build log for databases/py-mysqlclient on FreeBSD 10.3
Created attachment 170360 [details] Poudriere build log for databases/py-mysqlclient on FreeBSD 9.3
X.if ${PORT_OPTIONS:MMYSQLCLIENT_R} Xpre-configure: X @${REINPLACE_CMD} -E -e "s|(threadsafe.*)True|\1 False|" \ X ${WRKSRC}/site.cfg X.endif Is this condition is reversed? It does opposite thing to option description.
Created attachment 171690 [details] Shar file for databases/py-mysqlclient (UPDATE 1) Well, here is a patch which removes the "reversal". -Neel
A commit references this bug: Author: pawel Date: Wed Jun 22 20:36:20 UTC 2016 New revision: 417332 URL: https://svnweb.freebsd.org/changeset/ports/417332 Log: MySQL database connector for Python (with Python 3 support). WWW: https://github.com/PyMySQL/mysqlclient-python PR: 209548 Submitted by: Neel Chauhan <neel@neelc.org> Changes: head/databases/Makefile head/databases/py-mysqlclient/ head/databases/py-mysqlclient/Makefile head/databases/py-mysqlclient/distinfo head/databases/py-mysqlclient/pkg-descr