Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2002 14:59:30 -0700 (PDT)
From:      "Kelly Cochran" <kcochran@trolans.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39312: [PATCH] Addition of mysql-awareness to mod_mp3 port Makefile
Message-ID:  <200206142159.g5ELxUDE047376@dev.home.trolans.net>

next in thread | raw e-mail | index | archive | help

>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
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 14 15:00:08 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206142159.g5ELxUDE047376>