[Bug 194946] [New port]: databases/gomdb
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Mar 3 06:49:13 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194946
--- Comment #10 from cheffo at freebsd-bg.org ---
See https://github.com/szferi/gomdb :
Build
go get github.com/szferi/gomdb
There is no dependency on LMDB dynamic library.
On FreeBSD 10, you must explicitly set CC (otherwise it will fail with a
cryptic error), for example:
CC=clang go test -v
As I said our go support is not great so I'm trying to workaround known issues.
Let me know if there is another way to know if clang or gcc is used.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list