Bug 78909 - Port avidemux2 has incorrect patch-ac file
Summary: Port avidemux2 has incorrect patch-ac file
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-16 07:10 UTC by Sven Berkvens-Matthijsse
Modified: 2005-03-16 12:22 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Berkvens-Matthijsse 2005-03-16 07:10:02 UTC
The patch for file avidemux/ADM_mplex/ADM_mplexout.cpp which is
mentioned in files/patch-ac in the avidemux2 port does not apply on
my system. The reason is that the avidemux/ADM_mplex/ADM_mplexout.cpp
file has DOS newline sequences, and the patch file does not mention
those ^M's, and so patch cannot find the lines it's supposed to patch.

Fix: 

Fix the files/patch-ac file to include the ^M's in the patch for the
file avidemux/ADM_mplex/ADM_mplexout.cpp. Or fix the file by stripping
it of its DOS newline characters before applying any patches to it.
How-To-Repeat: Try to install avidemux2 on your system.
Comment 1 Florent Thoumie freebsd_committer freebsd_triage 2005-03-16 12:22:16 UTC
State Changed
From-To: open->closed

Committer, thanks!