Bug 88869 - SDL patch for multimedia/libmpeg2 misses file in src dir.
Summary: SDL patch for multimedia/libmpeg2 misses file in src dir.
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: 2005-11-11 23:50 UTC by Stephen Hurd
Modified: 2005-11-18 04:19 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 Stephen Hurd freebsd_committer freebsd_triage 2005-11-11 23:50:23 UTC
              The post-patch target replacement of SDL/ with SDL11/ misses src/mpeg2dec.c so build wails if WITH_SDL is set.

Fix: 

Add ``       @${REINPLACE_CMD} -e 's|<SDL/|<SDL11/|' ${WRKSRC}/src/*'' to the post-patch target.
How-To-Repeat:               cd /usr/ports/multimedia/libmpeg2 ; make WITH_SDL=yes
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-11 23:51:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lioux

Over to maintainer
Comment 2 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2005-11-18 04:19:08 UTC
State Changed
From-To: open->closed

Committed. Thanks!