Re: Porting a Go implementation: dealing with dependencies

2016-11-20 Thread Stefan Bethke
Am 20.11.2016 um 18:35 schrieb Kurt Jaeger : > > Hi! > > I'm trying to create a port for Gitea > (https://github.com/go-gitea/gitea). >> >> Here's my attempt at that port: >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214688 > > Committed, thanks! Thank you for the super quick t

Re: Porting a Go implementation: dealing with dependencies

2016-11-20 Thread Kurt Jaeger
Hi! > >>> I'm trying to create a port for Gitea > >>> (https://github.com/go-gitea/gitea). > > Here's my attempt at that port: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214688 Committed, thanks! -- p...@opsec.eu+49 171 3101372 4 years to go ! _

Re: Porting a Go implementation: dealing with dependencies

2016-11-20 Thread Stefan Bethke
Am 20.11.2016 um 02:00 schrieb Stefan Bethke : > Am 18.11.2016 um 17:59 schrieb Steve Wills : >> On 11/18/2016 10:35, Stefan Bethke wrote: >>> I’m trying to create a port for Gitea >>> (https://github.com/go-gitea/gitea). Here’s my attempt at that port: https://bugs.freebsd.org/bugzilla/show_bug.

Re: Porting a Go implementation: dealing with dependencies

2016-11-19 Thread Stefan Bethke
Am 18.11.2016 um 17:59 schrieb Steve Wills : > > Hi, > > On 11/18/2016 10:35, Stefan Bethke wrote: >> I’m trying to create a port for Gitea >> (https://github.com/go-gitea/gitea). The basics seem easy enough, but >> I’m not sure how to deal with it’s dependencies. > > Use the GH_* macros to fetc

Re: Porting a Go implementation: dealing with dependencies

2016-11-18 Thread Steve Wills
Hi, On 11/18/2016 10:35, Stefan Bethke wrote: > I’m trying to create a port for Gitea > (https://github.com/go-gitea/gitea). The basics seem easy enough, but > I’m not sure how to deal with it’s dependencies. Use the GH_* macros to fetch them. See: https://www.freebsd.org/doc/en/books/porters-ha

Porting a Go implementation: dealing with dependencies

2016-11-18 Thread Stefan Bethke
I’m trying to create a port for Gitea (https://github.com/go-gitea/gitea). The basics seem easy enough, but I’m not sure how to deal with it’s dependencies. After downloading tag 0.97, I start building with do-build: (cd ${GO_WRKSRC} ; ${SETENV} ${GO_ENV} go build) The result is a long