periodic script not allow configure pgsql user and port Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->pgsql Over to maintainer (via the GNATS Auto Assign Tool)
back to pool
over to maintainers.
A commit references this bug: Author: girgen Date: Wed Jan 13 10:36:23 UTC 2016 New revision: 406034 URL: https://svnweb.freebsd.org/changeset/ports/406034 Log: Some binaries where moved from contrib to base in 9.5, like pgbench and pg_upgrade. Other where added in 9.5, but the port failed to install them. Make sure they are properly installed by the correct port (-client or -server) [1] Remove unused and hence confusing OSSP_UUID parameters from Makefile [2] Add options to allow user to be set for the backup script in periodic. Add this option only to 9.5 for now. It will be updated to other servers at next regular patch release. [3] The path to perl in hard coded into pgxs/src/Makefile.global which is then installed. Hence, we must depend on perl when that file is installed. Noticed by: Paul Guyot [1] PR: 192387 [2] PR: 172110 [3] PR: 206046 [4] Changes: head/databases/postgresql90-client/Makefile head/databases/postgresql91-client/Makefile head/databases/postgresql91-server/Makefile head/databases/postgresql92-client/Makefile head/databases/postgresql92-server/Makefile head/databases/postgresql93-client/Makefile head/databases/postgresql94-client/Makefile head/databases/postgresql95-client/Makefile head/databases/postgresql95-contrib/Makefile head/databases/postgresql95-server/Makefile head/databases/postgresql95-server/files/502.pgsql.in head/databases/postgresql95-server/pkg-plist-client head/databases/postgresql95-server/pkg-plist-server
Adding a working variant of the suggested patch to 9.5 now, and will backpatch at next patch release.
Fixed some time ago. Closing the PR.