ports/50831: [Patch Port] p5-DBD-mysql (add support for MySQL 4.1)

Alex Dupre sysadmin at alexdupre.com
Fri Apr 11 17:00:34 UTC 2003


>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:



More information about the freebsd-ports-bugs mailing list