From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 11 00:50:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32E83106566C for ; Tue, 11 Aug 2009 00:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0F1B18FC1A for ; Tue, 11 Aug 2009 00:50:02 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7B0o1IX067463 for ; Tue, 11 Aug 2009 00:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7B0o14I067462; Tue, 11 Aug 2009 00:50:01 GMT (envelope-from gnats) Resent-Date: Tue, 11 Aug 2009 00:50:01 GMT Resent-Message-Id: <200908110050.n7B0o14I067462@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Angel Carpintero Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53914106564A for ; Tue, 11 Aug 2009 00:42:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 41E288FC1E for ; Tue, 11 Aug 2009 00:42:08 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n7B0g7BP005908 for ; Tue, 11 Aug 2009 00:42:07 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n7B0g7a1005907; Tue, 11 Aug 2009 00:42:07 GMT (envelope-from nobody) Message-Id: <200908110042.n7B0g7a1005907@www.freebsd.org> Date: Tue, 11 Aug 2009 00:42:07 GMT From: Angel Carpintero To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/137649: [MAINTAINER-UPDATE] multimedia/motion update to 3.2.11.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2009 00:50:02 -0000 >Number: 137649 >Category: ports >Synopsis: [MAINTAINER-UPDATE] multimedia/motion update to 3.2.11.1 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Aug 11 00:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Angel Carpintero >Release: 7-2-RELEASE-p2 >Organization: >Environment: FreeBSD freebsd.local.house 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:57:44 UTC 2009 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: - Update to 3.2.11.1 Fix Segfault on reload or quit for vloopback (maybe other v4l1 devices too) (Peter Holik) http://www.lavrsen.dk/foswiki/bin/view/Motion/BugReport2009x06x17x090603 * Fix fd leaks in external pipe. (Angel Carpintero) * Avoid possible stack smashing in v4l_open_vidpipe(). (Angel Carpintero) * Allow compile with OpenSuse? ffmpeg package (15594svn-20081010) http://www.lavrsen.dk/twiki/bin/view/Motion/SupportQuestion2008x10x25x070400 (Angel Carpintero) * Fix warning for syslog(). (Angel Carpintero) * Fix warning for __USE_GNU redefined (Peter Holik) http://www.lavrsen.dk/foswiki/bin/view/Motion/BugReport2009x06x17x122137 (Peter Holik) * Allow compile with NetBSD and make LP64 compliant video_freebsd.c (Andreas Wrede) * Fix segfault for new libjpeg v7. (Angel Carpintero) * Check version of jpeglib with the macro JPEG_LIB_VERSION >How-To-Repeat: >Fix: Patch attached with submission follows: diff -Naup motion/Makefile motion-3.2.11.1/Makefile --- motion/Makefile 2009-07-18 13:11:13.000000000 +0200 +++ motion-3.2.11.1/Makefile 2009-08-10 10:33:39.000000000 +0200 @@ -2,17 +2,16 @@ # Date created: 22 Dec 2005 # Whom: Angel Carpintero # -# $FreeBSD: ports/multimedia/motion/Makefile,v 1.20 2009/07/18 11:11:13 dinoex Exp $ +# $FreeBSD$ # PORTNAME= motion -PORTVERSION= 3.2.11 -PORTREVISION= 2 +PORTVERSION= 3.2.11.1 CATEGORIES= multimedia MASTER_SITES= SF PATCH_SITES= http://www.lavrsen.dk/twiki/pub/Motion/FreeBSDPatch/ -PATCHFILES= motion-3.2.11.port-freebsd.diff.gz +PATCHFILES= motion-3.2.11.1.port-freebsd.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= ack@telefonica.net @@ -52,7 +51,7 @@ BUILD_DEPENDS+= v4l_compat>=1.0.20060801 RUN_DEPENDS+= /boot/modules/pwc.ko:${PORTSDIR}/multimedia/pwcbsd .endif -.if defined(WITH_LINUXTHREADS) +.if defined(WITH_LINUXTHREADS) || ${OSVERSION} < 504000 CONFIGURE_ARGS= --with-linuxthreads LIB_DEPENDS+= lthread.[35]:${PORTSDIR}/devel/linuxthreads .endif diff -Naup motion/distinfo motion-3.2.11.1/distinfo --- motion/distinfo 2008-10-07 11:11:57.000000000 +0200 +++ motion-3.2.11.1/distinfo 2009-08-10 10:30:50.000000000 +0200 @@ -1,6 +1,6 @@ -MD5 (motion-3.2.11.tar.gz) = 3a26c00f3250eacf6fa93c7a7e0249d9 -SHA256 (motion-3.2.11.tar.gz) = f1e187c61702a727bbd20bf5a66a310363257acc04b1f1c6e0b2e06e9b5dfa6e -SIZE (motion-3.2.11.tar.gz) = 416156 -MD5 (motion-3.2.11.port-freebsd.diff.gz) = 9ec42c6523936a89f80505a1ee2a7883 -SHA256 (motion-3.2.11.port-freebsd.diff.gz) = 9e3403a793df532caf2223b1d99e133c26771f2eda50e7cdf9ca4fc0eb223ad4 -SIZE (motion-3.2.11.port-freebsd.diff.gz) = 2945 +MD5 (motion-3.2.11.1.tar.gz) = 00f38fb8f74b88f5fae3e3a759ebd1cb +SHA256 (motion-3.2.11.1.tar.gz) = 679dc1120286902142298f20b716ecd1a2053793561b8a5ef414ac1dfa5c19e3 +SIZE (motion-3.2.11.1.tar.gz) = 417080 +MD5 (motion-3.2.11.1.port-freebsd.diff.gz) = 086dc9562c429e6698457dcffbf8c2b5 +SHA256 (motion-3.2.11.1.port-freebsd.diff.gz) = bf494af5525c45d8582e381816429890878c0493342c242be74014b663c089b2 +SIZE (motion-3.2.11.1.port-freebsd.diff.gz) = 3238 >Release-Note: >Audit-Trail: >Unformatted: