Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2012 04:47:02 GMT
From:      Chris Petrik <c.petrik.sosa@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/173750: [PATCH] multimedia/motion fix bktr
Message-ID:  <201211210447.qAL4l2bQ009149@red.freebsd.org>
Resent-Message-ID: <201211210450.qAL4o0W1064387@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         173750
>Category:       ports
>Synopsis:       [PATCH] multimedia/motion fix bktr
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 21 04:50:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Chris Petrik
>Release:        
>Organization:
na
>Environment:
>Description:
Fix an issue with bktr 
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: motion/Makefile
==================================================================
--- motion/Makefile
+++ motion/Makefile
@@ -1,14 +1,12 @@
-# New ports collection makefile for:	motion
-# Date created:				22 Dec 2005
 # Whom:					Angel Carpintero <ack@telefonica.net>
-#
+# Created by: Angel Carpintero <ack@telefonica.net>
 # $FreeBSD: head/multimedia/motion/Makefile 300896 2012-07-14 13:54:48Z beat $
-#
 
 PORTNAME=	motion
 PORTVERSION=	3.2.12
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20-%20${PORTVERSION:R}/${PORTVERSION}
 
 MAINTAINER=	c.petrik.sosa@gmail.com
 COMMENT=	A motion detection application
@@ -51,11 +49,10 @@
 BUILD_DEPENDS+=	v4l_compat>=1.0.20060801:${PORTSDIR}/multimedia/v4l_compat
 RUN_DEPENDS+=	/boot/modules/pwc.ko:${PORTSDIR}/multimedia/pwcbsd
 CONFIGURE_ARGS+=--with-pwcbsd
 .else
 CONFIGURE_ARGS+=--without-pwcbsd
-CFLAGS+=	-DWITHOUT_V4L
 .endif
 
 .if ${PORT_OPTIONS:MLTHREAD}
 LIB_DEPENDS+=	lthread:${PORTSDIR}/devel/linuxthreads
 CONFIGURE_ARGS+=--with-linuxthreads



>Release-Note:
>Audit-Trail:
>Unformatted:



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