Bug 214659

Summary: multimedia/mpeg4ip: fails to build with libc++ 3.9
Product: Ports & Packages Reporter: Jan Beich <jbeich>
Component: Individual Port(s)Assignee: Jan Beich <jbeich>
Status: Closed FIXED    
Severity: Affects Only Me CC: dim, multimedia, riggs
Priority: --- Keywords: easy, patch, patch-ready
Version: LatestFlags: riggs: maintainer-feedback+
Hardware: Any   
OS: Any   
URL: https://github.com/llvm-mirror/libcxx/commit/b4aa97130b8b
Bug Depends on:    
Bug Blocks: 212343    
Attachments:
Description Flags
v0 none

Description Jan Beich freebsd_committer freebsd_triage 2016-11-19 05:43:43 UTC
media_utils.cpp:613:9: error: assigning to 'char *' from incompatible type 'const char *'
  slash = strchr(name, '/');
        ^ ~~~~~~~~~~~~~~~~~

http://package18.nyi.freebsd.org/data/headi386PR212343-default/2016-09-11_07h04m19s/logs/errors/mpeg4ip-1.6.1_33.log
http://package18.nyi.freebsd.org/data/headamd64PR212343-default/2016-09-13_07h18m01s/logs/errors/mpeg4ip-1.6.1_33.log
Comment 1 Jan Beich freebsd_committer freebsd_triage 2016-11-19 05:45:41 UTC
Created attachment 177171 [details]
v0
Comment 2 Jan Beich freebsd_committer freebsd_triage 2016-11-19 05:47:25 UTC
poudriere bulk -t is green for 10.1 i386
Comment 3 Dimitry Andric freebsd_committer freebsd_triage 2016-11-20 16:32:13 UTC
Comment on attachment 177171 [details]
v0

Patch LGTM.
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-11-20 19:17:40 UTC
A commit references this bug:

Author: jbeich
Date: Sun Nov 20 19:17:09 UTC 2016
New revision: 426613
URL: https://svnweb.freebsd.org/changeset/ports/426613

Log:
  multimedia/mpeg4ip: unbreak with libc++ 3.9

  media_utils.cpp:613:9: error: assigning to 'char *' from incompatible type 'const char *'
    slash = strchr(name, '/');
          ^ ~~~~~~~~~~~~~~~~~

  PR:		214659
  Reviewed by:	dim
  Approved by:	portmgr blanket

Changes:
  head/multimedia/mpeg4ip/Makefile
  head/multimedia/mpeg4ip/files/patch-player_src_media__utils.cpp
Comment 5 Jan Beich freebsd_committer freebsd_triage 2016-11-20 19:18:40 UTC
Oops, I've noticed assignee changed too late.