FreeBSD Bugzilla – Attachment 206582 Details for
Bug 239882
net-im/matterbridge: Switch to USES=go:modules, fix build with go1.13
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file
matterbridge-1.14.4.patch (text/plain), 898 bytes, created by
Dmitri Goutnik
on 2019-08-15 15:00:14 UTC
(
hide
)
Description:
patch file
Filename:
MIME Type:
Creator:
Dmitri Goutnik
Created:
2019-08-15 15:00:14 UTC
Size:
898 bytes
patch
obsolete
>Index: net-im/matterbridge/Makefile >=================================================================== >--- net-im/matterbridge/Makefile (revision 508920) >+++ net-im/matterbridge/Makefile (working copy) >@@ -11,11 +11,10 @@ > LICENSE= APACHE20 > LICENSE_FILE= ${WRKSRC}/LICENSE > >-USES= go >+USES= go:modules > > USE_GITHUB= yes > GH_ACCOUNT= 42wim >-GH_SUBDIR= src/github.com/42wim/matterbridge > > USE_RC_SUBR= matterbridge > >@@ -30,12 +29,7 @@ > MATTERBRIDGE_USER=${MATTERBRIDGE_USER} \ > MATTERBRIDGE_GROUP=${MATTERBRIDGE_GROUP} > >-do-build: >- @cd ${WRKSRC}/src/github.com/42wim/matterbridge && \ >- ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} go build -o bin/${PORTNAME} >- >-do-install: >- ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin >+post-install: > ${INSTALL_DATA} ${WRKSRC}/matterbridge.toml.sample ${STAGEDIR}${PREFIX}/etc/matterbridge.toml.sample > > .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?
(
swills
)
Actions:
View
|
Diff
Attachments on
bug 239882
: 206582