Bug 207513 - ftp/curl: Build fails when RTMP option enabled
Summary: ftp/curl: Build fails when RTMP option enabled
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: Po-Chuan Hsieh
URL:
Keywords: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2016-02-26 09:47 UTC by timon
Modified: 2016-03-13 15:02 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (sunpoet)
koobs: merge-quarterly?


Attachments
Patch for port Makefile (401 bytes, patch)
2016-02-26 09:47 UTC, timon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description timon 2016-02-26 09:47:08 UTC
Created attachment 167434 [details]
Patch for port Makefile

When I try to build ftp/curl with RTMP option enabled, I got:

<...>
checking for pkg-config... no
configure: error: --librtmp was specified but could not find librtmp pkgconfig file.
===> Script "configure" failed unexpectedly.
<...>

Suggested patch attached.
Tested on poudriere and fresh 10.2-RELEASE installation.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-03-13 14:57:07 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Mar 13 14:56:12 UTC 2016
New revision: 410985
URL: https://svnweb.freebsd.org/changeset/ports/410985

Log:
  - Fix build with RTMP enabled

  PR:		207513
  Submitted by:	Alexandr Matveev <timon@timon.net.nz>

Changes:
  head/ftp/curl/Makefile
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2016-03-13 15:02:00 UTC
Committed. Thanks!