Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Nov 2006 04:33:53 GMT
From:      Angel Carpintero<ack@telefonica.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/105986: multimedia/motion update to 3.2.7
Message-ID:  <200611290433.kAT4XrQ7025447@www.freebsd.org>
Resent-Message-ID: <200611290730.kAT7UCQa094043@freefall.freebsd.org>

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

>Number:         105986
>Category:       ports
>Synopsis:       multimedia/motion update to 3.2.7
>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 29 07:30:07 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Angel Carpintero
>Release:        FreeBSD 6.1-RELEASE
>Organization:
>Environment:
FreeBSD freebsd.local.house 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May  7 04:32:43 UTC 2006     root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
update multimedia/motion port to latest stable version 3.2.7
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN motion.orig/Makefile motion-3.2.7/Makefile
--- motion.orig/Makefile	Fri Oct  6 10:52:08 2006
+++ motion-3.2.7/Makefile	Tue Nov 21 03:38:34 2006
@@ -1,18 +1,18 @@
 # New ports collection makefile for:	motion
-# Date created:				22 Dec 2005
+# Date created:				21 Nov 2006
 # Whom:					Angel Carpintero <ack@telefonica.net>
 #
-# $FreeBSD: ports/multimedia/motion/Makefile,v 1.2 2006/06/01 10:54:50 mich Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	motion
-PORTVERSION=	3.2.6
+PORTVERSION=	3.2.7
 CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	motion
 
 PATCH_SITES=	http://www.lavrsen.dk/twiki/pub/Motion/FreeBSDPatch/
-PATCHFILES=	motion-3.2.6.port-freebsd.diff.gz
+PATCHFILES=	motion-3.2.7.port-freebsd.diff.gz
 PATCH_DIST_STRIP=	-p1
 
 MAINTAINER=	ack@telefonica.net
@@ -39,7 +39,8 @@
 EXAMPLES=	motion-dist.conf motion.init-FreeBSD.sh thread1.conf \
 		thread2.conf thread3.conf thread4.conf
 
-OPTIONS=	BKTR "Support for TV Capture cards" on
+OPTIONS=	BKTR "Support for TV Capture cards" on \
+		LINUXTHREADS "Use LinuxThreads" off
 
 MAKE_ENV+=	CC="${CC}"
 
@@ -49,10 +50,15 @@
 CFLAGS+=	-DWITHOUT_V4L
 .endif
 
+.if defined(WITH_LINUXTHREADS) || ${OSVERSION} < 504000
+CONFIGURE_ARGS=	--with-linuxthreads
+
 .if ${OSVERSION} > 500000
 LIB_DEPENDS+=	lthread.[35]:${PORTSDIR}/devel/linuxthreads
 .else
 LIB_DEPENDS+=	lthread.[24]:${PORTSDIR}/devel/linuxthreads
+.endif
+
 .endif
 
 post-install:
diff -ruN motion.orig/distinfo motion-3.2.7/distinfo
--- motion.orig/distinfo	Fri Oct  6 10:52:08 2006
+++ motion-3.2.7/distinfo	Tue Nov 21 02:52:06 2006
@@ -1,6 +1,6 @@
-MD5 (motion-3.2.6.tar.gz) = 71e6bd13fcca70372e9b7c7806d62b30
-SHA256 (motion-3.2.6.tar.gz) = 48c456dfcadec2db472320e317fa37dc697f184e12f99006a1ec0b6512d2ebcd
-SIZE (motion-3.2.6.tar.gz) = 363174
-MD5 (motion-3.2.6.port-freebsd.diff.gz) = 940abcb48cc9a6b971730748204f2510
-SHA256 (motion-3.2.6.port-freebsd.diff.gz) = a0a83fe1c4e47e15cd2cec2cfc5eb1b45263fb8356a71c9a3742a7301b3786d4
-SIZE (motion-3.2.6.port-freebsd.diff.gz) = 20170
+MD5 (motion-3.2.7.tar.gz) = b4af6e10532fcdec89060bc61a27fc3a
+SHA256 (motion-3.2.7.tar.gz) = 9ae4e8145b367d9ff0ffd607da597aee3439d23939f3ee28268bc831f71252f2
+SIZE (motion-3.2.7.tar.gz) = 370830
+MD5 (motion-3.2.7.port-freebsd.diff.gz) = 99a8e8209a3c84c901945a3bd7030dd9
+SHA256 (motion-3.2.7.port-freebsd.diff.gz) = 44f0ef82dd2e6e01546e13de1558f93edc026dae84bdfe11cb79febaf432e5a2
+SIZE (motion-3.2.7.port-freebsd.diff.gz) = 3123

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



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