Index: multimedia/mencoder/Makefile =================================================================== --- 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 Index: multimedia/mplayer/Makefile =================================================================== --- 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 Index: multimedia/mplayer/Makefile.options =================================================================== --- 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 # ================================= Index: multimedia/mplayer/files/patch-binary.ver =================================================================== --- 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; + }; Property changes on: multimedia/mplayer/files/patch-binary.ver ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property