aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-mysql
Commit message (Collapse)AuthorAgeFilesLines
* Some OCD cleanups on some of the perl@ ports.Adam Weinberger2015-03-121-4/+4
| | | | | | | | | | | | | | | | - Remove dependencies in core - Put testing depends in TEST_DEPENDS - Remove unnecessary bsd.port.options.mk inclusions - Remove checks for Perl versions that no longer exist in the ports tree - Sort plists, some of which were so jumbled that I have to assume the plist was randomized before committing A lot of the plist changes in this commit are moving PERL5_MAN3 after SITE_PERL. It's repo churn now, but it makes updating the ports later far easier. Notes: svn path=/head/; revision=381151
* Update to 4.031.Adam Weinberger2015-03-062-3/+3
| | | | | | | Changes: https://metacpan.org/changes/distribution/DBD-mysql Notes: svn path=/head/; revision=380654
* databases/p5-DBD-mysql: 4.028 -> 4.029Kurt Jaeger2014-12-122-4/+3
| | | | | | | | | | | | | - Added fix to tests to create test database if not exists (constant failure on Travis) (CaptTofu) - Support the fraction of (Oracle) MySQL Fabric that is supported by the most recent Connector/C (Steffen Mueller smueller@cpan.org) - Milan Sorm <sorm@is4u.cz> for work on statistics_info - Fix for RT 97625, use after free() Reini Urban rurban@cpan.org and Giovanni Bechis <giovanni@bigio.snb.it> Notes: svn path=/head/; revision=374610
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-201-6/+0
| | | | Notes: svn path=/head/; revision=371255
* databases/p5-DBD-mysql: 4.027 -> 4.028Kurt Jaeger2014-08-022-3/+6
| | | | | | | | | | | | | | | http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.028/ChangeLog - Fixed bug in mysql.xs where dbh was being used as error code - RT #97570: fix wrong salloc free in mysql_st_internal_execute (Reini Urban, cPanel) - Fix RT #97625 use-after-free in mysql_dr_error, and #86153 (Reini Urban, cPanel) - find mysql.h for MariaDB on Win32 (Graham Ollis) - Update mysql.pm to work with ipv6 and ipv4 addresses (katyavoid) Notes: svn path=/head/; revision=363812
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* - Update to 4.027Sunpoet Po-Chuan Hsieh2014-03-252-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/DBD-mysql/ChangeLog Notes: svn path=/head/; revision=349178
* Update to 4.026Mathieu Arnold2014-01-212-3/+3
| | | | | | | | | PR: ports/185887 Submitted by: Kurt Jaeger Sponsored by: Absolight Notes: svn path=/head/; revision=340557
* - Use %%PERL_ARCH%% instead of machSunpoet Po-Chuan Hsieh2013-12-131-2/+2
| | | | | | | - Sort PLIST Notes: svn path=/head/; revision=336309
* - Add missing files for p5-DBD-mysql51, p5-DBD-mysql52, p5-DBD-mysql55 with ↵Philippe Audeoud2013-12-101-0/+2
| | | | | | | staging Notes: svn path=/head/; revision=336064
* - Update to 4.025Sunpoet Po-Chuan Hsieh2013-11-052-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/DBD-mysql/ChangeLog Notes: svn path=/head/; revision=332896
* Support STAGEDIR.Vanilla I. Shu2013-11-032-5/+5
| | | | Notes: svn path=/head/; revision=332592
* - Update to 4.024Sunpoet Po-Chuan Hsieh2013-09-213-20/+15
| | | | | | | | | | | | | - Remove unnecessary DISTNAME - Use CONFLICTS_INSTALL instead of CONFLICTS - Add TEST_DEPENDS - Convert to new OPTIONS simplifier - Sort PLIST Changes: http://search.cpan.org/dist/DBD-mysql/ChangeLog Notes: svn path=/head/; revision=327825
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Update to 4.023.Mathieu Arnold2013-06-052-3/+3
| | | | Notes: svn path=/head/; revision=319967
* Reassign p5-* ports from skv to perl@Baptiste Daroussin2013-04-221-1/+1
| | | | | | | | | While here trim headers Feature safe: yes Notes: svn path=/head/; revision=316227
* Convert to new options framework left unconverted ports in databases categoryBaptiste Daroussin2013-03-211-7/+3
| | | | Notes: svn path=/head/; revision=314856
* Update to 4.021Sergey Skvortsov2012-05-072-3/+3
| | | | | | | Changes: http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.021/ChangeLog Notes: svn path=/head/; revision=296139
* Update to 4.020Sergey Skvortsov2012-03-222-6/+6
| | | | | | | | Changes: http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.020/ChangeLog Feature safe: yes Notes: svn path=/head/; revision=293695
* - fix an obvious typo in the RUN_DEPENDS spotted by pkgngPhilip M. Gollucci2012-02-291-1/+1
| | | | | | | With Hat: perl@ Notes: svn path=/head/; revision=292461
* Update to 4.019Sergey Skvortsov2011-05-202-5/+5
| | | | | | | | Changes: http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.019/ChangeLog Submitted by: flo Notes: svn path=/head/; revision=274372
* - Update to 4.018Sergey Skvortsov2011-02-262-4/+6
| | | | | | | | | | | - Set LICENSE Changes: http://search.cpan.org/src/CAPTTOFU/DBD-mysql-4.018/ChangeLog PR: ports/153571 Submitted by: Steve Wills <steve@mouf.net> Notes: svn path=/head/; revision=269816
* - OPTIONally support SSLPhilip M. Gollucci2010-12-101-0/+9
| | | | | | | | | PR: ports/152230 Submitted by: Emanuel Haupt <ehaupt@freebsd.org> Approved by: maintainer timeout (skv ; 24 days) Notes: svn path=/head/; revision=266018
* Update to 4.017Sergey Skvortsov2010-09-012-4/+4
| | | | | | | Changes: http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.017/ChangeLog Notes: svn path=/head/; revision=260348
* Update to 4.016Sergey Skvortsov2010-07-232-4/+4
| | | | | | | Changes: http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.016/ChangeLog Notes: svn path=/head/; revision=258096
* Update to 4.014Sergey Skvortsov2010-07-082-4/+4
| | | | | | | Changes: http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.014/ChangeLog Notes: svn path=/head/; revision=257527
* As announced, remove MySQL 6.0 (dead development branch) and update CONFLICTS.Alex Dupre2010-01-111-1/+1
| | | | Notes: svn path=/head/; revision=247607
* - Update to 4.013Philip M. Gollucci2010-01-092-4/+4
| | | | | | | | | PR: ports/141476 Approved by: maintainer timeout (skv; 25 days) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=247480
* Update to 4.012Sergey Skvortsov2009-07-032-4/+4
| | | | | | | | | Changes: http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.012/ChangeLog PR: ports/135724 Submitted by: pgollucci Notes: svn path=/head/; revision=237007
* Update to 4.010Sergey Skvortsov2009-02-232-4/+4
| | | | | | | | | Changes: http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.010/ChangeLog PR: ports/131387 Submitted by: pgollucci Notes: svn path=/head/; revision=228910
* Update CONFLICTS.Alex Dupre2008-07-261-1/+1
| | | | Notes: svn path=/head/; revision=217549
* Remove unneeded patch. MySQL 5.1.24 reverted to original API.Alex Dupre2008-04-231-26/+0
| | | | Notes: svn path=/head/; revision=211819
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* Fix build with mysql 5.1.23.Alex Dupre2008-02-171-0/+26
| | | | Notes: svn path=/head/; revision=207489
* Update to 4.006Sergey Skvortsov2008-02-072-4/+4
| | | | Notes: svn path=/head/; revision=206835
* Update to 4.005Sergey Skvortsov2007-06-134-116/+4
| | | | | | | Changes: http://search.cpan.org/src/CAPTTOFU/DBD-mysql-4.005/ChangeLog Notes: svn path=/head/; revision=193378
* Unbreak DBD::mysql for MySQL 4.0.x - remove all the mysql_sqlstate()Peter Pentchev2007-03-222-0/+112
| | | | | | | | | | ifdef's from dbdimp.c and dbdimp.h, as upstream apparently intended in 4.003, but did not quite catch them all. Approved by: skv (maintainer) Notes: svn path=/head/; revision=188026
* Update to 4.003Sergey Skvortsov2007-03-212-8/+4
| | | | | | | Changes: http://search.cpan.org/src/CAPTTOFU/DBD-mysql-4.003/ChangeLog Notes: svn path=/head/; revision=187893
* * update to 4.001Sergey Skvortsov2007-02-062-20/+8
| | | | | | | | | * remove support of perl < 5.6 Changes: http://search.cpan.org/src/CAPTTOFU/DBD-mysql-4.001/ChangeLog Notes: svn path=/head/; revision=184403
* Update to 4.00Sergey Skvortsov2006-12-253-8/+6
| | | | | | | Changes: http://search.cpan.org/src/CAPTTOFU/DBD-mysql-4.00/ChangeLog Notes: svn path=/head/; revision=180709
* Update to 3.0008Sergey Skvortsov2006-11-023-26/+4
| | | | | | | Changes: http://search.cpan.org/src/CAPTTOFU/DBD-mysql-3.0008/ChangeLog Notes: svn path=/head/; revision=176191
* - portlint(1) in PORTREVISIONMarcus Alves Grando2006-09-142-1/+23
| | | | | | | | | - Fix build with 4.x Approved by: skv Notes: svn path=/head/; revision=173065
* Update to 3.0007Sergey Skvortsov2006-09-122-4/+4
| | | | | | | | | Changes: http://search.cpan.org/src/CAPTTOFU/DBD-mysql-3.0007/ChangeLog PR: ports/103071 Submitted by: Jin-Shan Tseng <tjs xx cdpa.nsysu.edu.tw> Notes: svn path=/head/; revision=172848
* Update to 3.0006Sergey Skvortsov2006-06-122-4/+4
| | | | | | | Changes: http://search.cpan.org/src/CAPTTOFU/DBD-mysql-3.0006/ChangeLog Notes: svn path=/head/; revision=165181
* Update to 3.0004Sergey Skvortsov2006-05-242-4/+4
| | | | | | | | | Changes: http://search.cpan.org/src/CAPTTOFU/DBD-mysql-3.0004/ChangeLog PR: ports/97677 Submitted by: leeym Notes: svn path=/head/; revision=163236
* Update to 3.0003Sergey Skvortsov2006-05-052-4/+4
| | | | | | | Changes: http://search.cpan.org/src/CAPTTOFU/DBD-mysql-3.0003_1/ChangeLog Notes: svn path=/head/; revision=161412
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-4/+4
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154109