Date: Tue, 18 Jul 2017 10:15:59 +0000 (UTC) From: Vasil Dimov <vd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446133 - in head/databases: mysqlwsrep56-server mysqlwsrep57-server Message-ID: <201707181015.v6IAFx8Q078125@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vd Date: Tue Jul 18 10:15:59 2017 New Revision: 446133 URL: https://svnweb.freebsd.org/changeset/ports/446133 Log: databases/mysqlwsrep5[67]-server: Hook a runtime dependency on bash The installed scripts in PREFIX/bin/wsrep_sst_* are bash scripts. Modified: head/databases/mysqlwsrep56-server/Makefile head/databases/mysqlwsrep57-server/Makefile Modified: head/databases/mysqlwsrep56-server/Makefile ============================================================================== --- head/databases/mysqlwsrep56-server/Makefile Tue Jul 18 10:13:56 2017 (r446132) +++ head/databases/mysqlwsrep56-server/Makefile Tue Jul 18 10:15:59 2017 (r446133) @@ -4,7 +4,7 @@ PORTNAME= mysqlwsrep PORTVERSION?= 5.6.36 DISTVERSIONSUFFIX?= -25.20 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= databases ipv6 PKGNAMESUFFIX= 56-server @@ -13,7 +13,11 @@ COMMENT= MySQL database enhanced with Galera replicati LICENSE= GPLv2 -RUN_DEPENDS= socat:net/socat lsof:sysutils/lsof netcat:net/netcat rsync:net/rsync +RUN_DEPENDS= bash:shells/bash \ + lsof:sysutils/lsof \ + netcat:net/netcat \ + rsync:net/rsync \ + socat:net/socat LIB_DEPENDS= libevent.so:devel/libevent liblz4.so:archivers/liblz4 BROKEN_powerpc64= Does not build Modified: head/databases/mysqlwsrep57-server/Makefile ============================================================================== --- head/databases/mysqlwsrep57-server/Makefile Tue Jul 18 10:13:56 2017 (r446132) +++ head/databases/mysqlwsrep57-server/Makefile Tue Jul 18 10:15:59 2017 (r446133) @@ -4,17 +4,22 @@ PORTNAME= mysqlwsrep PORTVERSION?= 5.7.18 DISTVERSIONSUFFIX?= -25.12 +PORTREVISION?= 1 CATEGORIES= databases ipv6 MASTER_SITES+= SF/boost/boost/1.59.0:boost -DISTFILES+= boost_1_59_0${EXTRACT_SUFX}:boost PKGNAMESUFFIX= 57-server +DISTFILES+= boost_1_59_0${EXTRACT_SUFX}:boost MAINTAINER= devel@galeracluster.com COMMENT= MySQL database enhanced with Galera replication (server package) LICENSE= GPLv2 -RUN_DEPENDS= socat:net/socat lsof:sysutils/lsof netcat:net/netcat rsync:net/rsync +RUN_DEPENDS= bash:shells/bash \ + lsof:sysutils/lsof \ + netcat:net/netcat \ + rsync:net/rsync \ + socat:net/socat LIB_DEPENDS= libevent.so:devel/libevent liblz4.so:archivers/liblz4 USES= bison \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707181015.v6IAFx8Q078125>