summaryrefslogtreecommitdiff
path: root/databases/mysql55-server/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: Remove expired ports:Rene Ladan2022-06-3023-659/+0
| | | | | | | 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
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-11/+1
| | | | | | | | | | | | | | | | | 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
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* databases/mysql55-server: Adapt ${name}_limits to the new resourceMateusz Piotrowski2018-11-031-10/+11
| | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=483912
* Try to fix build with clang6.Alex Dupre2018-05-141-0/+11
| | | | Notes: svn path=/head/; revision=469888
* Remove patch added by accidentBaptiste Daroussin2017-04-011-17/+0
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=437446
* Update libedit to 20170329Baptiste Daroussin2017-04-012-0/+42
| | | | Notes: svn path=/head/; revision=437438
* For ARMv6, declare FPSETMASK 0 and FEDISABLEEXCEPT 1. This allows mysql ↵Sean Bruno2015-01-011-0/+12
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=376033
* Update to 5.5.41 release.Alex Dupre2014-12-031-5/+6
| | | | Notes: svn path=/head/; revision=373804
* Update to 5.5.40 release and unbreak on armv6 [1].Alex Dupre2014-09-231-0/+47
| | | | | | | | PR: 193841 [1] Submitted by: mikael.urankar@gmail.com Notes: svn path=/head/; revision=369067
* Update to 5.5.37 release.Alex Dupre2014-03-313-33/+13
| | | | Notes: svn path=/head/; revision=349740
* Update to 5.5.35 release and stagify.Alex Dupre2013-12-171-7/+8
| | | | Notes: svn path=/head/; revision=336708
* Fix mysql51/55/56 build with clang on i386.Tijl Coosemans2013-10-081-0/+11
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=329781
* Update to 5.5.32 release.Alex Dupre2013-06-121-6/+17
| | | | Notes: svn path=/head/; revision=320671
* Pass --defaults-extra-file also to mysql_install_db.Alex Dupre2013-05-271-1/+1
| | | | | | | Submitted by: Daniel Ylitalo <daniel@203core.se> Notes: svn path=/head/; revision=319215
* Very slight speedup on rc file parsing; use hostname variable in preferenceChris Rees2013-04-241-1/+2
| | | | | | | | | to calling /bin/hostname if available Approved by: ale (maintainer) Notes: svn path=/head/; revision=316456
* Allow to specify server-specific option file path in /etc/rc.confAlex Dupre2013-04-241-1/+4
| | | | | | | | PR: ports/172408 Submitted by: Daniel Ylitalo <daniel@produktion203.se> Notes: svn path=/head/; revision=316439
* Update to 5.5.31.Alex Dupre2013-04-233-7/+120
| | | | | | | | | | Allow compilation using Clang in C++11 mode [1]. PR: ports/171546 Submitted by: Michael Gmelin <freebsd@grem.de> Notes: svn path=/head/; revision=316336
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-051-0/+0
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* Add a patch to lower the valid range of mysql read/write/wait timeouts.Alex Dupre2012-06-151-0/+38
| | | | | | | | Such timeouts are implemented via setsockopt that doesn't accept values larger than (INT_MAX / kern.hz). Notes: svn path=/head/; revision=299354
* Fix build on i386.Alex Dupre2012-04-021-0/+11
| | | | | | | | | PR: ports/166503 Submitted by: Oleksii Tsai <oleksii.tsai@googlemail.com> Feature safe: yes Notes: svn path=/head/; revision=294107
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* Update to 5.5.17 release.Alex Dupre2011-10-221-0/+11
| | | | Notes: svn path=/head/; revision=284097
* Update to 5.5.16 release.Alex Dupre2011-10-072-12/+20
| | | | Notes: svn path=/head/; revision=283107
* Don't escape quotes in mysqld_safe script, in order to fix @FIND_PROC@.Alex Dupre2011-09-011-2/+11
| | | | | | | Spotted by: Erik <me@erik.eu> Notes: svn path=/head/; revision=280945
* Update to 5.5.15 release.Alex Dupre2011-08-091-13/+0
| | | | Notes: svn path=/head/; revision=279314
* Update to 5.5.14 release.Alex Dupre2011-07-121-6/+6
| | | | Notes: svn path=/head/; revision=277602
* Update to 5.5.12 release.Alex Dupre2011-05-101-2/+2
| | | | Notes: svn path=/head/; revision=273904
* Update to 5.5.11 release.Alex Dupre2011-04-121-0/+10
| | | | Notes: svn path=/head/; revision=272588
* Update to 5.5.9 release [1]Alex Dupre2011-02-081-6/+4
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=268793
* Fix init_embedded_server when argc=0.Alex Dupre2011-01-131-0/+13
| | | | | | | | | Submitted by: fluffy Obtained from: MySQL Bug #57931 Feature safe: yes Notes: svn path=/head/; revision=267728
* Remove any attempts to create a libmysqlclient not linked to a threading ↵Alex Dupre2011-01-113-37/+12
| | | | | | | | | | | | library. Restore previous libraries location. These two changes should fix most of the reported errors. Feature safe: yes Notes: svn path=/head/; revision=267672
* Fix mysqlclient library in single-threaded applications,Alex Dupre2011-01-091-0/+14
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=267542
* Allow custom pidfile.Alex Dupre2010-12-271-2/+3
| | | | Notes: svn path=/head/; revision=267011
* Update MySQL to 5.5.8 GA release. Read UPDATING.Alex Dupre2010-12-2724-340/+230
| | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=266994
* Update to 5.5.7-rc release.Alex Dupre2010-11-103-27/+18
| | | | | | | | | | Fix crash caused by MAX_DEFAULT_DIRS too small [1] PR: ports/151927 Submitted by: Bartosz Fabianowski <freebsd@chillt.de> Notes: svn path=/head/; revision=264365
* Switch to use daemon(8) in rc script to avoid keeping a tty open.Alex Dupre2010-09-301-2/+2
| | | | | | | Submitted by: koitsu, ed Notes: svn path=/head/; revision=262152
* - Update to 5.5.6 RC release [1]Alex Dupre2010-09-283-25/+19
| | | | | | | | | | - Add support for DTrace [2] PR: ports/150915 [1], ports/150488 [2] Submitted by: Oleg Sidorkin <osidorkin@gmail.com> [1], rpaulo [2] Notes: svn path=/head/; revision=262019
* Really fix includes.Alex Dupre2010-07-271-3/+19
| | | | Notes: svn path=/head/; revision=258338
* Update to 5.5.5-m3 release:Alex Dupre2010-07-164-19/+36
| | | | | | | | | | | - fix include layout [1] - drop obsolete WITH_NDB knob PR: ports/146276 [1] Submitted by: pgollucci Notes: svn path=/head/; revision=257849
* Fix build/install when cmake is installed.Alex Dupre2010-04-181-0/+14
| | | | | | | | PR: ports/145774 Submitted by: Gerard Seibert <gerard@seibercom.net> Notes: svn path=/head/; revision=252859
* - Update to 5.5.3-m3 releaseAlex Dupre2010-04-135-97/+24
| | | | | | | | | | - Switch to use USERS and GROUPS [1] PR: ports/144887 [1] Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> [1] Notes: svn path=/head/; revision=252647
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Update to 5.5.2 release.Alex Dupre2010-03-051-0/+65
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250594
* Update to 5.5.0 Milestone 2 release.Alex Dupre2010-01-041-5/+5
| | | | | | | | PR: ports/142162 Submitted by: ale Notes: svn path=/head/; revision=247126
* Update to 5.4.2 release.Alex Dupre2009-09-242-28/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=242022
* Fix build when perl is not installed.Alex Dupre2009-07-231-0/+11
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=238239
* Fix --enable-dtrace logic and use bundled libtool.Alex Dupre2009-07-221-9/+9
| | | | | | | Reported by: many Notes: svn path=/head/; revision=238198
* Add MySQL 5.4.1-beta.Alex Dupre2009-07-212-2/+2
| | | | | | | | | Beware: it needs a lot of memory in default configuration for InnoDB. Repocopy by: marcus Notes: svn path=/head/; revision=238154
* Update to 5.1.34 release.Alex Dupre2009-04-231-5/+5
| | | | Notes: svn path=/head/; revision=232540