Bug 215031 - net/zerotier Allow build as controller
Summary: net/zerotier Allow build as controller
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-03 22:41 UTC by josh
Modified: 2017-03-07 15:52 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (corsmith)


Attachments
Adds an option to build zerotier as a controller. (1.38 KB, patch)
2016-12-03 22:41 UTC, josh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description josh 2016-12-03 22:41:40 UTC
Created attachment 177642 [details]
Adds an option to build zerotier as a controller.

This patch adds an option and patch to the makefile to build zerotier as a controller.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-03-07 15:49:55 UTC
A commit references this bug:

Author: danfe
Date: Tue Mar  7 15:49:27 UTC 2017
New revision: 435612
URL: https://svnweb.freebsd.org/changeset/ports/435612

Log:
  - Add an option to build network management controller microservice
  - Respect CC/CXX and drop superfluous GH_ACCOUNT while I'm at it

  PR:		215031 (modified)
  Approved by:	maintainer timeout (since 2016-12-03)

Changes:
  head/net/zerotier/Makefile
  head/net/zerotier/files/patch-make-freebsd.mk
Comment 2 Alexey Dokuchaev freebsd_committer freebsd_triage 2017-03-07 15:52:20 UTC
Option added as of ports r435612, thanks!  Meanwhile, I've also fixed make-freebsd.mk to uphold CC/CXX.