Why i need extract not one needed port, but full catalog never needed ports?
Mike Clarke
jmc-freebsd2 at milibyte.co.uk
Fri Sep 6 08:41:23 UTC 2019
On Thursday, 5 September 2019 22:22:20 BST @lbutlr wrote:
> AFAIK, there’s no real good way to integrate a pkg install and a ports install.
It works quite well if you sync your ports tree against the version used for the current pkg repository.
I have a couple of packages which I build from ports because I need different options for one of them and the licensing prevents the distribution of a binary for the other. I have no problems building and installing them when I sync the ports tree against the pkg repository.
To sync my ports tree I use a modified copy of https://gist.github.com/reedacartwright/8622973baf89b263a6d7 . Unfortunately the script at github hasn't been updated since 2015 so doesn't have details of package servers for FreeBSD versions later than 10.x but is easy to update if you can find the hostname of the relevant build server, e.g. beefy6.nyi.freebsd.org for 12.0 AMD64.
An ideal alternative would be if the package system could have a command which would return the SVN revision of the ports tree used for building the current repository.
--
Mike Clarke
More information about the freebsd-questions
mailing list