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 variable. > > Not sure how to handle this. This is probably my fault as i really > should build ports with another user with a clean environment ....
Hrrmmm, yeah, that's kind of tricky; GOPATH will be problematic for every Go developers who also needs to build ports. Hopefully, that won't be a large number of people because most will just use binary packages, but I'm not sure if we want to require the rest to build ports as a separate user? > I applied your patch to the port in openbsd-wip. Thanks! What's in openbsd-wip is ok kspillner@.