Summary: | [patch] multimedia/ffmpegthumbnailer 2.0.9 build fails on FreeBSD 8.4 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Don Lewis <truckman> | ||||||
Component: | Individual Port(s) | Assignee: | Thomas Zander <riggs> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Some People | CC: | beastie, clutton, ml, riggs | ||||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(clutton) |
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Don Lewis
2014-12-03 07:10:58 UTC
Maintainer CC'd (In reply to Bugzilla Automation from comment #1) > Maintainer CC'd I've tested on 8x. Patch fixes the problem. (In reply to Don Lewis from comment #0) > Created attachment 150133 [details] > patch to fix ffmpegthumbnailer build on FreeBSD 8.4 > > The multimedia/ffmpegthumbnailer port version 2.0.9 build fails on FreeBSD > 8.4. I suspect that FreeBSD 9.x is also affected since the base compiler is > still gcc 4.2.1. I can confirm both that this problem exists with 9.3/i386, and that with this patch I was able to compile. Thanks. Created attachment 150385 [details]
poudriere testport result on 9.2/amd64
In the evening of Dec 2nd, I had come up with the patch to make this build in poudriere for 9.2/amd64. But, left it to later to see about submitting.
The only thing I did for mine was add 'compiler:c++11x-lang' to the 'USES=' line.
(In reply to Lawrence Chen from comment #4) > Created attachment 150385 [details] > poudriere testport result on 9.2/amd64 > > In the evening of Dec 2nd, I had come up with the patch to make this build > in poudriere for 9.2/amd64. But, left it to later to see about submitting. > > The only thing I did for mine was add 'compiler:c++11x-lang' to the 'USES=' > line. For 8x the header is still needs to be modified. A commit references this bug: Author: riggs Date: Thu Dec 25 22:44:00 UTC 2014 New revision: 375609 URL: https://svnweb.freebsd.org/changeset/ports/375609 Log: Fix build on 8.x systems PR: 195600 Submitted by: truckman@FreeBSD.org Approved by: clutton@zoho.com (maintainer) Changes: head/multimedia/ffmpegthumbnailer/Makefile head/multimedia/ffmpegthumbnailer/files/patch-libffmpegthumbnailer_jpegwriter.h Committed, thanks! |