svn commit: r432735 - head/databases/mysql-q4m

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jan 29 12:54:13 UTC 2017


Author: amdmi3
Date: Sun Jan 29 12:54:12 2017
New Revision: 432735
URL: https://svnweb.freebsd.org/changeset/ports/432735

Log:
  - Mark BROKEN: does not build (ha_queue.cc:35:27: fatal error: mysql_version.h: No such file or directory)
  
  Approved by:	portmgr blanket

Modified:
  head/databases/mysql-q4m/Makefile

Modified: head/databases/mysql-q4m/Makefile
==============================================================================
--- head/databases/mysql-q4m/Makefile	Sun Jan 29 12:54:01 2017	(r432734)
+++ head/databases/mysql-q4m/Makefile	Sun Jan 29 12:54:12 2017	(r432735)
@@ -13,6 +13,8 @@ COMMENT=	Message queue that works as a p
 
 FETCH_DEPENDS+=	${NONEXISTENT}:${_MYSQL_SERVER}:build
 
+BROKEN=		does not build (ha_queue.cc:35:27: fatal error: mysql_version.h: No such file or directory)
+
 USES=		gmake perl5 libtool
 USE_MYSQL=	server
 USE_GCC=	any


More information about the svn-ports-all mailing list