From owner-freebsd-multimedia@FreeBSD.ORG Fri Mar 9 21:25:34 2007 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0AD5C16A407 for ; Fri, 9 Mar 2007 21:25:34 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.242]) by mx1.freebsd.org (Postfix) with ESMTP id B5B5713C48E for ; Fri, 9 Mar 2007 21:25:33 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so796841ana for ; Fri, 09 Mar 2007 13:25:33 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=sQ0eeHoq7yM56lALJSiWKWAC3zCpSNDY+yon/NhLZvB2hckMLsRU9hn6TU2tXUrq/emi5qHosQQHktdf8dKUjBWvuRSfgdRD1n2/BAdcPx4xjTNSQqJFmfMJ2V1de7cIx6WPiX8GUdHwGOG/scG9gpgtYLexIsPdlA2/NHoGM3I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=NqWhLb4qzhc2qWKgqg+/mzGlwWM2jcjMUw/TVatKFyobhuoOwgZFcYNxqCnPZygh6zY50LQ1xotGU5f+WFDGqH28gpZ1aXbgYpm/xqgkbRDUq+hmyqKexv101fR8L4sUs28VNIube2V5vt/9W2UrMznSHJ0CW9ek4UNpf+fSsq0= Received: by 10.114.161.11 with SMTP id j11mr776883wae.1173475531704; Fri, 09 Mar 2007 13:25:31 -0800 (PST) Received: by 10.114.192.12 with HTTP; Fri, 9 Mar 2007 13:25:31 -0800 (PST) Message-ID: Date: Fri, 9 Mar 2007 22:25:31 +0100 From: usleepless@gmail.com To: FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: mythtv svn X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Mar 2007 21:25:34 -0000 List, i have been supplying the mythtv-devs with the freebsd-patches from the mythtv-port. most are accepted and committed. mythtv-svn should now build right from svn. but one critical patch remains ( the patch to mainserver.cpp ). i am looking for volunteers who already have mythtv running, and are willing to compile and test mythtv-svn. this is what you need ( to do ). 1. have subversion installed 2. set(env) QTDIR to /usr/X11R6 and set(env) QMAKESPEC to /usr/local/share/qt/mkspecs/freebsd-g++ 3. "svn co http://svn.mythtv.org/svn/trunk/mythtv" ( see http://svn.mythtv.org/svn/trunk/mythtv ) 4. preferably have linprocfs mounted and linked to /proc 5. ./configure 6. visit http://www.gossamer-threads.com/lists/mythtv/dev/256374#256374 and download the "lock_fix.diff" file. apply it ( patch < lock_fix.diff ). 7. make and make install 8. test! 9. report progress/problems here 10: post a message at http://svn.mythtv.org/trac/ticket/3062 to indicate that the "lock_fix.diff" patch works for you. i am aware about the need to update the pvrxxx port to reflect the latest changes. i will try to find time for that asap. regards, usleep