FreeBSD Bugzilla – Attachment 206577 Details for
Bug 239877
devel/lab: 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
lab-0.16.0.patch (text/plain), 1.45 KB, created by
Dmitri Goutnik
on 2019-08-15 14:30:03 UTC
(
hide
)
Description:
patch file
Filename:
MIME Type:
Creator:
Dmitri Goutnik
Created:
2019-08-15 14:30:03 UTC
Size:
1.45 KB
patch
obsolete
>Index: devel/lab/Makefile >=================================================================== >--- devel/lab/Makefile (revision 508920) >+++ devel/lab/Makefile (working copy) >@@ -11,7 +11,7 @@ > LICENSE= UNLICENSE > LICENSE_FILE= ${WRKSRC}/LICENSE > >-USES= go >+USES= go:modules > > OPTIONS_DEFINE= GIT_SUBVERSION > >@@ -21,7 +21,7 @@ > > USE_GITHUB= yes > >-GH_TUPLE= zaquestion:${PORTNAME}:${DISTVERSIONPREFIX}${PORTVERSION}:DEFAULT/src/github.com/zaquestion/${PORTNAME} \ >+GH_TUPLE= zaquestion:${PORTNAME}:${DISTVERSIONPREFIX}${PORTVERSION}:DEFAULT \ > avast:retry-go:5469272a8171:avast_retry_go/vendor/github.com/avast/retry-go \ > cpuguy83:go-md2man:v1.0.8:cpuguy83_go_md2man/vendor/github.com/cpuguy83/go-md2man \ > davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ >@@ -58,15 +58,9 @@ > stretchr:testify:v1.2.2:stretchr_testify/vendor/github.com/stretchr/testify \ > tcnksm:go-gitconfig:v0.1.2:tcnksm_go_gitconfig/vendor/github.com/tcnksm/go-gitconfig \ > xanzy:go-gitlab:7bc4155e8bf8:xanzy_go_gitlab/vendor/github.com/xanzy/go-gitlab >-PLIST_FILES= bin/lab > >-do-build: >- @cd ${WRKSRC}/src/github.com/zaquestion/${PORTNAME}; \ >- ${SETENV} ${MAKE_ENV} CGO_ENABLED=0 ${BUILD_ENV} \ >- GOPATH=${WRKSRC} go build \ >- -ldflags "-X \"main.version=${PORTVERSION}\"" >+GO_BUILDFLAGS= -ldflags="-X main.version=${PORTVERSION}" > >-do-install: >- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ >+PLIST_FILES= bin/lab > > .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 239877
: 206577