Re: NEW: devel/hub-2.2.0

2015-05-26 Thread Dmitrij D. Czarkoff
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 >

Re: NEW: devel/hub-2.2.0

2015-05-26 Thread Stuart Henderson
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

Re: NEW: devel/hub-2.2.0

2015-05-25 Thread Dmitrij D. Czarkoff
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.

Re: NEW: devel/hub-2.2.0

2015-05-25 Thread Fabian Raetz
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

Re: NEW: devel/hub-2.2.0

2015-05-25 Thread Dmitrij D. Czarkoff
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

Re: NEW: devel/hub-2.2.0

2015-05-25 Thread Fabian Raetz
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

Re: NEW: devel/hub-2.2.0

2015-05-18 Thread Kent R. Spillner
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

Re: NEW: devel/hub-2.2.0

2015-05-16 Thread Fabian Raetz
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

Re: NEW: devel/hub-2.2.0

2015-05-14 Thread Kent R. Spillner
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

Re: NEW: devel/hub-2.2.0

2015-05-14 Thread Kent R. Spillner
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

Re: NEW: devel/hub-2.2.0

2015-05-09 Thread Fabian Raetz
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

Re: NEW: devel/hub-2.2.0

2015-04-22 Thread Kent R. Spillner
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

Re: NEW: devel/hub-2.2.0

2015-03-29 Thread Fabian Raetz
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

NEW: devel/hub-2.2.0

2015-03-15 Thread Fabian Raetz
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,