Bug 57607 - devel/bugzilla -- compatibility with all MySQL versions
Summary: devel/bugzilla -- compatibility with all MySQL versions
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-05 13:20 UTC by Matthew Seaman
Modified: 2003-10-05 17:41 UTC (History)
0 users

See Also:


Attachments
bugzilla.diff (506 bytes, patch)
2003-10-05 13:20 UTC, Matthew Seaman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Seaman 2003-10-05 13:20:13 UTC
The devel/bugzilla port has an explicit LIB_DEPENDS dependency on
libmysqlclient.so.10 from the mysql323-client port.  However, bugzilla
will work fine with just about any version of MySQL.

Could just insert USE_MYSQL, but the bugzilla port only really needs
access to the perl DBD::Mysql modules and can depend on MySQL
inplicitly through that port..
Comment 1 Yen-Ming Lee freebsd_committer freebsd_triage 2003-10-05 17:40:58 UTC
State Changed
From-To: open->closed

Committed, thanks.