Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Mar 2006 20:40:48 -0600 (CST)
From:      Sam Stein <scs@b1tt3r.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        scs@b1tt3r.org
Subject:   ports/94944: [patch] ports multimedia/dvdrip hangs at startup on -STABLE
Message-ID:  <200603260240.k2Q2emHg002892@anathema.b1tt3r.org>
Resent-Message-ID: <200603260300.k2Q30Xni028565@freefall.freebsd.org>

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

>Number:         94944
>Category:       ports
>Synopsis:       [patch] ports multimedia/dvdrip hangs at startup on -STABLE
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 26 03:00:32 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Sam Stein
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
Steintech
>Environment:
System: FreeBSD anathema.b1tt3r.org 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #3: Tue Mar 21 06:40:00 CST 2006 scs@anathema.b1tt3r.org:/usr/obj/usr/src/sys/SKERN i386


FreeBSD 6.1-PRERELEASE up-to-date base and ports, dvdrip-0.52.6, perl-5.8.8
	
>Description:
	dvdrip hangs on startup, only happens with perl-5.8.8
>How-To-Repeat:
	run dvdrip
>Fix:

--- FilterList.patch begins here ---
--- FilterList.pm.orig	Sat Jul 23 03:00:00 2005
+++ FilterList.pm	Sat Mar 25 18:09:24 2006
@@ -211,7 +211,7 @@
 	print STDERR "[filterlist] (re)scanning transcode's module path $modpath...\n";
 	
 	my @filter_names = grep !/^(pv|preview)$/,
-			   map  {m!/filter_([^/]+)\.so$!}
+			   map  {m!/filter_([^/]+)\.so$/!}
 			   glob ("$modpath/filter_*");
 
 	my %filters;
--- FilterList.patch ends here ---


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



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