summaryrefslogtreecommitdiff
path: root/databases/mysql55-server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit)
* */*: Remove redundant '-*' from CONFLICTS definitionsStefan Eßer2021-11-251-4/+4
| | | | | | | | | 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)
* *: fix tab vs. space issues, and comments according to the guide.Jimmy Olgeni2021-10-161-4/+4
|
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-302-17/+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
* databases/mysql55-server: Add CPE informationBernhard Froehlich2021-09-081-1/+3
| | | | | | PR: 218119 Submitted by: shun <shun.fbsd.pr@dropcut.net> Approved by: maintainer timeout (4.5y)
* databases/mysql55-server: fix check-plistAdriaan de Groot2021-04-091-0/+4
| | | | | | | 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.
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* databases/mysql55-server: fix build on powerpc64 elfv2Piotr Kubaj2020-03-211-1/+9
| | | | | | | | | | 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.
* Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysqlTobias Kortkamp2019-11-151-2/+1
|
* Drop the ipv6 virtual category for d* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
|
* Convert to UCL & cleanup pkg-message (categories d)Mathieu Arnold2019-08-131-4/+6
|
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | 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
* databases/mysql55-server: fix buildPiotr Kubaj2019-06-241-1/+1
| | | | | | This port needs C++11-compatible compiler. Approved by: mentors (implicit approval)
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-1/+1
| | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine
* - Update WWWDmitry Marakasov2019-01-191-1/+1
| | | | Approved by: portmgr blanket
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | 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
* databases/mysql55-server: Adapt ${name}_limits to the new resourceMateusz Piotrowski2018-11-032-11/+18
| | | | | | | | | | | | | | | | | | | | 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
* Update to 5.5.62 release.Alex Dupre2018-10-262-4/+4
| | | | | PR: 232699 Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
* Update to 5.5.61 release.Alex Dupre2018-08-062-4/+4
| | | | | PR: 230409 Submitted by: Dani <i.dani@outlook.com>
* Try to fix build with clang6.Alex Dupre2018-05-141-0/+11
|
* Update to 5.5.60 release.Alex Dupre2018-04-263-6/+5
|
* Update to 5.5.59 release.Alex Dupre2018-01-232-4/+4
| | | | | PR: 225241 Submitted by: Markus Kohlmeyer <rootservice@gmail.com>
* Update to 5.5.58 release.Alex Dupre2017-10-192-4/+4
|
* For ports that are explicitly enabled on armv6, also enable themMark Linimon2017-10-101-1/+1
| | | | | | | on armv7. This has not been tested with an -exp run but should "do no harm". PR: 221894 (partial)
* MySQL ports: Extend CONFLICTS_INSTALL in conflicting ports.Vasil Dimov2017-08-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 databases/mysql57-server databases/mysql80-server databases/percona55-server databases/percona56-server databases/percona57-server There is not going to be mysqlwsrep*-client* ports (because the vanilla mysql*-client* ports suffice), so the entry in CONFLICTS just reads mysqlwsrep*. PR: 220791 Submitted by: vd Approved by: brnrd, ale (maintainer timeout), feld (maintainer timeout), flo, mmokhi, koobs
* Update to 5.5.57 release.Alex Dupre2017-08-072-4/+4
|
* Update to 5.5.56 release.Alex Dupre2017-06-302-5/+5
|
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-1/+1
| | | | | | | | | | | - 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
* Make ninja opt-out in cmake.mkTobias C. Berner2017-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | 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
* Update to 5.5.55 release.Alex Dupre2017-04-122-5/+5
|
* Remove patch added by accidentBaptiste Daroussin2017-04-011-17/+0
| | | | Reported by: antoine
* Update libedit to 20170329Baptiste Daroussin2017-04-013-1/+43
|
* Update to 5.5.54 release.Alex Dupre2017-01-232-4/+4
|
* Update to 5.5.53 release.Alex Dupre2016-10-212-4/+4
|
* Update to 5.5.52 release.Alex Dupre2016-09-162-4/+4
|
* Unmark broken on powerpc64Steve Wills2016-09-151-2/+0
| | | | These ports built successfully
* Update to 5.5.51 release.Alex Dupre2016-08-312-4/+4
|
* databases/mysql55-server: Update to 5.5.50Mark Felder2016-07-272-3/+4
| | | | | | | Changelog: https://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-50.html MFH: 2016Q3 Security: ca5cb202-4f51-11e6-b2ec-b499baebfeaf
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
|
* Update to 5.5.49 release.Alex Dupre2016-04-192-3/+3
|
* Update to 5.5.46 release.Alex Dupre2015-11-192-3/+3
|
* Remove trailing whitespace from Makefiles, A-L.Jimmy Olgeni2015-10-081-2/+2
|
* Update to 5.5.44 release.Alex Dupre2015-07-162-3/+3
|
* 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.5.43 release.Alex Dupre2015-04-262-3/+3
|
* Update to 5.5.42 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.5.41 release.Alex Dupre2014-12-033-10/+11
|
* Update CONFLICTS.Alex Dupre2014-11-041-1/+3
| | | | | PR: 194810 Submitted by: spil.oss@gmail.com