After the recent update of libquicktime, transcode refuses to see the lqt.h file, which has changed subfolders from /quicktime/lqt.h to /lqt/lqt.h Fix: search & replace recursively through the source for quicktime/lqt.h and replace with lqt/lqt.h How-To-Repeat: try to install/reinstall transcode with libquicktime installed
Responsible Changed From-To: freebsd-ports-bugs->barner I'll handle this
Hi! This update chases the recent libquicktime upgrade. Due to changed paths I had to - update patch-configure to use lqt prefix instead of quicktime - add four patches attached as shar to allow compilation of quicktime related modules No changes to pkg-plist or bumping PORTREVISION are needed. Thanks for the report to tim@spyderweb.com.au, Hendrik -- Hendrik Scholz - <hscholz@raisdorf.net> - http://www.wormulon.net/ drag me, drop me - treat me like an object
State Changed From-To: open->closed I committed a functionally equivalent patch (using REINPLACE instead of vast patching). Hendrik, patch-configure contained many hunks that where the results of REINPLACE commands from the Makefile (notably the dlopen patches). Also, if you want to add new files, simply `cvs add' them (which will not modify your CVS repository), and send the output of `cvs diff'. Otherwise, it's a lot of work to extract the diff and the shar file from the PR. As a rule, shar archives are for new ports only, for changes/updates please send (unified) diffs. Anyway, thank you very much for your submission!