Created attachment 145741 [details] port shar Slave port of net-p2p/zetacoin to allow zetacoin-qt and zetacoind to co-exist on the same machine. Also allows the installation of Zetacoin on servers using "pkg" without pulling in X11 dependencies. Build Logs: https://redports.org/buildarchive/20140812233100-35750/
Comment on attachment 145741 [details] port shar Missing OPTIONS_UNSET. Do not use this one.
Created attachment 145742 [details] port shar (Corrected) Added: OPTIONS_EXCLUDE= X11 QRCODES SLAVE_PORT= yes
I don't think I've seen a slave port manipulate options like this before. Oh well, let the next guy think about it. I'll move to patch-ready so somebody can pick it up.
I was using net-p2p/litecoin-daemon and emulators/open-vm-tools-nox11 for examples/guidance.
A commit references this bug: Author: adamw Date: Sat Aug 23 20:21:09 UTC 2014 New revision: 365806 URL: http://svnweb.freebsd.org/changeset/ports/365806 Log: Add net-p2p/zetacoin-nox11 as a slave to zetacoin. This allows installing just the daemon on headless servers. PR: 192629 Submitted by: maintainer Changes: head/net-p2p/Makefile head/net-p2p/zetacoin-nox11/ head/net-p2p/zetacoin-nox11/Makefile
Committed, with the OPTIONS_UNSET line taken out. You should probably either add CONFLICTS, or submit a PR that turns net-p2p/zetacoin into just the frontend.