aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mariadb-server
Commit message (Collapse)AuthorAgeFilesLines
* Update to 5.3.11.Xin LI2012-12-012-3/+3
| | | | | | | PR: ports/173623 Submitted by: Geoffroy Desvernay <dgeo centrale-marseille.fr> (maintainer) Security: CVE-2012-5579 Feature safe: yes
* Throw my ports back in the pool, and make my intentions clear for theDoug Barton2012-10-081-4/+0
| | | | | | | | various ports that I've created. I bid fond fare well A chapter closes for me What opens for you?
* - Restore PORTREVISION?=0 in case slave ports needBryan Drewery2012-09-181-0/+1
| | | | to be bumped independently
* - Update mariadb to 5.3.8Bryan Drewery2012-09-134-51/+70
| | | | | | | | | - Add MAXKEY option to change default max key length from 1000 to 4000 - Convert to new options framework PR: ports/171227 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
* Unbreak by juggling some files between plistsChris Rees2012-07-221-54/+1
| | | | | PR: ports/169699 Submitted by: maintainer (Geoffroy Desvernay <dgeo@centrale-marseille.fr>)
* - Update to 5.3.7Sylvio Cesar Teixeira2012-06-183-167/+321
| | | | | PR: ports/168351 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
* - Update pkg-plistDennis Herrmann2012-04-293-9/+12
| | | | | PR: ports/167413 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
* Update to 5.3.6.Xin LI2012-04-214-20/+38
| | | | | PR: ports/167125 Submitted by: maintainer (with approved plist changes)
* 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.
* Fix multi-instance handling in rc.d scriptDoug Barton2012-01-101-17/+14
| | | | Submitted by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer)
* Upgrade to version 5.2.10:Doug Barton2012-01-055-11/+85
| | | | | | | | | | * Introduce a PAM authentication plugin * Various bug fixes For the rc.d script, add the ability to run multiple instances PR: ports/161883 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
* Update to 5.2.9Doug Barton2011-09-302-3/+3
| | | | | PR: ports/161135 Submitted by: maintainer
* - Update to 5.2.8Doug Barton2011-09-072-12/+12
| | | | | | | | | | - Change default option STATIC to "no" (build fails on 9.x) - Update mirrors list - Pet portlint PR: ports/160537 Submitted by: maintainer Geoffroy Desvernay <dgeo@centrale-marseille.fr>
* For some reason PKGNAMESUFFIX is not added to UNIQUENAME, so force it.Doug Barton2011-06-251-0/+3
| | | | | | | | | This fixes -client and -server both creating ${LDCONFIG_DIR}/mariadb, as well as allowing different /var/db/ports/directories which is good since -client and -server have different options. It's probably not strictly necessary to apply this change to -scripts, but do it anyway for consistency.
* Update to version 5.2.7 [1]Doug Barton2011-06-232-4/+13
| | | | | | | | | | | Make -server and -scripts ports dependent on -client [2] Indicate that the STATIC option is broken on 9.x [3] PR: ports/158089 [1] Submitted by: maintainer [1] Submitted by: ale [2] Approved by: maintainer [2,3]
* Split databases/mariadb into -client, -scripts, and -server portsDoug Barton2011-06-075-76/+114
| | | | | | | | | | Upgrade to version 5.2.6 [1] Bring default compilation options into line with standard mariadb releases, per http://kb.askmonty.org/v/generic-build-instructions [1] Submitted by: maintainer [1] Approved by: maintainer
* Remove patches no longer relevant to 5.2.6 after they wereDoug Barton2011-06-072-23/+0
| | | | incorporated upstream
* Working version, still marked IGNORE pending maintainer's approvalDoug Barton2011-06-046-202/+163
|
* These aren't ready for use yet, just checking in my WIPDoug Barton2011-06-024-54/+63
|
* Forced commit to indicate that these files were repo-copied from mariadbDoug Barton2011-05-301-0/+2
|
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-1/+0
| | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps
* - Remove whitespacesDennis Herrmann2011-05-011-10/+10
| | | | | PR: ports/156744 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
* -Upgrade of mariadb to 5.2.5Beech Rintoul2011-04-306-58/+312
| | | | | | | | -Fix pkg-plist PR: ports/156681 Submitted by: Desvernay Geoffroy (dgeo@centrale-marseille.fr)(maintainer) Approved by: itetcu (mentor)(implicit)
* Over to new volunteer.Mark Linimon2011-04-231-1/+1
| | | | PR: ports/156504
* - Update to 5.2.4Sunpoet Po-Chuan Hsieh2011-01-083-5806/+120
| | | | | | | | | | | | | - Update MASTER_SITES - Add LICENSE - Build embedded server: preparation for MYSQL_VER=52 - Do not install mysql-test and sql-bench - Use DATADIR and INFO Changes: http://kb.askmonty.org/v/mariadb-524-release-notes PR: ports/153606 Submitted by: sunpoet (myself) Approved by: <siasiamail@gmail.com> (maintainer)
* - Fix USE_LDCONFIGSunpoet Po-Chuan Hsieh2011-01-021-1/+1
| | | | | | PR: ports/152885 Submitted by: Peter Vereshagin <peter@vereshagin.org> Approved by: Artyom Olshevskiy <siasiamail@gmail.com> (maintainer)
* - Add mariadb 5.2.3Sunpoet Po-Chuan Hsieh2010-11-185-0/+6121
MariaDB is a database server that offers drop-in replacement functionality for MySQL1. MariaDB is built by some of the original authors of MySQL, with assistance from the broader community of Free and open source software developers. In addition to the core functionality of MySQL, MariaDB offers a rich set of feature enhancements including alternate storage engines, server optimizations, and patches. MariaDB is primarily driven by developers at Monty Program, a company founded by Michael "Monty" Widenius, the original author of MySQL, but this is not the whole story about MariaDB. On the "About MariaDB" page you will find more information about all participants in the MariaDB community, including storage engines XtraDB and PBXT. WWW: http://mariadb.org/ PR: ports/152237 Submitted by: Artyom Olshevskiy <siasiamail@gmail.com>