Commit Graph

80 Commits

Author SHA1 Message Date
Matthew Seaman a60cc0dde6 Update to 9.5.2
ChangeLog:	https://github.com/citusdata/citus/blob/v9.5.2/CHANGELOG.md
2021-01-30 10:16:17 +00:00
Matthew Seaman 694fda30c9 Update to 9.5.1
ChangeLog:	https://github.com/citusdata/citus/blob/v9.5.1/CHANGELOG.md
2020-12-05 12:03:16 +00:00
Matthew Seaman fee6869a23 Update to 9.5.0
ChangeLog:	https://github.com/citusdata/citus/blob/v9.5.0/CHANGELOG.md
2020-11-19 13:56:08 +00:00
Matthew Seaman dc52f312dd Update to 9.4.2
ChangeLog:	https://github.com/citusdata/citus/blob/v9.4.2/CHANGELOG.md
2020-10-24 12:54:33 +00:00
Matthew Seaman 4a912eb9e7 Update to 9.4.1
ChangeLog:	https://github.com/citusdata/citus/blob/v9.4.1/CHANGELOG.md
2020-10-04 19:42:14 +00:00
Matthew Seaman b096dfc411 Update to 9.4.0
ChangeLog:	https://github.com/citusdata/citus/blob/v9.4.0/CHANGELOG.md
2020-08-05 06:38:09 +00:00
Matthew Seaman 7d1a5f4d69 Update to 9.3.5
ChangeLog:	https://github.com/citusdata/citus/blob/v9.3.5/CHANGELOG.md
2020-07-25 11:43:20 +00:00
Matthew Seaman 4159d8f688 Update to 9.3.3
ChangeLog:	https://github.com/citusdata/citus/blob/v9.3.3/CHANGELOG.md
2020-07-11 23:05:06 +00:00
Matthew Seaman 6e3e5e7bae Update to 9.3.2
ChangeLog:	https://github.com/citusdata/citus/blob/v9.3.2/CHANGELOG.md
2020-06-25 06:45:48 +00:00
Matthew Seaman 8f054846da Update to 9.3.1
ChangeLog:	https://github.com/citusdata/citus/blob/v9.3.1/CHANGELOG.md
2020-06-18 19:36:37 +00:00
Matthew Seaman efe6b4c5e1 Update to 9.3.0
ChangeLog:	https://github.com/citusdata/citus/blob/v9.3.0/CHANGELOG.md
2020-05-09 10:56:14 +00:00
Matthew Seaman 260a096215 Mark the port as requiring postgresql-11 or higher. Attempting to
build the port with postgres-10 results in:

```
configure: error: Citus is not compatible with the detected PostgreSQL version 10.
```

No PORTREVISION bump, as this will have no effect on the default
packages (which link against postgresql-11) or on anyone who has
successfully built pg_citus.  All that happens is that we detect the
incompatible postgresql version earlier in the build process and error
out sooner.

PR:		245958
Reported by:	rainer@ultra-secure.de
2020-04-27 20:51:18 +00:00
Matthew Seaman 98b9c02e5f Update to 9.2.4
This release is a fix for errors in the previous 9.2.3 release.

ChangeLog:	 https://github.com/citusdata/citus/blob/v9.2.4/CHANGELOG.md
2020-04-01 17:17:37 +00:00
Matthew Seaman 6d9e5f5d3a Update to 9.2.3
ChangeLog:	https://github.com/citusdata/citus/blob/v9.2.3/CHANGELOG.md
2020-03-26 13:44:08 +00:00
Matthew Seaman e6dc31c85f Update to 9.2.2
ChangeLog:	https://github.com/citusdata/citus/blob/v9.2.2/CHANGELOG.md
2020-03-07 08:16:31 +00:00
Matthew Seaman 88c2ebb348 Update to 9.2.1
ChangeLog:	https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2020-02-16 11:12:26 +00:00
Matthew Seaman 4f9aa06707 Update to 9.2.0
ChangeLog:	https://github.com/citusdata/citus/blob/v9.2.0/CHANGELOG.md
2020-02-12 20:46:03 +00:00
Matthew Seaman f473756203 Update to 9.1.2
This fixes an installation bug which wouldn't affect anyone installing
from pkg(8).  No functional changes to the installed code.

ChangeLog: https://github.com/citusdata/citus/blob/v9.1.2/CHANGELOG.md
2019-12-31 12:29:00 +00:00
Matthew Seaman 87dfe9394b Update to 9.1.1
ChangeLog:	https://github.com/citusdata/citus/blob/v9.1.1/CHANGELOG.md
2019-12-20 07:01:52 +00:00
Matthew Seaman cc511d093c Update to 9.1.0
ChangeLog: https://github.com/citusdata/citus/blob/v9.1.0/CHANGELOG.md
2019-11-29 16:13:35 +00:00
Matthew Seaman 876aa7a97a Update to 9.0.1
ChangeLog: https://github.com/citusdata/citus/blob/v9.0.1/CHANGELOG.md
2019-10-27 12:32:56 +00:00
Piotr Kubaj a76d78a572 databases/pg_citus: fix build on GCC architectures
C11 compiler is required:
/usr/local/include/postgresql/server/fmgr.h:38: error: previous declaration of 'FunctionCallInfo' was here

Approved by:	mentors (implicit approval)
2019-10-24 09:54:49 +00:00
Matthew Seaman c68e9e26f6 Upgrade to 9.0.0
ChangeLog: https://github.com/citusdata/citus/blob/v9.0.0/CHANGELOG.md
2019-10-13 10:59:58 +00:00
Matthew Seaman bbea07bdbc Update to 8.3.2
ChangeLog:	https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2019-08-10 07:56:38 +00:00
Matthew Seaman ff9a4571e6 Update to 8.3.1
ChangeLog:	https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2019-07-31 19:09:43 +00:00
Gerald Pfeifer ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
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
2019-07-26 20:46:53 +00:00
Matthew Seaman d667d06dab Update to 8.3.0
Add one blank line to appease portlint.

ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2019-07-12 06:03:49 +00:00
Matthew Seaman 37f76061fe Take off the BROKEN_i386 tag, as this now builds correctly on i386. 2019-06-18 18:32:41 +00:00
Matthew Seaman 3e5a66031a Upgrade to 8.2.2
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2019-06-18 18:28:31 +00:00
Mark Linimon 7a91875788 These ports also build on armv7 (and thus, presumably, on armv6).
Approved by:	portmgr (tier-2 blanket)
Obtained from:	armv7 TRYBROKEN run
2019-05-04 04:24:52 +00:00
Mark Linimon 922dee671e These ports now build on aarch64.
Where necessary, pet portlint.

Approved by:	portmgr
Obtained from:	aarch64 TRYBROKEN run
2019-05-03 21:06:51 +00:00
Sunpoet Po-Chuan Hsieh 40c9c7f7eb Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
2019-04-09 14:04:49 +00:00
Matthew Seaman c1014e774b Update to 8.2.1
ChangeLog: https://github.com/citusdata/citus/blob/v8.2.1/CHANGELOG.md
2019-04-05 06:14:04 +00:00
Matthew Seaman bb3fdde6f9 Update to 8.2.0
This update drops support for postgresql 9.6 -- version 10 or above is
required now.

ChangeLog:	https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2019-03-30 08:59:46 +00:00
Matthew Seaman 21e8ac1ec0 Update to 8.1.1
ChangeLog:	https://github.com/citusdata/citus/blob/v8.1.1/CHANGELOG.md
2019-01-10 06:43:21 +00:00
Matthew Seaman 423bb27bc4 Update to 8.1.0
ChangeLog:	https://github.com/citusdata/citus/blob/v8.1.0/CHANGELOG.md
2018-12-21 11:37:38 +00:00
Matthew Seaman 2d0f66ee2a Remove
patch-src_backend_distributed_executor_multi__real__time__executor.c
as upstream have now incorporated equivalent changes.
2018-12-15 11:05:43 +00:00
Matthew Seaman 64125521bd Update to 8.0.2
ChangeLog:	https://github.com/citusdata/citus/blob/v8.0.2/CHANGELOG.md
2018-12-15 09:40:42 +00:00
Gerald Pfeifer a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

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, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Matthew Seaman 17432f7356 Mark as broken on i386 -- compilation fails due to the lack of the
'pg_atomic_uint64' type.  That's only deined in the upstream
postgresql code on x86_64.
2018-11-25 15:31:25 +00:00
Matthew Seaman a58e933f51 Update to 8.0.0
ChangeLog:	https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2018-11-06 07:23:58 +00:00
Matthew Seaman ac00a2f5b5 Update to 7.5.1
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2018-09-02 06:52:31 +00:00
Matthew Seaman 5bb72e7210 Update distinfo, due to checksum mismatches on download.
Side-by-side comparison of the old and new distfiles shows that
upstream have apparently rerolled the distfile, with changes to the
content.  However these changes are innocuous and consist of updating
some autoconf related files changing an embedded version string from
7.5devel to 7.5.0

Affected files:

% diff -qr pg_citus.{orig,newest}
Files pg_citus.orig/citus-7.5.0/configure and pg_citus.newest/citus-7.5.0/configure differ
Files pg_citus.orig/citus-7.5.0/configure.in and pg_citus.newest/citus-7.5.0/configure.in differ
Files pg_citus.orig/citus-7.5.0/src/test/regress/expected/multi_extension.out and pg_citus.newest/citus-7.5.0/src/test/regress/expected/multi_extension.out differ

Reported by:	olgeni, pkg-fallout
2018-07-27 21:18:27 +00:00
Matthew Seaman f1842f7d39 Delete stray blank line from pkg-plist 2018-07-26 07:04:13 +00:00
Matthew Seaman d725b0c16f Update to 7.5.0
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2018-07-26 06:13:06 +00:00
Matthew Seaman 3154d363aa Update to 7.4.1
ChangeLog:	https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2018-06-22 22:54:00 +00:00
Matthew Seaman c8fe70f782 Update to 7.4.0
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2018-05-17 21:45:53 +00:00
Matthew Seaman 37f87e1684 Update to 7.3.0
ChangeLog:	https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2018-03-17 09:12:32 +00:00
Matthew Seaman 80769f5857 Update to 7.2.1
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2018-02-08 07:05:14 +00:00
Matthew Seaman 27beccf8ec Update to 7.2.0
ChangeLog:	https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2018-01-17 22:18:07 +00:00