FreeBSD Bugzilla – Attachment 202293 Details for
Bug 235957
multimedia/mplayer fails after clang 7 import to 12-STABLE ld-elf.so.1: /lib/libc.so.7: Undefined symbol "__progname"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for lld
mplayer.diff.txt (text/plain), 2.18 KB, created by
Thomas Zander
on 2019-02-23 17:27:38 UTC
(
hide
)
Description:
Fix for lld
Filename:
MIME Type:
Creator:
Thomas Zander
Created:
2019-02-23 17:27:38 UTC
Size:
2.18 KB
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 235957
: 202293