Due to a bug in the port Makefile, if the port multimedia/linux-divx4linux is installed, the build of the port multimedia/transcode discards the system CFLAGS, so transcode is built without any optimization flags. Fix: The following patch fixes it. This fix might imply that a PORTREVISION bump is in order; I'm not sure of what policy is on that. Alternately, as a workaround, uninstall multimedia/linux-divx4linux before building transcode. How-To-Repeat: # portinstall multimedia/linux-divx4linux # cd /usr/ports/multimedia/transcode; make Observe the arguments to cc, in particular the lack of any -O options.
Dear maintainer of FreeBSD port multimedia/transcode, please take a look at http://www.freebsd.org/cgi/query-pr.cgi?q=79826 Can you take a look at this patch and approve it/reject it/correct it? I'm not completely convinced it's the right solution. -- Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org> The Phase Spider. A spider that never seems quite there.
State Changed From-To: open->feedback Asked maintainer for oppinion
Responsible Changed From-To: freebsd-ports-bugs->pav Handle
State Changed From-To: feedback->closed Maintainer timeout; variation on your patch committed, thank you.