1
21.7 Legacy Series / Create (or modify) an package with different config
« on: August 12, 2021, 08:15:02 pm »
I would like to install and use rrdtool but which need to be configured GRAPH support. For that reason I check the following page to use the existing ports and build it by my own.
What I've done so far:
But for some reason after another install via the web interface all dependencies got removed. This result in a broken rrdtool because of missing dependencies. A pkg upgrade started a reinstall of the version from opnsense.
What would be the easiest and correct way to build / modify an existing package and install it with all dependencies?
Thanks for your support.
What I've done so far:
Code: [Select]
cd /usr/ports/databases/rrdtool
make config
make reinstall
But for some reason after another install via the web interface all dependencies got removed. This result in a broken rrdtool because of missing dependencies. A pkg upgrade started a reinstall of the version from opnsense.
What would be the easiest and correct way to build / modify an existing package and install it with all dependencies?
Thanks for your support.