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.
Bump as it has been a week since this bug was created.
Test-builds on 11, 10.2a+i are fine, 9.3a fails to build. See http://people.freebsd.org/~pi/logs/net__zero*
portlint -AC is OK with this: PORTNAME= zerotier DISTVERSION= 1.0.5 CATEGORIES= net MASTER_SITES= GH DISTNAME= ZeroTierOne
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.
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
Found the two knobs to twist to make it build on 9.3-amd64. So, it's committed! Thanks!