Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.5.62_3 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.5.62_3 16 May 2022 06:49:44 |
Loïc Bartoletti (lbartoletti) |
databases/mysql*: fix pkg-plist use share/man
Approved by: portmgr (blanket) |
5.5.62_3 04 May 2022 12:44:51 |
Muhammad Moinur Rahman (bofh) |
databases/mysql55-server: Mark DEPRECATED
According to the upstream document
https://www.oracle.com/us/support/library/lifetime-support-technology-069183.pdf
MySQL 5.5 has reached it's Extended Support on December 2018. Under
sustaining support there is no New updates, fixes, security alerts, data
fixes, and critical patch updates. Hence we are setting it to EXPIRE
before 2022Q3.
PR: 263762
Approved by: ale (maintainer) |
5.5.62_3 25 Apr 2022 14:12:57 |
Piotr Kubaj (pkubaj) |
databases/mysql55-server: switch back to clang on powerpc64 |
5.5.62_3 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.5.62_3 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.5.62_3 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
5.5.62_3 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.5.62_3 08 Sep 2021 19:49:05 |
Bernhard Froehlich (decke) |
databases/mysql55-server: Add CPE information
PR: 218119
Submitted by: shun <shun.fbsd.pr@dropcut.net>
Approved by: maintainer timeout (4.5y) |
5.5.62_3 09 Apr 2021 09:45:57 |
Adriaan de Groot (adridg) |
databases/mysql55-server: fix check-plist
An empty directory `info` is created during install; it's
not listed in the plist. Get rid of it.
Not bumping PORTREVISION because the package itself doesn't change. |
5.5.62_3 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
5.5.62_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.5.62_3 21 Mar 2020 10:33:40 |
pkubaj |
databases/mysql55-server: fix build on powerpc64 elfv2
Like other SQL servers, Clang has issues compiling this port:
Wrong types for attribute: inalloca nest noalias nocapture nonnull readnone
readonly signext sret zeroext byval dereferenceable(1)
dereferenceable_or_null(1)
%call53 = call signext i32 @my_atomic_cas32(i32* %62, i32* %64, %union.U_32
signext %65)
in function lf_hash_insert
fatal error: error in backend: Broken function found, compilation aborted!
Switch to GCC for now. Since libc++ requires C++11 with GCC, use it instead of
C++98. |
5.5.62_3 15 Nov 2019 10:12:08 |
tobik |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql |
5.5.62_3 09 Oct 2019 10:34:57 |
bapt |
Drop the ipv6 virtual category for d* category as it is not relevant anymore |
5.5.62_3 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
5.5.62_3 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.5.62_2 24 Jun 2019 13:20:24 |
pkubaj |
databases/mysql55-server: fix build
This port needs C++11-compatible compiler.
Approved by: mentors (implicit approval) |
5.5.62_2 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
5.5.62_1 19 Jan 2019 09:30:35 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
5.5.62_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.5.62_1 03 Nov 2018 21:54:53 |
0mp |
databases/mysql55-server: Adapt ${name}_limits to the new resource
limiting mechanics for services
Thanks to the recent change to rc.subr(8) it is no longer necessary to
define a resource limiting logic in service scripts. limits(1) is now run
by default and its configuration is handled via the "${name}_limits"
variable.
Unfortunately, there is a collision of variable names. The service scripts
are broken on FreeBSD version with that new change (>= 12.0).
The patch preserves the old behavior on the systems without the rc.subr(8)
modification.
PR: 227228
Reviewed by: krion
Approved by: krion (mentor), maintainer timeout
Differential Revision: https://reviews.freebsd.org/D17818 |
5.5.62 26 Oct 2018 12:18:20 |
ale |
Update to 5.5.62 release.
PR: 232699
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
5.5.61 06 Aug 2018 08:07:54 |
ale |
Update to 5.5.61 release.
PR: 230409
Submitted by: Dani <i.dani@outlook.com> |
5.5.60 14 May 2018 13:52:35 |
ale |
Try to fix build with clang6. |
5.5.60 26 Apr 2018 14:43:55 |
ale |
Update to 5.5.60 release. |
5.5.59 23 Jan 2018 14:08:45 |
ale |
Update to 5.5.59 release.
PR: 225241
Submitted by: Markus Kohlmeyer <rootservice@gmail.com> |
5.5.58 19 Oct 2017 14:08:22 |
ale |
Update to 5.5.58 release. |
5.5.57 10 Oct 2017 21:31:30 |
linimon |
For ports that are explicitly enabled on armv6, also enable them
on armv7. This has not been tested with an -exp run but should
"do no harm".
PR: 221894 (partial) |
5.5.57 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.5.57 07 Aug 2017 12:00:39 |
ale |
Update to 5.5.57 release. |
5.5.56 30 Jun 2017 09:52:29 |
ale |
Update to 5.5.56 release. |
5.5.55_1 27 Jun 2017 13:46:53 |
sunpoet |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
5.5.55 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.5.55 12 Apr 2017 17:07:46 |
ale |
Update to 5.5.55 release. |
5.5.54_1 01 Apr 2017 16:39:00 |
bapt |
Remove patch added by accident
Reported by: antoine |
5.5.54_1 01 Apr 2017 15:11:15 |
bapt |
Update libedit to 20170329 |
5.5.54 23 Jan 2017 08:57:33 |
ale |
Update to 5.5.54 release. |
5.5.53 21 Oct 2016 09:05:59 |
ale |
Update to 5.5.53 release. |
5.5.52 16 Sep 2016 07:38:26 |
ale |
Update to 5.5.52 release. |
5.5.51 15 Sep 2016 01:41:28 |
swills |
Unmark broken on powerpc64
These ports built successfully |
5.5.51 31 Aug 2016 10:56:31 |
ale |
Update to 5.5.51 release. |
5.5.50 27 Jul 2016 22:53:13 |
feld |
databases/mysql55-server: Update to 5.5.50
Changelog: https://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-50.html
MFH: 2016Q3
Security: ca5cb202-4f51-11e6-b2ec-b499baebfeaf |
5.5.49 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
5.5.49 19 Apr 2016 15:29:51 |
ale |
Update to 5.5.49 release. |
5.5.46 19 Nov 2015 08:24:02 |
ale |
Update to 5.5.46 release. |
5.5.44 08 Oct 2015 15:11:28 |
olgeni |
Remove trailing whitespace from Makefiles, A-L. |
5.5.44 16 Jul 2015 06:46:51 |
ale |
Update to 5.5.44 release. |
5.5.43 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
5.5.43 26 Apr 2015 12:45:34 |
ale |
Update to 5.5.43 release. |
5.5.42 04 Feb 2015 13:31:09 |
ale |
Update to 5.5.42 release. |
5.5.41 01 Jan 2015 22:41:57 |
sbruno |
For ARMv6, declare FPSETMASK 0 and FEDISABLEEXCEPT 1. This allows mysql server
to
build on ARMv6.
No need to bump portrevision for everyone else here as this only affects ARM
users.
PR: 195750
Submitted by: mikael.urankar@gmail.com
Approved by: mentor (implicit) |
5.5.41 03 Dec 2014 09:33:13 |
ale |
Update to 5.5.41 release. |
5.5.40 04 Nov 2014 16:45:45 |
ale |
Update CONFLICTS.
PR: 194810
Submitted by: spil.oss@gmail.com |
5.5.40 23 Sep 2014 15:03:23 |
ale |
Update to 5.5.40 release and unbreak on armv6 [1].
PR: 193841 [1]
Submitted by: mikael.urankar@gmail.com |
5.5.39 04 Aug 2014 14:06:08 |
ale |
Update to 5.5.39 release. |
5.5.38 01 Jul 2014 22:45:48 |
bapt |
Both the client and the server require readline if no readline is present in
base (otherwise cmake fails for the server) |
5.5.38 01 Jul 2014 16:35:06 |
bapt |
Given cmake seems to not append CPPFLAGS to CXXFLAGS enforce it, that allows
mysql55 to build with readline from ports |
5.5.38 01 Jul 2014 12:22:06 |
bapt |
Fix build with readline from ports |
5.5.38 03 Jun 2014 12:33:57 |
ale |
Update to 5.5.38 release. |
5.5.37 31 Mar 2014 12:28:49 |
ale |
Update to 5.5.37 release. |
5.5.36 01 Feb 2014 10:23:23 |
ale |
Update to 5.5.36 release. |
5.5.35 17 Dec 2013 10:18:58 |
ale |
Update to 5.5.35 release and stagify. |
5.5.34 08 Oct 2013 13:25:00 |
tijl |
Fix mysql51/55/56 build with clang on i386.
The included yassl library contains inline asm (only for i386) using
intel syntax which clang does not support. For now, just disable the
inline asm when clang is used and use the standard C implementation like
on every other architecture.
Approved by: ale (maintainer) |
5.5.34 06 Oct 2013 10:25:41 |
marino |
databases/mysql5{5,6}-server: set shebangfix for perl
PR: ports/182071
Approved by: maintainer timeout |
5.5.34 03 Oct 2013 23:18:53 |
flo |
- use unique package names
- stop using LATEST_LINK
- update CONFLICTS accordingly
Approved by: maintainer |
5.5.34 27 Sep 2013 14:19:28 |
ale |
Update to 5.5.34 release. |
5.5.33 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
5.5.33 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
5.5.33 12 Aug 2013 11:47:11 |
ale |
Update to 5.5.33 release. |
5.5.32 26 Jun 2013 08:06:12 |
ale |
Distfile rerolled to make it clearer the license of this
community edition (GPLv2). |
5.5.32 12 Jun 2013 07:56:24 |
ale |
Update to 5.5.32 release. |
5.5.31 27 May 2013 11:59:01 |
ale |
Pass --defaults-extra-file also to mysql_install_db.
Submitted by: Daniel Ylitalo <daniel@203core.se> |
5.5.31 24 Apr 2013 17:28:01 |
crees |
Very slight speedup on rc file parsing; use hostname variable in preference
to calling /bin/hostname if available
Approved by: ale (maintainer) |
5.5.31 24 Apr 2013 15:08:22 |
ale |
Allow to specify server-specific option file path in /etc/rc.conf
PR: ports/172408
Submitted by: Daniel Ylitalo <daniel@produktion203.se> |
5.5.31 23 Apr 2013 10:19:15 |
ale |
Update to 5.5.31.
Allow compilation using Clang in C++11 mode [1].
PR: ports/171546
Submitted by: Michael Gmelin <freebsd@grem.de> |
5.5.30 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.5.30 07 Feb 2013 08:18:53 |
ale |
Remove obsolete flag.
Submitted by: Paul Beard <paulbeard@gmail.com> |
5.5.30 06 Feb 2013 11:23:16 |
ale |
Update to 5.5.30 release. |
5.5.29 17 Jan 2013 16:43:07 |
flo |
Update CONFLCITS after the addition of percona55-* and mariadb55-*
Approved by: maintainer |
5.5.29 21 Dec 2012 21:53:09 |
ale |
Update to 5.5.29 release. |
5.5.28 12 Oct 2012 13:45:00 |
ale |
Update to 5.5.28 release and switch to OptionsNG.
Feature safe: yes |
5.5.27 04 Sep 2012 02:58:37 |
linimon |
Mark as broken on ARM.
Approved by: maintainer |
5.5.27 06 Aug 2012 12:19:25 |
ale |
Update to 5.5.27 release. |
5.5.25 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
5.5.25 15 Jun 2012 15:49:41 |
ale |
Add a patch to lower the valid range of mysql read/write/wait timeouts.
Such timeouts are implemented via setsockopt that doesn't accept values
larger than (INT_MAX / kern.hz). |
5.5.25 01 Jun 2012 09:06:36 |
ale |
Update to 5.5.25 release. |
5.5.24 09 May 2012 10:16:55 |
ale |
Update to 5.5.24 release. |
5.5.23 26 Apr 2012 13:45:01 |
ale |
Update to 5.5.23 release. |
5.5.22 02 Apr 2012 07:40:15 |
ale |
Fix build on i386.
PR: ports/166503
Submitted by: Oleksii Tsai <oleksii.tsai@googlemail.com>
Feature safe: yes |
5.5.22 26 Mar 2012 09:03:13 |
ale |
Update to 5.5.22 release (ssl security fixes).
Feature safe: yes |
5.5.21 05 Mar 2012 16:26:52 |
ale |
Update to 5.5.21 release. |
5.5.20 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
5.5.20 13 Jan 2012 12:27:18 |
ale |
Update to 5.5.20 release. |
5.5.19 16 Dec 2011 14:51:09 |
ale |
Update to 5.5.19 release. |
5.5.17 22 Oct 2011 23:50:23 |
eadler |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
5.5.17 22 Oct 2011 12:49:54 |
ale |
Update to 5.5.17 release. |
5.5.16 07 Oct 2011 09:46:50 |
ale |
Update to 5.5.16 release. |
5.5.15_1 01 Sep 2011 08:19:58 |
ale |
Don't escape quotes in mysqld_safe script, in order to fix @FIND_PROC@.
Spotted by: Erik <me@erik.eu> |
5.5.15 09 Aug 2011 11:12:44 |
ale |
Update to 5.5.15 release. |