Bug 219365 - [PATCH] net-mgmt/pmacct: Fix build with SQLITE3 enabled
Summary: [PATCH] net-mgmt/pmacct: Fix build with SQLITE3 enabled
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: Kurt Jaeger
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-05-17 22:27 UTC by Jeremy Johnston
Modified: 2017-05-21 18:46 UTC (History)
0 users

See Also:
pi: maintainer-feedback+


Attachments
Add pkgconfig USES (405 bytes, patch)
2017-05-17 22:27 UTC, Jeremy Johnston
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Johnston 2017-05-17 22:27:58 UTC
Created attachment 182675 [details]
Add pkgconfig USES

Include pkgconfig USES when SQLITE3 option is enabled otherwise configure is unable to locate sqlite3

checking whether to enable SQLite3 support... yes
checking for SQLITE3... no
configure: error: in `/wrkdirs/usr/ports/net-mgmt/pmacct/work/pmacct-1.6.1':
configure: error: The pkg-config script could not be found or is too old.  Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-05-21 14:15:39 UTC
A commit references this bug:

Author: pi
Date: Sun May 21 14:14:54 UTC 2017
New revision: 441396
URL: https://svnweb.freebsd.org/changeset/ports/441396

Log:
  net-mgmt/pmacct: Fix build with SQLITE3 enabled

  PR:		219365
  Submitted by:	jeremy@smart-serv.net

Changes:
  head/net-mgmt/pmacct/Makefile
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2017-05-21 18:46:07 UTC
Committed, thanks!