sthen
3cbe1c2f30
Reverse the polarity of MODPY_VERSION; default is now 3.x,
...
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.
This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.
Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
jeremy
4c0241edef
Add patches to build with PostgreSQL 13.
...
OK sthen@, danj@, pea@
2021-02-09 20:04:36 +00:00
sthen
cf8f7be2d9
remove bogus line added while i was testing py3
2020-12-17 10:18:46 +00:00
sthen
d4cf1afce1
update to the last skytools-legacy version (upstream have now reorganised
...
it into separate repos: py-skytools, pgq, londiste, walmgr etc).
pea@ doesn't use this any more.
heads-up: this may well be removed soon as there's no py3 support in the
the non-legacy version and newer py-psycopg2 drops py2 support.
2020-12-16 19:00:02 +00:00
naddy
d159f8d1ad
Make use of "find -exec {} +" (which is POSIX) and "find -delete"
...
(which is not) throughout the ports Makefiles.
* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.
ok kn@ rsadowski@ espie@
2020-03-20 16:44:21 +00:00
jeremy
2ff6a7af52
Add patch to work with PostgreSQL 12
2020-02-06 00:40:06 +00:00
sthen
9fe1e38b23
replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
2019-07-12 20:43:27 +00:00
sthen
f89455d03c
hardcode around a broken Makefile fragment
...
pg83 = $(shell test $(PGVER) "<" "8.3" && echo "false" || echo "true")
pg82 = $(shell test $(PGVER) "<" "8.2" && echo "false" || echo "true")
which matters now that src/bin/ksh/c_test.c r1.26 fixed "<".
note, this port is rather outdated (5 versions behind), though newer ones
don't fix this either
2019-06-24 22:26:28 +00:00
jeremy
9ad2edb217
Work with PostgreSQL 11.
...
OK ajacoutot@
2019-02-19 05:11:57 +00:00
ajacoutot
1cc0e98de3
postgresql-server now properly depends on -main (client).
...
Add a LIB_DEPENDS on postgresql-client where we have pq in WANTLIB.
ok sthen@
2018-12-02 13:26:42 +00:00
ajacoutot
501433a36d
Missing BDEP on postgresql-client (pg_config).
2018-12-02 09:15:35 +00:00
schwarze
e1948cc4b5
Drop USE_GROFF and bump.
...
Mandoc now copes with DocBook lists implemented with \h.
2017-06-01 19:18:56 +00:00
jeremy
441ed57e3b
Add patch to work on PostgreSQL 9.6
...
OK pea@ landry@
2016-12-18 18:21:40 +00:00
sthen
00115727ec
wantlib
2015-08-25 12:57:33 +00:00
sthen
962d6067f8
remove sed -i, the file it relates to doesn't actually exist (perl -pi -e
...
doesn't return with an error code in this place)
2015-07-19 05:51:29 +00:00
jasper
a1d748d08d
use sed -i
2015-07-18 21:11:18 +00:00
jeremy
5da1ad4b32
Add patch to build on PostgreSQL 9.3
...
OK pea@, bulk testing by landry@
2013-10-15 02:22:00 +00:00
espie
3f680606a7
PERMIT_* / REGRESS->TEST sweep
2013-03-11 02:52:04 +00:00
pea
ad927e6ea6
Bugfixes update to 3.1.1
...
ok ajacoutot@
2012-10-17 20:22:46 +00:00
pea
2656435782
Update to 3.1
...
ok jasper@ landry@
2012-09-24 19:38:46 +00:00
jasper
195ef8b931
- regen WANTLIB
2011-11-04 08:16:23 +00:00
espie
61199a1dbc
normalize pkgpath
2011-09-16 08:48:01 +00:00
jasper
eec0417831
bump after default python version switch
2011-06-08 17:31:05 +00:00
pea
fab59e9697
Update to 2.1.12.
...
This version works with PostgreSQL 9
"comitski" landry@
2010-11-16 12:28:41 +00:00
espie
2314c85f45
convert to new style depends
...
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.
No package changes
2010-11-15 00:22:45 +00:00
espie
880de1aa40
USE_GROFF=Yes
2010-10-18 17:06:05 +00:00
fgsch
d8524fee7e
Bump revision after python's default change.
2010-08-30 20:53:57 +00:00
pea
6425901ba3
Update to 2.1.11
...
ok jasper@
2010-04-28 18:10:57 +00:00
pea
e6860520ca
Update to 2.1.10
...
looks fine ajacoutot@
2009-09-17 13:43:47 +00:00
martynas
04d962c2db
unbreak the build with MODPY_VERSION=2.6: as is reserved keyword now.
...
ok sthen@
2009-08-11 23:51:50 +00:00
pea
e75c52e946
Update to 2.1.9.
...
Remove useless build_depends
Update my email address
"go ahead" jasper@
2009-04-10 12:00:13 +00:00
espie
fa9adc6fb8
fix deps
2009-03-14 14:47:27 +00:00
ajacoutot
21f540029a
- MODPY_BIN is already in default SUBST_VARS with the lang/python MODULE
2008-10-28 09:28:24 +00:00
ajacoutot
21c278d8cf
- update to 2.1.8
...
from pea (MAINTAINER)
2008-10-17 10:04:32 +00:00
ajacoutot
0b609b290f
- update to skytools-2.1.7
...
- use MODPY_EGG_VERSION
- fix RCS tag
from Pierre-Emmanuel Andre (MAINTAINER)
2008-06-05 11:26:32 +00:00
ajacoutot
d32d735b3f
PostgreSQL management tools from Skype: WAL shipping, queueing,
...
replication. The tools are named walmgr, PgQ and Londiste.
from Pierre-Emmanuel Andre <pea at raveland dot org> (MAINTAINER), thanks!
2008-04-14 15:32:46 +00:00