Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
21.7 Legacy Series
»
Create (or modify) an package with different config
« previous
next »
Print
Pages: [
1
]
Author
Topic: Create (or modify) an package with different config (Read 2329 times)
tom-castro
Newbie
Posts: 1
Karma: 0
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:
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.
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
21.7 Legacy Series
»
Create (or modify) an package with different config