svn commit: r452623 - branches/2017Q4/databases/cockroach
Antoine Brodin
antoine at FreeBSD.org
Sun Oct 22 08:06:23 UTC 2017
Author: antoine
Date: Sun Oct 22 08:06:21 2017
New Revision: 452623
URL: https://svnweb.freebsd.org/changeset/ports/452623
Log:
MFH: r452622
Mark BROKEN: fails to build with go 1.9
gmake[1]: Entering directory '/wrkdirs/usr/ports/databases/cockroach/work/cockroach-v1.0.4/src/github.com/cockroachdb/cockroach'
build/common.mk:110: *** "go1\.8.* required (see CONTRIBUTING.md): go version go1.9.1 freebsd/amd64". Stop.
Reported by: pkg-fallout
Modified:
branches/2017Q4/databases/cockroach/Makefile
Directory Properties:
branches/2017Q4/ (props changed)
Modified: branches/2017Q4/databases/cockroach/Makefile
==============================================================================
--- branches/2017Q4/databases/cockroach/Makefile Sun Oct 22 08:05:41 2017 (r452622)
+++ branches/2017Q4/databases/cockroach/Makefile Sun Oct 22 08:06:21 2017 (r452623)
@@ -13,6 +13,8 @@ COMMENT= Cloud-native SQL database that survive disast
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/src/github.com/cockroachdb/cockroach/LICENSE
+BROKEN= fails to build with go 1.9
+
BUILD_DEPENDS= bash:shells/bash \
cmake:devel/cmake \
go:lang/go
More information about the svn-ports-all
mailing list