svn commit: r352969 - head/multimedia/motion

Tim Bishop tdb at FreeBSD.org
Sun May 4 20:08:07 UTC 2014


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


More information about the svn-ports-all mailing list