Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 2021 19:58:27 +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: r566241 - head/net/nncp
Message-ID:  <202102211958.11LJwR2O004326@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dmgk
Date: Sun Feb 21 19:58:26 2021
New Revision: 566241
URL: https://svnweb.freebsd.org/changeset/ports/566241

Log:
  net/nncp: Unbreak with go1.16
  
  ===>  Building for nncp-5.3.3
  ...
  no required module provides package go.cypherpunks.ru/nncp/v5/cmd/nncp-cfgenc: working directory is not part of a module
  
  PR:		249946
  Approved by:	Sergey Matveev <stargrave@stargrave.org> (maintainer)

Modified:
  head/net/nncp/Makefile

Modified: head/net/nncp/Makefile
==============================================================================
--- head/net/nncp/Makefile	Sun Feb 21 19:55:18 2021	(r566240)
+++ head/net/nncp/Makefile	Sun Feb 21 19:58:26 2021	(r566241)
@@ -16,6 +16,7 @@ USES=		go:no_targets tar:xz
 USE_RC_SUBR=	nncp-caller nncp-daemon nncp-toss
 
 MAKE_ARGS=	INFODIR=${STAGEDIR}${PREFIX}/${INFO_PATH}
+MAKE_ENV=	${GO_ENV}
 INSTALL_TARGET=	install-strip
 
 SUB_FILES=	pkg-message pkg-install pkg-deinstall



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