在检查端口网站时,我找到了一个btsync包。https://freshports.org/net-p2p/btsync
当我尝试通过pkg install btsync安装时,pkg找不到它。
sudo pkg install btsync
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
pkg: No packages available to install matching 'btsync' have been found in the repositories我漏掉了什么吗?
发布于 2015-12-29 11:43:50
它的版权许可条款阻止它被制作成一个FreeBSD包,因为它不允许除BitTorrent公司以外的任何人自己(重新)分发软件。( BSD端口不包含软件本身;包可以。)
您将不会拆解、反编译、逆向工程或以其他方式试图发现该软件的源代码,全部或部分,除非法律明确允许,或分发它。
FreshPorts文档警告说,对于某些端口来说是这样的。
https://unix.stackexchange.com/questions/251963
复制相似问题