FreeBSD Bugzilla – Attachment 206554 Details for
Bug 239865
net-mgmt/blackbox_exporter: 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
blackbox_exporter-0.13.0.patch (text/plain), 905 bytes, created by
Dmitri Goutnik
on 2019-08-14 19:41:00 UTC
(
hide
)
Description:
patch file
Filename:
MIME Type:
Creator:
Dmitri Goutnik
Created:
2019-08-14 19:41:00 UTC
Size:
905 bytes
patch
obsolete
>Index: net-mgmt/blackbox_exporter/Makefile >=================================================================== >--- net-mgmt/blackbox_exporter/Makefile (revision 508920) >+++ net-mgmt/blackbox_exporter/Makefile (working copy) >@@ -12,7 +12,8 @@ > LICENSE= APACHE20 > LICENSE_FILE= ${WRKSRC}/LICENSE > >-USES= go >+USES= go:modules >+ > USE_GITHUB= yes > GH_ACCOUNT= prometheus > USE_RC_SUBR= blackbox_exporter >@@ -20,9 +21,6 @@ > USERS= prometheus > GROUPS= prometheus > >-GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} >-GO_TARGET= github.com/${GH_ACCOUNT}/${PORTNAME} >- > PORTEXAMPLES= ${WRKSRC}/*.yml > > OPTIONS_DEFINE= EXAMPLES >@@ -33,8 +31,7 @@ > ${EXAMPLESDIR}/blackbox.yml \ > ${EXAMPLESDIR}/example.yml > >-do-install: >- ${INSTALL_PROGRAM} ${WRKDIR}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin >+post-install: > @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} > ${INSTALL_DATA} ${WRKSRC}/*.yml ${STAGEDIR}${EXAMPLESDIR} >
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?
(
bsam
)
Actions:
View
|
Diff
Attachments on
bug 239865
: 206554