Bug 284002 - archivers/rpm4: drop db5 dependency
Summary: archivers/rpm4: drop db5 dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Rodrigo Osorio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-11 16:25 UTC by Oleg Sidorkin
Modified: 2025-02-07 22:23 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (rodrigo)


Attachments
Patch to remove db5 dependency from archivers/rpm4 (1.88 KB, patch)
2025-01-11 16:25 UTC, Oleg Sidorkin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Sidorkin 2025-01-11 16:25:11 UTC
Created attachment 256624 [details]
Patch to remove db5 dependency from archivers/rpm4

db5 is marked expired and is not actually used. rpm4 has its own bdb-ro engine, that doesn't require bdb
Comment 1 Oleg Sidorkin 2025-02-05 21:02:59 UTC
Maintainer timeout?
Comment 2 Rodrigo Osorio freebsd_committer freebsd_triage 2025-02-05 21:30:11 UTC
(In reply to Oleg Sidorkin from comment #1)
Not yet :)
Sorry for the delay
Comment 3 commit-hook freebsd_committer freebsd_triage 2025-02-06 21:12:26 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f5c61fff767afc192559f28ebf3718974d10a3a8

commit f5c61fff767afc192559f28ebf3718974d10a3a8
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2025-02-05 21:43:49 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2025-02-06 21:08:13 +0000

    archivers/rpm4: drop db5 dependency

    Remove db5 dependency which is marked expired and is not actually used.
    rpm4 has its own bdb-ro engine, that doesn't require bdb.

    PR:             284002
    Obtained from:  Oleg Sidorkin <osidorkin@gmail.com>

 archivers/rpm4/Makefile | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)
Comment 4 Rodrigo Osorio freebsd_committer freebsd_triage 2025-02-07 22:23:04 UTC
committed, thanks