Bug 201587 - [patch] textproc/py-sphinx: add RUN_DEPENDS
Summary: [patch] textproc/py-sphinx: add RUN_DEPENDS
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: Kris Moore
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-07-15 14:31 UTC by Christian Heckendorf
Modified: 2015-07-15 15:27 UTC (History)
0 users

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


Attachments
Adding devel/py-babel to RUN_DEPENDS (1011 bytes, patch)
2015-07-15 14:31 UTC, Christian Heckendorf
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Heckendorf 2015-07-15 14:31:54 UTC
Created attachment 158799 [details]
Adding devel/py-babel to RUN_DEPENDS

The devel/llvm36 build failed, complaining that sphinx was missing the babel dependency. Here's a patch that resolves the issue for me. Let me know if the build logs from llvm36 or this patched port would help.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-07-15 15:26:30 UTC
A commit references this bug:

Author: kmoore
Date: Wed Jul 15 15:26:02 UTC 2015
New revision: 392156
URL: https://svnweb.freebsd.org/changeset/ports/392156

Log:
  - Add new RUN_DEPEND on py-babel, fixes issue compiling llvm36 and possibly
    others
  - Bump PORTREV

  PR: 201587
  Submitted by: Christian Heckendorf <heckendorfc@gmail.com>

Changes:
  head/textproc/py-sphinx/Makefile
Comment 2 Kris Moore freebsd_committer freebsd_triage 2015-07-15 15:27:58 UTC
Thanks for catching this, committed!