aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql-plproxy
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.9Sunpoet Po-Chuan Hsieh2019-09-257-94/+12
| | | | | | | | Changes: https://github.com/plproxy/plproxy/blob/master/NEWS.md https://plproxy.github.io/changelog.html Notes: svn path=/head/; revision=512812
* Fix bison warningSunpoet Po-Chuan Hsieh2019-08-191-0/+11
| | | | | | | | | src/parser.y:63.1-25: warning: deprecated directive, use '%define api.prefix {plproxy_yy}' [-Wdeprecated] 63 | %name-prefix="plproxy_yy" | ^~~~~~~~~~~~~~~~~~~~~~~~~ Notes: svn path=/head/; revision=509332
* Fix build with PostgreSQL 10 and 11Sunpoet Po-Chuan Hsieh2019-08-163-0/+71
| | | | Notes: svn path=/head/; revision=509088
* Remove outdated post-patch:Sunpoet Po-Chuan Hsieh2019-08-041-4/+3
| | | | Notes: svn path=/head/; revision=508100
* 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
* 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
* 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
* Simplify MakefileSunpoet Po-Chuan Hsieh2018-05-172-13/+12
| | | | | | | | | - Update COMMENT - Update pkg-descr - Take maintainership Notes: svn path=/head/; revision=470229
* Drop MAINTAINERship for these ports:Torsten Zuehlsdorff2018-05-171-1/+1
| | | | | | | | | | | | | | | | - databases/postgresql-plproxy - devel/fpp - devel/gnu-efi - games/nlarn - games/wesnoth - mail/phpmailer - mail/tlb - ports-mgmt/pkg-plist - sysutils/battray - textproc/xml-parse.el Notes: svn path=/head/; revision=470213
* databases/postgresql-plproxy: Update from 2.7 to 2.8Torsten Zuehlsdorff2018-02-223-10/+11
| | | | | | | Changelog: https://plproxy.github.io/changelog.html Notes: svn path=/head/; revision=462585
* Simplify USE_GITHUB usage.Mathieu Arnold2017-05-032-5/+5
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=440009
* databases/postgresql-plproxy: Update from 2.5 to 2.7Torsten Zuehlsdorff2017-03-144-20/+15
| | | | | | | | | | | | | | | | | Changelog: https://plproxy.github.io/changelog.html This adds support for PostgreSQL 9.5 Also: - take maintainership - change MASTERSITE to GitHub - remove obsoleted check for PostgreSQL 9.1 (no longer in ports) - update homepage of project PR: 201796, 217515 Notes: svn path=/head/; revision=436153
* - Add LICENSE_FILEDmitry Marakasov2015-06-031-1/+6
| | | | | | | - Strip library Notes: svn path=/head/; revision=388460
* Update "BSD" licenses in databases categoryMark Felder2014-12-051-1/+1
| | | | Notes: svn path=/head/; revision=373992
* Cleanup plistBaptiste Daroussin2014-10-201-4/+0
| | | | Notes: svn path=/head/; revision=371255
* Convert pgsql ports to use USES+=pgsqlChris Rees2014-08-251-13/+2
| | | | | | | Reviewed by: bapt Notes: svn path=/head/; revision=366114
* postgresql-plproxy: support stage and fix pkg-plistWilliam Grzybowski2014-08-052-3/+4
| | | | Notes: svn path=/head/; revision=364100
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - convert from USE_GMAKE to USES=gmakeJason Helfman2013-07-071-2/+1
| | | | | | | | | - trim historical headers With hat: pgsql@ Notes: svn path=/head/; revision=322415
* - Update to 2.5Martin Wilke2013-04-292-8/+13
| | | | | | | | PR: 178159 Submitted by: ports fury Notes: svn path=/head/; revision=316819
* Reassign skv@ ports to the heapBaptiste Daroussin2013-04-221-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=316230
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-6/+2
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* Update to 2.4Sergey Skvortsov2012-06-144-13/+31
| | | | | | | | | Changes: http://pgfoundry.org/frs/shownotes.php?release_id=1947 PR: ports/168669 Submitted by: Anton Yuzhaninov Notes: svn path=/head/; revision=299281
* Update to 2.2Sergey Skvortsov2011-02-272-6/+5
| | | | | | | Changes: http://pgfoundry.org/frs/shownotes.php?release_id=1778 Notes: svn path=/head/; revision=269874
* Update to 2.1Sergey Skvortsov2010-07-092-5/+7
| | | | | | | | | | | Changes: http://pgfoundry.org/frs/shownotes.php?release_id=1214 http://pgfoundry.org/frs/shownotes.php?release_id=1228 http://pgfoundry.org/frs/shownotes.php?release_id=1284 http://pgfoundry.org/frs/shownotes.php?release_id=1509 http://pgfoundry.org/frs/shownotes.php?release_id=1635 Notes: svn path=/head/; revision=257560
* Update to 2.0.5.Sergey Skvortsov2008-09-042-10/+6
| | | | Notes: svn path=/head/; revision=219840
* - This port has been BROKEN for more than 6 months. It will be removed unlessPav Lucistnik2008-06-191-0/+2
| | | | | | | | | fixed in next two months. With hat: portmgr Notes: svn path=/head/; revision=215228
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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) Notes: svn path=/head/; revision=214430
* BROKEN: Does not buildKris Kennaway2007-08-181-0/+2
| | | | Notes: svn path=/head/; revision=197856
* Add postgresql-plproxy 2.0.2, PL/Proxy is database partitioning system.Sergey Skvortsov2007-07-264-0/+42
Notes: svn path=/head/; revision=196341