#14924 closed defect (fixed)
ffmpeg fails to patch
Reported by: | simon@… | Owned by: | acho@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | ffmpeg patch rgb2rgb.x | Cc: | |
Port: |
Description
Wrong path set in Portfile for reinplace. Patch attached.
DEBUG: Executing proc-post-org.macports.patch-patch-0 DEBUG: couldn't read file "libswscale/rgb2rgb.c": no such file or directory
while executing
"exec /usr/bin/sed {s|defined(ARCH_X86) && defined(CONFIG_GPL)|defined(ARCH_X86) \&\& defined(CONFIG_GPL) \&\& \!defined(APPLE)|g} < li bswscale/rgb..."
("eval" body line 1) invoked from within
"eval exec $cmdline" Error: reinplace: couldn't read file "libswscale/rgb2rgb.c": no such file or directory Error: Target org.macports.patch returned: reinplace sed(1) failed
Attachments (1)
Change History (4)
Changed 17 years ago by simon@…
Attachment: | Portfile.diff added |
---|
comment:1 Changed 17 years ago by jmroot (Joshua Root)
Cc: | acho removed |
---|---|
Owner: | changed from macports-tickets@… to acho@… |
comment:2 Changed 17 years ago by reiffert@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Committed in r35765. Thanks for your patch.