aboutsummaryrefslogtreecommitdiffstats
path: root/databases/galera
Commit message (Collapse)AuthorAgeFilesLines
* databases/galera: Upgrade from 25.3.23 to 25.3.24vd2018-09-032-6/+8
|
* devel/boost-*: update to 1.68.0jbeich2018-08-091-1/+1
| | | | | | | | | - Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165
* Mark ports broken on powerpc64, categories d-f.linimon2018-06-181-5/+6
| | | | | | While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket)
* devel/boost-*: update to 1.67.0jbeich2018-04-181-0/+1
| | | | | | | Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030
* BROKEN_SSL: Add REASON for breakagebrnrd2018-02-171-0/+1
| | | | Reported by: matwq
* security/openssl-devel: Mark broken databases catbrnrd2018-02-161-0/+1
|
* databases/galera: Upgrade from 25.3.23 to 25.3.23vd2018-02-072-5/+4
|
* devel/boost-*: update to 1.66.0jbeich2018-01-181-0/+1
| | | | | | | Changes: http://www.boost.org/users/history/version_1_66_0.html PR: 223922 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D13279
* - Switch to options helpersamdmi32017-12-152-23/+5
| | | | | | | - Remove obsolete OSVERSION condition - Fix WWW: Approved by: portmgr blanket
* For ports that are marked BROKEN on armv6, and also fail to build onlinimon2017-11-301-0/+1
| | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run
* databases/galera: Upgrade from 25.3.21 to 25.3.22vd2017-10-253-120/+4
|
* devel/boost-*: update to 1.65.1jbeich2017-09-251-1/+1
| | | | | | | | | Changes: http://www.boost.org/users/history/version_1_65_1.html PR: 218835 Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month) Tested by: jhibbits (on powerpc64, earlier version) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582
* devel/boost-*: enable C++11 featuresjbeich2017-09-251-0/+1
| | | | | | | | PR: 218835 Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690 Approved by: maintainer timeout (2 months) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582
* Remove USES=execinfo.mat2017-09-221-1/+1
| | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488
* Regular USE_GITHUB cleanup.mat2017-07-272-4/+4
| | | | Sponsored by: Absolight
* databases/galera: Upgrade from 25.3.20 to 25.3.21vd2017-07-045-99/+126
| | | | | Also fixup the debug build - the setting provided as debug=N translates to cc -ON. So, for debug build it should be debug=0.
* databases/galera: Split compilation from tests runvd2017-06-301-4/+7
| | | | | | | | | | | | Previously tests were ran intermixed with compilation commands in parallel (scons -jN). Running tests in parallel produces some sporadic failures which would make the compilation fail. With this change, when compiling ("make" in the ports directory) "scons -j8 ... tests=0" is used to request compilation only. To run the tests do "make test" in the ports directory. It will run "scons ... tests=1" (without -jN) and will only run the tests.
* Mark as broken on aarch64 and armv6.linimon2017-06-221-0/+2
| | | | Approved by: portmgr (tier-2 blanket)
* databases/galera: Unbreak on powerpc64 by requesting a newer GCCvd2017-06-071-4/+8
| | | | | | Also set PORTVERSION, PORTREVISION and GH_TAGNAME conditionally (?=), so they can be overriden from the environment (to ease building custom packages from arbitrary commits on github).
* Mark some ports failing on powerpc64. These ports are either newlinimon2017-06-021-1/+2
| | | | | | | | ports, or had been recently unblocked. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Disable databases/galera on i386vd2017-05-251-0/+11
| | | | | It uses 64 bit atomics, e.g. __atomic_add_fetch() with 64 bit arguments and clang fails to generate those on i386.
* Remove redundant -jN from databases/galera/Makefilevd2017-05-231-1/+0
| | | | Reported by: Ari Maniatis
* Upgrade databases/galera from 25.3.5_7 to 25.3.20_2vd2017-05-229-246/+212
| | | | | | | | | | | | | | | | * Fetch from GitHub * Adopt by devel@galeracluster.com * Remove all documentation building from this port. The documentation is now online at http://galeracluster.com/documentation-webpages/ * Fix the linking with libboost_program_options if a static linkage has been chosen - it should be libboost_program_options.a, not libboost_program_options.so * The new version of the port could have been 25.3.20. The reason for 25.3.20_2 is to ease upgrades for people that are using https://github.com/codership/freebsd-ports/tree/master/databases/galera which is at 25.3.20_1. Relnotes: http://releases.galeracluster.com/release-notes-galera-25.3.20.txt
* Mark some ports failing on aarch64, and, in a few cases, other tier-2linimon2017-05-031-0/+3
| | | | | | | | archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* devel/boost-*: update to 1.64.0jbeich2017-05-021-1/+1
| | | | | | | | Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-1/+1
| | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
* Remove all USE_OPENSSL occurrences.mat2017-03-151-2/+1
| | | | Sponsored by: Absolight
* Move devel/libcheck to devel/checksunpoet2017-02-051-1/+1
| | | | - Bump PORTREVISION for dependent ports
* devel/boost-*: update to 1.63.0jbeich2017-01-061-1/+1
| | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1
* devel/boost-*: update to 1.62.0jbeich2016-11-231-1/+1
| | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office)
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-11-201-1/+1
| | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler.
* When there is a do-install target, do not use a post-install target, domat2016-07-191-3/+1
| | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight
* Reset ports maintained by horia@racoviceanu.com.rakuco2016-06-281-1/+1
| | | | | | | | | | | | | The last change submitted or approved by Horia in Bugzilla dates back to September 2015. Since then, all commits to his ports were landed by others after the maintainer timeout period expired (see r383744, r405055, r405057, r400461 and r414655, for example). Horia did show interest in coming back after I sent a private email a few months ago, but since nothing has changed it is better to reassign his ports back to the heap. Differential Revision: https://reviews.freebsd.org/D5980
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-4/+4
| | | | | With hat: portmgr Sponsored by: Absolight
* Drop 8 support.mat2015-10-151-4/+0
| | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694
* Don't needlessly override MAKE_CMD and also respect DISABLE_MAKE_JOBS.bdrewery2015-03-231-4/+4
|
* - Bump PORTREVISIONamdmi32014-11-294-125/+96
| | | | | | | | | | | | - Add USE_GCC=yes, fix mysql signal 11 crash - Remove dependency on net/asio, use asio from devel/boost-libs - Remove GARB option (linker problem - upstream notified) - Fix errnos warnings - Fix problem with 'ar' and pass RPATH properly PR: 195457 Submitted by: amdmi3 (but all changes by maintainer) Approved by: horia@racoviceanu.com (maintainer)
* - Convert ports from databases/ and deskutils/ to new USES=pythonmva2014-10-191-2/+1
| | | | Approved by: portmgr (implicit)
* The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD andjhb2014-10-181-0/+11
| | | | | | | | | is being removed. No portrev bump needed since the kernel will continue to accept this flag for old binaries even after support for it in new binaries is removed. PR: 193961 Approved by: portmgr (antoine)
* USES=execinfobapt2014-08-051-3/+2
|
* databases/galera: change USE_PYTHON to USE_PYTHON_BUILDmarino2014-07-212-7/+6
| | | | | | | Also adjust RUN_DEPENDS and BUILD_DEPENDS and fix LD_LIBRARY_PATH PR: 190364 Submitted by: maintainer (Horia Racoviceanu)
* Galera wsrep provider to Galera Cluster for MySQL, an easy-to-usenemysis2014-04-024-0/+322
high-availability solution with high system up-time, no data loss, and scalability for future growth. WWW: http://galeracluster.com PR: ports/184654 Submitted by: Horia Racoviceanu <horia@racoviceanu.com>