#36969: minidlna: build fails with ffmpeg 1.0 ----------------------------------+----------------------- Reporter: martin.eisenhardt@… | Owner: ranauei@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: minidlna | ----------------------------------+----------------------- Comment (by ranauei@…): Replying to [comment:4 martin.eisenhardt@…]:
(First things first: Thanks for the very quick reply!)
Hmmm ... I just did
{{{ % sudo port selfupdate $ sudo port clean minidlna $ sudo port upgrade -u minidlna }}}
Did you applied the patch to the MiniDLNA Portfile before that? I submitted the update (#36970) but is not committed yet, that means that is not available yet when you do selfupdate. If you are in hurry download the Portfile.diff attached and apply the patch yourself manually. Suppose to have the Portfile.diff in you Downloads folder and you're actual directory is your non-root home, to patch the original MiniDLNA Portfile do {{{ #!div style="font-size: 80%" {{{#!sh sudo patch -p0 /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/net/minidlna/Portfile < Downloads/Portfile.diff }}} }}} then if you do {{{port info minidlna}}} you should notice that now the version is 1.1.0_20121106 and now it should build nicely. -- Ticket URL: <https://trac.macports.org/ticket/36969#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS