1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

databases/mysqlwsrep57-server: Fetch boost as a distfile

Instead of relying on cmake to fetch the boost source archive
during configure time (make configure), fetch it like a normal
distfile (make fetch).
This commit is contained in:
Vasil Dimov 2017-07-13 18:50:41 +00:00
parent f25484c5d3
commit e5d343cca8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445709
2 changed files with 6 additions and 2 deletions

View File

@ -5,6 +5,8 @@ PORTNAME= mysqlwsrep
PORTVERSION?= 5.7.18
DISTVERSIONSUFFIX?= -25.12
CATEGORIES= databases ipv6
MASTER_SITES+= SF/boost/boost/1.59.0:boost
DISTFILES+= boost_1_59_0${EXTRACT_SUFX}:boost
PKGNAMESUFFIX= 57-server
MAINTAINER= devel@galeracluster.com
@ -61,7 +63,7 @@ CMAKE_ARGS+= -DINSTALL_LAYOUT=FREEBSD \
-DINSTALL_SHAREDIR="share" \
-DINSTALL_SUPPORTFILESDIR="share/mysql" \
-DMYSQL_KEYRINGDIR="${ETCDIR}/keyring" \
-DWITH_BOOST="${WRKSRC}/boost" \
-DWITH_BOOST="${WRKDIR}/boost_1_59_0" \
-DWITH_EDITLINE=system \
-DWITH_LIBEVENT=system \
-DWITH_LZ4=system \

View File

@ -1,3 +1,5 @@
TIMESTAMP = 1499427835
TIMESTAMP = 1499970818
SHA256 (boost_1_59_0.tar.gz) = 47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac
SIZE (boost_1_59_0.tar.gz) = 83709983
SHA256 (codership-mysql-wsrep-5.7.18-25.12-wsrep_5.7.18-25.12_GH0.tar.gz) = d40457fd71401d1600386482f2bc0d6258d3b853a051ba47d8b64d5a95e5efc8
SIZE (codership-mysql-wsrep-5.7.18-25.12-wsrep_5.7.18-25.12_GH0.tar.gz) = 51679003