From nobody@FreeBSD.org  Thu Jun 14 23:31:09 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2495E106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Jun 2012 23:31:09 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [69.147.83.34])
	by mx1.freebsd.org (Postfix) with ESMTP id 05DE08FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Jun 2012 23:31:09 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5ENV8Xx091925
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Jun 2012 23:31:08 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q5ENV8CS091924;
	Thu, 14 Jun 2012 23:31:08 GMT
	(envelope-from nobody)
Message-Id: <201206142331.q5ENV8CS091924@red.freebsd.org>
Date: Thu, 14 Jun 2012 23:31:08 GMT
From: Jason Harmening <jason.harmening@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port multimedia/cx88 to 1.4.3
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         169086
>Category:       ports
>Synopsis:       Update port multimedia/cx88 to 1.4.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    sylvio
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 14 23:40:01 UTC 2012
>Closed-Date:    Sun Jun 17 23:38:41 UTC 2012
>Last-Modified:  Sun Jun 17 23:40:10 UTC 2012
>Originator:     Jason Harmening
>Release:        9.0-STABLE
>Organization:
>Environment:
FreeBSD corona.austin.rr.com 9.0-STABLE FreeBSD 9.0-STABLE #0 r237088M: Thu Jun 14 14:33:30 CDT 2012     jason@corona.austin.rr.com:/usr/obj/usr/src/sys/CUSTOM  amd64
>Description:
--Add support for HAL registration of DVB devices (required by Kaffeine)
--New input source selection mechanism for capture app
--Various usability/performance improvements
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN cx88.orig/Makefile cx88/Makefile
--- cx88.orig/Makefile	2012-03-03 15:10:53.000000000 -0600
+++ cx88/Makefile	2012-06-14 18:32:25.000000000 -0500
@@ -2,11 +2,11 @@
 # Date created:        7 September 2008
 # Whom:                jah
 #
-# $FreeBSD: ports/multimedia/cx88/Makefile,v 1.19 2012/03/03 21:10:53 jgh Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	cx88
-PORTVERSION=	1.4.2
+PORTVERSION=	1.4.3
 CATEGORIES=	multimedia kld
 MASTER_SITES=	ftp://corona.homeunix.net/ports/cx88/
 
@@ -17,20 +17,43 @@
 
 LIB_DEPENDS=	tuner.1:${PORTSDIR}/multimedia/libtuner
 BUILD_DEPENDS=	${LOCALBASE}/lib/libezxml.a:${PORTSDIR}/textproc/ezxml \
-		libtuner>=1.0.8:${PORTSDIR}/multimedia/libtuner
+		libtuner>=1.0.9:${PORTSDIR}/multimedia/libtuner
 
 KMODDIR=	/boot/modules
 PLIST_SUB+=	KMODDIR=${KMODDIR}
 MAKE_ARGS+=	LIBTUNER_LIB=${LOCALBASE}/lib/libtuner LIBTUNER_HEADER=${LOCALBASE}/include/libtuner KMODDIR=${KMODDIR}
 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+)
+HAL_DESC= Register Linux DVB devices with HAL
+
+OPTIONS_DEFAULT= LINUX_COMPAT
+
+.include <bsd.port.options.mk>
+
 .include <bsd.port.pre.mk>
 
+.if ${PORT_OPTIONS:MDEBUG}
+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 \
-		cuse4bsd-kmod>=0.1.12:${PORTSDIR}/multimedia/cuse4bsd-kmod
+		          cuse4bsd-kmod>=0.1.12:${PORTSDIR}/multimedia/cuse4bsd-kmod
 MAKE_ARGS+= -D WITH_LINUX_COMPAT
+.if ${PORT_OPTIONS:MHAL}
+LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal \
+              dbus-1:${PORTSDIR}/devel/dbus
+BUILD_DEPENDS+= hal>=0.5.14:${PORTSDIR}/sysutils/hal \
+                dbus>=1.4.0:${PORTSDIR}/devel/dbus
+MAKE_ARGS+= -D WITH_HAL
+.endif
+.endif
 .endif
 
 .if (${OSVERSION} < 704000) || ((${OSVERSION} >= 800000) && (${OSVERSION} < 801000))
diff -ruN cx88.orig/distinfo cx88/distinfo
--- cx88.orig/distinfo	2012-03-03 15:10:53.000000000 -0600
+++ cx88/distinfo	2012-06-14 18:32:25.000000000 -0500
@@ -1,2 +1,2 @@
-SHA256 (cx88-1.4.2.tar.gz) = c9127481fbed600452f043ae3f395c29b2cac88db5ee84f1786f07336ca7c8ec
-SIZE (cx88-1.4.2.tar.gz) = 182216
+SHA256 (cx88-1.4.3.tar.gz) = 5955ea85157faa049ac1977c11815f967b6006ebe7e9b4602b71452087834411
+SIZE (cx88-1.4.3.tar.gz) = 186964


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sylvio 
Responsible-Changed-By: sylvio 
Responsible-Changed-When: Fri Jun 15 00:42:53 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169086 
State-Changed-From-To: open->closed 
State-Changed-By: sylvio 
State-Changed-When: Sun Jun 17 23:38:41 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169086 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/169086: commit references a PR
Date: Sun, 17 Jun 2012 23:38:23 +0000 (UTC)

 sylvio      2012-06-17 23:38:12 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia/cx88      Makefile distinfo 
   Log:
   - Update to 1.4.3
   --Add support for HAL registration of DVB devices (required by Kaffeine)
   --New input source selection mechanism for capture app
   --Various usability/performance improvements
   
   PR:             ports/169086
   Submitted by:   Jason Harmening <jason.harmening@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.20      +29 -6     ports/multimedia/cx88/Makefile
   1.12      +2 -2      ports/multimedia/cx88/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
