Bug 56117 - The Exim port only supports MySQL version 3.23
Summary: The Exim port only supports MySQL version 3.23
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: Sheldon Hearn
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-29 05:30 UTC by Pat Lashley
Modified: 2003-09-22 18:08 UTC (History)
0 users

See Also:


Attachments
file.diff (1.17 KB, patch)
2003-08-29 05:30 UTC, Pat Lashley
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pat Lashley 2003-08-29 05:30:00 UTC
	The mail/exim port has a WITH_MYSQL toggle to request that Exim
	be built with MySql support.  When defined, it adds a dependancy
	on databases/mysql323-client.  But Exim seems to build and run
	fine with later versions of the MySQL client; and later versions
	may be required for compatability with other packages.

Fix: The following patch modifies the Makefile to use the new MYSQL
	variables from bsd.ports.mk.

	NOTE that there is one side-effect of this patch - it changes
	the default mysql version dependancy (if no version of MySQL
	is already installed) to 4.0 (the default in bsd.ports.mk).
	If this is not desired, see the *MYSQL* variable documentation
	in the comments in bsd.ports.mk
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-08-29 06:45:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sheldonh

Over to maintainer.
Comment 2 Sheldon Hearn freebsd_committer freebsd_triage 2003-09-22 18:07:08 UTC
State Changed
From-To: open->closed

Superseded by ports/57098, thanks.