View | Details | Raw Unified | Return to bug 157171
Collapse All | Expand All

(-)/usr/ports/multimedia/cx88/Makefile (-1 / +8 lines)
Lines 2-12 Link Here
2
# Date created:        7 September 2008
2
# Date created:        7 September 2008
3
# Whom:                jah
3
# Whom:                jah
4
#
4
#
5
# $FreeBSD: ports/multimedia/cx88/Makefile,v 1.13 2011/05/16 08:14:46 culot Exp $
5
# $FreeBSD$
6
#
6
#
7
7
8
PORTNAME=	cx88
8
PORTNAME=	cx88
9
PORTVERSION=	1.3.1
9
PORTVERSION=	1.3.1
10
PORTREVISION=   1
10
CATEGORIES=	multimedia kld
11
CATEGORIES=	multimedia kld
11
MASTER_SITES=	ftp://corona.homeunix.net/ports/cx88/
12
MASTER_SITES=	ftp://corona.homeunix.net/ports/cx88/
12
13
Lines 32-35 Link Here
32
IGNORE=		requires kernel source files
33
IGNORE=		requires kernel source files
33
.endif
34
.endif
34
35
36
KMEM_ALLOC_ATTR != ${GREP} -r "kmem_alloc_attr" ${SRC_BASE}/sys
37
38
.if ${KMEM_ALLOC_ATTR} == ""
39
IGNORE=     requires kernel support for kmem_alloc_attr() (FreeBSD 7.4+, FreeBSD 8.1+)
40
.endif
41
35
.include <bsd.port.post.mk>
42
.include <bsd.port.post.mk>
(-)/usr/ports/multimedia/cx88/files/patch-client-analog-cx88__analog__driver.cpp (+15 lines)
Line 0 Link Here
1
Index: client/analog/cx88_analog_driver.cpp
2
===================================================================
3
--- client/analog/cx88_analog_driver.cpp	(revision 562)
4
+++ client/analog/cx88_analog_driver.cpp	(working copy)
5
@@ -133,10 +133,6 @@
6
          error = m_pip_driver->start(slave_pip_params);
7
       }
8
    }
9
-   if (m_slave_mode)
10
-   {
11
-      wait_for_event(0);
12
-   }
13
    if (m_mode == CX88_ANALOG_MODE_VIDEO)
14
    {
15
       error = (error ? error : capture_video(params));

Return to bug 157171