FreeBSD Bugzilla – Attachment 176053 Details for
Bug 213697
[PATCH] devel/arduino-builder: Move GOPATH to GO_ENV, respect GO_ENV
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn(1) diff of devel/arduino-builder
arduino-builder-1.3.21_2.diff (text/plain), 1.12 KB, created by
Kyle Evans
on 2016-10-22 04:51:54 UTC
(
hide
)
Description:
svn(1) diff of devel/arduino-builder
Filename:
MIME Type:
Creator:
Kyle Evans
Created:
2016-10-22 04:51:54 UTC
Size:
1.12 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 424443) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= arduino-builder > PORTVERSION= 1.3.21 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel > > MAINTAINER= bsdports@kyle-evans.net >@@ -13,7 +13,7 @@ > > BUILD_DEPENDS= go:lang/go > >-USE_GITHUB= yes >+USE_GITHUB= ye > GH_ACCOUNT= arduino > GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} > GH_TUPLE= go-errors:errors:a418503:goerrors/src/github.com/go-errors/errors \ >@@ -20,6 +20,7 @@ > stretchr:testify:v1.1.3:stretchr/src/github.com/stretchr/testify \ > jstemmer:go-junit-report:833f8ea:jstemmer/src/github.com/jstemmer/go-junit-report > >+GO_ENV+= GOPATH=${WRKSRC} > STRIP= # stripping can break go binaries > > PLIST_FILES= arduino/hardware/platform.keys.rewrite.txt \ >@@ -27,7 +28,7 @@ > bin/${PORTNAME} > > do-build: >- @( cd ${WRKSRC} ; ${SETENV} GOPATH=${WRKSRC} go build arduino.cc/arduino-builder ) >+ @( cd ${WRKSRC} ; ${SETENV} ${GO_ENV} go build arduino.cc/arduino-builder ) > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
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 213697
: 176053