mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 1.2219 and include support for MySQL 4.0.
PR: ports/48742 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Approved by: maintainer timeout (about 3weeks)
This commit is contained in:
parent
122bdca549
commit
7c630823f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77411
2 changed files with 10 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Mysql-modules
|
||||
PORTVERSION= 1.2216
|
||||
PORTVERSION= 1.2219
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= DBD
|
||||
|
@ -19,7 +19,14 @@ COMMENT= Perl5 modules for accessing MySQL databases
|
|||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Data/ShowTable.pm:${PORTSDIR}/devel/p5-Data-ShowTable \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.12)
|
||||
LIB_DEPENDS= mysqlclient.12:${PORTSDIR}/databases/mysql40-client
|
||||
.else
|
||||
LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
|
||||
.endif
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= PREFIX=${PREFIX} CC="${CC}" CCFLAGS="${CFLAGS}" \
|
||||
|
@ -35,4 +42,4 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|||
pre-configure:
|
||||
@${PERL} -p -i -e 's| -lgz||' ${WRKSRC}/lib/DBD/mysql/Install.pm
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (Msql-Mysql-modules-1.2216.tar.gz) = b5f764a84c452c9f46c3f7d937798e77
|
||||
MD5 (Msql-Mysql-modules-1.2219.tar.gz) = ad3dec1881d4c4ff9a353f33ff434b5f
|
||||
|
|
Loading…
Add table
Reference in a new issue