From owner-svn-ports-head@FreeBSD.ORG Sat Jun 29 15:09:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 268ED8A0; Sat, 29 Jun 2013 15:09:58 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F149A198C; Sat, 29 Jun 2013 15:09:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5TF9vsN009245; Sat, 29 Jun 2013 15:09:57 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5TF9vVw009242; Sat, 29 Jun 2013 15:09:57 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201306291509.r5TF9vVw009242@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sat, 29 Jun 2013 15:09:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322049 - head/multimedia/cx88 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jun 2013 15:09:58 -0000 Author: rakuco Date: Sat Jun 29 15:09:57 2013 New Revision: 322049 URL: http://svnweb.freebsd.org/changeset/ports/322049 Log: Update to 1.4.7. - Configure board drivers and capture types from XML file - Fix stale packet issue for DVB - Add data-only capture mode for unsupported boards - Various usability improvements PR: ports/180088 Submitted by: Jason Harmening (maintainer) Modified: head/multimedia/cx88/Makefile head/multimedia/cx88/distinfo head/multimedia/cx88/pkg-plist Modified: head/multimedia/cx88/Makefile ============================================================================== --- head/multimedia/cx88/Makefile Sat Jun 29 14:28:59 2013 (r322048) +++ head/multimedia/cx88/Makefile Sat Jun 29 15:09:57 2013 (r322049) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cx88 -PORTVERSION= 1.4.6 +PORTVERSION= 1.4.7 CATEGORIES= multimedia kld MASTER_SITES= ftp://corona.homeunix.net/ports/cx88/ @@ -11,9 +11,8 @@ COMMENT= Drivers for Conexant CX23880/1/ LICENSE= BSD -LIB_DEPENDS= tuner.1:${PORTSDIR}/multimedia/libtuner BUILD_DEPENDS= ${LOCALBASE}/lib/libezxml.a:${PORTSDIR}/textproc/ezxml \ - libtuner>=1.0.9:${PORTSDIR}/multimedia/libtuner + libtuner>=1.1.0:${PORTSDIR}/multimedia/libtuner KMODDIR= /boot/modules PLIST_SUB+= KMODDIR=${KMODDIR} Modified: head/multimedia/cx88/distinfo ============================================================================== --- head/multimedia/cx88/distinfo Sat Jun 29 14:28:59 2013 (r322048) +++ head/multimedia/cx88/distinfo Sat Jun 29 15:09:57 2013 (r322049) @@ -1,2 +1,2 @@ -SHA256 (cx88-1.4.6.tar.gz) = 744df7fb4ad404983bb11bad7d9694193f3581912ec2229de293bfc19bbea74a -SIZE (cx88-1.4.6.tar.gz) = 189203 +SHA256 (cx88-1.4.7.tar.gz) = b5037f74571dffe974a9fef6e8d9acea4d7a809fb22fcd51abe70d47c3f2fcd9 +SIZE (cx88-1.4.7.tar.gz) = 190987 Modified: head/multimedia/cx88/pkg-plist ============================================================================== --- head/multimedia/cx88/pkg-plist Sat Jun 29 14:28:59 2013 (r322048) +++ head/multimedia/cx88/pkg-plist Sat Jun 29 15:09:57 2013 (r322049) @@ -2,12 +2,12 @@ bin/cx88 %%EXAMPLESDIR%%/cx88.xml.sample %%EXAMPLESDIR%%/remote.cpp %%EXAMPLESDIR%%/cx88_audio_enable.cpp -%%EXAMPLESDIR%%/cx88_audio_client.cpp -%%EXAMPLESDIR%%/hd3k_analog_ubuf.cpp -%%EXAMPLESDIR%%/hd5k_analog_ubuf.cpp %%EXAMPLESDIR%%/cx88_mpeg_client.cpp %%EXAMPLESDIR%%/hd3k_analog_kbuf.cpp %%EXAMPLESDIR%%/tuner_config +%%EXAMPLESDIR%%/cx88_audio_client.cpp +%%EXAMPLESDIR%%/hd3k_analog_ubuf.cpp +%%EXAMPLESDIR%%/hd5k_analog_ubuf.cpp etc/rc.d/cx88d include/iicdev/iicdev_ioctl.h include/cx88/cx88_common_ioctl.h