Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.6.51.91.0 30 Jun 2022 19:37:40 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2022-06-30 databases/percona56-server: EOL since February 2021
2022-06-30 databases/percona56-client: EOL since February 2021
2022-06-30 databases/mysql55-server: Upstream support ended on December 2018
2022-06-30 databases/mysql55-client: Upstream support ended on December 2018 |
5.6.51.91.0 19 May 2022 22:03:46 |
Florian Smeets (flo) |
databases/percona56-*: Deprecate ports |
5.6.51.91.0 16 May 2022 06:49:44 |
Loïc Bartoletti (lbartoletti) |
databases/percona*: fix pkg-plist use share/man
Approved by: portmgr (blanket) |
5.6.51.91.0 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
5.6.51.91.0 25 Nov 2021 21:40:11 |
Stefan Eßer (se) |
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
5.6.51.91.0 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
5.6.51.91.0 11 Apr 2021 11:22:56 |
Florian Smeets (flo) |
Update databases/percona56-* to 5.6.51-91.0 |
5.6.49.89.0 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
5.6.49.89.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.6.49.89.0 17 Sep 2020 21:32:20 |
flo |
Update to 5.6.49.89.0 and fix build on head. |
5.6.45.86.1 09 Oct 2019 10:34:57 |
bapt |
Drop the ipv6 virtual category for d* category as it is not relevant anymore |
5.6.45.86.1 21 Aug 2019 19:02:05 |
flo |
Update to 5.6.45-86.1
MFH: 2019Q3
Security: 198e6220-ac8b-11e9-a1c7-b499baebfeaf |
5.6.44.86.0_1 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
5.6.44.86.0_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
5.6.44.86.0 20 Jul 2019 10:11:07 |
flo |
Update to 5.6.44-86.0 |
5.6.43.84.3 09 Jul 2019 20:03:22 |
pi |
databases/percona56-server: update 5.6.43-84.2 -> 5.6.43-84.3
- Fixes several CVEs, see
https://vuxml.FreeBSD.org/freebsd/d3d02d3a-2242-11e9-b95c-b499baebfeaf.htm
for the list
PR: 235930
Submitted by: j@avt0gen.ru
Approved by: flo (maintainer timeout)
MFH: 2019Q3 |
5.6.42.84.2 14 Jan 2019 21:46:10 |
flo |
Update to 5.6.42-84.2
PR: 234826
Submitted by: Andres Montalban <amontalban@gmail.com>
MFH: 2019Q1
Security: ec5072b0-d43a-11e8-a6d2-b499baebfeaf |
5.6.41.84.1_1 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
5.6.41.84.1_1 20 Dec 2018 08:39:46 |
linimon |
Add USES=compiler:c++11-lang to fix compilation on GCC-based
architectures. In particular, this fixes the build on powerpc64.
PR: 234071
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
5.6.41.84.1_1 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
5.6.41.84.1 31 Oct 2018 19:40:15 |
flo |
Fix build with libressl
PR: 232358
Submitted by: pizzamig |
5.6.41.84.1 09 Sep 2018 20:13:59 |
flo |
Update to 5.6.41-84.1 |
5.6.39.83.1_1 18 May 2018 19:51:29 |
flo |
Fix rc scripts after r328331 in head.
PR: 227234, 227235
Submitted by: 0mp |
5.6.39.83.1 31 Mar 2018 18:22:52 |
flo |
- add license
- fix build with clang 6.0 |
5.6.39.83.1 09 Mar 2018 22:15:53 |
flo |
Update to 5.6.39-83.1
PR: 226067
Submitted by: Thomas Babut |
5.6.38.83.0 19 Jan 2018 14:09:41 |
pizzamig |
databases/percona56-server: fix SSL support with libressl
databases/percona56-client: fix SSL support with libressl
PR: 225261
Approved by: flo (maintainer)
Sponsored by: trivago N.V. |
5.6.38.83.0 16 Dec 2017 20:21:41 |
flo |
Update to 5.6.38-83.0
PR: 221972
MFH: 2017Q4
Security: https://vuxml.freebsd.org/freebsd/c41bedfd-b3f9-11e7-ac58-b499baebfeaf.html |
5.6.36.82.0 09 Dec 2017 00:42:05 |
linimon |
Mark more ports broken that fail on both armv6 and armv7.
Approved by: portmgr (tier-2 blanket) |
5.6.36.82.0 14 Aug 2017 05:37:21 |
vd |
MySQL ports: Extend CONFLICTS_INSTALL in conflicting ports.
databases/mysqlwsrep56-server has been present for some time and
databases/mysqlwsrep57-server has been added recently. Both ports
conflict with other MySQL server ports and this has been reflected
in databases/mysqlwsrep5[67]-server/Makefile but must also be
reflected in all conflicting ports' Makefiles as well.
The conflicting ports are:
databases/mariadb100-server
databases/mariadb101-server
databases/mariadb102-server
databases/mariadb55-server
databases/mysql55-server
databases/mysql56-server (Only the first 15 lines of the commit message are shown above ) |
5.6.36.82.0 01 Aug 2017 19:14:54 |
flo |
Update to 5.6.36-82.0
PR: 219631
Submitted by: Thomas Babut |
5.6.35.80.0_2 23 Jul 2017 13:58:45 |
feld |
databases/percona55-server percona56-server:
Fix OPENSSL option to actually enable linking with OpenSSL
MFH: 2017Q3
Differential Revision: https://reviews.freebsd.org/D9122 |
5.6.35.80.0_1 25 Jun 2017 21:07:58 |
tcberner |
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748 |
5.6.35.80.0_1 21 May 2017 13:21:04 |
linimon |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
5.6.35.80.0_1 29 Apr 2017 07:04:49 |
linimon |
Provide more descriptive error messages for ports failing on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
5.6.35.80.0_1 01 Apr 2017 15:11:15 |
bapt |
Update libedit to 20170329 |
5.6.35.80.0 13 Mar 2017 21:33:25 |
flo |
Update to 5.6.35-80.0
PR: 215245
Submitted by: Thomas Babut <tbabut@mobileobjects.de> |
5.6.33.79.0 09 Jan 2017 13:16:50 |
amdmi3 |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
5.6.33.79.0 20 Oct 2016 20:07:51 |
feld |
databases/percona-pam-for-mysql: Fix build
The build was failing on 11 and head due to missing USES=libedit
PR: 213643 |
5.6.33.79.0 19 Oct 2016 15:28:47 |
feld |
Add new port databases/percona-pam-for-mysql
Percona PAM authentication plugin for MySQL.
WWW: https://www.percona.com/
Differential Revision: https://reviews.freebsd.org/D8193 |
5.6.33.79.0 18 Oct 2016 19:52:50 |
flo |
Update to 5.6.33-79.0 |
5.6.32.78.0 27 Aug 2016 13:40:52 |
flo |
Update to 5.6.32-78.0
PR: 212169
Submitted by: Thomas Babut |
5.6.31.77.0 10 Aug 2016 09:13:30 |
flo |
- Update to 5.6.31-77.0 [1]
- fix TOKUDB option
PR: 209785 [1]
Submitted by: Thomas Babut |
5.6.29.76.2 23 Apr 2016 11:51:10 |
flo |
- update to 5.6.29-76.2
- add TOKUDB option
- various Makefile tweaks suggested by mat
PR: 206394, 208060
Submitted by: pservit@gmail.com
Reviewed by: mat
Sponsored by: Essen Linuxhotel Hackathon 2016
Differential Revision: D5602 |
5.6.27.75.0 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
5.6.27.75.0 06 Nov 2015 17:35:01 |
flo |
Update to 5.6.27-75.0
PR: 204327
Submitted by: Thomas Babut <tbabut@mobileobjects.de> |
5.6.26.74.0 10 Oct 2015 23:17:58 |
flo |
Update to 5.6.26.74.0
PR: 203148
Submitted by: Thomas Babut <tbabut@mobileobjects.de> |
5.6.24.72.2 24 Aug 2015 21:01:44 |
rakuco |
percona56-client: Switch to USES=libedit.
Instead of manually adding both a build- and a run-time dependency on
libedit from ports, use USES=libedit instead. Not only does it take care of
adding the proper dependency, but it also sets CMAKE_PREFIX_PATH to
${LOCALBASE} to make sure that the version in ports is preferred instead of
the one in base.
This is a dependency for moving to CMake 3.3.x, as starting with 3.3.0 calls
to find_library() will also look in the $PATH environment variable and end
up finding libedit from base by default.
Approved by: flo (maintainer)
Differential Revision: https://reviews.freebsd.org/D3468 |
5.6.24.72.2 21 Jun 2015 11:29:12 |
flo |
Merge r389659 by antoine.
Unbreak on head: instead of using headers from base libedit and
linking against readline, use libedit from ports
Note: this may need a bit more patching during next libedit port update
Reported by: pkg-fallout |
5.6.24.72.2 07 Jun 2015 20:57:50 |
flo |
- Update to 5.6.24-72.2
- Add missing perl5 to USES, Percona Server needs perl [1]
PR: 199402 [1]
Reported by: Claus Conrad <lists@clausconrad.com> |
5.6.22.72.0 12 Feb 2015 22:38:19 |
flo |
Update to 5.6.22-72.0
Fix build on arm [1]
PR: 197550 [1]
Submitted by: mikael.urankar@gmail.com [1]
Tested by: sbruno [1] |
5.6.22.71.0 21 Jan 2015 23:37:41 |
flo |
Update to 5.6.22-71.0
MFH: 2015Q1 |
5.6.21.70.1 25 Nov 2014 11:28:57 |
flo |
Update to 5.6.21-70.1
Update CONFLICTS [1]
PR: 194821 [1]
Submitted by: Bernard Spil <spil.oss@gmail.com> [1] |
5.6.19.67.0 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
5.6.19.67.0 02 Sep 2014 14:38:44 |
bapt |
Remove now useless @cwd and @stopdaemon |
5.6.19.67.0 06 Jul 2014 12:27:22 |
flo |
- Update to 5.6.19-67.0
- add new option, on by default, to enable InnoDB memcached plugin [1]
PR: 191647 [1]
Submitted by: dlundgren@syberisle.net |
5.6.17.66.0 01 Jul 2014 12:22:06 |
bapt |
Fix build with readline from ports |
5.6.17.66.0 12 Jun 2014 18:44:43 |
flo |
Update pkg-descr and point to the correct URL
Reported by: Ronald Klop <ronald@klop.ws> |
5.6.17.66.0 12 Jun 2014 18:06:54 |
flo |
Update to 5.6.17-66.0 |
5.6.16.64.1 24 Mar 2014 20:17:52 |
flo |
- Update to 5.6.16-64.1
- Also pass --defaults-extra-file to mysql_install_db [1]
Submitted by: Daniel Ylitalo <daniel@203core.se> |
5.6.15.r63.0 21 Dec 2013 00:25:09 |
flo |
Don't use the LATEST link. This fixes the issue that these ports became
unfetchable after every upstream update. |
5.6.15.r63.0 19 Dec 2013 20:02:38 |
flo |
Update to 5.6.15-rel63.0 |
5.6.14.r62.0 24 Oct 2013 19:40:03 |
flo |
- update to 5.6.14.r62.0
- support stage |
5.6.13.r61.0 09 Oct 2013 21:41:32 |
flo |
- update to 5.6.13-rel61.0
- merge r329781 to fix build with clang on i386 |
5.6.13.r60.6 06 Oct 2013 13:41:29 |
flo |
- merge r329470 by decke from mysql56 (head build fix)
- merge r329549 by marino from mysql56 (use shebangfix) |
5.6.13.r60.6 03 Oct 2013 23:18:53 |
flo |
- use unique package names
- stop using LATEST_LINK
- update CONFLICTS accordingly
Approved by: maintainer |
5.6.13.r60.6 30 Sep 2013 20:49:34 |
flo |
Update to 5.6.13-rc60.6 |
5.6.13.r60.5 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
5.6.13.r60.5 02 Sep 2013 21:47:29 |
flo |
Update to 5.6.13-rc60.5 |
5.6.12.r60.4 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
5.6.12.r60.4 28 Jun 2013 19:24:14 |
flo |
Update to 5.6.12-rc60.4 |
5.6.11.r60.3 07 Jun 2013 15:05:38 |
flo |
Update to 5.6.11-rc60.3 |
5.6.10.a60.2 26 Apr 2013 20:47:28 |
flo |
Merge optimizations to the rc script from r316439 and r316532. |
5.6.10.a60.2 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
5.6.10.a60.2 18 Mar 2013 21:23:38 |
flo |
Fix merge mistakes. |
5.6.10.a60.2 18 Mar 2013 21:18:03 |
flo |
Add the 5.6 branch of Percona-Server.
While MySQL 5.6.10 is considered GA, Percona still considers Percona-Server
5.6.10 alpha software. |