svn commit: r432731 - head/devel/pinba_engine
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Jan 29 12:48:22 UTC 2017
Author: amdmi3
Date: Sun Jan 29 12:48:21 2017
New Revision: 432731
URL: https://svnweb.freebsd.org/changeset/ports/432731
Log:
- Mark BROKEN:
checking for MySQL source code... configure: error: Failed to find required header file include/mysql_version.h in /wrkdirs/usr/ports/databases/mysql56-server/work/mysql-5.6.35, check the path and make sure you've run './configure ..<options>.. && cd include && make' in MySQL sources dir
Approved by: portmgr blanket
Modified:
head/devel/pinba_engine/Makefile
Modified: head/devel/pinba_engine/Makefile
==============================================================================
--- head/devel/pinba_engine/Makefile Sun Jan 29 12:47:33 2017 (r432730)
+++ head/devel/pinba_engine/Makefile Sun Jan 29 12:48:21 2017 (r432731)
@@ -18,6 +18,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/goog
cmake:devel/cmake
LIB_DEPENDS= libprotobuf.so:devel/protobuf
+BROKEN= fails to configure (error: Failed to find required header file include/mysql_version.h)
+
USE_GITHUB= yes
GH_ACCOUNT= tony2001
GH_TAGNAME= 3a0cb51
More information about the svn-ports-all
mailing list