Bug 203161

Summary: New port: net/zerotier Network virtualization everywhere
Product: Ports & Packages Reporter: corsmith
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Only Me CC: pi
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
shar archive of the port none

Description corsmith 2015-09-16 21:07:58 UTC
Created attachment 161125 [details]
shar archive of the port

New port for zerotier.  From pkg-descr:

ZeroTier can be used for on-premise network virtualization, as a peer to peer
VPN for mobile teams, for hybrid or multi-data-center cloud deployments, or
just about anywhere else secure software defined virtual networking is useful.
Comment 1 corsmith 2015-09-23 16:01:36 UTC
Bump as it has been a week since this bug was created.
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2015-09-29 19:46:16 UTC
Test-builds on 11, 10.2a+i are fine, 9.3a fails to build.

See

http://people.freebsd.org/~pi/logs/net__zero*
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2015-09-29 19:48:07 UTC
portlint -AC is OK with this:

PORTNAME=       zerotier
DISTVERSION=    1.0.5
CATEGORIES=     net
MASTER_SITES=   GH
DISTNAME=       ZeroTierOne
Comment 4 corsmith 2015-10-04 07:26:24 UTC
Does it need to build on 9.x before it can be committed?  I assume it is caused by gcc vs. clang.

Please add:

BROKEN_FreeBSD_9=       does not build on FreeBSD < 10.x

I can commit to taking a look at in th e future to see why it is failing to build on 9.x but I would like to see it in the ports collection before that.
Comment 5 commit-hook freebsd_committer freebsd_triage 2015-10-04 10:25:13 UTC
A commit references this bug:

Author: pi
Date: Sun Oct  4 10:24:33 UTC 2015
New revision: 398568
URL: https://svnweb.freebsd.org/changeset/ports/398568

Log:
  New port: net/zerotier

  ZeroTier can be used for on-premise network virtualization, as a
  peer to peer VPN for mobile teams, for hybrid or multi-data-center
  cloud deployments, or just about anywhere else secure software
  defined virtual networking is useful.

  WWW: https://www.zerotier.com/

  PR:		203161
  Submitted by:	corsmith@gmail.com

Changes:
  head/net/Makefile
  head/net/zerotier/
  head/net/zerotier/Makefile
  head/net/zerotier/distinfo
  head/net/zerotier/files/
  head/net/zerotier/files/patch-node_Utils.hpp
  head/net/zerotier/files/zerotier.in
  head/net/zerotier/pkg-descr
  head/net/zerotier/pkg-message
Comment 6 Kurt Jaeger freebsd_committer freebsd_triage 2015-10-04 10:26:03 UTC
Found the two knobs to twist to make it build on 9.3-amd64. So, it's committed!
Thanks!