Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jan 2021 14:58:38 +0000 (UTC)
From:      Dmitri Goutnik <dmgk@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560779 - head/devel/gocheese
Message-ID:  <202101081458.108Ewcd0081162@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dmgk
Date: Fri Jan  8 14:58:38 2021
New Revision: 560779
URL: https://svnweb.freebsd.org/changeset/ports/560779

Log:
  devel/gocheese: Unbreak with go1.16
  
  Approved by:	swills (maintainer)

Modified:
  head/devel/gocheese/Makefile

Modified: head/devel/gocheese/Makefile
==============================================================================
--- head/devel/gocheese/Makefile	Fri Jan  8 14:55:00 2021	(r560778)
+++ head/devel/gocheese/Makefile	Fri Jan  8 14:58:38 2021	(r560779)
@@ -19,7 +19,7 @@ PLIST_FILES=	${DOCSDIR}/README \
 		bin/pyshop2packages.sh
 
 do-build:
-	@cd ${WRKSRC} ; ${ENV} GOPATH=${WRKSRC} go build -ldflags="-s -w" -o gocheese go.cypherpunks.ru/gocheese/v2
+	@cd ${WRKSRC} ; ${ENV} GOPATH=${WRKSRC} GO111MODULE=off go build -ldflags="-s -w" -o gocheese go.cypherpunks.ru/gocheese/v2
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/



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