Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 May 2014 20:08:07 +0000 (UTC)
From:      Tim Bishop <tdb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352969 - head/multimedia/motion
Message-ID:  <201405042008.s44K87KS058902@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tdb
Date: Sun May  4 20:08:07 2014
New Revision: 352969
URL: http://svnweb.freebsd.org/changeset/ports/352969
QAT: https://qat.redports.org/buildarchive/r352969/

Log:
  The PWCBSD option requires V4L, so remove -DWITHOUT_V4L.
  
  I'm not sure why this change was made, but it breaks the PWCBSD
  option. It looked obviously wrong; it added a dependency on v4l_compat
  and then disabled it by definining WITHOUT_V4L. Looking at the code
  it's obvious V4L is required for anything other than network cameras
  too.

Modified:
  head/multimedia/motion/Makefile

Modified: head/multimedia/motion/Makefile
==============================================================================
--- head/multimedia/motion/Makefile	Sun May  4 18:48:54 2014	(r352968)
+++ head/multimedia/motion/Makefile	Sun May  4 20:08:07 2014	(r352969)
@@ -3,7 +3,7 @@
 
 PORTNAME=	motion
 PORTVERSION=	3.2.12
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	multimedia
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20-%20${PORTVERSION:R}/${PORTVERSION}
 
@@ -50,7 +50,6 @@ KMODDIR=	/boot/modules
 BUILD_DEPENDS+=	v4l_compat>=1.0.20060801:${PORTSDIR}/multimedia/v4l_compat
 RUN_DEPENDS+=	${KMODDIR}/pwc.ko:${PORTSDIR}/multimedia/pwcbsd
 CONFIGURE_ARGS+=--with-pwcbsd
-CFLAGS+=	-DWITHOUT_V4L
 .else
 CONFIGURE_ARGS+=--without-pwcbsd
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405042008.s44K87KS058902>