notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details on branch 2020Q3
galera26 Synchronous multi-master replication engine
26.4.5 databases on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 26.4.5Version of this port present on the latest quarterly branch.
Maintainer: devel@galeracluster.com search for ports maintained by this maintainer
Port Added: 2020-07-09 22:01:39
Last Update: 2020-07-09 22:00:50
Commit Hash: 9a6b135
License: GPLv2
WWW:
https://galeracluster.com/
Description:
Galera v26 wsrep provider library for Galera Cluster for MySQL, an easy-to-use high-availability solution with high system up-time, no data loss, and scalability for future growth. WWW: https://galeracluster.com/
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (7 items)
Collapse this list.
  1. bin/garbd
  2. lib/libgalera.so
  3. lib/libgalera_smm.so
  4. @ldconfig
  5. /usr/local/share/licenses/galera26-26.4.5/catalog.mk
  6. /usr/local/share/licenses/galera26-26.4.5/LICENSE
  7. /usr/local/share/licenses/galera26-26.4.5/GPLv2
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • galera26>0:databases/galera26
To install the port:
cd /usr/ports/databases/galera26/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/galera26
  • pkg install galera26
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: galera26
Flavors: there is no flavor information for this port.
NOT_FOR_ARCHS: i386
distinfo:
TIMESTAMP = 1593644427 SHA256 (codership-galera-release_26.4.5_GH0.tar.gz) = 10b4901d909cc63775781c13a123abb393d71363b019620631e98787d4b44ea1 SIZE (codership-galera-release_26.4.5_GH0.tar.gz) = 3433244

Expand this list (2 items)

Collapse this list.

SHA256 (codership-wsrep-API-75a5f452f2ba07b0f4a3a9a94825fccc71b27398_GH0.tar.gz) = ac782d33d84a874d89bbe4eeb818ab56ae729aee4c491f91892694a2e134c558 SIZE (codership-wsrep-API-75a5f452f2ba07b0f4a3a9a94825fccc71b27398_GH0.tar.gz) = 50214

Collapse this list.


Packages (timestamps in pop-ups are UTC):
galera26
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest26.4.2526.4.2526.4.626.4.22_1-n/an/an/a
FreeBSD:13:quarterly26.4.2526.4.2526.4.1526.4.22_1-n/an/an/a
FreeBSD:14:latest26.4.2526.4.2526.4.1326.4.22_1---26.4.14_1
FreeBSD:14:quarterly26.4.2526.4.25-26.4.22_1--26.4.16_126.4.16_1
FreeBSD:15:latest26.4.2526.4.25n/a26.4.22_1n/an/a26.4.16_126.4.16_2
FreeBSD:15:quarterly26.4.2526.4.25n/a-n/an/a--
FreeBSD:16:latest26.4.2526.4.25n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. checkmk : devel/check
  2. shared_ptr.hpp : devel/boost-libs
  3. objdump : devel/binutils
  4. python3.7 : lang/python37
  5. scons-3.7 : devel/scons@py37
Library dependencies:
  1. libboost_date_time.so : devel/boost-libs
This port is required by:
for Libraries
  1. databases/mariadb104-server

Configuration Options:
===> The following configuration options are available for galera26-26.4.5: BOOSTPOOL=off: Use boost pool allocator BPOSTATIC=off: Use static boost_program_options DEBUG=off: Build with debugging support ===> Use 'make config' to modify these settings
Options name:
databases_galera26
USES:
compiler:c++11-lang python:build scons ssl
pkg-message:
For install:
Find the Galera Cluster documentation at http://galeracluster.com/documentation-webpages/
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/codership/galera/tar.gz/release_26.4.5?dummy=/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
26.4.5
09 Jul 2020 22:00:50
commit hash: 9a6b135d75af1e04de4340aa8724b0416b28127ccommit hash: 9a6b135d75af1e04de4340aa8724b0416b28127ccommit hash: 9a6b135d75af1e04de4340aa8724b0416b28127ccommit hash: 9a6b135d75af1e04de4340aa8724b0416b28127c files touched by this commit
Jochen Neumeister (joneum) search for other commits by this committer
MFH: r541752

The garbd options are semicolon separated key value pairs.
The current rc.d script does not support multiple options(eg.
"gmcast.listen_addr=tcp://0.0.0.0:5567;pc.weight=1")

The variable garb_galera_options need to be quoted in command line.

PR:		236795
Reported by:	TAO ZHOU <zhoutao@laocius.org>
Approved by:	devel@galeracluster.com (maintainer)
Sponsored by:	Netzkommune GmbH

Approved by:	ports-secteam (with hat)
26.4.5
09 Jul 2020 22:00:50
Revision:541829Original commit files touched by this commit
joneum search for other commits by this committer
MFH: r541752

The garbd options are semicolon separated key value pairs.
The current rc.d script does not support multiple options(eg.
"gmcast.listen_addr=tcp://0.0.0.0:5567;pc.weight=1")

The variable garb_galera_options need to be quoted in command line.

PR:		236795
Reported by:	TAO ZHOU <zhoutao@laocius.org>
Approved by:	devel@galeracluster.com (maintainer)
Sponsored by:	Netzkommune GmbH

Approved by:	ports-secteam (with hat)

Number of commits found: 2