ports/94944: [patch] ports multimedia/dvdrip hangs at startup on -STABLE

Sam Stein scs at b1tt3r.org
Sun Mar 26 03:00:37 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list