aboutsummaryrefslogtreecommitdiff
path: root/databases/pgespresso
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* databases/pgespresso: limit to PostgreSQL 9.5, bump PORTREVISIONRene Ladan2020-07-241-2/+2
| | | | Notes: svn path=/head/; revision=543261
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-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 Notes: svn path=/head/; revision=507372
* State that pgespresso is only needed with postgresql versions 9.2, 9.3,Matthew Seaman2019-03-261-2/+2
| | | | | | | | 9.4 or 9.5. For 9.6 and above, there is an equivalent built-in mechanism. Notes: svn path=/head/; revision=496898
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+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 Notes: svn path=/head/; revision=487272
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Workaround the following problem on aarch64 by setting LLD_UNSAFE=yes:Mark 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) Notes: svn path=/head/; revision=473169
* Update to version 1.2Matthew Seaman2016-07-222-6/+6
| | | | | | | ChangeLog: https://github.com/2ndquadrant-it/pgespresso/blob/master/ChangeLog Notes: svn path=/head/; revision=418911
* Fix plistMatthew Seaman2016-05-241-2/+4
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=415775
* Update to version 1.1Matthew Seaman2016-05-233-46/+4
| | | | | | | | | | - Remove patch as this has been incorporated upstream. Release 1.1 is functionally identical to the previous 1.0 port + patch. ChangeLog: https://github.com/2ndquadrant-it/pgespresso/blob/master/ChangeLog Notes: svn path=/head/; revision=415712
* Apply patch from upstream GitHub to provide compile- and run-timeMatthew Seaman2016-01-182-1/+44
| | | | | | | | | compatibility with postgresql95 Obtained from: https://github.com/2ndquadrant-it/pgespresso/commit/7bedbfb894aedff8c08de85ede430a15a8888a0a Notes: svn path=/head/; revision=406555
* Update ports in the [bcd]* categories to not use GH_COMMIT.Mathieu Arnold2015-05-062-3/+2
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385521
* New port:Matthew Seaman2014-12-023-0/+39
pgespresso is an extension to postgresql that adds functions and views to be used by Barman, the disaster recovery tool WWW: https://github.com/2ndquadrant-it/pgespresso Notes: svn path=/head/; revision=373767