Thomas Zander: > if you are a regular mplayer / mencoder user, you are invited to test > a new snapshot from 2012-07-21. > > The drop-in replacements for the ports files for both can be found here: > http://bsdistfiles.googlecode.com/files/m20120722.tar.bz2
Doesn't build on 7-STABLE. extra-patch-base_system_log2f doesn't apply and needs to be regenerated (attached). However, the build still fails: CC libavcodec/h264_cabac.o {standard input}: Assembler messages: {standard input}:22: Error: `(%ebx,%ebp,2)' is not a valid 64 bit base/index expression {standard input}:47: Error: `-1(%edx)' is not a valid 64 bit base/index expression [...] -- Christian "naddy" Weisgerber na...@mips.inka.de
--- configure.orig 2012-07-23 01:48:06.000000000 +0200 +++ configure 2012-07-23 01:49:12.000000000 +0200 @@ -3131,7 +3131,7 @@ echores "$_kstat" -for func in cbrtf exp2 exp2f isnan isinf llrint llrintf log2 log2f lrint lrintf rint round roundf trunc truncf; do +for func in cbrtf exp2 exp2f isnan isinf llrint llrintf lrint lrintf rint round roundf trunc truncf; do echocheck $func eval _$func=no statement_check math.h "${func}(2.0)" -D_ISOC99_SOURCE && eval _$func=yes @@ -3143,7 +3143,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
_______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"