non port: databases/mysql55-server/Makefile |
SVNWeb
|
Number of commits found: 111 (showing only 100 on this page) |
Thu, 30 Jun 2022
|
[ 19:37 Rene Ladan (rene) ] 6fcb730 (Only the first 10 of 95 ports in this commit are shown above. )
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
|
Mon, 16 May 2022
|
[ 06:49 Loïc Bartoletti (lbartoletti) ] 9f0ff92 (Only the first 10 of 16 ports in this commit are shown above. )
databases/mysql*: fix pkg-plist use share/man
Approved by: portmgr (blanket)
|
Wed, 4 May 2022
|
[ 12:44 Muhammad Moinur Rahman (bofh) ] 51d9ef6
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)
|
Mon, 25 Apr 2022
|
[ 14:12 Piotr Kubaj (pkubaj) ] 66f0e16
databases/mysql55-server: switch back to clang on powerpc64
|
Mon, 10 Jan 2022
|
[ 15:15 Stefan Eßer (se) ] bcaf25a (Only the first 10 of 491 ports in this commit are shown above. )
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 )
|
Thu, 25 Nov 2021
|
[ 21:40 Stefan Eßer (se) ] 04b9da4 (Only the first 10 of 188 ports in this commit are shown above. )
*/*: 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)
|
Sat, 16 Oct 2021
|
[ 09:51 Jimmy Olgeni (olgeni) ] 4460cf7 (Only the first 10 of 476 ports in this commit are shown above. )
*: fix tab vs. space issues, and comments according to the guide.
|
Thu, 30 Sep 2021
|
[ 21:23 Rene Ladan (rene) ] 620968a (Only the first 10 of 399 ports in this commit are shown above. )
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
|
Wed, 8 Sep 2021
|
[ 19:49 Bernhard Froehlich (decke) ] b962cad
databases/mysql55-server: Add CPE information
PR: 218119
Submitted by: shun <shun.fbsd.pr@dropcut.net>
Approved by: maintainer timeout (4.5y)
|
Fri, 9 Apr 2021
|
[ 09:45 Adriaan de Groot (adridg) ] c6093a7
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.
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 21 Mar 2020
|
[ 10:33 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.
|
Fri, 15 Nov 2019
|
[ 10:12 tobik ] (Only the first 10 of 95 ports in this commit are shown above. )
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
|
Wed, 9 Oct 2019
|
[ 10:34 bapt ] (Only the first 10 of 42 ports in this commit are shown above. )
Drop the ipv6 virtual category for d* category as it is not relevant anymore
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Mon, 24 Jun 2019
|
[ 13:20 pkubaj ]
databases/mysql55-server: fix build
This port needs C++11-compatible compiler.
Approved by: mentors (implicit approval)
|
Tue, 9 Apr 2019
|
[ 14:04 sunpoet ] (Only the first 10 of 289 ports in this commit are shown above. )
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
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
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
|
Sat, 3 Nov 2018
|
[ 21:54 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
|
Fri, 26 Oct 2018
|
[ 12:18 ale ]
Update to 5.5.62 release.
PR: 232699
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
|
Mon, 6 Aug 2018
|
[ 08:07 ale ]
Update to 5.5.61 release.
PR: 230409
Submitted by: Dani <i.dani@outlook.com>
|
Thu, 26 Apr 2018
|
[ 14:43 ale ]
Update to 5.5.60 release.
|
Tue, 23 Jan 2018
|
[ 14:08 ale ]
Update to 5.5.59 release.
PR: 225241
Submitted by: Markus Kohlmeyer <rootservice@gmail.com>
|
Thu, 19 Oct 2017
|
[ 14:08 ale ]
Update to 5.5.58 release.
|
Tue, 10 Oct 2017
|
[ 21:31 linimon ] (Only the first 10 of 44 ports in this commit are shown above. )
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)
|
Mon, 14 Aug 2017
|
[ 05:37 vd ] (Only the first 10 of 11 ports in this commit are shown above. )
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 )
|
Mon, 7 Aug 2017
|
[ 12:00 ale ]
Update to 5.5.57 release.
|
Fri, 30 Jun 2017
|
[ 09:52 ale ]
Update to 5.5.56 release.
|
Tue, 27 Jun 2017
|
[ 13:46 sunpoet ] (Only the first 10 of 252 ports in this commit are shown above. )
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
|
Sun, 25 Jun 2017
|
[ 21:07 tcberner ] (Only the first 10 of 115 ports in this commit are shown above. )
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
|
Wed, 12 Apr 2017
|
[ 17:07 ale ]
Update to 5.5.55 release.
|
Sat, 1 Apr 2017
|
[ 15:11 bapt ] (Only the first 10 of 22 ports in this commit are shown above. )
Update libedit to 20170329
|
Mon, 23 Jan 2017
|
[ 08:57 ale ]
Update to 5.5.54 release.
|
Fri, 21 Oct 2016
|
[ 09:05 ale ]
Update to 5.5.53 release.
|
Fri, 16 Sep 2016
|
[ 07:38 ale ]
Update to 5.5.52 release.
|
Thu, 15 Sep 2016
|
[ 01:41 swills ] (Only the first 10 of 193 ports in this commit are shown above. )
Unmark broken on powerpc64
These ports built successfully
|
Wed, 31 Aug 2016
|
[ 10:56 ale ]
Update to 5.5.51 release.
|
Wed, 27 Jul 2016
|
[ 22:53 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
|
Thu, 21 Apr 2016
|
[ 16:43 swills ] (Only the first 10 of 419 ports in this commit are shown above. )
many ports: mark broken on powerpc64
|
Tue, 19 Apr 2016
|
[ 15:29 ale ]
Update to 5.5.49 release.
|
Thu, 19 Nov 2015
|
[ 08:24 ale ]
Update to 5.5.46 release.
|
Thu, 8 Oct 2015
|
[ 15:11 olgeni ] (Only the first 10 of 75 ports in this commit are shown above. )
Remove trailing whitespace from Makefiles, A-L.
|
Thu, 16 Jul 2015
|
[ 06:46 ale ]
Update to 5.5.44 release.
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
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
|
Sun, 26 Apr 2015
|
[ 12:45 ale ]
Update to 5.5.43 release.
|
Wed, 4 Feb 2015
|
[ 13:31 ale ]
Update to 5.5.42 release.
|
Thu, 1 Jan 2015
|
[ 22:41 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)
|
Wed, 3 Dec 2014
|
[ 09:33 ale ]
Update to 5.5.41 release.
|
Tue, 4 Nov 2014
|
[ 16:45 ale ]
Update CONFLICTS.
PR: 194810
Submitted by: spil.oss@gmail.com
|
Tue, 23 Sep 2014
|
[ 15:03 ale ]
Update to 5.5.40 release and unbreak on armv6 [1].
PR: 193841 [1]
Submitted by: mikael.urankar@gmail.com
|
Mon, 4 Aug 2014
|
[ 14:06 ale ]
Update to 5.5.39 release.
|
Tue, 1 Jul 2014
|
[ 22:45 bapt ]
Both the client and the server require readline if no readline is present in
base (otherwise cmake fails for the server)
|
[ 16:35 bapt ]
Given cmake seems to not append CPPFLAGS to CXXFLAGS enforce it, that allows
mysql55 to build with readline from ports
|
[ 12:22 bapt ]
Fix build with readline from ports
|
Tue, 3 Jun 2014
|
[ 12:33 ale ]
Update to 5.5.38 release.
|
Mon, 31 Mar 2014
|
[ 12:28 ale ]
Update to 5.5.37 release.
|
Sat, 1 Feb 2014
|
[ 10:23 ale ]
Update to 5.5.36 release.
|
Tue, 17 Dec 2013
|
[ 10:18 ale ]
Update to 5.5.35 release and stagify.
|
Sun, 6 Oct 2013
|
[ 10:25 marino ]
databases/mysql5{5,6}-server: set shebangfix for perl
PR: ports/182071
Approved by: maintainer timeout
|
Thu, 3 Oct 2013
|
[ 23:18 flo ] (Only the first 10 of 16 ports in this commit are shown above. )
- use unique package names
- stop using LATEST_LINK
- update CONFLICTS accordingly
Approved by: maintainer
|
Fri, 27 Sep 2013
|
[ 14:19 ale ]
Update to 5.5.34 release.
|
Fri, 20 Sep 2013
|
[ 16:13 bapt ] (Only the first 10 of 927 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Mon, 12 Aug 2013
|
[ 11:47 ale ]
Update to 5.5.33 release.
|
Wed, 26 Jun 2013
|
[ 08:06 ale ]
Distfile rerolled to make it clearer the license of this
community edition (GPLv2).
|
Wed, 12 Jun 2013
|
[ 07:56 ale ]
Update to 5.5.32 release.
|
Tue, 23 Apr 2013
|
[ 10:19 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>
|
Fri, 22 Mar 2013
|
[ 20:06 makc ] (Only the first 10 of 464 ports in this commit are shown above. )
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
Wed, 6 Feb 2013
|
[ 11:23 ale ]
Update to 5.5.30 release.
|
Thu, 17 Jan 2013
|
[ 16:43 flo ]
Update CONFLCITS after the addition of percona55-* and mariadb55-*
Approved by: maintainer
|
Fri, 21 Dec 2012
|
[ 21:53 ale ]
Update to 5.5.29 release.
|
Fri, 12 Oct 2012
|
[ 13:45 ale ]
Update to 5.5.28 release and switch to OptionsNG.
Feature safe: yes
|
Tue, 4 Sep 2012
|
[ 02:58 linimon ]
Mark as broken on ARM.
Approved by: maintainer
|
Mon, 6 Aug 2012
|
[ 12:19 ale ]
Update to 5.5.27 release.
|
Sun, 5 Aug 2012
|
[ 23:19 dougb ] (Only the first 10 of 936 ports in this commit are shown above. )
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
|
Fri, 1 Jun 2012
|
[ 09:06 ale ]
Update to 5.5.25 release.
|
Wed, 9 May 2012
|
[ 10:16 ale ]
Update to 5.5.24 release.
|
Thu, 26 Apr 2012
|
[ 13:45 ale ]
Update to 5.5.23 release.
|
Mon, 26 Mar 2012
|
[ 09:03 ale ]
Update to 5.5.22 release (ssl security fixes).
Feature safe: yes
|
Mon, 5 Mar 2012
|
[ 16:26 ale ]
Update to 5.5.21 release.
|
Fri, 13 Jan 2012
|
[ 12:27 ale ]
Update to 5.5.20 release.
|
Fri, 16 Dec 2011
|
[ 14:51 ale ]
Update to 5.5.19 release.
|
Sat, 22 Oct 2011
|
[ 12:49 ale ]
Update to 5.5.17 release.
|
Fri, 7 Oct 2011
|
[ 09:46 ale ]
Update to 5.5.16 release.
|
Thu, 1 Sep 2011
|
[ 08:19 ale ]
Don't escape quotes in mysqld_safe script, in order to fix @FIND_PROC@.
Spotted by: Erik <me@erik.eu>
|
Tue, 9 Aug 2011
|
[ 11:12 ale ]
Update to 5.5.15 release.
|
Tue, 12 Jul 2011
|
[ 14:44 ale ]
Update to 5.5.14 release.
|
Thu, 9 Jun 2011
|
[ 07:20 ale ]
Update to 5.5.13 release.
|
Tue, 10 May 2011
|
[ 08:36 ale ]
Update to 5.5.12 release.
|
Tue, 12 Apr 2011
|
[ 07:51 ale ]
Update to 5.5.11 release.
|
Sat, 19 Mar 2011
|
[ 13:13 ale ]
Update MySQL to 5.5.10 release (shared library bumped).
|
Tue, 8 Feb 2011
|
[ 16:37 ale ]
Update to 5.5.9 release [1]
Use system readline instead of bundled libedit [2]
Enable tcp wrappers [2]
PR: ports/154579 [1], ports/154538 [2]
Submitted by: mm [1], Dan Lukes <dan@obluda.cz> [2]
Feature safe: yes
|
Thu, 13 Jan 2011
|
[ 09:15 ale ]
Fix init_embedded_server when argc=0.
Submitted by: fluffy
Obtained from: MySQL Bug #57931
Feature safe: yes
|
Tue, 11 Jan 2011
|
[ 20:33 ale ]
Remove any attempts to create a libmysqlclient not linked to a threading
library.
Restore previous libraries location.
These two changes should fix most of the reported errors.
Feature safe: yes
|
Sun, 9 Jan 2011
|
[ 12:29 ale ]
Fix mysqlclient library in single-threaded applications,
by correctly implementing pthread_once (see PR threads/150959).
While I'm here, replace CONFLICTS with CONFLICTS_INSTALL.
Bump PORTREVISION.
PR: ports/153588
Submitted by: Richard Anthony Secor <rsecor@seqlogic.com>
|
Tue, 28 Dec 2010
|
[ 06:49 ale ]
Normalize cmake parameters and fix WITH_FAST_MUTEXES.
PR: ports/153472
Submitted by: Oleg Sidorkin <OSidorkin@gmail.com>
|
Mon, 27 Dec 2010
|
[ 15:02 ale ] (Only the first 10 of 47 ports in this commit are shown above. )
Update MySQL to 5.5.8 GA release. Read UPDATING.
Major changes:
- new installation layout, resembling RPM packages:
- client = Client Utilities + Development Libraries + Shared components
- server = MySQL Server + Embedded
- new build system: cmake instead of autotools
- fewer port knobs
Expect various breakages, but if we are lucky this could become the new default
mysql port.
|
Fri, 26 Nov 2010
|
[ 09:35 ale ]
Allow to enable userland dtrace only on supported FreeBSD versions.
PR: ports/152590
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
|
Fri, 19 Nov 2010
|
[ 22:28 pav ]
- Mark BROKEN on 6.X: does not build
Reported by: pointyhat
|
Wed, 10 Nov 2010
|
[ 16:55 ale ]
Update to 5.5.7-rc release.
Fix crash caused by MAX_DEFAULT_DIRS too small [1]
PR: ports/151927
Submitted by: Bartosz Fabianowski <freebsd@chillt.de>
|
Number of commits found: 111 (showing only 100 on this page) |