Created attachment 148768 [details] patch-configure mplayer currently fails to build on armv6 with this error: libavcodec/arm/h264dsp_init_arm.c:110:9: error: use of undeclared identifier 'HAVE_SETEND' This error was fixed in mplayer by SVN r37258, the commit log is at [1] and the diff (my patch is based on that) can be obtained with: svn diff -r 37257:37258 svn://svn.mplayerhq.hu/mplayer/trunk My redports account is not activated yet so I can't provide build logs on amd64/i386 arch but it builds fine on amd64/current. [1] http://comments.gmane.org/gmane.comp.video.mplayer.cvs/21798
Auto-assigned to maintainer riggs@FreeBSD.org
build log on armv6: http://mikael.urankar.free.fr/FreeBSD/arm/build_logs/mplayer/build.log
It looks like the port already has a patch-configure in it. Are you replacing the existing file or updating it with yours?
Created attachment 148802 [details] Replacement for files/patch-configure
It was an update of the existing file, I've attached a full patch.
This looks good for ARM, I'll schedule a redports build next. http://crack.ysv.freebsd.org/data/11-armv6-test-ports_armv6/2014-10-31_00h10m11s/logs/mplayer-1.1.r20140824_3.log
Thanks for catching this one guys. I'll double check on the weekend!
A commit references this bug: Author: riggs Date: Sat Nov 1 11:09:01 UTC 2014 New revision: 372003 URL: https://svnweb.freebsd.org/changeset/ports/372003 Log: Fix build on armv6 - Merge patch to configure script from upstream r37258 PR: 194687 Submitted by: mikael.urankar@gmail.com Reviewed by: riggs MFH: 2014Q4 Changes: head/multimedia/mplayer/files/patch-configure
A commit references this bug: Author: riggs Date: Sat Nov 1 16:13:49 UTC 2014 New revision: 372018 URL: https://svnweb.freebsd.org/changeset/ports/372018 Log: MFH: r372003 Fix build on armv6 - Merge patch to configure script from upstream r37258 PR: 194687 Submitted by: mikael.urankar@gmail.com Reviewed by: riggs Approved by: portmgr (rea) Changes: _U branches/2014Q4/ branches/2014Q4/multimedia/mplayer/files/patch-configure