9 Commits

Author SHA1 Message Date
Babak Farrokhi
c760895e11 databases/pg_repack: Update to 1.4.4 2019-04-14 09:05:19 +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
Babak Farrokhi
a2683a2c28 databases/pg_repack: Update to 1.4.3
- Update to 1.4.3
- Take maintainership

Changes: https://github.com/reorg/pg_repack/releases/tag/ver_1.4.3

Security:	CVE-2018-1058
2018-08-04 14:20:23 +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
Yuri Victorovich
4cceb98fa2 Correction to r473019: Revert the unintended change to the 'Created by' headers. 2018-06-22 08:28:00 +00:00
Yuri Victorovich
d7ec60f5a5 Reset MAINTAINER on ports maintained by amutu@amutu.com
Based on the new policy of all maintained ports reset
when maintaner is absent for 3 months.

Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months).
portscout database indicates that 48.94% of his ports aren't updated.
2018-06-22 08:04:38 +00:00
Jimmy Olgeni
7455deb29c Update databases/pg_repack to version 1.4.2.
This version adds support for PostgreSQL 10.

PR:		222986
Submitted by:	olgeni
Approved by:	maintainer timeout (2 weeks)
2017-10-28 17:41:34 +00:00
Jimmy Olgeni
def149f42f Update databases/pg_repack to version 1.4.1.
PR:		221981
Submitted by:	olgeni
Approved by:	maintainer
2017-09-03 14:47:43 +00:00
Torsten Zuehlsdorff
c94f993a8a New port: databases/pg_repack
Pg_repack is a PostgreSQL extension which lets you remove bloat from tables and
indexes, and optionally restore the physical order of clustered indexes. Unlike
CLUSTER and VACUUM FULL it works online, without holding an exclusive lock on
the processed tables during processing. pg_repack is efficient to boot, with
performance comparable to using CLUSTER directly.

WWW: https://github.com/reorg/pg_repack

PR:           219679
Submitted by: Jov <amutu@amutu.com>
2017-07-06 10:10:08 +00:00