Index: head/multimedia/mythtv/files/patch-libs__libmythtv__videoout_vdpau.cpp =================================================================== --- head/multimedia/mythtv/files/patch-libs__libmythtv__videoout_vdpau.cpp (revision 463402) +++ head/multimedia/mythtv/files/patch-libs__libmythtv__videoout_vdpau.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- libs/libmythtv/videoout_vdpau.cpp.orig 2010-02-27 06:58:11.000000000 +0100 -+++ libs/libmythtv/videoout_vdpau.cpp 2010-04-06 17:40:50.000000000 +0200 -@@ -395,7 +395,7 @@ - if (frame) - { - // FIXME for 0.23. This should be triggered from AFD by a seek -- if ((abs(frame->frameNumber - framesPlayed) > 8)) -+ if ((labs(frame->frameNumber - framesPlayed) > 8)) - ClearReferenceFrames(); - new_frame = (framesPlayed != frame->frameNumber + 1); - framesPlayed = frame->frameNumber + 1; Property changes on: head/multimedia/mythtv/files/patch-libs__libmythtv__videoout_vdpau.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/multimedia/mythtv/files/patch-libs__libmythui__mythgesture.cpp =================================================================== --- head/multimedia/mythtv/files/patch-libs__libmythui__mythgesture.cpp (revision 463402) +++ head/multimedia/mythtv/files/patch-libs__libmythui__mythgesture.cpp (nonexistent) @@ -1,19 +0,0 @@ ---- libs/libmythui/mythgesture.cpp.orig 2013-09-18 16:06:08.000000000 -0400 -+++ libs/libmythui/mythgesture.cpp 2014-01-22 08:20:33.000000000 -0500 -@@ -28,6 +28,7 @@ - - #include "mythgesture.h" - -+#include - #include - #include - -@@ -283,7 +284,7 @@ - int dely = p.y() - points.back().y(); - - /* step by the greatest delta direction */ -- if (abs(delx) > abs(dely)) -+ if (std::abs(delx) > std::abs(dely)) - { - float iy = points.back().y(); - Property changes on: head/multimedia/mythtv/files/patch-libs__libmythui__mythgesture.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/multimedia/mythtv/files/patch-external__zeromq__src__Makefile.am =================================================================== --- head/multimedia/mythtv/files/patch-external__zeromq__src__Makefile.am (revision 463402) +++ head/multimedia/mythtv/files/patch-external__zeromq__src__Makefile.am (nonexistent) @@ -1,10 +0,0 @@ ---- external/zeromq/src/Makefile.am.orig 2015-11-16 14:31:23.735432710 +0000 -+++ external/zeromq/src/Makefile.am 2015-11-16 14:28:48.465433398 +0000 -@@ -1,6 +1,6 @@ - lib_LTLIBRARIES = libmythzmq.la - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(PKG_CONFIG_PATH) - pkgconfig_DATA = libmythzmq.pc - - include_HEADERS = ../include/zmq.h ../include/zmq.hpp ../include/zmq_utils.h Property changes on: head/multimedia/mythtv/files/patch-external__zeromq__src__Makefile.am ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/multimedia/mythtv/files/patch-external__FFmpeg__configure =================================================================== --- head/multimedia/mythtv/files/patch-external__FFmpeg__configure (revision 463402) +++ head/multimedia/mythtv/files/patch-external__FFmpeg__configure (nonexistent) @@ -1,22 +0,0 @@ ---- external/FFmpeg/configure.orig 2010-08-23 18:54:20.000000000 +0200 -+++ external/FFmpeg/configure 2010-11-01 21:13:19.000000000 +0100 -@@ -1528,8 +1528,8 @@ - nm_opts='-g' - - # machine --arch_default=$(uname -m) --cpu="generic" -+arch_default=$(uname -p) -+cpu="i686" - - # OS - target_os_default=$(tolower $(uname -s)) -@@ -2108,7 +2108,7 @@ - i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2|amdfam10|barcelona) - cpuflags="-march=$cpu" - enable cmov -- enable fast_cmov -+ disable fast_cmov - ;; - # targets that do support conditional mov but on which it's slow - pentium4|pentium4m|prescott|nocona) Property changes on: head/multimedia/mythtv/files/patch-external__FFmpeg__configure ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/multimedia/mythtv/files/patch-libs__libmyth__remoteutil.h =================================================================== --- head/multimedia/mythtv/files/patch-libs__libmyth__remoteutil.h (revision 463402) +++ head/multimedia/mythtv/files/patch-libs__libmyth__remoteutil.h (nonexistent) @@ -1,11 +0,0 @@ ---- libs/libmyth/remoteutil.h.orig 2013-09-18 16:06:08.000000000 -0400 -+++ libs/libmyth/remoteutil.h 2014-01-22 08:26:34.000000000 -0500 -@@ -8,6 +8,7 @@ - using namespace std; - - #include "mythexp.h" -+#include - - class ProgramInfo; - class MythEvent; - Property changes on: head/multimedia/mythtv/files/patch-libs__libmyth__remoteutil.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/multimedia/mythtv/files/patch-libs__libmythtv__recorders__dvbstreamhandler.cpp =================================================================== --- head/multimedia/mythtv/files/patch-libs__libmythtv__recorders__dvbstreamhandler.cpp (revision 463402) +++ head/multimedia/mythtv/files/patch-libs__libmythtv__recorders__dvbstreamhandler.cpp (nonexistent) @@ -1,29 +0,0 @@ ---- libs/libmythtv/recorders/dvbstreamhandler.cpp.orig 2012-03-05 03:31:31.000000000 +0100 -+++ libs/libmythtv/recorders/dvbstreamhandler.cpp 2012-03-18 11:24:44.309770699 +0100 -@@ -614,7 +614,7 @@ - { - struct dmx_pes_filter_params pesFilterParams; - memset(&pesFilterParams, 0, sizeof(struct dmx_pes_filter_params)); -- pesFilterParams.pid = (__u16) _pid; -+ pesFilterParams.pid = (uint16_t) _pid; - pesFilterParams.input = DMX_IN_FRONTEND; - pesFilterParams.output = DMX_OUT_TS_TAP; - pesFilterParams.flags = DMX_IMMEDIATE_START; -@@ -634,7 +634,7 @@ - { - struct dmx_sct_filter_params sctFilterParams; - memset(&sctFilterParams, 0, sizeof(struct dmx_sct_filter_params)); -- switch ( (__u16) _pid ) -+ switch ( (uint16_t) _pid ) - { - case 0x0: // PAT - sctFilterParams.filter.filter[0] = 0; -@@ -670,7 +670,7 @@ - sctFilterParams.filter.mask[0] = 0x00; - break; - } -- sctFilterParams.pid = (__u16) _pid; -+ sctFilterParams.pid = (uint16_t) _pid; - sctFilterParams.timeout = 0; - sctFilterParams.flags = DMX_IMMEDIATE_START; - Property changes on: head/multimedia/mythtv/files/patch-libs__libmythtv__recorders__dvbstreamhandler.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/multimedia/mythtv/files/patch-libs__libmythupnp__mmulticastsocketdevice.h =================================================================== --- head/multimedia/mythtv/files/patch-libs__libmythupnp__mmulticastsocketdevice.h (revision 463402) +++ head/multimedia/mythtv/files/patch-libs__libmythupnp__mmulticastsocketdevice.h (nonexistent) @@ -1,11 +0,0 @@ ---- libs/libmythupnp/mmulticastsocketdevice.h.orig 2013-09-18 16:06:08.000000000 -0400 -+++ libs/libmythupnp/mmulticastsocketdevice.h 2014-01-22 08:24:26.000000000 -0500 -@@ -18,6 +18,7 @@ - # include - # endif - #else -+# include - # include - # include - # include - Property changes on: head/multimedia/mythtv/files/patch-libs__libmythupnp__mmulticastsocketdevice.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/multimedia/mythtv/files/patch-libs__libmythdvdnav__dvdnav__dvdnav.c =================================================================== --- head/multimedia/mythtv/files/patch-libs__libmythdvdnav__dvdnav__dvdnav.c (revision 463402) +++ head/multimedia/mythtv/files/patch-libs__libmythdvdnav__dvdnav__dvdnav.c (nonexistent) @@ -1,11 +0,0 @@ ---- libs/libmythdvdnav/dvdnav/dvdnav.c.orig 2012-03-18 12:13:45.805789048 +0100 -+++ libs/libmythdvdnav/dvdnav/dvdnav.c 2012-03-18 12:12:47.166812027 +0100 -@@ -33,7 +33,7 @@ - #include - #include - #include --#include "dvdnav/dvdnav.h" -+#include "dvdnav.h" - #include - #include - #include /* For vm_cmd_t */ Property changes on: head/multimedia/mythtv/files/patch-libs__libmythdvdnav__dvdnav__dvdnav.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/multimedia/mythtv/files/patch-external__FFmpeg__libavcodec__x86__ac3dsp_init.c =================================================================== --- head/multimedia/mythtv/files/patch-external__FFmpeg__libavcodec__x86__ac3dsp_init.c (revision 463402) +++ head/multimedia/mythtv/files/patch-external__FFmpeg__libavcodec__x86__ac3dsp_init.c (nonexistent) @@ -1,11 +0,0 @@ ---- external/FFmpeg/libavcodec/x86/ac3dsp_init.c.orig 2013-09-18 20:06:08.000000000 +0000 -+++ external/FFmpeg/libavcodec/x86/ac3dsp_init.c 2013-10-18 11:58:01.000000000 +0000 -@@ -51,7 +51,7 @@ - extern void ff_ac3_extract_exponents_sse2 (uint8_t *exp, int32_t *coef, int nb_coefs); - extern void ff_ac3_extract_exponents_ssse3(uint8_t *exp, int32_t *coef, int nb_coefs); - --#if ARCH_X86_32 && defined(__INTEL_COMPILER) -+#if ARCH_X86_32 && (defined(__INTEL_COMPILER) || defined(__clang__)) - # undef HAVE_7REGS - # define HAVE_7REGS 0 - #endif Property changes on: head/multimedia/mythtv/files/patch-external__FFmpeg__libavcodec__x86__ac3dsp_init.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/multimedia/mythtv/files/patch-libs__libmythui__mythpainter.cpp =================================================================== --- head/multimedia/mythtv/files/patch-libs__libmythui__mythpainter.cpp (revision 463402) +++ head/multimedia/mythtv/files/patch-libs__libmythui__mythpainter.cpp (nonexistent) @@ -1,9 +0,0 @@ ---- libs/libmythui/mythpainter.cpp.orig 2013-09-18 16:06:08.000000000 -0400 -+++ libs/libmythui/mythpainter.cpp 2014-01-22 08:18:40.000000000 -0500 -@@ -1,5 +1,6 @@ - #include - #include -+#include - - // QT headers - #include Property changes on: head/multimedia/mythtv/files/patch-libs__libmythui__mythpainter.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/multimedia/mythtv/files/patch-configure =================================================================== --- head/multimedia/mythtv/files/patch-configure (revision 463402) +++ head/multimedia/mythtv/files/patch-configure (revision 463403) @@ -1,78 +1,78 @@ ---- configure.orig 2013-09-18 20:06:08.000000000 +0000 -+++ configure 2013-10-18 11:11:10.000000000 +0000 -@@ -846,28 +846,28 @@ +--- configure.orig 2015-06-16 16:03:30 UTC ++++ configure +@@ -846,28 +846,28 @@ check_cc(){ log check_cc "$@" cat > $TMPC log_file $TMPC - check_cmd $cc $CPPFLAGS $CFLAGS "$@" $CC_C $(cc_o $TMPO) $TMPC + check_cmd $cc $CPPFLAGS $CFLAGS -I${prefix}/include "$@" $CC_C $(cc_o $TMPO) $TMPC } check_cxx(){ log check_cxx "$@" cat > $TMPCPP log_file $TMPCPP - check_cmd $cxx $CPPFLAGS $CXXFLAGS "$@" $CXX_C -o $TMPO $TMPCPP + check_cmd $cxx $CPPFLAGS $CXXFLAGS -I${prefix}/include "$@" $CXX_C -o $TMPO $TMPCPP } check_ecxx(){ log check_cxx "$@" cat > $TMPCPP log_file $TMPCPP - check_cmd $cxx $CPPFLAGS $CXXFLAGS $ECXXFLAGS "$@" $CXX_C -o $TMPO $TMPCPP + check_cmd $cxx $CPPFLAGS $CXXFLAGS $ECXXFLAGS -I${prefix}/include "$@" $CXX_C -o $TMPO $TMPCPP } check_cpp(){ log check_cpp "$@" cat > $TMPC log_file $TMPC - check_cmd $cc $CPPFLAGS $CFLAGS "$@" $(cc_e $TMPO) $TMPC + check_cmd $cc $CPPFLAGS $CFLAGS -I${prefix}/include "$@" $(cc_e $TMPO) $TMPC } as_o(){ -@@ -2539,7 +2539,7 @@ +@@ -2539,7 +2539,7 @@ python_default="python" # machine arch_default=$(uname -m) -cpu="generic" +cpu="i686" processor=`uname -p 2>/dev/null` processor_flags="" tune="generic" -@@ -3931,7 +3931,7 @@ +@@ -3931,7 +3931,7 @@ elif enabled x86; then i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64*|k8*|opteron*|athlon-fx|core2|corei7*|amdfam10|barcelona|atom|bdver*) cpuflags="-march=$cpu" enable cmov - enable fast_cmov + disable fast_cmov ;; # targets that do support conditional mov but on which it's slow pentium4|pentium4m|prescott|nocona) -@@ -4102,7 +4102,6 @@ +@@ -4102,7 +4102,6 @@ case $target_os in append CCONFIG "freebsd" # Workaround compile errors from missing u_int/uint def CPPFLAGS=`echo $CPPFLAGS | sed 's/-D_POSIX_C_SOURCE=200112//'` - disable ivtv enable backend ;; bsd/os) -@@ -6383,6 +6382,7 @@ +@@ -6389,6 +6388,7 @@ cat <> $TMPMAK QMAKE_LIBDIR_QT-=${sysroot}${libdir} QMAKE_LIBDIR-=${sysroot}${libdir} LATE_LIBS+=-L${sysroot}${libdir} +FREETYPE_CFLAGS-= -I/usr/local/include EOF #echo "endif # FFMPEG_CONFIG_MAK" >> $TMPMAK -@@ -6435,7 +6435,7 @@ +@@ -6441,7 +6441,7 @@ INCDIR=\$(INSTALL_ROOT)$incdir BINDIR=\$(INSTALL_ROOT)$bindir DATADIR=\$(INSTALL_ROOT)$datadir MANDIR=\$(INSTALL_ROOT)$mandir -CFLAGS=${CFLAGS} -w +CFLAGS=${CFLAGS} -I/usr/local/include -w endif # FFMPEG_CONFIG_MAK EOF Index: head/multimedia/mythtv/files/patch-external_FFmpeg_configure =================================================================== --- head/multimedia/mythtv/files/patch-external_FFmpeg_configure (nonexistent) +++ head/multimedia/mythtv/files/patch-external_FFmpeg_configure (revision 463403) @@ -0,0 +1,22 @@ +--- external/FFmpeg/configure.orig 2015-06-16 16:03:30 UTC ++++ external/FFmpeg/configure +@@ -2167,8 +2167,8 @@ yasmexe_default="yasm" + nogas=":" + + # machine +-arch_default=$(uname -m) +-cpu="generic" ++arch_default=$(uname -p) ++cpu="i686" + + # OS + target_os_default=$(tolower $(uname -s)) +@@ -3137,7 +3137,7 @@ elif enabled x86; then + i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64*|k8*|opteron*|athlon-fx|core2|corei7*|amdfam10|barcelona|atom|bdver*) + cpuflags="-march=$cpu" + enable cmov +- enable fast_cmov ++ disable fast_cmov + ;; + # targets that do support conditional mov but on which it's slow + pentium4|pentium4m|prescott|nocona) Property changes on: head/multimedia/mythtv/files/patch-external_FFmpeg_configure ___________________________________________________________________ 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 Index: head/multimedia/mythtv/files/patch-external_FFmpeg_libavcodec_x86_ac3dsp__init.c =================================================================== --- head/multimedia/mythtv/files/patch-external_FFmpeg_libavcodec_x86_ac3dsp__init.c (nonexistent) +++ head/multimedia/mythtv/files/patch-external_FFmpeg_libavcodec_x86_ac3dsp__init.c (revision 463403) @@ -0,0 +1,11 @@ +--- external/FFmpeg/libavcodec/x86/ac3dsp_init.c.orig 2015-06-16 16:03:30 UTC ++++ external/FFmpeg/libavcodec/x86/ac3dsp_init.c +@@ -51,7 +51,7 @@ extern void ff_ac3_extract_exponents_3dnow(uint8_t *ex + extern void ff_ac3_extract_exponents_sse2 (uint8_t *exp, int32_t *coef, int nb_coefs); + extern void ff_ac3_extract_exponents_ssse3(uint8_t *exp, int32_t *coef, int nb_coefs); + +-#if ARCH_X86_32 && defined(__INTEL_COMPILER) ++#if ARCH_X86_32 && (defined(__INTEL_COMPILER) || defined(__clang__)) + # undef HAVE_7REGS + # define HAVE_7REGS 0 + #endif Property changes on: head/multimedia/mythtv/files/patch-external_FFmpeg_libavcodec_x86_ac3dsp__init.c ___________________________________________________________________ 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 Index: head/multimedia/mythtv/files/patch-external_zeromq_src_Makefile.am =================================================================== --- head/multimedia/mythtv/files/patch-external_zeromq_src_Makefile.am (nonexistent) +++ head/multimedia/mythtv/files/patch-external_zeromq_src_Makefile.am (revision 463403) @@ -0,0 +1,10 @@ +--- external/zeromq/src/Makefile.am.orig 2015-06-16 16:03:30 UTC ++++ external/zeromq/src/Makefile.am +@@ -1,6 +1,6 @@ + lib_LTLIBRARIES = libmythzmq.la + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(PKG_CONFIG_PATH) + pkgconfig_DATA = libmythzmq.pc + + include_HEADERS = ../include/zmq.h ../include/zmq.hpp ../include/zmq_utils.h Property changes on: head/multimedia/mythtv/files/patch-external_zeromq_src_Makefile.am ___________________________________________________________________ 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 Index: head/multimedia/mythtv/files/patch-libs_libmyth_remoteutil.h =================================================================== --- head/multimedia/mythtv/files/patch-libs_libmyth_remoteutil.h (nonexistent) +++ head/multimedia/mythtv/files/patch-libs_libmyth_remoteutil.h (revision 463403) @@ -0,0 +1,10 @@ +--- libs/libmyth/remoteutil.h.orig 2015-06-16 16:03:30 UTC ++++ libs/libmyth/remoteutil.h +@@ -10,6 +10,7 @@ + using namespace std; + + #include "mythexp.h" ++#include + + class ProgramInfo; + class MythEvent; Property changes on: head/multimedia/mythtv/files/patch-libs_libmyth_remoteutil.h ___________________________________________________________________ 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 Index: head/multimedia/mythtv/files/patch-libs_libmythdvdnav_dvdnav_dvdnav.c =================================================================== --- head/multimedia/mythtv/files/patch-libs_libmythdvdnav_dvdnav_dvdnav.c (nonexistent) +++ head/multimedia/mythtv/files/patch-libs_libmythdvdnav_dvdnav_dvdnav.c (revision 463403) @@ -0,0 +1,11 @@ +--- libs/libmythdvdnav/dvdnav/dvdnav.c.orig 2015-06-16 16:03:30 UTC ++++ libs/libmythdvdnav/dvdnav/dvdnav.c +@@ -33,7 +33,7 @@ + #include + #include + #include +-#include "dvdnav/dvdnav.h" ++#include "dvdnav.h" + #include + #include + #include /* For vm_cmd_t */ Property changes on: head/multimedia/mythtv/files/patch-libs_libmythdvdnav_dvdnav_dvdnav.c ___________________________________________________________________ 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 Index: head/multimedia/mythtv/files/patch-libs_libmythtv_recorders_dvbstreamhandler.cpp =================================================================== --- head/multimedia/mythtv/files/patch-libs_libmythtv_recorders_dvbstreamhandler.cpp (nonexistent) +++ head/multimedia/mythtv/files/patch-libs_libmythtv_recorders_dvbstreamhandler.cpp (revision 463403) @@ -0,0 +1,29 @@ +--- libs/libmythtv/recorders/dvbstreamhandler.cpp.orig 2015-06-16 16:03:30 UTC ++++ libs/libmythtv/recorders/dvbstreamhandler.cpp +@@ -620,7 +620,7 @@ bool DVBPIDInfo::Open(const QString &dvb_dev, bool use + { + struct dmx_pes_filter_params pesFilterParams; + memset(&pesFilterParams, 0, sizeof(struct dmx_pes_filter_params)); +- pesFilterParams.pid = (__u16) _pid; ++ pesFilterParams.pid = (uint16_t) _pid; + pesFilterParams.input = DMX_IN_FRONTEND; + pesFilterParams.output = DMX_OUT_TS_TAP; + pesFilterParams.flags = DMX_IMMEDIATE_START; +@@ -640,7 +640,7 @@ bool DVBPIDInfo::Open(const QString &dvb_dev, bool use + { + struct dmx_sct_filter_params sctFilterParams; + memset(&sctFilterParams, 0, sizeof(struct dmx_sct_filter_params)); +- switch ( (__u16) _pid ) ++ switch ( (uint16_t) _pid ) + { + case 0x0: // PAT + sctFilterParams.filter.filter[0] = 0; +@@ -676,7 +676,7 @@ bool DVBPIDInfo::Open(const QString &dvb_dev, bool use + sctFilterParams.filter.mask[0] = 0x00; + break; + } +- sctFilterParams.pid = (__u16) _pid; ++ sctFilterParams.pid = (uint16_t) _pid; + sctFilterParams.timeout = 0; + sctFilterParams.flags = DMX_IMMEDIATE_START; + Property changes on: head/multimedia/mythtv/files/patch-libs_libmythtv_recorders_dvbstreamhandler.cpp ___________________________________________________________________ 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 Index: head/multimedia/mythtv/files/patch-libs_libmythtv_videoout__vdpau.cpp =================================================================== --- head/multimedia/mythtv/files/patch-libs_libmythtv_videoout__vdpau.cpp (nonexistent) +++ head/multimedia/mythtv/files/patch-libs_libmythtv_videoout__vdpau.cpp (revision 463403) @@ -0,0 +1,11 @@ +--- libs/libmythtv/videoout_vdpau.cpp.orig 2015-06-16 16:03:30 UTC ++++ libs/libmythtv/videoout_vdpau.cpp +@@ -442,7 +442,7 @@ void VideoOutputVDPAU::PrepareFrame(VideoFrame *frame, + if (frame) + { + // FIXME for 0.23. This should be triggered from AFD by a seek +- if ((abs(frame->frameNumber - framesPlayed) > 8)) ++ if ((labs(frame->frameNumber - framesPlayed) > 8)) + ClearReferenceFrames(); + new_frame = (framesPlayed != frame->frameNumber + 1); + framesPlayed = frame->frameNumber + 1; Property changes on: head/multimedia/mythtv/files/patch-libs_libmythtv_videoout__vdpau.cpp ___________________________________________________________________ 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 Index: head/multimedia/mythtv/files/patch-libs_libmythui_mythgesture.cpp =================================================================== --- head/multimedia/mythtv/files/patch-libs_libmythui_mythgesture.cpp (nonexistent) +++ head/multimedia/mythtv/files/patch-libs_libmythui_mythgesture.cpp (revision 463403) @@ -0,0 +1,19 @@ +--- libs/libmythui/mythgesture.cpp.orig 2015-06-16 16:03:30 UTC ++++ libs/libmythui/mythgesture.cpp +@@ -28,6 +28,7 @@ + + #include "mythgesture.h" + ++#include + #include + #include + #include +@@ -284,7 +285,7 @@ bool MythGesture::record(const QPoint & p) + int dely = p.y() - points.back().y(); + + /* step by the greatest delta direction */ +- if (abs(delx) > abs(dely)) ++ if (std::abs(delx) > std::abs(dely)) + { + float iy = points.back().y(); + Property changes on: head/multimedia/mythtv/files/patch-libs_libmythui_mythgesture.cpp ___________________________________________________________________ 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 Index: head/multimedia/mythtv/files/patch-libs_libmythui_mythpainter.cpp =================================================================== --- head/multimedia/mythtv/files/patch-libs_libmythui_mythpainter.cpp (nonexistent) +++ head/multimedia/mythtv/files/patch-libs_libmythui_mythpainter.cpp (revision 463403) @@ -0,0 +1,10 @@ +--- libs/libmythui/mythpainter.cpp.orig 2015-06-16 16:03:30 UTC ++++ libs/libmythui/mythpainter.cpp +@@ -1,6 +1,7 @@ + #include + #include + #include ++#include + + // QT headers + #include Property changes on: head/multimedia/mythtv/files/patch-libs_libmythui_mythpainter.cpp ___________________________________________________________________ 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 Index: head/multimedia/mythtv/files/patch-libs_libmythupnp_mmulticastsocketdevice.h =================================================================== --- head/multimedia/mythtv/files/patch-libs_libmythupnp_mmulticastsocketdevice.h (nonexistent) +++ head/multimedia/mythtv/files/patch-libs_libmythupnp_mmulticastsocketdevice.h (revision 463403) @@ -0,0 +1,10 @@ +--- libs/libmythupnp/mmulticastsocketdevice.h.orig 2015-06-16 16:03:30 UTC ++++ libs/libmythupnp/mmulticastsocketdevice.h +@@ -22,6 +22,7 @@ + # include + # endif + #else ++# include + # include + # include + # include Property changes on: head/multimedia/mythtv/files/patch-libs_libmythupnp_mmulticastsocketdevice.h ___________________________________________________________________ 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