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/skytools/Makefile
SVNWeb

Number of commits found: 27

Sun, 18 Aug 2019
[ 13:28 tobik search for other commits by this committer ] Original commit   Revision:509208
databases/skytools: Unbreak build with PostgreSQL 11

logutriga.c:57:24: error: member reference type 'FormData_pg_attribute' (aka
'struct FormData_pg_attribute') is not a pointer; did you mean to use '.'?
if (tupdesc->attrs[i]->attisdropped)
~~~~~~~~~~~~~~~~~^~
.
logutriga.c:148:24: error: member reference type 'FormData_pg_attribute' (aka
'struct FormData_pg_attribute') is not a pointer; did you mean to use '.'?
if (tupdesc->attrs[i]->attisdropped)
~~~~~~~~~~~~~~~~~^~
.
2 errors generated.

http://package18.nyi.freebsd.org/data/120amd64-default-PR239514/2019-07-29_20h41m52s/logs/skytools-3.2_3.log

While here deprecate it.  It was last updated in 2014 and seems to
have been abandoned.

PR:		239652
Approved by:	sam@cassiba.com (maintainer timeout, 2 weeks)
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
Mon, 10 Sep 2018
[ 13:15 mat search for other commits by this committer ] Original commit   Revision:479407 (Only the first 10 of 127 ports in this commit are shown above. View all ports for this commit)
Add EXAMPLES options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
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)
Mon, 19 Feb 2018
[ 11:10 antoine search for other commits by this committer ] Original commit   Revision:462307 (Only the first 10 of 442 ports in this commit are shown above. View all ports for this commit)
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Mon, 19 Oct 2015
[ 14:50 amdmi3 search for other commits by this committer ] Original commit   Revision:399684 (Only the first 10 of 93 ports in this commit are shown above. View all ports for this commit)
Improve shebangfix framework

- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
Sat, 22 Nov 2014
[ 20:40 crees search for other commits by this committer ] Original commit   Revision:373100 (Only the first 10 of 88 ports in this commit are shown above. View all ports for this commit)
Finally retire USE_PGSQL
Sun, 28 Sep 2014
[ 17:57 mva search for other commits by this committer ] Original commit   Revision:369474
- Convert to USES=python

Approved by:	portmgr (implicit)
Wed, 13 Aug 2014
[ 21:31 wg search for other commits by this committer ] Original commit   Revision:364810
databases/skytools: update to 3.2

- Support stage
- Pass maintainership to submitter

PR:		192601
Submitted by:	Sam Cassiba
Fri, 4 Jul 2014
[ 23:48 bapt search for other commits by this committer ] Original commit   Revision:360691 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
Sun, 8 Dec 2013
[ 13:10 mva search for other commits by this committer ] Original commit   Revision:335883
- Fix the usage of 'python' to get rid of the implicit lang/python
  dependency

Approved by:	portmgr (blanket)
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)
Mon, 22 Jul 2013
[ 08:24 marino search for other commits by this committer ] Original commit   Revision:323437
databases/skytools: Fix PYTHON specification

Python 2.5 is no longer in the tree.
Right now all versions of python are considered to be acceptable.

Approved by:	culot (mentor)
Suggested by:	jgh
[ 06:48 marino search for other commits by this committer ] Original commit   Revision:323429
databases/skytools: Restrict to postgresql 9.1 and earlier

This version of skytools fails to build with postgresql 9.2
This port had complex logic to change pkg-plist with pgsql > 8.2, but
now all versions meet this criteria.  Remove the logic and trim the
pkg-plist as well as the header.  Also convert USE_GMAKE to USES+=gmake.

PR:		ports/179957
submitted by:	marino
Approved by:	bapt (mentor), maintainer timeout
Fri, 25 Feb 2011
[ 00:12 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
- Move over to py25+ or above
- While here kick md5 support
Sun, 26 Dec 2010
[ 15:32 jpaetzel search for other commits by this committer ] Original commit 
Update to 2.1.12

PR:     ports/153442
Submitted by:   Khee Chin <kheechin@gmail.com>
Approved by:    Khee Chin <kheechin@gmail.com> (maintainer)
Thu, 2 Dec 2010
[ 14:55 pav search for other commits by this committer ] Original commit 
- txid bits are installed conditionally on postgresql version, fix plist

PR:             ports/146913
Reported by:    Alexey Markov <redrat@mail.ru>
Approved by:    feedback timeout on the PR
Sat, 27 Mar 2010
[ 22:51 miwi search for other commits by this committer ] Original commit 
- Update to 2.1.11

PR:             145003
Submitted by:   Khee Chin <kheechin@gmail.com> (maintainer)
Thu, 14 Jan 2010
[ 07:04 linimon search for other commits by this committer ] Original commit 
Over to submitter of last update.
Sun, 10 Jan 2010
[ 03:54 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 71 ports in this commit are shown above. View all ports for this commit)
With portmgr hat on, reset the maintainership of skv@ for ports that
he has had one or more maintainer-timeouts on in the past 12 months.
Sun, 11 Oct 2009
[ 19:36 wxs search for other commits by this committer ] Original commit 
- Update to 2.1.10

PR:             ports/138446
Submitted by:   Khee Chin <kheechin@gmail.com>
Approved by:    maintainer timeout
Mon, 8 Jun 2009
[ 22:30 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 97 ports in this commit are shown above. View all ports for this commit)
- Update lang/python26 and make Python 2.6.2 to the default Python version

Tested by:      3 pointyhat runs
Thanks to:      pav, gahr, lwhsu, mva, amdmi3
Thu, 4 Sep 2008
[ 14:07 skv search for other commits by this committer ] Original commit 
Update to 2.1.7

PR:             ports/124303
Submitted by:   Pierre-Emmanuel André
Fri, 6 Jun 2008
[ 13:17 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 155 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Mon, 30 Jul 2007
[ 17:41 pav search for other commits by this committer ] Original commit 
- Fix with python25
Thu, 26 Jul 2007
[ 20:42 skv search for other commits by this committer ] Original commit 
Add skytools 2.1.4, PostgreSQL tools from Skype: walshipping, queueing,
replication.

Number of commits found: 27