pkgsrc/databases/p5-DBD-mysql/Makefile

24 lines
645 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.58 2014/10/09 13:44:35 wiz Exp $
Update to 4.027 Upstream changes: 2014-??-?? Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.027) * Added more OS X notes and fixed compiler warnings * Skip tests if test database is not present-RT92330 (zefram <zefram at fysh dot org> * metacpan.org and search.cpan.org didn't display module POD, caused by fix for RT90101. Reported by Oleg, RT92350. 2014-01-15 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.026) * t/29warnings.t fails on MySQL Server 5.1.something - Reported by RT91202, Gisle Aas. Now is handled depending on version. * README.pod misses proper NAME heading - RT90101 - Damyan Ivanov, Debian Perl Group * Added fix and test for RT91715 * Added feature from Jacob Gelbman (cPanel) mysql_skip_secure_auth 2013-11-05 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.025) * Set with parentheses and column_info - RT50304 - reported and fixed by Kevin Bosak. * Fix method redefinition warnings in threads on Perl >= 5.16 - Dagfinn Ilmari Manns.er * use strict and warnings everywhere. * Minimum perl version is now 5.8.1, just as for DBI. * Improved database version check so tests run correctly on MariaDB 10. * Fix manifest - RT89106, reported by Joe Grasse. * set auto_increment_offset explicitly to make tests pass if they are set on server - RT83487, reported by Ian Barton. * Assume 'localhost' when testport is set but no testhost in Makefile.PL - RT83496, reported by Philip Stoev. * Corrected documentation for mysql_init_command option - Alexey Molchanov <alexey.molchanov@portaone.com> * Skip stored procedure tests if user is unpriviliged - RT83348 - Chris Weyl <cweyl@alumni.drew.edu> * Fix example in POD doc for NUM_OF_FIELDS - RT36730, reported by tapoutmma. * Fix for memory leak (RT86153) when connecting with incorrect password * Bail if connect fails early on (RT31823) 2013-09-17 Michiel Beijen, Patrick Galbraith, DBI/DBD community (4.024) * Fix memory leak if mysql_server_prepare is enabled - RT76462 - Masahiro Chiba * Small dist improvements: Michiel Beijen <michiel.beijen@otrs.com> * Undefined $DBI::errstr on execute fail on Windows: Michiel Beijen <michiel.beijen@otrs.com> * Better diagnostics for 80procs.t Fixes RT#71199: Alexandr Ciornii <alexchorny@gmail.com> * Fix #64013: INSTALL.pod is shown with 'man install': Juergen Weigert <jw@suse.com> * Added 'testport' to keys in Makefile.PL Fixes RT#83492: Michiel Beijen <michiel.beijen@otrs.com> * Fixed test 70takeimp warning. Michiel Beijen <michiel.beijen@otrs.com> * Made test t/87async.t not stop on Win32. Michiel Beijen <michiel.beijen@otrs.com> * Update github location. Update support information. Michiel Beijen <michiel.beijen@otrs.com> * POD Fixes Patch from RT77043 by Gunnar Wolf, Debian Perl Group. Michiel Beijen <michiel.beijen@otrs.com>
2014-05-28 09:58:20 +02:00
DISTNAME= DBD-mysql-4.027
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
MAINTAINER= bad@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/DBD-mysql/
COMMENT= Perl DBI/DBD driver for MySQL databases
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Data-ShowTable>=3.3:../../devel/p5-Data-ShowTable
PERL5_PACKLIST= auto/DBD/mysql/.packlist
Update to 2.1017, based on pkg/17295 by Sergey Svishchev. Changes since 1.2219: * dbdimp.c: Added a required check for mysql_errno. Steve Hay <Steve.Hay@uk.radan.com> * dbdimp.c: Removed use of mysql_eof. Jay Lawrence <jay@lawrence.net> * dbdimp.c: Fixed mysql_is_auto_increment. Paul Walmsley <shag-dbdmysql@booyaka.com> and Paul Dubois <paul@kitebird.org> * dbdimp.c: Added use of mysql_ssl_set. Chris Hanes <chanes@i-c.net> * Some fixes in the docs. Paul Dubois <paul@kitebird.com> * Added mysql_is_auto_increment. (Someone else, but forgot his email, sorry!) * lib/DBD/mysql.pod: Fixed minor bug in an example. * Within AutoCommit mode, reconnect is now turned off, because the transaction state is unpredictable otherwise. * dbdimp.c: Added use of SvMAGICAL to dbd_db_quote. Rudy Lippan <almighty@randomc.com> * bind_param now using mysql_real_escape_string as well. Dave Rolsky <autarch@urth.org> * Added mysql_ssl flag to DBI->connect. * Quoting now based on mysql_real_escape_string. Thanks to Dave Rolsky <autarch@urth.org> for suggesting this. * Portability changes for MySQL 4. * dbdimp.c: Fixed $dbh->{mysql_insertid}; added t/insertid.t * Added transaction support for MySQL. (Bob Lyons <lyons@nextrials.com>) * dbd/dbdimp.c: Fixed MAXLENGTH warning; used to hint for a not existing mysql_maxlength, which should read mysql_max_length. (Paul DuBois <paul@snake.net>) * Fixed installation problem when a directory was specified, but did not exist. (Will Partain <partain@dcs.gla.ac.uk>) * Fixed that mysql_errno wasn't used properly. (Chris Adams <cmadams@hiwaay.net>) * Fixed test suite problem, when user name and password have been interpolated. (Bruno Hivert (LMC) <lmcbrhi@lmc.ericsson.se>) * mysql_insertid and mysql_affectedrows are no longer treated as integers, but longs. Thanks to Michael G Schwern <schwern@pobox.com>. make test gives the same output as for the previous pkgsrc version. Thanks, atatat!
2002-07-07 14:34:49 +02:00
MAKE_PARAMS+= --nocatchstderr
2004-04-27 04:24:08 +02:00
.include "../../databases/p5-DBI/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/mysql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"