11 Commits

Author SHA1 Message Date
Kai Knoblich
ea525b5b7d databases/pg_partman: Update to 4.0.0
* Fix whitespace in pkg-descr

Changelog:

https://github.com/pgpartman/pg_partman/blob/v4.0.0/CHANGELOG.txt

PR:		237001
Submitted by:	Lacey Powers <lacey.leanne@gmail.com> (maintainer)
Approved by:	mentors (implicit)
2019-04-25 16:00:21 +00:00
Tobias Kortkamp
d23a225ecd Do not set OPTIONS_DEFINE twice 2019-01-06 12:26:02 +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
Steve Wills
2f390affe5 databases/pg_partman: Update to 3.2.1
PR:		231529
Submitted by:	Lacey Powers <lacey.leanne@gmail.com> (maintainer)
2018-09-21 18:10:59 +00:00
Mathieu Arnold
e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00
Mark Linimon
078a5d7419 Workaround the following problem on aarch64 by setting LLD_UNSAFE=yes:
cc: error: invalid linker name in argument '-fuse-ld=bfd'

Neither emaste nor I can figure out exactly where the offending stanza is
coming in.  It will take someone with more knowledge of gmake debug flags,
and possibly the src build infrastructure, to figure it out.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-06-24 00:54:27 +00:00
Steve Wills
90b9633f33 databases/pg_partman: Update to 3.1.3
PR:		228083
Submitted by:	Lacey Powers <lacey.leanne@gmail.com> (maintainer)
2018-05-09 02:35:36 +00:00
Wen Heping
d42cdc6035 - Update to 3.1.2
PR:		226082
Submitted by:	lacey.leanne@gmail.com(maintainer)
2018-02-21 11:28:03 +00:00
Danilo G. Baio
4906a957f2 databases/pg_partman: Update to 3.1.1
While here:
  - Add LICENSE_FILE.
  - Remove GH_TUPLE because it's been used for the default distribution file.
  - Strip pg_partman_bgw.so (Q/A warning).
  - Switch to options helper (DOCS).

Changes:	https://github.com/keithf4/pg_partman/blob/v3.1.1/CHANGELOG.txt

PR:		225041
Submitted by:	Lacey Powers <lacey.leanne@gmail.com> (maintainer)
2018-01-17 01:28:36 +00:00
Tobias C. Berner
6697b41a0e Update databases/pg_partman to 3.1.0
PR:		223723
Submitted by:	Lacey Powers <lacey.leanne@gmail.com> (maintainer)
2017-11-17 21:34:18 +00:00
Kurt Jaeger
b0a3a0e5e0 New port: databases/pg_partman
pg_partman is an extension to create and manage both time-based and
serial-based table partition sets. Sub-partitoning is also supported.
Child table & trigger function creation is all managed by the extension
itself. Tables with existing data can also have their data partitioned in
easily managed smaller batches. Optional retention policy can automatically
drop partitions no longer needed. A background worker (BGW) process is
included to automatically run partition maintenance without the need of an
external scheduler (cron, etc) in most cases.

WWW: https://github.com/keithf4/pg_partman

PR:		214417
Submitted by:	Lacey Powers <lacey.leanne@gmail.com>
Reviewed by:	ler
2017-08-11 09:26:25 +00:00