FreeBSD Bugzilla – Attachment 205467 Details for
Bug 238926
net-im/ssh-chat: Switch to USES=go:modules, fix build with go1.13beta1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file
ssh-chat-1.7.4.patch (text/plain), 1.64 KB, created by
Dmitri Goutnik
on 2019-07-01 15:24:46 UTC
(
hide
)
Description:
patch file
Filename:
MIME Type:
Creator:
Dmitri Goutnik
Created:
2019-07-01 15:24:46 UTC
Size:
1.64 KB
patch
obsolete
>Index: net-im/ssh-chat/Makefile >=================================================================== >--- net-im/ssh-chat/Makefile (revision 505531) >+++ net-im/ssh-chat/Makefile (working copy) >@@ -10,28 +10,21 @@ > COMMENT= Chat over SSH > > LICENSE= MIT >-LICENSE_FILE= ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}/LICENSE >+LICENSE_FILE= ${WRKSRC}/LICENSE > >-USES= go >+USES= go:modules > >-USE_GITHUB= nodefault # the main code is in GH_TUPLE >+USE_GITHUB= yes > GH_ACCOUNT= shazow >-GH_TUPLE= shazow:ssh-chat:${DISTVERSIONFULL}:main/src/github.com/shazow/ssh-chat \ >- shazow:rateio:e8e0088:rateio/src/github.com/shazow/rateio \ >- alexcesaro:log:61e6862:log/src/github.com/alexcesaro/log \ >- howeyc:gopass:bf9dde6:gopass/src/github.com/howeyc/gopass \ >- jessevdk:go-flags:c6ca198:flags/src/github.com/jessevdk/go-flags \ >- golang:crypto:c126467:crypto/src/golang.org/x/crypto \ >- golang:sys:ac767d6:sys/src/golang.org/x/sys >-GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} >+GH_TUPLE= shazow:rateio:e8e0088:rateio/vendor/github.com/shazow/rateio \ >+ alexcesaro:log:61e6862:log/vendor/github.com/alexcesaro/log \ >+ howeyc:gopass:bf9dde6:gopass/vendor/github.com/howeyc/gopass \ >+ jessevdk:go-flags:c6ca198:flags/vendor/github.com/jessevdk/go-flags \ >+ golang:crypto:c126467:crypto/vendor/golang.org/x/crypto \ >+ golang:sys:ac767d6:sys/vendor/golang.org/x/sys > >+GO_TARGET= ./cmd/${PORTNAME} >+ > PLIST_FILES= bin/${PORTNAME} > >-do-build: >- @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} && \ >- ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} go install ./... >- >-do-install: >- ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin >- > .include <bsd.port.mk>
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
Flags:
dmgk
:
maintainer-approval?
(
yuri
)
Actions:
View
|
Diff
Attachments on
bug 238926
: 205467