Stuart Henderson said:
>> Index: lang/go/go.port.mk
>> ===
>> RCS file: /var/cvs/ports/lang/go/go.port.mk,v
>> retrieving revision 1.1
>> diff -u -p -r1.1 go.port.mk
>> --- lang/go/go.port.mk 15 May 2015 07:30:41 - 1.1
>
On 2015/05/25 19:59, Dmitrij D. Czarkoff wrote:
> Fabian Raetz said:
> > GOPATH is set via the lang/go MODULE.
> >
> > grep GOPATH /usr/ports/lang/go/go.port.mk
> > GOPATH ?= "${WRKSRC}:${LOCALBASE}/go"
> >
> > Do you set GOPATH in your .profile? if so, the lang/go MODULE won't
> > over
Fabian Raetz said:
> GOPATH is set via the lang/go MODULE.
>
> grep GOPATH /usr/ports/lang/go/go.port.mk
> GOPATH ?= "${WRKSRC}:${LOCALBASE}/go"
>
> Do you set GOPATH in your .profile? if so, the lang/go MODULE won't
> override it and as a result, WRKSRC is indeed not part of GOPATH.
On Mon, May 25, 2015 at 03:24:41PM +0200, Dmitrij D. Czarkoff wrote:
> Fabian Raetz said:
> > is anybody willing to commit this port?
>
> I don't see how this is supposed to work - ${WRKSRC} is not in GOPATH,
> so it is not found at build time. The patch below (already in
> openbsd-wip) makes it
Fabian Raetz said:
> is anybody willing to commit this port?
I don't see how this is supposed to work - ${WRKSRC} is not in GOPATH,
so it is not found at build time. The patch below (already in
openbsd-wip) makes it build for me.
FWIW I would rather add this to lang/go/go.mk instead.
--
Dmitri
On Mon, May 18, 2015 at 02:26:50PM -0500, Kent R. Spillner wrote:
> On Sat, May 16, 2015 at 11:52:10AM +0200, Fabian Raetz wrote:
> > i've tested your diff and it looks good to me. I had a problem with my
> > $GOPATH because i have the following line in my .profile:
> >
> > GOPATH=/home/misch
On Sat, May 16, 2015 at 11:52:10AM +0200, Fabian Raetz wrote:
> i've tested your diff and it looks good to me. I had a problem with my
> $GOPATH because i have the following line in my .profile:
>
> GOPATH=/home/mischi/.golang
>
> Due to this the lang/go module does NOT set the GOPATH vari
On Thu, May 14, 2015 at 02:27:11PM -0500, Kent R. Spillner wrote:
> On Sat, May 09, 2015 at 07:49:24PM +0200, Fabian Raetz wrote:
> > i finally found some time to look at this again. The go test cases were
> > failing because they depend on an initialized git repo in ${WRKSRC}
> > which i create no
Forgot to mention: with this diff we could drop the patches, too.
> On May 14, 2015, at 14:27, Kent R. Spillner wrote:
>
>> On Sat, May 09, 2015 at 07:49:24PM +0200, Fabian Raetz wrote:
>> i finally found some time to look at this again. The go test cases were
>> failing because they depend on a
On Sat, May 09, 2015 at 07:49:24PM +0200, Fabian Raetz wrote:
> i finally found some time to look at this again. The go test cases were
> failing because they depend on an initialized git repo in ${WRKSRC}
> which i create now in do-test.
>
> This fixes all go tests for me.
>
> The cucumber tests
On Wed, Apr 22, 2015 at 03:47:14PM -0500, Kent R. Spillner wrote:
> On Sun, Mar 29, 2015 at 01:07:52PM +0200, Fabian Raetz wrote:
> > Updated port to use the newly defined GO_ARCHS variable.
> > Any comments and/or feedback?
>
> Hey, sorry for letting this slip through the cracks but I finally jus
On Sun, Mar 29, 2015 at 01:07:52PM +0200, Fabian Raetz wrote:
> Updated port to use the newly defined GO_ARCHS variable.
> Any comments and/or feedback?
Hey, sorry for letting this slip through the cracks but I finally just
got around to checking it out. Looks good, but I noticed that a new
versi
On Sun, Mar 15, 2015 at 04:11:31PM +0100, Fabian Raetz wrote:
> Hi ports@,
>
> attached is a new port for devel/hub-2.2.0 which has been a while in
> openbsd-wip.
>
> Tested only on amd64.
>
>
> DESCR:
> hub is a command line tool that wraps git in order to extend it
> with extra features and c
Hi ports@,
attached is a new port for devel/hub-2.2.0 which has been a while in
openbsd-wip.
Tested only on amd64.
DESCR:
hub is a command line tool that wraps git in order to extend it
with extra features and commands that make working with GitHub
easier.
See https://hub.github.com.
Cheers,
14 matches
Mail list logo