Bug 176558 - multimedia/2mandvd: Fix crash when locale is set to certain values
Summary: multimedia/2mandvd: Fix crash when locale is set to certain values
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-28 18:10 UTC by tkato432
Modified: 2013-03-26 04:45 UTC (History)
0 users

See Also:


Attachments
file.diff (58.99 KB, patch)
2013-02-28 18:10 UTC, tkato432
no flags Details | Diff
multimedia_2mandvd.diff.uue (81.58 KB, application/octet-stream)
2013-03-06 17:45 UTC, tkato432
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-02-28 18:10:10 UTC
- Fix crash when locale is set to certain values

New file:
files/patch-videowrapper.cpp
files/patch-videowrapper.h
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-28 18:13:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-03-01 15:03:54 UTC
Responsible Changed
From-To: araujo->miwi

I'll take it.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2013-03-03 09:02:20 UTC
State Changed
From-To: open->feedback

Hi, 

patch rejects 

[17:02][miwi@fbsd] $ patch -p2 < PR_176558.patch 
(~/dev/ports/multimedia/2mandvd) Hmm...  Looks like a unified diff to 
me...  The text leading up to this was: -------------------------- | 
|diff -urN /usr/ports/multimedia/2mandvd/Makefile 
multimedia/2mandvd/Makefile |--- /usr/ports/multimedia/2mandvd/Makefile 
2013-02-08 03:11:05.000000000 +0900 |+++ multimedia/2mandvd/Makefile 
2013-02-13 17:02:37.000000000 +0900 -------------------------- Patching 
file Makefile using Plan A...  Hunk #1 succeeded at 3.  Hunk #2 
succeeded at 15.  Hunk #3 succeeded at 24.  Hunk #4 succeeded at 39. 
Hunk #5 succeeded at 53.  Hunk #6 succeeded at 62.  Hmm...  The next 
patch looks like a unified diff to me...  The text leading up to this 
was: -------------------------- |diff -urN 
/usr/ports/multimedia/2mandvd/files/patch-videowrapper.cpp 
multimedia/2mandvd/files/patch-videowrapper.cpp |--- 
/usr/ports/multimedia/2mandvd/files/patch-videowrapper.cpp 1970-01-01 
09:00:00.000000000 +0900 |+++ 
multimedia/2mandvd/files/patch-videowrapper.cpp    2013-02-13 
15:23:57.000000000 +0900 -------------------------- (Creating file 
files/patch-videowrapper.cpp...) Patching file 
files/patch-videowrapper.cpp using Plan A...  Hunk #1 succeeded at 1. 
Hmm...  The next patch looks like a unified diff to me...  The text 
leading up to this was: -------------------------- |diff -urN 
/usr/ports/multimedia/2mandvd/files/patch-videowrapper.h 
multimedia/2mandvd/files/patch-videowrapper.h |--- 
/usr/ports/multimedia/2mandvd/files/patch-videowrapper.h   1970-01-01 
09:00:00.000000000 +0900 |+++ 
multimedia/2mandvd/files/patch-videowrapper.h      2013-02-13 
15:24:44.000000000 +0900 -------------------------- (Creating file 
files/patch-videowrapper.h...) Patching file files/patch-videowrapper.h 
using Plan A...  Hunk #1 succeeded at 1.  Hmm...  The next patch looks 
like a unified diff to me...  The text leading up to this was: 
-------------------------- |diff -urN 
/usr/ports/multimedia/2mandvd/pkg-plist multimedia/2mandvd/pkg-plist 
|--- /usr/ports/multimedia/2mandvd/pkg-plist    2013-02-08 
03:11:05.000000000 +0900 |+++ multimedia/2mandvd/pkg-plist 
2013-02-13 16:35:28.000000000 +0900 -------------------------- Patching 
file pkg-plist using Plan A...  Hunk #1 failed at 1.  1 out of 1 hunks 
failed--saving rejects to pkg-plist.rej
Comment 4 tkato432 2013-03-06 17:45:20 UTC
Here is the corrected patch.
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2013-03-26 04:45:29 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!