Bug 233779 - benchmarks/sipp: add missing dependency
Summary: benchmarks/sipp: add missing dependency
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: Babak Farrokhi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-04 16:16 UTC by Maxim Sobolev
Modified: 2018-12-04 16:30 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (farrokhi)


Attachments
Fix the issue (623 bytes, patch)
2018-12-04 16:16 UTC, Maxim Sobolev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maxim Sobolev freebsd_committer freebsd_triage 2018-12-04 16:16:42 UTC
Created attachment 199817 [details]
Fix the issue

sippy relies on pkgconfig to detect some of its dependencies. As such it needs to be in the build depends for that to work properly.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-12-04 16:29:12 UTC
A commit references this bug:

Author: farrokhi
Date: Tue Dec  4 16:28:53 UTC 2018
New revision: 486612
URL: https://svnweb.freebsd.org/changeset/ports/486612

Log:
  benchmarks/sipp: Fix dependencies

  - Add missing pkgconfig dependency
  - Bump portrevision
  - Pet portlint

  PR:	233779
  Reported by:	sobomax

Changes:
  head/benchmarks/sipp/Makefile
Comment 2 Babak Farrokhi freebsd_committer freebsd_triage 2018-12-04 16:30:06 UTC
Committed. Thanks.