Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Aug 2016 17:42:16 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420416 - head/sysutils/consul
Message-ID:  <201608181742.u7IHgGuV085983@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Aug 18 17:42:15 2016
New Revision: 420416
URL: https://svnweb.freebsd.org/changeset/ports/420416

Log:
  sysutils/consul: fix build with Go 1.7

Modified:
  head/sysutils/consul/Makefile

Modified: head/sysutils/consul/Makefile
==============================================================================
--- head/sysutils/consul/Makefile	Thu Aug 18 17:23:00 2016	(r420415)
+++ head/sysutils/consul/Makefile	Thu Aug 18 17:42:15 2016	(r420416)
@@ -187,7 +187,7 @@ post-patch:
 
 do-build:
 	@cd ${WRKSRC}/src/github.com/hashicorp/consul; ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build \
-		-ldflags "-X main.GitDescribe v${PORTVERSION}" -o bin/consul
+		-ldflags "-X main.GitDescribe=v${PORTVERSION}" -o bin/consul
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/hashicorp/consul/bin/consul ${STAGEDIR}${PREFIX}/bin/consul



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608181742.u7IHgGuV085983>