Bug 164489 - [patch] Fix multimedia/rtmpdump double cflags in pkgconfig module
Summary: [patch] Fix multimedia/rtmpdump double cflags in pkgconfig module
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Hiroki Sato
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-25 19:10 UTC by Rachel Flynn
Modified: 2012-01-26 03:51 UTC (History)
1 user (show)

See Also:


Attachments
rtmp-pkgconfig.patch (973 bytes, patch)
2012-01-25 19:10 UTC, Rachel Flynn
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rachel Flynn 2012-01-25 19:10:01 UTC
The patch on the pkgconfig module is no longer current, as upstream added an
extra line to it. The net result is that two Cflags lines are put into the
module and pkg-config returning non-zero on any request for the module.
As a result, ffmpeg won't build:
config.log:

check_pkg_config librtmp librtmp/rtmp.h RTMP_Socket
ERROR: librtmp not found

Reduced to the offending case:
$ pkg-config --exists librtmp||echo no
no

How-To-Repeat: portmaster multimedia/ffmpeg -DWITH_RTMP
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-01-25 19:36:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->hrs
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-01-26 03:49:29 UTC
hrs         2012-01-26 03:49:15 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/rtmpdump  Makefile 
    multimedia/rtmpdump/files patch-librtmp-librtmp.pc.in 
  Log:
  Fix duplicated Cflags: lines in librtmp.pc.
  
  Submitted by:   Mel Flynn
  PR:             ports/164489
  
  Revision  Changes    Path
  1.11      +1 -0      ports/multimedia/rtmpdump/Makefile
  1.2       +5 -4      ports/multimedia/rtmpdump/files/patch-librtmp-librtmp.pc.in
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Hiroki Sato freebsd_committer freebsd_triage 2012-01-26 03:51:35 UTC
State Changed
From-To: open->closed

Committed, thanks!