notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: databases/skytools/Makefile

Number of commits found: 27

Sunday, 18 Aug 2019
13:28 tobik search for other commits by this committer
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)
Original commitRevision:509208 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
Monday, 10 Sep 2018
13:15 mat search for other commits by this committer
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
Original commitRevision:479407 
Sunday, 24 Jun 2018
00:54 linimon search for other commits by this committer
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)
Original commitRevision:473169 
Monday, 19 Feb 2018
11:10 antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Original commitRevision:462307 
Monday, 19 Oct 2015
14:50 amdmi3 search for other commits by this committer
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
Original commitRevision:399684 
Saturday, 22 Nov 2014
20:40 crees search for other commits by this committer
Finally retire USE_PGSQL
Original commitRevision:373100 
Sunday, 28 Sep 2014
17:57 mva search for other commits by this committer
- Convert to USES=python

Approved by:	portmgr (implicit)
Original commitRevision:369474 
Wednesday, 13 Aug 2014
21:31 wg search for other commits by this committer
databases/skytools: update to 3.2

- Support stage
- Pass maintainership to submitter

PR:		192601
Submitted by:	Sam Cassiba
Original commitRevision:364810 
Friday, 4 Jul 2014
23:48 bapt search for other commits by this committer
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
Original commitRevision:360691 
Sunday, 8 Dec 2013
13:10 mva search for other commits by this committer
- Fix the usage of 'python' to get rid of the implicit lang/python
  dependency

Approved by:	portmgr (blanket)
Original commitRevision:335883 
Friday, 20 Sep 2013
16:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Original commitRevision:327717 
Monday, 22 Jul 2013
08:24 marino search for other commits by this committer
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
Original commitRevision:323437 
06:48 marino search for other commits by this committer
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
Original commitRevision:323429 
Friday, 25 Feb 2011
00:12 miwi search for other commits by this committer
- Move over to py25+ or above
- While here kick md5 support
Original commit
Sunday, 26 Dec 2010
15:32 jpaetzel search for other commits by this committer
Update to 2.1.12

PR:     ports/153442
Submitted by:   Khee Chin <kheechin@gmail.com>
Approved by:    Khee Chin <kheechin@gmail.com> (maintainer)
Original commit
Thursday, 2 Dec 2010
14:55 pav search for other commits by this committer
- 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
Original commit
Saturday, 27 Mar 2010
22:51 miwi search for other commits by this committer
- Update to 2.1.11

PR:             145003
Submitted by:   Khee Chin <kheechin@gmail.com> (maintainer)
Original commit
Thursday, 14 Jan 2010
07:04 linimon search for other commits by this committer
Over to submitter of last update.
Original commit
Sunday, 10 Jan 2010
03:54 linimon search for other commits by this committer
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.
Original commit
Sunday, 11 Oct 2009
19:36 wxs search for other commits by this committer
- Update to 2.1.10

PR:             ports/138446
Submitted by:   Khee Chin <kheechin@gmail.com>
Approved by:    maintainer timeout
Original commit
Monday, 8 Jun 2009
22:30 miwi search for other commits by this committer
- 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
Original commit
Thursday, 4 Sep 2008
14:07 skv search for other commits by this committer
Update to 2.1.7

PR:             ports/124303
Submitted by:   Pierre-Emmanuel André
Original commit
Friday, 6 Jun 2008
13:17 edwin search for other commits by this committer
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)
Original commit
Monday, 30 Jul 2007
17:41 pav search for other commits by this committer
- Fix with python25
Original commit
Thursday, 26 Jul 2007
20:42 skv search for other commits by this committer
Add skytools 2.1.4, PostgreSQL tools from Skype: walshipping, queueing,
replication.
Original commit

Number of commits found: 27