--- multimedia/mencoder/Makefile (revision 493617) +++ multimedia/mencoder/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= mencoder PORTVERSION= ${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia audio MAINTAINER= riggs@FreeBSD.org --- multimedia/mplayer/Makefile (revision 493617) +++ multimedia/mplayer/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= mplayer PORTVERSION= ${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia audio MAINTAINER= riggs@FreeBSD.org --- multimedia/mplayer/Makefile.options (revision 493617) +++ multimedia/mplayer/Makefile.options (working copy) @@ -53,10 +53,6 @@ LDFLAGS_i386+= -Wl,-z,notext -.if ${OSVERSION} >= 1300000 #Hopefully transient linker issue on head -LLD_UNSAFE= yes -.endif - # Extra build options for debugging # ================================= --- multimedia/mplayer/files/patch-binary.ver (nonexistent) +++ multimedia/mplayer/files/patch-binary.ver (working copy) @@ -0,0 +1,14 @@ +--- binary.ver.orig 2013-06-15 16:11:47 UTC ++++ binary.ver +@@ -1,5 +1,9 @@ + MPLAYER_1 { +- # to support glibcs abhorrent backwards-compatibility hack +- global: _IO_stdin_used; + local: *; ++ # to support glibcs abhorrent backwards-compatibility hack ++ global: ++ _IO_stdin_used; ++ #FreeBSD specific variables ++ __progname; ++ environ; + };