FreeBSD Bugzilla – Attachment 181840 Details for
Bug 218702
lang/go: go-1.8.1 does not buiild
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch of Makefile for go-1.8.1
go-1.8.1.diff.txt (text/plain), 877 bytes, created by
Kenji Rikitake
on 2017-04-17 12:30:09 UTC
(
hide
)
Description:
Patch of Makefile for go-1.8.1
Filename:
MIME Type:
Creator:
Kenji Rikitake
Created:
2017-04-17 12:30:09 UTC
Size:
877 bytes
patch
obsolete
>Index: lang/go/Makefile >=================================================================== >--- lang/go/Makefile (revision 438688) >+++ lang/go/Makefile (working copy) >@@ -16,13 +16,26 @@ > 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} > >+RUN_DEPENDS= rc:shells/rc >+ >+rc_OLD_CMD= /bin/rc >+rc_CMD= ${LOCALBASE}/bin/rc >+ > WRKSRC= ${WRKDIR}/go > ONLY_FOR_ARCHS= i386 amd64 armv6 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 218702
: 181840