summaryrefslogtreecommitdiff
path: root/databases/mysql56-server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace from Makefiles, A-L.Jimmy Olgeni2015-10-081-1/+1
|
* Switch to USES=libedit.Raphael Kubo da Costa2015-09-071-3/+2
| | | | | | | | | | | | | | | Instead of manually adding both a build- and a run-time dependency on libedit from ports, use USES=libedit instead. Not only does it take care of adding the proper dependency, but it also sets CMAKE_PREFIX_PATH to ${LOCALBASE} to make sure that the version in ports is preferred instead of the one in base. This is a dependency for moving to CMake 3.3.x, as starting with 3.3.0 calls to find_library() will also look in the $PATH environment variable and end up finding libedit from base by default (see bug 202516). PR: 202618 Approved by: maintainer timeout (ale, 14 days)
* Update to 5.6.26 release.Alex Dupre2015-08-152-3/+3
|
* Update to 5.6.25 release.Alex Dupre2015-07-152-3/+3
|
* Unbreak on head: instead of using headers from base libedit andAntoine Brodin2015-06-141-1/+2
| | | | | | | linking against readline, use libedit from ports Note: this may need a bit more patching during next libedit port update Reported by: pkg-fallout
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - 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
* Update to 5.6.24 release.Alex Dupre2015-04-263-3/+4
|
* Update to 5.6.23 release.Alex Dupre2015-02-042-3/+3
|
* For ARMv6, declare FPSETMASK 0 and FEDISABLEEXCEPT 1. This allows mysql ↵Sean Bruno2015-01-012-1/+19
| | | | | | | | | | | | 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)
* Update to 5.6.22 release.Alex Dupre2014-12-032-5/+5
|
* Update CONFLICTS.Alex Dupre2014-11-061-1/+3
| | | | | PR: 194819 Submitted by: spil.oss@gmail.com
* Update to 5.6.21 release.Alex Dupre2014-09-243-39/+4
|
* Update to 5.6.20 release.Alex Dupre2014-08-043-23/+18
|
* Revert accidental removal of USES=perl5Baptiste Daroussin2014-07-011-0/+1
|
* Fix build with readline from portsBaptiste Daroussin2014-07-011-1/+2
|
* Update to 5.6.19 release.Alex Dupre2014-06-032-3/+3
|
* Update to 5.6.17 release.Alex Dupre2014-03-314-25/+3
|
* Update to 5.6.16 release.Alex Dupre2014-02-012-3/+3
|
* Update to 5.6.15 release and stagify.Alex Dupre2013-12-173-13/+30
|
* 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)
* databases/mysql5{5,6}-server: set shebangfix for perlJohn Marino2013-10-061-1/+3
| | | | | PR: ports/182071 Approved by: maintainer timeout
* - 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
* - use unique package namesFlorian Smeets2013-10-031-4/+2
| | | | | | | - stop using LATEST_LINK - update CONFLICTS accordingly Approved by: maintainer
* Update to 5.6.14 release.Alex Dupre2013-09-272-3/+3
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | databases)
* - convert to the new perl5 frameworkAndrej Zverev2013-09-161-1/+2
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | Approved by: portmgr (bdrewery)
* Update to 5.6.13 release.Alex Dupre2013-08-123-14/+14
|
* Distfile rerolled to make it clearer the license of thisAlex Dupre2013-06-301-2/+2
| | | | | community edition (GPLv2). Restore readline patch.
* Update to 5.6.12 release.Alex Dupre2013-06-103-12/+12
|
* Pass --defaults-extra-file also to mysql_install_db.Alex Dupre2013-05-271-1/+1
| | | | Submitted by: Daniel Ylitalo <daniel@203core.se>
* 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)
* 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>
* Allow compilation using Clang in C++11 mode.Alex Dupre2013-04-232-0/+113
| | | | | PR: ports/171546 Submitted by: Michael Gmelin <freebsd@grem.de>
* Update to 5.6.11 release.Alex Dupre2013-04-225-31/+25
|
* - 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)
* 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>
* Add MySQL 5.6.Alex Dupre2013-02-1424-0/+710