1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to 3.0008

Changes:	http://search.cpan.org/src/CAPTTOFU/DBD-mysql-3.0008/ChangeLog
This commit is contained in:
Sergey Skvortsov 2006-11-02 14:08:19 +00:00
parent 6918fd3101
commit 043109952f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176191
3 changed files with 4 additions and 26 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= DBD-mysql
PORTVERSION= 3.0007
PORTVERSION= 3.0008
PORTREVISION?= 0
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}

View File

@ -1,3 +1,3 @@
MD5 (DBD-mysql-3.0007.tar.gz) = edc4a3dc0411875e4cde1c78b30d09f1
SHA256 (DBD-mysql-3.0007.tar.gz) = fb127aef1d8591356f456c5e49e1f0bd96e6907d595732910efa26eb9c39b14d
SIZE (DBD-mysql-3.0007.tar.gz) = 115804
MD5 (DBD-mysql-3.0008.tar.gz) = 82b1f898ec26c1a12cc87e00b30f313f
SHA256 (DBD-mysql-3.0008.tar.gz) = dbab564b5832e501019e43186c241565a56f65060cd5b3e1db5bd577dfb80e75
SIZE (DBD-mysql-3.0008.tar.gz) = 116159

View File

@ -1,22 +0,0 @@
#
# Fix build with old gcc
#
--- dbdimp.c.orig Fri Sep 8 17:25:59 2006
+++ dbdimp.c Thu Sep 14 10:31:47 2006
@@ -2347,6 +2347,7 @@
char *table;
char *salloc;
int htype;
+ my_ulonglong rows= 0;
/* thank you DBI.c for this info! */
D_imp_xxh(h);
@@ -2386,8 +2387,6 @@
params,
num_params,
imp_dbh->bind_type_guessing);
-
- my_ulonglong rows= 0;
if (dbis->debug >= 2)
PerlIO_printf(DBILOGFP, "mysql_st_internal_execute\n");