Bug 63745 - [Patch] multimedia/mjpegtools -- Fix build on 5.x
Summary: [Patch] multimedia/mjpegtools -- Fix build on 5.x
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: Mario Sergio Fujikawa Ferreira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-04 07:30 UTC by Michael Johnson
Modified: 2004-03-06 10:56 UTC (History)
0 users

See Also:


Attachments
file.diff (5.40 KB, patch)
2004-03-04 07:30 UTC, Michael Johnson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Johnson 2004-03-04 07:30:23 UTC
This fixes build on 5.x current

I tested on both 4.x and 5.x. 

patch-gcc-yuvdenoise::motion.c came from gentoo portage.

I wasn't quite sure what to do with 
 @${REINPLACE_CMD} -e 's|#include <getopt.h>|#include "/usr/include/getop
t.h"|'
this might be the wrong way to include /usr/include/getopt.h instead of /usr/local/include/getopt.h. please tell me if this is wrong.
Comment 1 Michael Johnson 2004-03-04 08:01:53 UTC
lav2divx & yuv2divx core dump and don't work.

I'm not sure what to do about that.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2004-03-04 11:59:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lioux

Over to maintainer.
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2004-03-06 10:55:21 UTC
State Changed
From-To: open->closed

Committed, thanks, except getopt.h part which seems 
bogus (no /usr/include/getopt.h on -STABLE)