From cb72abfa8f8ee686a31087ceabdaa6de5fcfba8c Mon Sep 17 00:00:00 2001 From: riggs Date: Mon, 17 Feb 2014 22:34:40 +0000 Subject: - Drop support for pre-8.3 systems - Convert old LIB_DEPENDS to new format - Fix staging breakage for PREFIX!=LOCALBASE - Fix bug passing wrong CONFIGURE_ARGS when using DEBUG (causes dangling dependencies in debug builds) - Bump PORTREVISION - Update maintainer e-mail address Approved by: thierry (mentor) MFH: 2014Q1 --- .../mplayer/files/extra-patch-base_system_log2f | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 multimedia/mplayer/files/extra-patch-base_system_log2f (limited to 'multimedia/mplayer/files/extra-patch-base_system_log2f') diff --git a/multimedia/mplayer/files/extra-patch-base_system_log2f b/multimedia/mplayer/files/extra-patch-base_system_log2f deleted file mode 100644 index bbdab50dc75..00000000000 --- a/multimedia/mplayer/files/extra-patch-base_system_log2f +++ /dev/null @@ -1,21 +0,0 @@ ---- configure.orig 2013-03-03 11:29:18.000000000 +0100 -+++ configure 2013-03-08 19:04:01.903917043 +0100 -@@ -3265,7 +3265,7 @@ - echores "$_kstat" - - --for func in atanf cbrt cbrtf cosf expf exp2 exp2f isnan isinf llrint llrintf log2 log2f log10f lrint lrintf rint round roundf sinf trunc truncf; do -+for func in atanf cbrt cbrtf cosf expf exp2 exp2f isnan isinf llrint llrintf lrint lrintf rint round roundf sinf trunc truncf; do - echocheck $func - eval _$func=no - statement_check math.h "${func}(2.0)" -D_ISOC99_SOURCE && eval _$func=yes -@@ -3278,6 +3278,9 @@ - fi - done - -+for func in log2 log2f log10f; do -+ eval def_$func="\"#define HAVE_$(echo $func | tr '[a-z]' '[A-Z]') 0\"" -+done - - for func in atan2f ldexpf powf; do - echocheck $func -- cgit