Bug 207382 - databases/pgbouncer fix build on 9.x
Summary: databases/pgbouncer fix build on 9.x
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Raphael Kubo da Costa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-20 22:07 UTC by m.tsatsenko
Modified: 2016-02-21 16:20 UTC (History)
1 user (show)

See Also:


Attachments
patch (610 bytes, patch)
2016-02-20 22:07 UTC, m.tsatsenko
m.tsatsenko: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!