Commit graph

3 commits

Author SHA1 Message Date
Kirill Ponomarev
b49d8d72f3 Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
if /usr/bin/ld is lld, until the issue can be addressed.

PR:		214864
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
2018-01-07 19:43:13 +00:00
Kurt Jaeger
4ebeced384 databases/postgres-xl: fix BUILD_DEPENDS
PR:		219164
Submitted by:	joneum
2017-08-16 20:00:46 +00:00
Kurt Jaeger
3daef6eeef New port: databases/postgres-xl
Postgres-XL is an open source project to provide both write-scalability and
massively parallel processing transparently to PostgreSQL. It is a collection
of tightly coupled database components which can be installed on more than one
system or virtual machine.

Write-scalable means Postgres-XL can be configured with as many database
servers as you want and handle many more writes (updating SQL statements) than
a single standalone database server could otherwise do. You can have more than
one database server that provides a single database view. Any database update
from any database server is immediately visible to any other transactions
running on different servers. Transparent means you do not necessarily need
to worry about how your data is stored in more than one database servers
internally.

WWW: http://www.postgres-xl.org/

PR:		219164
Submitted by:	Jov <amutu@amutu.com>
2017-08-16 18:55:15 +00:00