notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/pg_reorg/Makefile
SVNWeb

Number of commits found: 17

Sun, 13 Jun 2021
[ 10:50 Rene Ladan (rene) search for other commits by this committer ]    commit hash:a3da90c5e4f183d6a61b55ac6da01974ab575ed1  commit hash:a3da90c5e4f183d6a61b55ac6da01974ab575ed1  commit hash:a3da90c5e4f183d6a61b55ac6da01974ab575ed1  a3da90c  (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
*/*: Remove expired ports:

2021-06-13 databases/postgresql95-client: PostgreSQL-9.5 has reached end-of-life
2021-06-13 databases/postgresql95-contrib: PostgreSQL-9.5 has reached
end-of-life
2021-06-13 databases/postgresql95-docs: PostgreSQL-9.5 has reached end-of-life
2021-06-13 databases/postgresql95-pgtcl: PostgreSQL-9.5 has reached end-of-life
2021-06-13 databases/postgresql95-plperl: PostgreSQL-9.5 has reached end-of-life
2021-06-13 databases/postgresql95-plpython: PostgreSQL-9.5 has reached
end-of-life
2021-06-13 databases/postgresql95-pltcl: PostgreSQL-9.5 has reached end-of-life
2021-06-13 databases/postgresql95-server: PostgreSQL-9.5 has reached end-of-life
databases/pg_reorg: abandonware only for PostgreSQL 9.5
databases/pgespresso: functionality part of PostgreSQL 9.6 and later
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 24 Jul 2020
[ 16:48 rene search for other commits by this committer ] Original commit   Revision:543260
databases/pg_reorg: limit to PostgreSQL 9.5, bump PORTREVISION
Sat, 19 Oct 2019
[ 12:21 rakuco search for other commits by this committer ] Original commit   Revision:514793 (Only the first 10 of 106 ports in this commit are shown above. View all ports for this commit)
Switch MASTER_SITES and WWW to https in Chris' ports.

PR:		241272
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
Sat, 3 Aug 2019
[ 10:49 tobik search for other commits by this committer ] Original commit   Revision:507946
databases/pg_reorg: Fixup r507940 and declare compatible PostgreSQL versions
correctly
[ 09:02 tobik search for other commits by this committer ] Original commit   Revision:507940
databases/pg_reorg: Do not build on newer PostgreSQL versions

It fails to build with PostgreSQL 11:

pgut/pgut.c:389:47: error: too few arguments to function call, expected 4, have
3
        return simple_prompt("Password: ", 100, false);
               ~~~~~~~~~~~~~                         ^
/usr/local/include/postgresql/server/port.h:193:1: note: 'simple_prompt'
declared here
extern void simple_prompt(const char *prompt, char *destination, size_t destlen,
^
1 error generated.

http://package18.nyi.freebsd.org/data/120amd64-default-PR239514/2019-07-29_20h41m52s/logs/pg_reorg-1.1.11_2.log

And after fixing that one:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
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
Sun, 24 Jun 2018
[ 00:54 linimon search for other commits by this committer ] Original commit   Revision:473169 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 14 Apr 2015
[ 06:56 danfe search for other commits by this committer ] Original commit   Revision:383980
- Provide another master site, as it appears that pgfoundry may be fading
- Point WWW line to a working page in the port description, reformat it
- Unmute installation command while I'm here

PR		199424
Submitted by:	maintainer
Tue, 24 Feb 2015
[ 17:44 jbeich search for other commits by this committer ] Original commit   Revision:379831
- Update to 1.1.11
- Require PostgreSQL 9.1+
- Strip binaries
- Sync pkg-descr
- Pass maintainership

PR:		197586
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>

ChangeLog:
- Supports PostgreSQL 9.4
- Change not to wait for transactions in different databases.
- Support for DESC, NULLS FIRST/LAST, COLLATE to index keys.
Thu, 29 May 2014
[ 20:21 mat search for other commits by this committer ] Original commit   Revision:355744
- Fix build
- Fix plist with pgsql > 9.0
- Update to 1.1.10 to fix with pgsql >= 9.3

Sponsored by:	Absolight
Tue, 13 May 2014
[ 16:48 antoine search for other commits by this committer ] Original commit   Revision:353971
Maintainer no longer wishes to maintain those 2 ports
Mon, 5 May 2014
[ 13:48 bapt search for other commits by this committer ] Original commit   Revision:353002
Convert to USES=pgsql

While here:
databases/pg_reorg
- stagify

databases/iplike
- convert to USES=libtool
- strip binarie

databases/ip4r
- strip binaries

databases/postgresql-libpgeasy
- convert to USES=libtool
- strip binaries
- stagify

databases/postgresql-libpqxx
- convert to USES=libtool
- strip binaries

databases/postgresql-libpqxx3
- convert to USES=libtool
- strip binaries
Fri, 20 Sep 2013
[ 16:13 bapt search for other commits by this committer ] Original commit   Revision:327717 (Only the first 10 of 927 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Sun, 21 Jul 2013
[ 17:16 marino search for other commits by this committer ] Original commit   Revision:323404
databases/pg_reorg: Upgrade to v1.1.8, use DESTDIR

This version upgrade is required for PostgreSQL 9.2 support and was
proposed by the maintainer.  Additional changes were added by myself:
  1) Header trimmed
  2) USE_GMAKE changed to USES+=gmake
  3) NOPORTSDOCS changed to options/DOCS
  4) Proposed logic for alternative PLIST was replaced with DESTDIR support

The package list changes directory structure depending if postgresql 91
or higher client is used.  This could have been handled with PLIST_SUB
(rather than an alternate pkg-plist) but PGSQL_VER variable isn't
evaluated until much later.  Using an intermediate DESTDIR scheme not
only makes the DOCS option handling cleaner, it makes the pkg-plist creation
bulletproof.  It also gives this port a head start for future "Stage" support.

PR:		ports/179954
Submitted by:	marino
Approved by:	bapt (mentor), maintainer
Mon, 26 Dec 2011
[ 20:00 pawel search for other commits by this committer ] Original commit 
pg_reorg allows you to reorganize your tables online,
for example, do online vacuum full or cluster.

WWW: http://pgfoundry.org/projects/reorg/

PR:             ports/160313
Submitted by:   alp@sfedu.ru, improvements by rm@

Number of commits found: 17