Commit graph

31 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
b6368bd30d Update to 2.9
Changes:	https://github.com/plproxy/plproxy/blob/master/NEWS.md
		https://plproxy.github.io/changelog.html
2019-09-25 20:40:02 +00:00
Sunpoet Po-Chuan Hsieh
16527ab779 Fix bison warning
src/parser.y:63.1-25: warning: deprecated directive, use '%define api.prefix {plproxy_yy}' [-Wdeprecated]
   63 | %name-prefix="plproxy_yy"
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
2019-08-19 20:51:06 +00:00
Sunpoet Po-Chuan Hsieh
9a656772b7 Fix build with PostgreSQL 10 and 11 2019-08-16 18:09:24 +00:00
Sunpoet Po-Chuan Hsieh
8a1608680b Remove outdated post-patch: 2019-08-04 16:09:59 +00:00
Gerald Pfeifer
ea8c8ec7da 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
2019-07-26 20:46:53 +00:00
Gerald Pfeifer
a9f015d155 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
2018-12-12 01:35:33 +00:00
Mark Linimon
078a5d7419 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)
2018-06-24 00:54:27 +00:00
Sunpoet Po-Chuan Hsieh
f75ced17ee Simplify Makefile
- Update COMMENT
- Update pkg-descr
- Take maintainership
2018-05-17 18:29:40 +00:00
Torsten Zuehlsdorff
78cabb9634 Drop MAINTAINERship for these ports:
- 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
2018-05-17 09:56:55 +00:00
Torsten Zuehlsdorff
756eee6f9c databases/postgresql-plproxy: Update from 2.7 to 2.8
Changelog: https://plproxy.github.io/changelog.html
2018-02-22 12:19:27 +00:00
Mathieu Arnold
6ca3e41867 Simplify USE_GITHUB usage.
Sponsored by:	Absolight
2017-05-03 12:16:49 +00:00
Torsten Zuehlsdorff
efc32c3047 databases/postgresql-plproxy: Update from 2.5 to 2.7
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
2017-03-14 13:46:14 +00:00
Dmitry Marakasov
326fd96378 - Add LICENSE_FILE
- Strip library
2015-06-03 17:27:30 +00:00
Mark Felder
2bd7a6fd87 Update "BSD" licenses in databases category 2014-12-05 00:30:20 +00:00
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Chris Rees
dab15277f4 Convert pgsql ports to use USES+=pgsql
Reviewed by:	bapt
2014-08-25 17:53:26 +00:00
William Grzybowski
c93ae2152e postgresql-plproxy: support stage and fix pkg-plist 2014-08-05 13:57:34 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Jason Helfman
abd1752ca4 - convert from USE_GMAKE to USES=gmake
- trim historical headers

With hat: pgsql@
2013-07-07 00:15:47 +00:00
Martin Wilke
9f3f808479 - Update to 2.5
PR:		178159
Submitted by:	ports fury
2013-04-29 14:21:23 +00:00
Baptiste Daroussin
27131af048 Reassign skv@ ports to the heap
Feature safe:	yes
2013-04-22 13:27:47 +00:00
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
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
2013-03-08 11:32:11 +00:00
Sergey Skvortsov
09767e7bb3 Update to 2.4
Changes:	http://pgfoundry.org/frs/shownotes.php?release_id=1947
PR:		ports/168669
Submitted by:	Anton Yuzhaninov
2012-06-14 19:25:00 +00:00
Sergey Skvortsov
a3e09056e4 Update to 2.2
Changes:	http://pgfoundry.org/frs/shownotes.php?release_id=1778
2011-02-27 08:18:53 +00:00
Sergey Skvortsov
a21bcff5d7 Update to 2.1
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
2010-07-09 13:35:01 +00:00
Sergey Skvortsov
d15711b28a Update to 2.0.5. 2008-09-04 14:24:15 +00:00
Pav Lucistnik
6da29a94fa - This port has been BROKEN for more than 6 months. It will be removed unless
fixed in next two months.

With hat:	portmgr
2008-06-19 02:54:54 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Kris Kennaway
5e37484818 BROKEN: Does not build 2007-08-18 01:09:04 +00:00
Sergey Skvortsov
690acbda3d Add postgresql-plproxy 2.0.2, PL/Proxy is database partitioning system. 2007-07-26 21:20:37 +00:00