/games/trophy/

/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/databases/skytools
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:rene2019-09-199-461/+0
| | | | | | | | 2019-09-15 databases/postgresql-plruby: Abandonware 2019-09-15 databases/tablelog: Abandonware 2019-09-15 databases/skytools: Abandonware Event: EuroBSDCon 2019 developer summit
* databases/skytools: Unbreak build with PostgreSQL 11tobik2019-08-186-0/+202
| | | | | | | | | | | | | | | | | | | | 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)
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2019-07-271-1/+1
| | | | | | | | | | | | | | | 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
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-12-121-1/+1
| | | | | | | | | | | | | | | 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
* Add EXAMPLES options to ports that should have one.mat2018-09-101-0/+2
| | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
* Workaround the following problem on aarch64 by setting LLD_UNSAFE=yes:linimon2018-06-241-0/+1
| | | | | | | | | | | | 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)
* Reduce dependency on the python2 metaportantoine2018-02-191-1/+2
| | | | | PR: 225752 Submitted by: Yasuhiro KIMURA
* Improve shebangfix frameworkamdmi32015-10-191-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | - 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
* Finally retire USE_PGSQLcrees2014-11-231-3/+1
|
* Cleanup plistbapt2014-10-201-11/+0
|
* - Convert to USES=pythonmva2014-09-291-3/+1
| | | | Approved by: portmgr (implicit)
* databases/skytools: update to 3.2wg2014-08-144-82/+185
| | | | | | | | - Support stage - Pass maintainership to submitter PR: 192601 Submitted by: Sam Cassiba
* Resetting maintainership on ports that have not been staged and without anybapt2014-07-051-1/+1
| | | | | | pending PR (related to stage) With hat: portmgr
* - Fix the usage of 'python' to get rid of the implicit lang/pythonmva2013-12-081-2/+9
| | | | | | dependency Approved by: portmgr (blanket)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | databases)
* databases/skytools: Fix PYTHON specificationmarino2013-07-221-1/+1
| | | | | | | | 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
* databases/skytools: Restrict to postgresql 9.1 and earliermarino2013-07-222-31/+4
| | | | | | | | | | | 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
* - Move over to py25+ or abovemiwi2011-02-251-1/+2
| | | | - While here kick md5 support
* Update to 2.1.12jpaetzel2010-12-262-5/+4
| | | | | | PR: ports/153442 Submitted by: Khee Chin <kheechin@gmail.com> Approved by: Khee Chin <kheechin@gmail.com> (maintainer)
* - txid bits are installed conditionally on postgresql version, fix plistpav2010-12-022-6/+25
| | | | | | PR: ports/146913 Reported by: Alexey Markov <redrat@mail.ru> Approved by: feedback timeout on the PR
* - Update to 2.1.11miwi2010-03-282-6/+5
| | | | | PR: 145003 Submitted by: Khee Chin <kheechin@gmail.com> (maintainer)
* Over to submitter of last update.linimon2010-01-141-1/+1
|
* With portmgr hat on, reset the maintainership of skv@ for ports thatlinimon2010-01-101-1/+1
| | | | he has had one or more maintainer-timeouts on in the past 12 months.
* - Update to 2.1.10wxs2009-10-123-5/+8
| | | | | | PR: ports/138446 Submitted by: Khee Chin <kheechin@gmail.com> Approved by: maintainer timeout
* - Update lang/python26 and make Python 2.6.2 to the default Python versionmiwi2009-06-092-1/+1
| | | | | Tested by: 3 pointyhat runs Thanks to: pav, gahr, lwhsu, mva, amdmi3
* Update to 2.1.7skv2008-09-043-12/+44
| | | | | PR: ports/124303 Submitted by: Pierre-Emmanuel André
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | 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)
* - Fix with python25pav2007-07-311-0/+2
|