aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql56-server
Commit message (Collapse)AuthorAgeFilesLines
* Revert accidental removal of USES=perl5Baptiste Daroussin2014-07-011-0/+1
| | | | Notes: svn path=/head/; revision=359988
* Fix build with readline from portsBaptiste Daroussin2014-07-011-1/+2
| | | | Notes: svn path=/head/; revision=359981
* Update to 5.6.19 release.Alex Dupre2014-06-032-3/+3
| | | | Notes: svn path=/head/; revision=356352
* Update to 5.6.17 release.Alex Dupre2014-03-314-25/+3
| | | | Notes: svn path=/head/; revision=349741
* Update to 5.6.16 release.Alex Dupre2014-02-012-3/+3
| | | | Notes: svn path=/head/; revision=342111
* Update to 5.6.15 release and stagify.Alex Dupre2013-12-173-13/+30
| | | | Notes: svn path=/head/; revision=336716
* 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
* databases/mysql5{5,6}-server: set shebangfix for perlJohn Marino2013-10-061-1/+3
| | | | | | | | PR: ports/182071 Approved by: maintainer timeout Notes: svn path=/head/; revision=329549
* - Fix build problem on HEAD where libc++ bitset::test() and theBernhard Froehlich2013-10-051-0/+11
| | | | | | | | | | | | mysql built in macro test() from my_global.h clash. The port requires another fix to properly compile on HEAD which will be committed to libc++/include/memory on HEAD soon. With hat: portmgr Notes: svn path=/head/; revision=329470
* - use unique package namesFlorian Smeets2013-10-031-4/+2
| | | | | | | | | | - stop using LATEST_LINK - update CONFLICTS accordingly Approved by: maintainer Notes: svn path=/head/; revision=329247
* Update to 5.6.14 release.Alex Dupre2013-09-272-3/+3
| | | | Notes: svn path=/head/; revision=328476
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - convert to the new perl5 frameworkAndrej Zverev2013-09-161-1/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327418
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Update to 5.6.13 release.Alex Dupre2013-08-123-14/+14
| | | | Notes: svn path=/head/; revision=324624
* Distfile rerolled to make it clearer the license of thisAlex Dupre2013-06-301-2/+2
| | | | | | | | community edition (GPLv2). Restore readline patch. Notes: svn path=/head/; revision=322075
* Update to 5.6.12 release.Alex Dupre2013-06-103-12/+12
| | | | Notes: svn path=/head/; revision=320486
* 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
* Allow compilation using Clang in C++11 mode.Alex Dupre2013-04-232-0/+113
| | | | | | | | PR: ports/171546 Submitted by: Michael Gmelin <freebsd@grem.de> Notes: svn path=/head/; revision=316335
* Update to 5.6.11 release.Alex Dupre2013-04-225-31/+25
| | | | Notes: svn path=/head/; revision=316260
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* Add perl runtime dependency for a few scripts (mysql_install_db is the main ↵Alex Dupre2013-03-051-0/+2
| | | | | | | | | | one). PR: ports/176255 Submitted by: Rustem Alimov <rustem.alimov@gmail.com> Notes: svn path=/head/; revision=313443
* Add MySQL 5.6.Alex Dupre2013-02-1424-0/+710
Notes: svn path=/head/; revision=312234