FreeBSD Bugzilla – Attachment 121567 Details for
Bug 164580
Fix multimedia/mplayer builds on 8.2-RELEASE-pX and earlier
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
m.diff.txt
m.diff.txt (text/plain; charset=US-ASCII), 2.19 KB, created by
Thomas Zander
on 2012-01-31 19:12:27 UTC
(
hide
)
Description:
m.diff.txt
Filename:
MIME Type:
Creator:
Thomas Zander
Created:
2012-01-31 19:12:27 UTC
Size:
2.19 KB
patch
obsolete
>diff -ruN /usr/ports/multimedia/mplayer/Makefile.options mplayer/Makefile.options >--- /usr/ports/multimedia/mplayer/Makefile.options 2012-01-25 11:11:48.000000000 +0100 >+++ mplayer/Makefile.options 2012-01-28 17:40:02.997772646 +0100 >@@ -29,6 +29,10 @@ > # Enables language support bg, cz, de, dk, en, es, fr, gr, hu, it, ko, nl, no, pl, pt_BR, ro, ru, sk, tr, uk, zh > # > >+.if ${OSVERSION} < 802502 >+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-base_system_log2f >+.endif >+ > .if defined(WITH_LANG) > CONFIGURE_ARGS+=--language=${WITH_LANG} > .endif >diff -ruN /usr/ports/multimedia/mplayer/Makefile.shared mplayer/Makefile.shared >--- /usr/ports/multimedia/mplayer/Makefile.shared 2012-01-15 23:31:53.000000000 +0100 >+++ mplayer/Makefile.shared 2012-01-31 19:56:10.890491752 +0100 >@@ -7,11 +7,13 @@ > MPLAYER_SNAPSHOT_DATE= 2011-12-18 > MPLAYER_PORT_VERSION= 1.0.r${MPLAYER_SNAPSHOT_DATE:S/-//g} > CATEGORIES?= multimedia audio >-MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ >+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ > http://www.rrr.de/~riggs/mplayer/ > DISTNAME= mplayer-${MPLAYER_PORT_VERSION:S/.r/rc/g} > WRKSRC= ${WRKDIR}/mplayer-export-${MPLAYER_SNAPSHOT_DATE} > >+PROJECTHOST= bsdistfiles >+ > MAINTAINER?= thomas.e.zander@googlemail.com > > LICENSE= GPLv2 >diff -ruN /usr/ports/multimedia/mplayer/files/extra-patch-base_system_log2f mplayer/files/extra-patch-base_system_log2f >--- /usr/ports/multimedia/mplayer/files/extra-patch-base_system_log2f 1970-01-01 01:00:00.000000000 +0100 >+++ mplayer/files/extra-patch-base_system_log2f 2012-01-28 17:36:15.426193356 +0100 >@@ -0,0 +1,22 @@ >+--- configure.orig 2011-12-15 15:01:05.000000000 +0100 >++++ configure 2012-01-28 17:33:54.674887100 +0100 >+@@ -3107,7 +3107,7 @@ >+ echores "$_kstat" >+ >+ >+-for func in cbrtf exp2 exp2f llrint llrintf log2 log2f lrint lrintf round roundf trunc truncf; do >++for func in cbrtf exp2 exp2f llrint llrintf lrint lrintf round roundf trunc truncf; do >+ echocheck $func >+ eval _$func=no >+ statement_check math.h "${func}(2.0)" -D_ISOC99_SOURCE && eval _$func=yes >+@@ -3119,7 +3119,9 @@ >+ echores no >+ fi >+ done >+- >++for func in log2 log2f; do >++ eval def_$func="\"#define HAVE_$(echo $func | tr '[a-z]' '[A-Z]') 0\"" >++done >+ >+ echocheck "mkstemp" >+ _mkstemp=no
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 Raw
Actions:
View
Attachments on
bug 164580
:
121566
| 121567