From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 29 13:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 743832BC for ; Sat, 29 Jun 2013 13:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5B75A1676 for ; Sat, 29 Jun 2013 13:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5TDK09k045136 for ; Sat, 29 Jun 2013 13:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5TDK0iL045135; Sat, 29 Jun 2013 13:20:00 GMT (envelope-from gnats) Resent-Date: Sat, 29 Jun 2013 13:20:00 GMT Resent-Message-Id: <201306291320.r5TDK0iL045135@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Harmening Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C402C25C for ; Sat, 29 Jun 2013 13:18:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 9BAF61672 for ; Sat, 29 Jun 2013 13:18:09 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5TDI9n1010074 for ; Sat, 29 Jun 2013 13:18:09 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5TDI9Yl010070; Sat, 29 Jun 2013 13:18:09 GMT (envelope-from nobody) Message-Id: <201306291318.r5TDI9Yl010070@oldred.freebsd.org> Date: Sat, 29 Jun 2013 13:18:09 GMT From: Jason Harmening To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/180088: update multimedia/cx88 to 1.4.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jun 2013 13:20:00 -0000 >Number: 180088 >Category: ports >Synopsis: update multimedia/cx88 to 1.4.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jun 29 13:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jason Harmening >Release: 9.1-STABLE >Organization: >Environment: FreeBSD corona.austin.rr.com 9.1-STABLE FreeBSD 9.1-STABLE #1 r248589M: Thu Mar 21 15:33:44 CDT 2013 root@corona.austin.rr.com:/usr/obj/usr/src/sys/CUSTOM amd64 >Description: --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 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruNb cx88.orig/Makefile cx88/Makefile --- cx88.orig/Makefile 2013-01-09 18:27:02.039674000 -0600 +++ cx88/Makefile 2013-06-29 08:20:59.000000000 -0500 @@ -1,8 +1,8 @@ # Created by: Jason Harmening -# $FreeBSD: Makefile 310166 2013-01-10 00:27:02Z madpilot $ +# $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 @@ 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} diff -ruNb cx88.orig/distinfo cx88/distinfo --- cx88.orig/distinfo 2013-01-09 18:27:02.039674000 -0600 +++ cx88/distinfo 2013-06-29 08:20:59.000000000 -0500 @@ -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 diff -ruNb cx88.orig/pkg-plist cx88/pkg-plist --- cx88.orig/pkg-plist 2012-12-17 19:42:45.689620000 -0600 +++ cx88/pkg-plist 2013-06-29 08:20:59.000000000 -0500 @@ -2,12 +2,12 @@ %%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 >Release-Note: >Audit-Trail: >Unformatted: