aboutsummaryrefslogtreecommitdiff
path: root/databases/percona55-server
Commit message (Collapse)AuthorAgeFilesLines
* Remove Percona Server for MySQL 5.5, it is EOL upstreamFlorian Smeets2021-04-1123-754/+0
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Do not include bsd.port.options.mk twiceAntoine Brodin2021-02-011-2/+0
| | | | Notes: svn path=/head/; revision=563755
* databases/percona55-server: fix build on powerpc64 elfv2Piotr Kubaj2020-03-181-2/+9
| | | | | | | Due to Clang's bug (reported upstream), use GCC on powerpc64 elfv2. Since libc++ requires C++11 compatibility when used with GCC, force C++11. Notes: svn path=/head/; revision=528651
* Drop the ipv6 virtual category for d* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514130
* Convert to UCL & cleanup pkg-message (categories d)Mathieu Arnold2019-08-131-4/+6
| | | | Notes: svn path=/head/; revision=508835
* 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 Notes: svn path=/head/; revision=507372
* UnbreakAntoine Brodin2019-06-051-1/+1
| | | | | | | Pointy hat: pkubaj Notes: svn path=/head/; revision=503504
* databases/percona55-server: fix buildPiotr Kubaj2019-06-051-1/+1
| | | | | | | | | | Requires C11 features: /wrkdirs/usr/ports/databases/percona55-server/work/percona-server-5.5.61-38.13/storage/innobase/include/os0sync.h:386:4: error: #error "Unsupported platform" Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=503501
* 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 Notes: svn path=/head/; revision=498476
* databases/percona55-server: Attempt to fix OPENSSL option after r446475Tobias Kortkamp2019-03-151-2/+2
| | | | | | | | | | | Options helpers are ineffective when set after bsd.port.options.mk. Since this port is not using helpers in the first place append to USES directly. Reported by: tobik (in D19553) Notes: svn path=/head/; revision=495779
* 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 Notes: svn path=/head/; revision=488341
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* Update to 5.5.61-38.13Florian Smeets2018-09-092-5/+5
| | | | | | | | PR: 230932 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> Notes: svn path=/head/; revision=479333
* Fix rc scripts after r328331 in head.Florian Smeets2018-05-182-11/+21
| | | | | | | | PR: 227234, 227235 Submitted by: 0mp Notes: svn path=/head/; revision=470324
* Update to 5.5.60-38.12Florian Smeets2018-05-183-5/+4
| | | | | | | | | PR: 228336 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> Security: 57aec168-453e-11e8-8777-b499baebfeaf Notes: svn path=/head/; revision=470320
* Make this compile with clang 6.0Florian Smeets2018-04-263-113/+1
| | | | Notes: svn path=/head/; revision=468361
* Update to 5.5.59-38.11Florian Smeets2018-02-122-4/+4
| | | | | | | | | | PR: 225587 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> MFH: 2018Q1 Security: e3445736-fd01-11e7-ac58-b499baebfeaf Notes: svn path=/head/; revision=461609
* Update to 5.5.58-38.10Florian Smeets2017-12-162-5/+8
| | | | | | | | | | PR: 222619 Submitted by: sergey <sergey@akhmatov.ru> MFH: 2017Q4 Security: https://vuxml.freebsd.org/freebsd/c41bedfd-b3f9-11e7-ac58-b499baebfeaf.html Notes: svn path=/head/; revision=456485
* 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 Notes: svn path=/head/; revision=447926
* databases/percona55-server percona56-server:Mark Felder2017-07-231-2/+3
| | | | | | | | | | Fix OPENSSL option to actually enable linking with OpenSSL MFH: 2017Q3 Differential Revision: https://reviews.freebsd.org/D9122 Notes: svn path=/head/; revision=446475
* 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 Notes: svn path=/head/; revision=444463
* 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 Notes: svn path=/head/; revision=444324
* Update to 5.5.54-38.6Florian Smeets2017-03-133-5/+4
| | | | Notes: svn path=/head/; revision=436110
* Unmark broken on powerpc64Steve Wills2016-09-151-2/+0
| | | | | | | These ports built successfully Notes: svn path=/head/; revision=422175
* Update to 5.5.51-38.1Florian Smeets2016-09-132-9/+5
| | | | | | | | Security: https://www.percona.com/blog/2016/09/12/percona-server-critical-update-cve-2016-6662/ MFH: 2016Q3 Notes: svn path=/head/; revision=421982
* Update to 5.5.48-37.8Florian Smeets2016-04-232-3/+3
| | | | Notes: svn path=/head/; revision=413874
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* - update to 5.5.46-37.5Florian Smeets2015-11-063-4/+4
| | | | | | | | | | - fix permission on db dir [1] PR: 204144 [1] Reported by: <sergey@akhmatov.ru> [1] Notes: svn path=/head/; revision=400946
* Update to 5.5.44-37.3Florian Smeets2015-07-252-3/+3
| | | | | | | Committed from: Essen FreeBSD Hackathon Notes: svn path=/head/; revision=392879
* Update to 5.5.43-37.2Florian Smeets2015-06-072-3/+3
| | | | Notes: svn path=/head/; revision=388781
* Update to 5.5.41-37.0Florian Smeets2015-01-213-8/+9
| | | | | | | MFH: 2015Q1 Notes: svn path=/head/; revision=377635
* Update to 5.5.40-36.1Florian Smeets2014-11-252-5/+8
| | | | | | | | | | Update CONFLICTS [1] PR: 194820 [1] Submitted by: Bernard Spil <spil.oss@gmail.com> [1] Notes: svn path=/head/; revision=373398
* Cleanup plistBaptiste Daroussin2014-10-201-28/+1
| | | | Notes: svn path=/head/; revision=371255
* Remove now useless @cwd and @stopdaemonBaptiste Daroussin2014-09-021-3/+1
| | | | Notes: svn path=/head/; revision=367015
* Update to 5.5.38-35.2Florian Smeets2014-07-066-37/+22
| | | | Notes: svn path=/head/; revision=360885
* Deserves the same punishment as mysql55 for readline supportBaptiste Daroussin2014-07-011-3/+3
| | | | Notes: svn path=/head/; revision=360112
* Fix build with readline from portsBaptiste Daroussin2014-07-011-0/+2
| | | | Notes: svn path=/head/; revision=359981
* Remove 2 duplicates from pkg-plistFlorian Smeets2014-06-171-2/+0
| | | | | | | Reported by: Jenkins (swills) Notes: svn path=/head/; revision=358078
* Update pkg-descr and point to the correct URLFlorian Smeets2014-06-121-2/+3
| | | | | | | Reported by: Ronald Klop <ronald@klop.ws> Notes: svn path=/head/; revision=357628
* - Update to 5.5.36-34.1Florian Smeets2014-03-245-26/+26
| | | | | | | | | - Also pass --defaults-extra-file to mysql_install_db [1] Submitted by: Daniel Ylitalo <daniel@203core.se> Notes: svn path=/head/; revision=349059
* - Update to 5.5.35-33.0Florian Smeets2014-01-194-18/+21
| | | | | | | | | | - Pet portlint PR: ports/185889 Submitted by: Jim Ohlstein <jim@selenium.jlkhosting.com> Notes: svn path=/head/; revision=340348
* Don't use the LATEST link. This fixes the issue that these ports becameFlorian Smeets2013-12-211-1/+1
| | | | | | | unfetchable after every upstream update. Notes: svn path=/head/; revision=337107
* Fix fetchFlorian Smeets2013-12-191-1/+1
| | | | | | | Reported by: Dmitriy Simakov <basilio@j-vista.ru> Notes: svn path=/head/; revision=336956
* Remove debuging leftoversFlorian Smeets2013-10-281-2/+0
| | | | Notes: svn path=/head/; revision=331890
* - update to 5.5.34-32.0Florian Smeets2013-10-283-13/+39
| | | | | | | - support stageing Notes: svn path=/head/; revision=331877
* Merge r329781 by tijl to fix the build with clang on i386Florian Smeets2013-10-101-0/+11
| | | | Notes: svn path=/head/; revision=330036
* - merge r329549 by marino from mysql55 (use shebangfix)Florian Smeets2013-10-061-1/+3
| | | | Notes: svn path=/head/; revision=329564