From owner-svn-ports-head@freebsd.org Thu Apr 20 16:59:11 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0E0CD484A3; Thu, 20 Apr 2017 16:59:11 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BDB5B1B7C; Thu, 20 Apr 2017 16:59:11 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3KGxAwH094286; Thu, 20 Apr 2017 16:59:10 GMT (envelope-from jlaffaye@FreeBSD.org) Received: (from jlaffaye@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3KGxA4q094285; Thu, 20 Apr 2017 16:59:10 GMT (envelope-from jlaffaye@FreeBSD.org) Message-Id: <201704201659.v3KGxA4q094285@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jlaffaye set sender to jlaffaye@FreeBSD.org using -f From: Julien Laffaye Date: Thu, 20 Apr 2017 16:59:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438983 - head/lang/go X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2017 16:59:12 -0000 Author: jlaffaye Date: Thu Apr 20 16:59:10 2017 New Revision: 438983 URL: https://svnweb.freebsd.org/changeset/ports/438983 Log: Fix build with new shebang checks PR: 218702 Submitted by: Kenji Rikitake Modified: head/lang/go/Makefile Modified: head/lang/go/Makefile ============================================================================== --- head/lang/go/Makefile Thu Apr 20 16:54:18 2017 (r438982) +++ head/lang/go/Makefile Thu Apr 20 16:59:10 2017 (r438983) @@ -16,13 +16,24 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= go14>=1.4:lang/go14 USES= shebangfix -SHEBANG_LANG= sh +SHEBANG_LANG= sh perl rc SHEBANG_FILES= ${WRKSRC}/src/*.bash \ - ${WRKSRC}/doc/articles/wiki/*.bash + ${WRKSRC}/doc/articles/wiki/*.bash \ + ${WRKSRC}/lib/time/*.bash \ + ${WRKSRC}/misc/benchcmp \ + ${WRKSRC}/misc/nacl/go_nacl_*_exec \ + ${WRKSRC}/src/*.rc \ + ${WRKSRC}/src/cmd/dist/*.bash \ + ${WRKSRC}/src/cmd/go/*.sh \ + ${WRKSRC}/src/net/http/cgi/testdata/*.cgi \ + ${WRKSRC}/src/regexp/syntax/*.pl sh_OLD_CMD= "/usr/bin/env bash" sh_CMD= ${SH} +rc_OLD_CMD= /bin/rc +rc_CMD= ${LOCALBASE}/bin/rc + WRKSRC= ${WRKDIR}/go ONLY_FOR_ARCHS= i386 amd64 armv6