Date: Tue, 11 Aug 2009 00:42:07 GMT From: Angel Carpintero <ack@telefonica.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/137649: [MAINTAINER-UPDATE] multimedia/motion update to 3.2.11.1 Message-ID: <200908110042.n7B0g7a1005907@www.freebsd.org> Resent-Message-ID: <200908110050.n7B0o14I067462@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <ack@telefonica.net> # -# $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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908110042.n7B0g7a1005907>