For some reason databases/db48 gets pulled into my active ports tree. There isn't anything using it since I have moved everything up to db6. What is also interesting is that portmaster insists in re-install db48 when I run
This happens every time I run
Here is the message that I get from portmaster.
I also get this when it is re-installed.
I can't find anything that might be using this old db48 program. Maybe I am missing something.
I have my make.conf database line like this.
How can I resolve this issue? Thanks.
portmaster -aThis happens every time I run
portmaster -a.
Code:
Re-install db48-4.8.30.0_2
Here is the message that I get from portmaster.
Code:
===>>> Starting build for ports that need updating <<<===
===>>> Launching child to install databases/db48
===>>> All >> databases/db48 (1/42)
===>>> Port directory: /usr/ports/databases/db48
===>>> Starting check for build dependencies
===>>> Gathering dependency list for databases/db48 from ports
===>>> Dependency check complete for databases/db48
===>>> All >> databases/db48 (1/42)
===> Cleaning for db48-4.8.30.0_2
===> NOTICE:
This port is deprecated; you may wish to reconsider installing it:
Please move to db5 or db6..
It is scheduled to be removed on or after 2014-11-30.
I also get this when it is re-installed.
Code:
===>>> Starting check of installed ports for available updates
===>>> The databases/db42 port moved to databases/db48
===>>> Reason: Superseded by databases/db48
===>>> Launching child to reinstall db42-4.2.52_5
===>>> All >> db42-4.2.52_5 (1/1)
===>>> The databases/db42 port moved to databases/db48
===>>> Reason: Superseded by databases/db48
===>>> Currently installed version: db48-4.8.30.0_2
===>>> Port directory: /usr/ports/databases/db48
===>>> Launching 'make checksum' for databases/db48 in background
===>>> Gathering dependency list for databases/db48 from ports
===>>> Initial dependency check complete for databases/db48
I can't find anything that might be using this old db48 program. Maybe I am missing something.
I have my make.conf database line like this.
Code:
WITH_BDB_VER=6
How can I resolve this issue? Thanks.