Bug 200573 - databases/postgresql_autodoc: Missing run dependencies
Summary: databases/postgresql_autodoc: Missing run dependencies
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jimmy Olgeni
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-01 17:30 UTC by Tobias Kortkamp
Modified: 2015-06-02 09:06 UTC (History)
0 users

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


Attachments
postgresql_autodoc.diff (512 bytes, patch)
2015-06-01 17:30 UTC, Tobias Kortkamp
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Kortkamp freebsd_committer freebsd_triage 2015-06-01 17:30:10 UTC
Created attachment 157346 [details]
postgresql_autodoc.diff

The port specifies build dependencies which are actually run dependencies.

After installing the port via pkg, I have to manually install all build dependencies before I am able to run postgresql_autodoc.

The attached patch should fix this.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-06-02 09:05:52 UTC
A commit references this bug:

Author: olgeni
Date: Tue Jun  2 09:05:28 UTC 2015
New revision: 388309
URL: https://svnweb.freebsd.org/changeset/ports/388309

Log:
  BUILD_DEPENDS are actually RUN_DEPENDS.

  PR:		200573
  Submitted by:	tobias.kortkamp@gmail.com

Changes:
  head/databases/postgresql_autodoc/Makefile
Comment 2 Jimmy Olgeni freebsd_committer freebsd_triage 2015-06-02 09:06:24 UTC
Committed - thanks!