Bug 40653 - ports/security/gnupg depends on gdbm unnecessarily
Summary: ports/security/gnupg depends on gdbm unnecessarily
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-16 13:50 UTC by NIIMI Satoshi
Modified: 2002-07-21 02:53 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (517 bytes, patch)
2002-07-16 13:50 UTC, NIIMI Satoshi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description NIIMI Satoshi 2002-07-16 13:50:02 UTC
Makefile in ports/security/gnupg add a dependency to gdbm if
libgdbm.so.2 is found.  This behavior is not correct because
gnupg-1.0.7 does use gdbm library anymore.

How-To-Repeat: cd /usr/ports/databases/gdbm; make install
cd /usr/ports/security/gnupg; make install
ldd /usr/local/bin/gpg*
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-07-16 17:21:26 UTC
Responsible Changed
From-To: freebsd-ports->kuriyama

over to maintainer
Comment 2 Jun Kuriyama freebsd_committer freebsd_triage 2002-07-21 02:53:16 UTC
State Changed
From-To: open->closed

Committed, thanks!