doesn't compile with postgresql 9.4 (that's been out for a while) even if its dependency database/py-PyGreSql is correctly installed against postgresql 9.4 also the error report is confusing [root@vps: /usr/ports/www/calendarserver] # make ===> py27-calendarserver-5.1_3 cannot install: the port wants postgresql-client version 9.0 9.1 9.2 9.3 9.4 and you have version 9.4 installed. *** Error code 1 Stop. make: stopped in /usr/ports/www/calendarserver
This is an issue, related to Mk/Uses/pgsql.mk . Could you try to set DEFAULT_VERSIONS= pgsql=9.4 in /etc/make.conf? This works for me.
(In reply to Pavol Otto from comment #0) AFAIK this is an issue, related to Mk/Uses/pgsql.mk . Could you try to set DEFAULT_VERSIONS= pgsql=9.4 in /etc/make.conf? This works for me.
(In reply to Axel.Rau from comment #2) Thanks for quick response. I hope I will have time to try it and set it up during next weekend. As soon as I know the result I will let you know.
No feedback with 3 weeks. Should be closed due to Feedback Timeout.
Replace USES pgsql:9.0+ only with pgsql. Compile databases/memcached without DOCS and it compiles fine.
Created attachment 162459 [details] patch against revision 394414
A commit references this bug: Author: pi Date: Mon Oct 26 12:24:09 UTC 2015 New revision: 400183 URL: https://svnweb.freebsd.org/changeset/ports/400183 Log: www/calendarserver: relax postgres version requirement PR: 201613 Submitted by: axel.rau@chaos1.de (maintainer) Changes: head/www/calendarserver/Makefile
Committed, thanks.