Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 4c0241ed | 2021-02-09 20:04:36 | Add patches to build with PostgreSQL 13. OK sthen@, danj@, pea@ | ||
| cf8f7be2 | 2020-12-17 10:18:46 | remove bogus line added while i was testing py3 | ||
| d4cf1afc | 2020-12-16 19:00:02 | 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. | ||
| d159f8d1 | 2020-03-20 16:44:21 | 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@ | ||
| 2ff6a7af | 2020-02-06 00:40:06 | Add patch to work with PostgreSQL 12 | ||
| 9fe1e38b | 2019-07-12 20:43:27 | replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes | ||
| f89455d0 | 2019-06-24 22:26:28 | 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 | ||
| 9ad2edb2 | 2019-02-19 05:11:57 | Work with PostgreSQL 11. OK ajacoutot@ | ||
| 1cc0e98d | 2018-12-02 13:26:42 | postgresql-server now properly depends on -main (client). Add a LIB_DEPENDS on postgresql-client where we have pq in WANTLIB. ok sthen@ | ||
| 501433a3 | 2018-12-02 09:15:35 | Missing BDEP on postgresql-client (pg_config). |