Created attachment 207895 [details] patch for rev 3 1. Fix build on FreeBSD 12+ by disabling openssl support. Patch for openssl111 is ready but no where to test now. 2. Original master site is dead. Switch it to my own mirror. 3. Mute nd6_dad_timer message when start on FreeBSD 11+, by sleep appropriate seconds. 4. Router mode: shutdown rtadvd properly by rtadvctl. 5. Router mode: mute rtadvd rm_ifinfo_index message when shutdown, by sleep a few seconds before delete LAN IPv6 address. 6. Take maintainership. I believe that there are only a few TSP servers alive around the world, and all of them only accessible inside Taiwan.
(In reply to clive from comment #0) 7. Add patch-gogoc.conf.in for placing run time and log files under appropriate path.
I'd like to propose removing this port, as what happened on freenet6: https://cgit.freebsd.org/ports/commit/?id=2485fc0ceb45a3e5388875047129ad48c7a3951c The commit message leads to a discussion thread on reddit. To summarize that in my comment: 1. According to wikipedia, all services of Freenet6/Gogo6 were halted on 2016. https://en.wikipedia.org/wiki/Tunnel_broker#Gogo6_gogoSERVER 2. Some ISPs did operate their gogoSERVER after 2016. As to my knowledge at end of 2021, no good free/paid services are available.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=fbef57b89fdadb090ffba3fb386da0ee0c1ac928 commit fbef57b89fdadb090ffba3fb386da0ee0c1ac928 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-04-04 18:11:02 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-04-04 18:27:53 +0000 net/gogoc: Deprecate and set expiration date to 2022-04-30 Gogo6 Services were discontinued in 2016 Reference: https://en.wikipedia.org/wiki/Tunnel_broker#Gogo6_gogoSERVER PR: 240878 Reported by: clive@tongi.org net/gogoc/Makefile | 3 +++ 1 file changed, 3 insertions(+)
Deprecated, thanks for reporting