Bug 203161 - New port: net/zerotier Network virtualization everywhere
Summary: New port: net/zerotier Network virtualization everywhere
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-16 21:07 UTC by corsmith
Modified: 2015-10-04 10:26 UTC (History)
1 user (show)

See Also:


Attachments
shar archive of the port (2.90 KB, application/x-shar)
2015-09-16 21:07 UTC, corsmith
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!