Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jan 2017 12:48:21 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432731 - head/devel/pinba_engine
Message-ID:  <201701291248.v0TCmLLE068825@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701291248.v0TCmLLE068825>