FreeBSD Bugzilla – Attachment 195023 Details for
Bug 229668
[PATCH] benchmarks/vegeta: making better use of Ports' Go framework
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] benchmarks/vegeta: making better use of Ports' Go framework
bench_vegeta_GOENV.diff (text/plain), 1.40 KB, created by
VinÃcius Zavam
on 2018-07-10 09:32:58 UTC
(
hide
)
Description:
[PATCH] benchmarks/vegeta: making better use of Ports' Go framework
Filename:
MIME Type:
Creator:
VinÃcius Zavam
Created:
2018-07-10 09:32:58 UTC
Size:
1.40 KB
patch
obsolete
>Index: benchmarks/vegeta/Makefile >=================================================================== >--- benchmarks/vegeta/Makefile (revision 474337) >+++ benchmarks/vegeta/Makefile (working copy) >@@ -1,37 +1,37 @@ > # $FreeBSD$ > > PORTNAME= vegeta > DISTVERSIONPREFIX= v > DISTVERSION= 8.0.0 >+PORTREVISION= 1 > CATEGORIES= benchmarks www > > MAINTAINER= egypcio@googlemail.com > COMMENT= HTTP load testing tool and library > > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE > >-BUILD_DEPENDS= go:lang/go >- > PLIST_FILES= bin/${PORTNAME} > >+USES= go > USE_GITHUB= yes >-GH_ACCOUNT= tsenart > >+GH_ACCOUNT= tsenart > GH_TUPLE= streadway:quantile:b0c5887:quantile/github.com/streadway/quantile \ > golang:net:ed29d75:net/golang.org/x/net \ > golang:text:v0.3.0:text/golang.org/x/text \ > lucasb-eyer:go-colorful:v1.0:colorful/github.com/lucasb-eyer/go-colorful > > do-build: > @${MKDIR} ${WRKSRC}/github.com/${GH_ACCOUNT} > @${RLN} ${WRKSRC} ${WRKSRC}/github.com/${GH_ACCOUNT}/${PORTNAME} > @${RLN} ${WRKSRC} ${WRKSRC}/src > @cd ${WRKSRC} && \ >- ${SETENV} ${MAKE_ENV} CGO_ENABLED=0 GOPATH=${WRKSRC} \ >- go build -ldflags "-X main.Version=${DISTVERSION}" -o bin/${PORTNAME} >+ ${SETENV} ${MAKE_ENV} ${GO_ENV} CGO_ENABLED=0 GOPATH=${WRKSRC} \ >+ ${GO_CMD} build -ldflags "-X main.Version=${DISTVERSION}" -o bin/${PORTNAME} > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}/${LOCALBASE}/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
Actions:
View
|
Diff
Attachments on
bug 229668
: 195023 |
195024
|
195025