As I needed databases/luadbi to have support for PostgreSQL and not for MySQL, as the default config, and I didn't want to do this in the server, I've configured a jail in my workstation to configure the port.
After building it, that port as well as some other dependencies are available at /var/ports/sharedfs/usr/ports.
For each, there's a stage directory where all the files to be installed were saved, for example:
I know that there's poudriere, but it seems overkill for my setup.
From here, what is the suggested way to install these files?
Do a tar -f and untar at the server?
Add some elements to that tarball, compressed as xz so that it can be installed as a package and registered?
Other way?
After building it, that port as well as some other dependencies are available at /var/ports/sharedfs/usr/ports.
Code:
>ls
databases devel lang ports-mgmt print
For each, there's a stage directory where all the files to be installed were saved, for example:
Code:
>ls databases/postgresql13-client/work/stage/usr/local
bin etc include lib libdata libexec man sbin share tests www
I know that there's poudriere, but it seems overkill for my setup.
From here, what is the suggested way to install these files?
Do a tar -f and untar at the server?
Add some elements to that tarball, compressed as xz so that it can be installed as a package and registered?
Other way?