From owner-svn-ports-head@freebsd.org Tue Jul 11 07:19:30 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56562D97CAD; Tue, 11 Jul 2017 07:19:30 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15C9864AB4; Tue, 11 Jul 2017 07:19:30 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6B7JTUe040014; Tue, 11 Jul 2017 07:19:29 GMT (envelope-from vd@FreeBSD.org) Received: (from vd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6B7JTWU040013; Tue, 11 Jul 2017 07:19:29 GMT (envelope-from vd@FreeBSD.org) Message-Id: <201707110719.v6B7JTWU040013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vd set sender to vd@FreeBSD.org using -f From: Vasil Dimov Date: Tue, 11 Jul 2017 07:19:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445469 - head/databases/mysqlwsrep56-server X-SVN-Group: ports-head X-SVN-Commit-Author: vd X-SVN-Commit-Paths: head/databases/mysqlwsrep56-server X-SVN-Commit-Revision: 445469 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2017 07:19:30 -0000 Author: vd Date: Tue Jul 11 07:19:29 2017 New Revision: 445469 URL: https://svnweb.freebsd.org/changeset/ports/445469 Log: databases/mysqlwsrep56-server: Add a missing LIB_DEPENDS Modified: head/databases/mysqlwsrep56-server/Makefile Modified: head/databases/mysqlwsrep56-server/Makefile ============================================================================== --- head/databases/mysqlwsrep56-server/Makefile Tue Jul 11 05:38:31 2017 (r445468) +++ head/databases/mysqlwsrep56-server/Makefile Tue Jul 11 07:19:29 2017 (r445469) @@ -14,6 +14,7 @@ COMMENT= MySQL database enhanced with Galera replicati LICENSE= GPLv2 RUN_DEPENDS= socat:net/socat lsof:sysutils/lsof netcat:net/netcat rsync:net/rsync +LIB_DEPENDS= libevent.so:devel/libevent liblz4.so:archivers/liblz4 BROKEN_powerpc64= Does not build