From owner-svn-ports-head@FreeBSD.ORG Thu Jan 10 00:27:03 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0F54C6C2; Thu, 10 Jan 2013 00:27:03 +0000 (UTC) (envelope-from madpilot@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 D2DB09A8; Thu, 10 Jan 2013 00:27:02 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0A0R2FQ079820; Thu, 10 Jan 2013 00:27:02 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0A0R2DH079817; Thu, 10 Jan 2013 00:27:02 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201301100027.r0A0R2DH079817@svn.freebsd.org> From: Guido Falsi Date: Thu, 10 Jan 2013 00:27:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310166 - 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: Thu, 10 Jan 2013 00:27:03 -0000 Author: madpilot Date: Thu Jan 10 00:27:02 2013 New Revision: 310166 URL: http://svnweb.freebsd.org/changeset/ports/310166 Log: - Update to 1.4.6 - Change wording for some OPTIONS descriptions - Mark IGNORE on <8.3 Changes: - Use DRIVER_MODULE_ORDERED() everywhere and set 8.2-STABLE as minimum OS version, fixes kmod load failure on latest 8.3 - Add DVB_ENUM_DELSYS and fix DVB API version at 5.5 to fix capture with latest VDR PR: ports/175150 Submitted by: Jason Harmening (maintainer) Modified: head/multimedia/cx88/Makefile head/multimedia/cx88/distinfo Modified: head/multimedia/cx88/Makefile ============================================================================== --- head/multimedia/cx88/Makefile Wed Jan 9 23:28:19 2013 (r310165) +++ head/multimedia/cx88/Makefile Thu Jan 10 00:27:02 2013 (r310166) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cx88 -PORTVERSION= 1.4.5 +PORTVERSION= 1.4.6 CATEGORIES= multimedia kld MASTER_SITES= ftp://corona.homeunix.net/ports/cx88/ @@ -22,8 +22,8 @@ MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= DEBUG LINUX_COMPAT HAL -DEBUG_DESC= Build with debugging and verbose output enabled -LINUX_COMPAT_DESC= Support for Linux DVB and radio devices (requires FreeBSD 8.1+) +DEBUG_DESC= Enable debugging and verbose driver output +LINUX_COMPAT_DESC= Support for Linux DVB and radio API HAL_DESC= Register Linux DVB devices with HAL OPTIONS_DEFAULT= LINUX_COMPAT @@ -34,7 +34,6 @@ OPTIONS_DEFAULT= LINUX_COMPAT MAKE_ARGS+= DIAGNOSTIC=0x7f .endif -.if (${OSVERSION} >= 801000) .if ${PORT_OPTIONS:MLINUX_COMPAT} LIB_DEPENDS+= cuse4bsd.1:${PORTSDIR}/multimedia/cuse4bsd-kmod BUILD_DEPENDS+= v4l_compat>=1.0.20100321:${PORTSDIR}/multimedia/v4l_compat @@ -45,12 +44,11 @@ LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils MAKE_ARGS+= -D WITH_HAL .endif .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+) +.if (${OSVERSION} < 802513) || ((${OSVERSION} >= 900000) && (${OSVERSION} < 900041)) +IGNORE= requires kernel support for DRIVER_MODULE_ORDERED macro (FreeBSD 8.3+, FreeBSD 9.0+) .endif .if !exists(${SRC_BASE}/sys/Makefile) Modified: head/multimedia/cx88/distinfo ============================================================================== --- head/multimedia/cx88/distinfo Wed Jan 9 23:28:19 2013 (r310165) +++ head/multimedia/cx88/distinfo Thu Jan 10 00:27:02 2013 (r310166) @@ -1,2 +1,2 @@ -SHA256 (cx88-1.4.5.tar.gz) = fc1383a0badfbb9b7161ff0bc634e50a96792c55066a7ca6495a53dabbb01fd6 -SIZE (cx88-1.4.5.tar.gz) = 190201 +SHA256 (cx88-1.4.6.tar.gz) = 744df7fb4ad404983bb11bad7d9694193f3581912ec2229de293bfc19bbea74a +SIZE (cx88-1.4.6.tar.gz) = 189203