#57707 closed enhancement (fixed)
db44: replace with db48
Reported by: | jmroot (Joshua Root) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | pixilla (Bradley Giesbrecht), Schamschula (Marius Schamschula), ryandesign (Ryan Carsten Schmidt), MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), blair (Blair Zajac), tobypeterson | |
Port: | db44, cyrus-imapd, redland, open-cobol, cfengine |
Description
Only has 4 dependents. Any objection to me changing them over?
Change History (12)
comment:1 follow-up: 4 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | Schamschula ryandesign MarcusCalhoun-Lopez blair added |
---|
comment:2 Changed 6 years ago by Schamschula (Marius Schamschula)
IIRC, mod_qos failed to build against db48.
comment:3 Changed 6 years ago by Schamschula (Marius Schamschula)
Actually, the Berkeley db version for mod_qos should match apr-util which is a apache2 dependency, and thus a mod_qos dependency.
comment:4 Changed 6 years ago by jmroot (Joshua Root)
Replying to ryandesign:
Twice as many ports currently use db46 as use db48.
Mostly because that was the current version last time someone did this, IIRC.
I wonder if we should perhaps be trying to consolidate the BDB versions a bit more, and offer only db4, db5, and db6 ports for the latest version of each, and try to fix whatever issues the ports might have with those latest versions.
This was going to be the first step of easing my way into that much larger project, but sure.
comment:5 Changed 6 years ago by Schamschula (Marius Schamschula)
I just locally rebuilt apr-util
and mod_qos
against db48
. No problems here!
comment:6 Changed 6 years ago by Schamschula (Marius Schamschula)
comment:7 Changed 6 years ago by jmroot (Joshua Root)
comment:8 Changed 6 years ago by jmroot (Joshua Root)
comment:9 Changed 6 years ago by jmroot (Joshua Root)
comment:10 Changed 6 years ago by jmroot (Joshua Root)
comment:11 Changed 6 years ago by jmroot (Joshua Root)
Cc: | tobypeterson added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:12 Changed 6 years ago by tobypeterson
I didn't even see this ticket, I just periodically see if it's possible to move to newer dbXX versions. Looks like you did all the real work for me!
There may be reasons why sometimes older BerkeleyDB versions are preferred over newer ones. Certainly I could understand if a port wanted BerkeleyDB 4 instead of 5 or 6, but even within the minor version numbers there seems to be some occurrence of that. Twice as many ports currently use db46 as use db48. Marius even deliberately changed mod_qos from db48 to db46 though I don't know why. (Marius, do you remember?)
I wonder if we should perhaps be trying to consolidate the BDB versions a bit more, and offer only db4, db5, and db6 ports for the latest version of each, and try to fix whatever issues the ports might have with those latest versions. It would help if there were a single maintainer for all the BDB ports who could guide the collection as a whole, instead of having each version maintained by someone else.