Re: [UPDATE] databases/citus 9.0.1 -> 9.4.0

2020-08-27 Thread Martin
Can anyone pay attention to this port update? Citus scales out PostgreSQL horizontally—transforming relational & open source database into a distributed database. Martin ‐‐‐ Original Message ‐‐‐ On Wednesday, August 5, 2020 9:23 PM, Martin wrote: > ping > > Update Citus for horizontal

Re: [UPDATE] databases/citus 9.0.1 -> 9.4.0

2020-08-19 Thread Martin
*ping* ‐‐‐ Original Message ‐‐‐ On Tuesday, August 11, 2020 11:05 PM, Martin wrote: > patch_configure should fix an attempt to install citus.so in wrong directory > instead of /usr/local/lib/postgresql. Files attached. > > Martin > > ‐‐‐ Original Message ‐‐‐ > On Wednesday, Augu

Re: [UPDATE] databases/citus 9.0.1 -> 9.4.0

2020-08-11 Thread Martin
patch_configure should fix an attempt to install citus.so in wrong directory instead of /usr/local/lib/postgresql. Files attached. Martin ‐‐‐ Original Message ‐‐‐ On Wednesday, August 5, 2020 9:52 PM, Stuart Henderson wrote: > "make test" fails because it tries to directly install cit

Re: [UPDATE] databases/citus 9.0.1 -> 9.4.0

2020-08-06 Thread Martin
Just test this port update one more time. Actual files location of citus 9.4.0 is /var/local/lib/postgresql/citus.so The same /var/local/lib/postgresql/citus.so location has been used by citus-9.0.1 before update. Martin ‐‐‐ Original Message ‐‐‐ On Thursday, August 6, 2020 11:27 AM, S

Re: [UPDATE] databases/citus 9.0.1 -> 9.4.0

2020-08-06 Thread Martin
I expect this from inherited from 9.0.1 port. Sorry for stupid question, but should I set a different ${WRKDIR} or what to fix this? Martin ‐‐‐ Original Message ‐‐‐ On Thursday, August 6, 2020 10:20 AM, Stuart Henderson wrote: > It tries to install under /usr/local as part of the port

Re: [UPDATE] databases/citus 9.0.1 -> 9.4.0

2020-08-06 Thread Martin
I don't know how could that be. Why does it try to directly install citus.so under /usr/local/lib? pkg/PLIST has the same citus.so destination as for v9.0.1 -lib/postgresql/citus.so +@so lib/postgresql/citus.so Martin ‐‐‐ Original Message ‐‐‐ On Wednesday, August 5, 2020 9:52 PM, Stuart

Re: [UPDATE] databases/citus 9.0.1 -> 9.4.0

2020-08-06 Thread Stuart Henderson
On 2020/08/06 12:07, Martin wrote: > Just test this port update one more time. Actual files location of citus > 9.4.0 is /var/local/lib/postgresql/citus.so > > The same /var/local/lib/postgresql/citus.so location has been used by > citus-9.0.1 before update. > > Martin > > > ‐‐‐ Original

Re: [UPDATE] databases/citus 9.0.1 -> 9.4.0

2020-08-06 Thread Stuart Henderson
It will either need patching to not install there, or perhaps adding itself as a TEST_DEPENDS might do the trick. On 2020/08/06 10:52, Martin wrote: > I expect this from inherited from 9.0.1 port. Sorry for stupid question, but > should I set a different ${WRKDIR} or what to fix this? > > Martin

Re: [UPDATE] databases/citus 9.0.1 -> 9.4.0

2020-08-06 Thread Stuart Henderson
It tries to install under /usr/local as part of the ports "make test", it should not touch this, only things under ${WRKDIR} On 2020/08/06 09:42, Martin wrote: > I don't know how could that be. > Why does it try to directly install citus.so under /usr/local/lib? > > pkg/PLIST has the same citus.s

Re: [UPDATE] databases/citus 9.0.1 -> 9.4.0

2020-08-05 Thread Martin
Text file with diffs attached. Mail was switched to plain text messages only. All should works fine since then. Martin ‐‐‐ Original Message ‐‐‐ On Wednesday, August 5, 2020 9:52 PM, Stuart Henderson wrote: > "make test" fails because it tries to directly install citus.so under > /us

Re: [UPDATE] databases/citus 9.0.1 -> 9.4.0

2020-08-05 Thread Martin
*ping* Update Citus for horizontally scaling PostgreSQL using sharding and replication mechanisms. Martin ‐‐‐ Original Message ‐‐‐ On Friday, July 31, 2020 8:03 AM, Martin wrote: > Comments? OK? > > Martin > > Index: Makefile > > === > > RCS file: /

Re: [UPDATE] databases/citus 9.0.1 -> 9.4.0

2020-08-05 Thread Stuart Henderson
"make test" fails because it tries to directly install citus.so under /usr/local/lib : /usr/obj/ports/citus-9.4.0/bin/install -c -m 755 citus.so '/usr/local/lib/postgresql/citus.so' your mail was quoted-printable-encoded which is a massive pain for diffs On 2020/08/05 21:23, Martin wrote:

[UPDATE] databases/citus 9.0.1 -> 9.4.0

2020-07-31 Thread Martin
Comments? OK? Martin Index: Makefile === RCS file: /cvs/openbsd/ports/databases/citus/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- Makefile6 Feb 2020 00:37:13 - 1.7 +++ Makefile31 Jul 2020 06:24: