1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
Commit Graph

57 Commits

Author SHA1 Message Date
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
Matthew Seaman
0dfb387ba5 Update to 7.1.2
ChangeLog:	https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2018-01-07 19:17:25 +00:00
Mark Linimon
8ae42417cc These are also broken on aarch64 in the same way as armv6/7.
Approved by:	portmgr (tier-2 blanket)
2017-12-09 01:39:19 +00:00
Mark Linimon
e8210b4758 Mark more ports broken that fail on both armv6 and armv7.
Approved by:	portmgr (tier-2 blanket)
2017-12-09 00:42:05 +00:00
Matthew Seaman
686cc09488 Upgrade to 7.1.1
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2017-12-02 18:07:04 +00:00
Matthew Seaman
3d5fef6162 Update to 7.1.0
Add a new option ANONSTATS to enable anonymous statistics collection,
off by default.
2017-11-17 07:37:54 +00:00
Matthew Seaman
d3cfab5904 Update to 7.0.3
ChangeLog:	https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2017-10-18 06:53:43 +00:00
Matthew Seaman
1ed4c2da3f Update to 7.0.2
ChangeLog:	https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2017-09-30 17:46:41 +00:00
Matthew Seaman
bdc95172ed Update to 7.0.1
ChangeLog:	https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2017-09-13 22:13:58 +00:00
Matthew Seaman
aeeb6079ed Upgrade to 7.0.0
Pet portlint by reordering some lines in the Makefile

Note: minimum required value of postgresql is now 9.6

ChangeLog:    https://github.com/citusdata/citus/blob/v7.0.0/CHANGELOG.md
2017-08-29 12:43:06 +00:00
Matthew Seaman
b6eee57ada Update to 6.2.3
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2017-07-18 13:01:26 +00:00
Sunpoet Po-Chuan Hsieh
cb037d3c98 Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
2017-06-27 13:46:53 +00:00
Matthew Seaman
cb3f63cfb5 Update to 6.2.2
Changelog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2017-06-07 12:35:47 +00:00
Matthew Seaman
0365710652 Update to 6.2.1
ChangeLog:	https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2017-05-25 07:58:59 +00:00
Matthew Seaman
52bc049b2d Upgrade to 6.2.0
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2017-05-17 19:27:05 +00:00
Matthew Seaman
cbd578c374 Update to 6.1.1
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2017-05-06 11:09:48 +00:00
Matthew Seaman
179c8320cb Update to 6.1.0
ChangeLog:	https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2017-02-10 08:30:49 +00:00
Dmitry Marakasov
9d79e7b146 - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-09 13:16:49 +00:00
Matthew Seaman
bcc29940c3 Update to 6.0.1
ChangeLog:	https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2016-11-30 18:55:49 +00:00
Matthew Seaman
647710051f Update to 6.0.0
ChangeLog:	https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2016-11-12 13:37:32 +00:00
Matthew Seaman
f5aaf6e55d Upgrade to 5.2.2
ChangeLog: https://github.com/citusdata/citus/blob/release-5.2/CHANGELOG.md
2016-11-08 08:38:38 +00:00
Matthew Seaman
320df82176 pg_citus is not compatible with postgresql 9.6.0 -- only 9.5.x works.
For now.
2016-10-04 09:35:20 +00:00
Matthew Seaman
a6405d78e3 Upgrade to 5.2.1
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2016-09-07 13:46:58 +00:00
Matthew Seaman
7b4c13b292 Update to version 5.2.0
Note: this release drops support for postgresql-9.4.x:
postgresql-9.5.x or above is now mandatory.

ChangeLog:	  https://github.com/citusdata/citus/blob/v5.2.0/CHANGELOG.md
2016-08-19 10:13:45 +00:00