From kcochran@dev.home.trolans.net  Fri Jun 14 14:52:19 2002
Return-Path: <kcochran@dev.home.trolans.net>
Received: from trolans.superhosts.net (adsl-63-206-116-32.dsl.snfc21.pacbell.net [63.206.116.32])
	by hub.freebsd.org (Postfix) with ESMTP id 2BEC637B401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Jun 2002 14:52:13 -0700 (PDT)
Received: from dev.home.trolans.net (localhost [127.0.0.1])
	by trolans.superhosts.net (8.12.2/8.12.2) with ESMTP id g5ELxUEC047377
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Jun 2002 14:59:32 -0700 (PDT)
	(envelope-from kcochran@dev.home.trolans.net)
Received: (from kcochran@localhost)
	by dev.home.trolans.net (8.12.2/8.12.2/Submit) id g5ELxUDE047376
	for FreeBSD-gnats-submit@freebsd.org; Fri, 14 Jun 2002 14:59:30 -0700 (PDT)
Message-Id: <200206142159.g5ELxUDE047376@dev.home.trolans.net>
Date: Fri, 14 Jun 2002 14:59:30 -0700 (PDT)
From: "Kelly Cochran" <kcochran@trolans.net>
Reply-To: "Kelly Cochran" <kcochran@trolans.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] Addition of mysql-awareness to mod_mp3 port Makefile
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         39312
>Category:       ports
>Synopsis:       [PATCH] Addition of mysql-awareness to mod_mp3 port Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 14 15:00:08 PDT 2002
>Closed-Date:    Sat Apr 05 17:31:50 PST 2003
>Last-Modified:  Sat Apr 05 17:31:50 PST 2003
>Originator:     "Kelly Cochran" <kcochran@trolans.net>
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
Ports collection as of 14 Jun 2002

>Description:
	mod_mp3 has support for storing the file lists within MySQL, but the port is not currently able to take advantage of this.
>How-To-Repeat:
	Make the port normally, but try and use its MySQL funcs.
>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


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sat Apr 5 17:31:46 PST 2003 
State-Changed-Why:  
Commited, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=39312 
>Unformatted:
