Commit graph

147 commits

Author SHA1 Message Date
Mathieu Arnold
2ce09943e3
databases/p5-DBD-mysql: portline & portclippy
Also, this is not a slave port any more.
2021-04-16 16:11:18 +02:00
Mathieu Arnold
2ef2d943ee
databases/p5-DBD-mysql: Enable SSL by default.
MySQL always has SSL enabled, and DBD::mysql has the knob on by default,
make sense to follow the trend.

Reported by:	Ryan Perry (email to perl@)
2021-04-16 16:11:13 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Piotr Kubaj
670fcd2115 databases/p5-DBD-mysql: fix build on GCC architectures
--libs needs -L/usr/local/lib/gcc9 to find libatomic (needed since MySQL 5.7) on GCC architectures.

PR:		239505
Approved by:	mat (mentor, maintainer)
2019-07-29 19:15:18 +00:00
Antoine Brodin
7cf7f681c3 Revert r505994 and dependency loop
Pointy hat:	pkubaj
With hat:	portmgr
2019-07-06 15:14:24 +00:00
Piotr Kubaj
23ed7d1846 databases/p5-DBD-mysql: fix build with GCC architectures
Add USES=compiler:c11 (also to lang/perl5* ports) since it's necessary:
Can't link/include C library 'atomic', aborting.

Approved by:    mentors (implicit approval)
2019-07-06 13:21:56 +00:00
Kurt Jaeger
bc208eb697 databases/p5-DBD-mysql: update 4.048 -> 4.050
Relnotes:	https://metacpan.org/changes/distribution/DBD-mysql
2019-01-16 06:35:24 +00:00
Dag-Erling Smørgrav
9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00
Sunpoet Po-Chuan Hsieh
446d9dcac1 Update to 4.048
Changes:	https://metacpan.org/changes/distribution/DBD-mysql
2018-09-16 00:07:04 +00:00
Sunpoet Po-Chuan Hsieh
03fb07ec7e Fix build with MariaDB
PR:		231271
Submitted by:	pi
2018-09-11 19:01:26 +00:00
Sunpoet Po-Chuan Hsieh
525a2d0bda Update to 4.047
Changes:	https://metacpan.org/changes/distribution/DBD-mysql
2018-09-10 20:27:40 +00:00
Sunpoet Po-Chuan Hsieh
ad4f267b7a Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2018-05-27 20:15:16 +00:00
Sunpoet Po-Chuan Hsieh
afb1b0cd6b Update to 4.046
Changes:	http://search.cpan.org/dist/DBD-mysql/Changes
2018-02-09 14:07:56 +00:00
Sunpoet Po-Chuan Hsieh
82143b739d Update to 4.045
Changes:	http://search.cpan.org/dist/DBD-mysql/Changes
2018-02-08 13:00:30 +00:00
Sunpoet Po-Chuan Hsieh
6b71779573 Update to 4.044
Changes:	http://search.cpan.org/dist/DBD-mysql/Changes
2018-01-27 10:24:03 +00:00
Mathieu Arnold
cb41fc6623 Fix license information for portgs that use "the same license as Perl".
Sponsored by:	Absolight
2017-09-15 08:58:46 +00:00
Sunpoet Po-Chuan Hsieh
417a976f0f Update to 4.043
Changes:	http://search.cpan.org/dist/DBD-mysql/Changes
2017-06-30 13:05:44 +00:00
Bernard Spil
f34763af70 databases/p5-DBD-mysql: Fix issue with MariaDB 10.2
- Use method, don't access struct

PR:		219788
Reported by:	Alexey <fbsd98816551@avksrv.org>
2017-06-24 15:08:51 +00:00
Sunpoet Po-Chuan Hsieh
7ef3822eb2 Update to 4.042
- Complete SSL option

Changes:	http://search.cpan.org/dist/DBD-mysql/Changes
2017-03-09 16:12:43 +00:00
Mathieu Arnold
8b4093cba5 Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-12-02 11:58:21 +00:00
Sunpoet Po-Chuan Hsieh
276d455990 - Update to 4.041
Changes:	http://search.cpan.org/dist/DBD-mysql/Changes
2016-11-29 18:51:25 +00:00
Sunpoet Po-Chuan Hsieh
9720664feb - Update to 4.040
Changes:	http://search.cpan.org/dist/DBD-mysql/Changes
2016-11-21 17:36:08 +00:00
Sunpoet Po-Chuan Hsieh
83273c2a88 - Update to 4.039
Changes:	http://search.cpan.org/dist/DBD-mysql/Changes
2016-11-19 17:08:00 +00:00
Kurt Jaeger
f60806c01d databases/p5-DBD-mysql: 4.036 -> 4.037
Security release to patch possible buffer overflow in prepared
statements. Reported and fixed by Pali Rohar. This vulnerability
is present in all releases at least back to versions 3.0 of the
driver, which were released in 2005.

Security:	CVE-2016-1246
Changes:	http://cpansearch.perl.org/src/MICHIELB/DBD-mysql-4.037/Changes
MFH:		2016Q3
2016-10-03 09:26:34 +00:00
Wen Heping
6d2f167090 - Update to 4.036
Changes: http://cpansearch.perl.org/src/MICHIELB/DBD-mysql-4.036/Changes
2016-09-12 02:07:16 +00:00
Wen Heping
f27c173cb8 - Update to 4.035
Changes: http://cpansearch.perl.org/src/MICHIELB/DBD-mysql-4.035/Changes
2016-07-10 03:20:34 +00:00
Sunpoet Po-Chuan Hsieh
aa93458954 - Use USES=mysql 2016-06-26 17:24:25 +00:00
Mathieu Arnold
06b6315ce1 Starting at ExtUtils::MakeMaker 7.06 and Perl 5.25.1, the base
README.pod is no longer manified into a README.3, as the README.pod is
installed and can be read with perldoc, remove the README.3 files that
may be generated.

With hat:	perl@
Sponsored by:	Absolight
2016-05-30 15:33:44 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Sunpoet Po-Chuan Hsieh
01ed807eb6 - Update to 4.033
Changes:	http://search.cpan.org/dist/DBD-mysql/ChangeLog
2015-10-27 15:50:35 +00:00
Kurt Jaeger
c6cfc3974c databases/p5-DBD-mysql: 4.031 -> 4.032
http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.032/ChangeLog
- Added support for utf8mb4 by Daniël van Eeden and Eric Herman (Booking.com)
- Added patch for connection attributes in MySQL 5.6.6+, by Daniël van Eeden
  and Eric Herman (Booking.com).
- Fixed test rt88006-bit-prepare on MyISAM storage
  (Reported both in RT102657 and by Scimon on github)
- Fix for https://rt.cpan.org/Public/Bug/Display.html?id=102717
  "Fritz" Friedrich Haubensak (hsk AT fli-leibniz DOT de)
- Corrected name of INSTALL.pm in POD
  David Farrell <davidnmfarrell AT gmail DOT com>
2015-07-22 11:04:24 +00:00
Sunpoet Po-Chuan Hsieh
a03705a4ac - Cleanup CONFLICTS_INSTALL 2015-06-29 04:58:00 +00:00
Adam Weinberger
9e00ce3f62 Some OCD cleanups on some of the perl@ ports.
- 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.
2015-03-12 23:00:02 +00:00
Adam Weinberger
b9a8e857ba Update to 4.031.
Changes: https://metacpan.org/changes/distribution/DBD-mysql
2015-03-06 22:43:28 +00:00
Kurt Jaeger
3760d7547a databases/p5-DBD-mysql: 4.028 -> 4.029
- 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>
2014-12-12 23:04:14 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
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
2014-11-26 13:08:24 +00:00
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Kurt Jaeger
69a6b9fc21 databases/p5-DBD-mysql: 4.027 -> 4.028
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)
2014-08-02 12:56:23 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
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
2014-06-10 12:14:12 +00:00
Sunpoet Po-Chuan Hsieh
9593682e2b - Update to 4.027
Changes:	http://search.cpan.org/dist/DBD-mysql/ChangeLog
2014-03-25 19:34:13 +00:00
Mathieu Arnold
6d1dc5774d Update to 4.026
PR:		ports/185887
Submitted by:	Kurt Jaeger
Sponsored by:	Absolight
2014-01-21 07:17:09 +00:00
Sunpoet Po-Chuan Hsieh
7d04af6d39 - Use %%PERL_ARCH%% instead of mach
- Sort PLIST
2013-12-13 02:02:53 +00:00
Philippe Audeoud
03d0cbf324 - Add missing files for p5-DBD-mysql51, p5-DBD-mysql52, p5-DBD-mysql55 with staging 2013-12-10 15:55:29 +00:00
Sunpoet Po-Chuan Hsieh
3c1462fe14 - Update to 4.025
Changes:	http://search.cpan.org/dist/DBD-mysql/ChangeLog
2013-11-05 19:04:49 +00:00
Vanilla I. Shu
2bf8c2e6f0 Support STAGEDIR. 2013-11-03 06:53:54 +00:00
Sunpoet Po-Chuan Hsieh
93981ceb01 - Update to 4.024
- 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
2013-09-21 15:17:31 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Mathieu Arnold
60b3520df4 Update to 4.023. 2013-06-05 09:13:25 +00:00
Baptiste Daroussin
43d6c31649 Reassign p5-* ports from skv to perl@
While here trim headers

Feature safe:	yes
2013-04-22 12:53:58 +00:00