Version: 3.2.6, Package name: skytools-3.2.6 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description PostgreSQL management tools from Skype: WAL shipping, queueing, replication. The tools are named walmgr, PgQ and Londiste. |
Filesize: 501.517 KB |
Version History (View Complete History) |
|
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: 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-09 13:04:36 by Jeremy Evans | Files touched by this commit (3) |
Log message: Add patches to build with PostgreSQL 13. OK sthen@, danj@, pea@ |
2020-12-17 03:18:46 by Stuart Henderson | Files touched by this commit (1) |
Log message: remove bogus line added while i was testing py3 |
2020-12-16 12:00:02 by Stuart Henderson | Files touched by this commit (5) |
Log message: 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-03-20 10:44:29 by Christian Weisgerber | Files touched by this commit (135) |
Log message: 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-02-05 17:40:06 by Jeremy Evans | Files touched by this commit (2) |
Log message: Add patch to work with PostgreSQL 12 |
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-06-24 16:26:28 by Stuart Henderson | Files touched by this commit (2) |
Log message: 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-02-18 22:11:57 by Jeremy Evans | Files touched by this commit (4) |
Log message: Work with PostgreSQL 11. OK ajacoutot@ |
2018-12-02 06:26:42 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: 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 02:15:35 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Missing BDEP on postgresql-client (pg_config). |
2017-06-01 13:18:56 by Ingo Schwarze | Files touched by this commit (2) |
Log message: Drop USE_GROFF and bump. Mandoc now copes with DocBook lists implemented with \h. |
2016-12-18 11:21:40 by Jeremy Evans | Files touched by this commit (2) |
Log message: Add patch to work on PostgreSQL 9.6 OK pea@ landry@ |
2015-08-25 06:57:33 by Stuart Henderson | Files touched by this commit (10) |
Log message: wantlib |
2015-07-18 23:51:29 by Stuart Henderson | Files touched by this commit (1) |
Log message: 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-18 15:11:18 by Jasper Lievisse Adriaanse | Files touched by this commit (16) |
Log message: use sed -i |
2011-06-08 11:33:59 by Jasper Lievisse Adriaanse | Files touched by this commit (24) |
Log message: bump after default python version switch |
2010-11-16 05:28:42 by Pierre-Emmanuel Andre | Files touched by this commit (3) |
Log message: Update to 2.1.12. This version works with PostgreSQL 9 "comitski" landry@ |
2010-11-14 17:22:54 by Marc Espie | Files touched by this commit (427) |
Log message: convert to new style depends zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes |
2010-10-18 11:06:09 by Marc Espie | Files touched by this commit (138) |
Log message: USE_GROFF=Yes |
2010-08-30 14:53:57 by Federico G. Schwindt | Files touched by this commit (20) |
Log message: Bump revision after python's default change. |
2010-04-28 12:10:57 by Pierre-Emmanuel Andre | Files touched by this commit (2) |
Log message: Update to 2.1.11 ok jasper@ |
2009-09-17 07:43:47 by Pierre-Emmanuel Andre | Files touched by this commit (3) |
Log message: Update to 2.1.10 looks fine ajacoutot@ |
2009-08-11 17:51:50 by Martynas Venckus | Files touched by this commit (2) |
Log message: unbreak the build with MODPY_VERSION=2.6: as is reserved keyword now. ok sthen@ |
2009-04-10 06:00:13 by Pierre-Emmanuel Andre | Files touched by this commit (3) |
Log message: Update to 2.1.9. Remove useless build_depends Update my email address "go ahead" jasper@ |
2009-03-14 08:47:28 by Marc Espie | Files touched by this commit (11) |
Log message: fix deps |
2008-10-28 03:28:24 by Antoine Jacoutot | Files touched by this commit (9) |
Log message: - MODPY_BIN is already in default SUBST_VARS with the lang/python MODULE |
2008-10-17 04:04:32 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: - update to 2.1.8 from pea (MAINTAINER) |
2008-06-05 05:26:32 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: - update to skytools-2.1.7 - use MODPY_EGG_VERSION - fix RCS tag from Pierre-Emmanuel Andre (MAINTAINER) |