From owner-svn-ports-all@FreeBSD.ORG Tue Sep 18 23:34:47 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 696EA106566C; Tue, 18 Sep 2012 23:34:47 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3BFA68FC14; Tue, 18 Sep 2012 23:34:47 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8INYljO083099; Tue, 18 Sep 2012 23:34:47 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8INYl5P083094; Tue, 18 Sep 2012 23:34:47 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201209182334.q8INYl5P083094@svn.freebsd.org> From: Guido Falsi Date: Tue, 18 Sep 2012 23:34:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304474 - head/multimedia/cx88 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2012 23:34:47 -0000 Author: madpilot Date: Tue Sep 18 23:34:46 2012 New Revision: 304474 URL: http://svn.freebsd.org/changeset/ports/304474 Log: - Update to version 1.4.4 - Trim Makefile Headers New in this version: - Enable MSIs by default for PCIe devices - Add dynamic port and timer configuration to capture app - Add cx88d rc script to automatically create DVB interfaces PR: ports/171480 Submitted by: Jason Harmening Approved by: crees (mentor) Modified: head/multimedia/cx88/Makefile (contents, props changed) head/multimedia/cx88/distinfo (contents, props changed) head/multimedia/cx88/pkg-plist (contents, props changed) Modified: head/multimedia/cx88/Makefile ============================================================================== --- head/multimedia/cx88/Makefile Tue Sep 18 23:05:43 2012 (r304473) +++ head/multimedia/cx88/Makefile Tue Sep 18 23:34:46 2012 (r304474) @@ -1,12 +1,8 @@ -# New ports collection makefile for: cx88 -# Date created: 7 September 2008 -# Whom: jah -# +# Created-by: jah # $FreeBSD$ -# PORTNAME= cx88 -PORTVERSION= 1.4.3 +PORTVERSION= 1.4.4 CATEGORIES= multimedia kld MASTER_SITES= ftp://corona.homeunix.net/ports/cx88/ @@ -34,8 +30,6 @@ OPTIONS_DEFAULT= LINUX_COMPAT .include -.include - .if ${PORT_OPTIONS:MDEBUG} MAKE_ARGS+= DIAGNOSTIC=0x7f .endif @@ -56,6 +50,8 @@ MAKE_ARGS+= -D WITH_HAL .endif .endif +MAKE_ARGS+= DEFAULT_XML_CONFIG="${EXAMPLESDIR}/cx88.xml.sample" + .if (${OSVERSION} < 704000) || ((${OSVERSION} >= 800000) && (${OSVERSION} < 801000)) IGNORE= requires kernel support for kmem_alloc_attr() (FreeBSD 7.4+, FreeBSD 8.1+) .endif @@ -64,4 +60,4 @@ IGNORE= requires kernel support for kmem IGNORE= requires kernel source files .endif -.include +.include Modified: head/multimedia/cx88/distinfo ============================================================================== --- head/multimedia/cx88/distinfo Tue Sep 18 23:05:43 2012 (r304473) +++ head/multimedia/cx88/distinfo Tue Sep 18 23:34:46 2012 (r304474) @@ -1,2 +1,2 @@ -SHA256 (cx88-1.4.3.tar.gz) = 5955ea85157faa049ac1977c11815f967b6006ebe7e9b4602b71452087834411 -SIZE (cx88-1.4.3.tar.gz) = 186964 +SHA256 (cx88-1.4.4.tar.gz) = 57a04ab9639ed8b09d00859c69ca0eafe1ab62f668fc93b236f1d28533aed995 +SIZE (cx88-1.4.4.tar.gz) = 189060 Modified: head/multimedia/cx88/pkg-plist ============================================================================== --- head/multimedia/cx88/pkg-plist Tue Sep 18 23:05:43 2012 (r304473) +++ head/multimedia/cx88/pkg-plist Tue Sep 18 23:34:46 2012 (r304474) @@ -8,6 +8,7 @@ bin/cx88 %%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 include/cx88/cx88_mpeg_ioctl.h