FreeBSD Bugzilla – Attachment 29680 Details for
Bug 50315
[Maintainer Patch] Port: MySQL 4 (Switch to DBD::MySQL)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mysql40.diff
mysql40.diff (text/plain), 1.49 KB, created by
Alex Dupre
on 2003-03-26 16:00:26 UTC
(
hide
)
Description:
mysql40.diff
Filename:
MIME Type:
Creator:
Alex Dupre
Created:
2003-03-26 16:00:26 UTC
Size:
1.49 KB
patch
obsolete
>diff -ruN mysql40-server.orig/Makefile mysql40-server/Makefile >--- mysql40-server.orig/Makefile Wed Mar 26 15:25:15 2003 >+++ mysql40-server/Makefile Wed Mar 26 15:37:55 2003 >@@ -29,7 +29,6 @@ > > SLAVEDIRS= databases/mysql40-client > DB_DIR?= /var/db/mysql >-USE_PERL5_RUN= yes > USE_LIBTOOL= yes > USE_REINPLACE= yes > >@@ -93,8 +92,10 @@ > > # MySQL-Server part > .if !defined(CLIENT_ONLY) >+USE_PERL5_RUN= yes >+ > RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql40-client \ >- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-Mysql >+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql > > PLIST_SUB= MYSQL_VERSION=${PORTVERSION} > >diff -ruN p5-DBD-mysql.orig/Makefile p5-DBD-mysql/Makefile >--- p5-DBD-mysql.orig/Makefile Wed Mar 26 15:25:38 2003 >+++ p5-DBD-mysql/Makefile Wed Mar 26 16:41:40 2003 >@@ -16,11 +16,18 @@ > COMMENT= MySQL driver for the Perl5 Database Interface (DBI) > > BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI >-LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client > RUN_DEPENDS= ${BUILD_DEPENDS} > >+.include <bsd.port.pre.mk> >+ >+.if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.10) >+LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client >+.else >+LIB_DEPENDS= mysqlclient.12:${PORTSDIR}/databases/mysql40-client >+.endif >+ > PERL_CONFIGURE= yes > > MAN3= Bundle::DBD::mysql.3 DBD::mysql.3 DBD::mysql::INSTALL.3 Mysql.3 > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 50315
: 29680