[Bug 213930] net-p2p/zcash: create initial port and package
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jun 1 18:20:32 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213930
peter at icebear.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |peter at icebear.net
--- Comment #3 from peter at icebear.net ---
Also tried a manual installation of zcash (prior to finding this thread)
I used the https://github.com/zcash/zcash/wiki/1.0-User-Guide as a guide line.
I also failed to produce a running package. The issues I ran into where the
following
- flock is missing on a base systems (cheated this by editing the script)
- sha256sum is not installed (symlink to gsha256sum did the trick)
- the build script needs to be started with MAKE=gmake I have gcc5 installed
from ports
- script calls "install -D" should be "ginstall -D" to have the linux
compatible variant
- linker issues due to -ldl (removed this)
then I ran into cpp compiler issues.
Hope this helps in someway
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list