Date: Fri, 11 Apr 2003 19:04:09 +0200 (CEST) From: Alex Dupre <sysadmin@alexdupre.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/50831: [Patch Port] p5-DBD-mysql (add support for MySQL 4.1) Message-ID: <200304111704.h3BH49uH081340@vaio.alexdupre.com> Resent-Message-ID: <200304111700.h3BH0Uix044059@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 50831 >Category: ports >Synopsis: [Patch Port] p5-DBD-mysql (add support for MySQL 4.1) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Apr 11 10:00:30 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 4.8-ALEXDUPRE i386 >Organization: >Environment: System: FreeBSD 4.8-ALEXDUPRE i386 >Description: As done for MySQL 4.0, add support for 4.1 client libraries. Need commit of PR 50829. Obviously keep MySQL 4.0 as default, since it's the production release. >How-To-Repeat: >Fix: --- p5-DBD-mysql.diff begins here --- --- p5-DBD-mysql/Makefile.orig Fri Apr 11 18:53:51 2003 +++ p5-DBD-mysql/Makefile Fri Apr 11 18:55:16 2003 @@ -24,7 +24,11 @@ .if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.10) LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client .else +.if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.14) +LIB_DEPENDS= mysqlclient.14:${PORTSDIR}/databases/mysql41-client +.else LIB_DEPENDS= mysqlclient.12:${PORTSDIR}/databases/mysql40-client +.endif .endif PERL_CONFIGURE= yes --- p5-DBD-mysql.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304111704.h3BH49uH081340>