Bug 207382

Summary: databases/pgbouncer fix build on 9.x
Product: Ports & Packages Reporter: m.tsatsenko
Component: Individual Port(s)Assignee: Raphael Kubo da Costa <rakuco>
Status: Closed FIXED    
Severity: Affects Some People CC: rakuco
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch m.tsatsenko: maintainer-approval+

Description m.tsatsenko 2016-02-20 22:07:59 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-02-21 16:20:05 UTC
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
Comment 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2016-02-21 16:20:40 UTC
Committed, thanks!