SOURCES (DEVEL): mythtv-configure.patch - for 0.22 snap 20081007

shadzik shadzik at pld-linux.org
Tue Oct 7 19:20:34 CEST 2008


Author: shadzik                      Date: Tue Oct  7 17:20:34 2008 GMT
Module: SOURCES                       Tag: DEVEL
---- Log message:
- for 0.22 snap 20081007

---- Files affected:
SOURCES:
   mythtv-configure.patch (1.3 -> 1.3.2.1) 

---- Diffs:

================================================================
Index: SOURCES/mythtv-configure.patch
diff -u SOURCES/mythtv-configure.patch:1.3 SOURCES/mythtv-configure.patch:1.3.2.1
--- SOURCES/mythtv-configure.patch:1.3	Thu Sep 14 16:45:47 2006
+++ SOURCES/mythtv-configure.patch	Tue Oct  7 19:20:29 2008
@@ -1,11 +1,31 @@
---- mythtv-0.20/configure	2006-09-14 15:58:26.000000000 +0300
-+++ mythtv/configure	2006-09-05 05:09:59.000000000 +0300
-@@ -452,7 +452,7 @@
-             x"$processor" = x"unknown" -o x"$processor" = x"powerpc" ; then 
-         processor=`/usr/bin/hostinfo | grep "Processor type:"` 
-         processor=${processor#Processor type: *} 
--        processor=${processor% (*} 
-+        processor="${processor% \(*}"
-         if test x"`echo $processor | cut -c1-3`" = x"ppc" ; then
-             tune=$processor 
-         else 
+--- configure	2008-10-07 13:51:54.000000000 +0000
++++ configure.new	2008-10-07 14:46:59.012120750 +0000
+@@ -1123,28 +1123,6 @@
+     processor_flags=`cat /proc/cpuinfo | grep "flags" | head -n 1`
+ fi
+ 
+-# Mac OS X equivalent
+-if test -f /usr/bin/hostinfo ; then
+-    if test x"$processor" = x"" -o x"$processor" = x"$arch_raw" -o \
+-            x"$processor" = x"unknown" -o x"$processor" = x"powerpc" ; then
+-        processor=`/usr/bin/hostinfo | grep "Processor type:"`
+-        processor=${processor#Processor type: *}
+-        processor=${processor% (*}
+-        if test x"`echo $processor | cut -c1-3`" = x"ppc" ; then
+-            tune=$processor
+-        else
+-            # 10.4 only:
+-            processor=`/usr/sbin/sysctl -n machdep.cpu.model_string 2>/dev/null`
+-            if test x"$processor" = x"" ; then
+-                # On 10.5, this contains the type of CPU also:
+-                processor=`/usr/sbin/sysctl -n machdep.cpu.brand_string`
+-            fi
+-            processor_flags=`/usr/sbin/sysctl -n machdep.cpu.features`
+-            processor_flags=`echo $processor_flags | tr "[A-Z]" "[a-z]"`
+-        fi
+-    fi
+-fi
+-
+ # OS
+ targetos=$(tolower $(uname -s))
+ 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/mythtv-configure.patch?r1=1.3&r2=1.3.2.1&f=u



More information about the pld-cvs-commit mailing list