svn commit: r566241 - head/net/nncp

Dmitri Goutnik dmgk at FreeBSD.org
Sun Feb 21 19:58:27 UTC 2021


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 at 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


More information about the svn-ports-all mailing list