Bug 39312 - [PATCH] Addition of mysql-awareness to mod_mp3 port Makefile
Summary: [PATCH] Addition of mysql-awareness to mod_mp3 port Makefile
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: 2002-06-14 23:00 UTC by Kelly Cochran
Modified: 2003-04-06 02:31 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kelly Cochran 2002-06-14 23:00:08 UTC
	mod_mp3 has support for storing the file lists within MySQL, but the port is not currently able to take advantage of this.

Fix: 

Add the following to ports/www/mod_mp3/Makefile:
.if defined(WITH_MYSQL)
LIB_DEPENDS+=	mysqlclient.10:${PORTSDIR}/databases/mysql323-client 
CONFIGURE_ARGS+=	--with-mysql
.endif
How-To-Repeat: 	Make the port normally, but try and use its MySQL funcs.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-04-06 02:31:46 UTC
State Changed
From-To: open->closed

Commited, thanks!