Created attachment 163382 [details] Patch to make option PGSQL version independent girgen@ points me to the fact, that there is no need any more to hardwire the PostgreSQL version within the SAGA GIS port. Many thanks! I decided to use USES=pgsql instead of LIB_DEPENDS= libpq.so:${PORTSDIR}/databases/postgresql93-client I am not sure, if it is useful to bump PORTREVISION here, but I did. Tested with Poudriere (HEAD, 10.2, 9.3, all amd64 and 9.3 i386). Also, 'portlint -AC' does not complain about the changes.
A commit references this bug: Author: girgen Date: Sun Nov 22 11:33:59 UTC 2015 New revision: 402226 URL: https://svnweb.freebsd.org/changeset/ports/402226 Log: Use USES=pgsql instead of hardwiring a postgresql version PR: 204719 Submitted by: Rainer Hurling<rhurlin@gwdg.de> (maintainer) Changes: head/math/saga/Makefile
Committed. Thanks!
Assign to committer that resolved