Created attachment 167229 [details] patch - Fix build on 9.x by inclusion of bsd.port.options.mk. Without it WITH_OPENSSL_PORT is just noop portlint: 2 WARNS about PGBOUNCER_RUNDIR?= and PGBOUNCER_LOGDIR?= assignment poudriere: 93amd64 OK
A commit references this bug: Author: rakuco Date: Sun Feb 21 16:19:55 UTC 2016 New revision: 409303 URL: https://svnweb.freebsd.org/changeset/ports/409303 Log: .Fix build on 9.x. Setting WITH_OPENSSL_PORT after including bsd.ports.pre.mk is a no-op, include bsd.port.options.mk instead. The 2016Q1 is unaffected by this bug. PR: 207382 Submitted by: m.tsatsenko@gmail.com (maintainer) Changes: head/databases/pgbouncer/Makefile
Committed, thanks!