From owner-cvs-all@FreeBSD.ORG Tue Mar 10 21:08:52 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2054E1065673; Tue, 10 Mar 2009 21:08:52 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0ACB48FC12; Tue, 10 Mar 2009 21:08:52 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n2AL8pex005219; Tue, 10 Mar 2009 21:08:51 GMT (envelope-from glarkin@repoman.freebsd.org) Received: (from glarkin@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n2AL8pCo005218; Tue, 10 Mar 2009 21:08:51 GMT (envelope-from glarkin) Message-Id: <200903102108.n2AL8pCo005218@repoman.freebsd.org> From: Greg Larkin Date: Tue, 10 Mar 2009 21:08:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports UIDs UPDATING ports/multimedia/mythtv Makefile distinfo pkg-install pkg-message pkg-plist ports/multimedia/mythtv/files patch-FrameAnalyzer.h patch-configure patch-httprequest.cpp patch-libs-libmythtv-cardutil.cpp patch-libs-libmythtvfreemheg-Programs.cpp ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Mar 2009 21:08:52 -0000 glarkin 2009-03-10 21:08:51 UTC FreeBSD ports repository Modified files: . UPDATING UIDs multimedia/mythtv Makefile distinfo pkg-plist multimedia/mythtv/files patch-configure Added files: multimedia/mythtv/files patch-libs__libmyth__compat.h patch-libs__libmyth__util.cpp patch-libs__libmythdvdnav__dvd_input.c patch-libs__libmythdvdnav__dvdnav_internal.h patch-libs__libmythfreemheg__Programs.cpp patch-libs__libmythtv__cardutil.cpp patch-libs__libmythupnp__httprequest.cpp patch-programs__mythbackend__mainserver.cpp patch-programs__mythbackend__scheduler.cpp patch-programs__mythfrontend__main.cpp patch-programs__mythtv-setup__backendsettings.cpp pkg-deinstall.in pkg-install.in pkg-message.in Removed files: multimedia/mythtv pkg-install pkg-message multimedia/mythtv/files patch-FrameAnalyzer.h patch-httprequest.cpp patch-libs-libmythtv-cardutil.cpp patch-libs-libmythtvfreemheg-Programs.cpp patch-mainserver.cpp patch-mpegrecorder.cpp patch-mythbackend-scheduler.cpp patch-mythfrontend-main.cpp patch-mythtv-setup-backendsettings.cpp patch-upnpglobal.h patch-version.pro patch-videodev_myth.h patch-videoout_xv.cpp Log: - Updated to 0.21 - Fixed user handling - Added entry to UPDATING for 0.21 to 0.21 version upgrade - Enable build on amd64 - Unbreak, undeprecate, and unexpire PR: ports/126343 Submitted by: Anders Troback Revision Changes Path 1.79 +2 -2 ports/UIDs 1.787 +20 -1 ports/UPDATING 1.20 +35 -24 ports/multimedia/mythtv/Makefile 1.3 +3 -3 ports/multimedia/mythtv/distinfo 1.2 +0 -17 ports/multimedia/mythtv/files/patch-FrameAnalyzer.h (dead) 1.3 +15 -23 ports/multimedia/mythtv/files/patch-configure 1.3 +0 -48 ports/multimedia/mythtv/files/patch-httprequest.cpp (dead) 1.2 +0 -11 ports/multimedia/mythtv/files/patch-libs-libmythtv-cardutil.cpp (dead) 1.2 +0 -18 ports/multimedia/mythtv/files/patch-libs-libmythtvfreemheg-Programs.cpp (dead) 1.1 +11 -0 ports/multimedia/mythtv/files/patch-libs__libmyth__compat.h (new) 1.1 +13 -0 ports/multimedia/mythtv/files/patch-libs__libmyth__util.cpp (new) 1.1 +12 -0 ports/multimedia/mythtv/files/patch-libs__libmythdvdnav__dvd_input.c (new) 1.1 +12 -0 ports/multimedia/mythtv/files/patch-libs__libmythdvdnav__dvdnav_internal.h (new) 1.1 +18 -0 ports/multimedia/mythtv/files/patch-libs__libmythfreemheg__Programs.cpp (new) 1.1 +11 -0 ports/multimedia/mythtv/files/patch-libs__libmythtv__cardutil.cpp (new) 1.1 +49 -0 ports/multimedia/mythtv/files/patch-libs__libmythupnp__httprequest.cpp (new) 1.2 +0 -32 ports/multimedia/mythtv/files/patch-mainserver.cpp (dead) 1.2 +0 -19 ports/multimedia/mythtv/files/patch-mpegrecorder.cpp (dead) 1.2 +0 -11 ports/multimedia/mythtv/files/patch-mythbackend-scheduler.cpp (dead) 1.2 +0 -11 ports/multimedia/mythtv/files/patch-mythfrontend-main.cpp (dead) 1.2 +0 -11 ports/multimedia/mythtv/files/patch-mythtv-setup-backendsettings.cpp (dead) 1.1 +34 -0 ports/multimedia/mythtv/files/patch-programs__mythbackend__mainserver.cpp (new) 1.1 +11 -0 ports/multimedia/mythtv/files/patch-programs__mythbackend__scheduler.cpp (new) 1.1 +11 -0 ports/multimedia/mythtv/files/patch-programs__mythfrontend__main.cpp (new) 1.1 +11 -0 ports/multimedia/mythtv/files/patch-programs__mythtv-setup__backendsettings.cpp (new) 1.2 +0 -14 ports/multimedia/mythtv/files/patch-upnpglobal.h (dead) 1.2 +0 -16 ports/multimedia/mythtv/files/patch-version.pro (dead) 1.2 +0 -21 ports/multimedia/mythtv/files/patch-videodev_myth.h (dead) 1.2 +0 -13 ports/multimedia/mythtv/files/patch-videoout_xv.cpp (dead) 1.1 +18 -0 ports/multimedia/mythtv/files/pkg-deinstall.in (new) 1.1 +91 -0 ports/multimedia/mythtv/files/pkg-install.in (new) 1.1 +13 -0 ports/multimedia/mythtv/files/pkg-message.in (new) 1.6 +0 -91 ports/multimedia/mythtv/pkg-install (dead) 1.2 +0 -13 ports/multimedia/mythtv/pkg-message (dead) 1.5 +776 -637 ports/multimedia/mythtv/pkg-plist