Date: Tue, 19 Dec 2017 16:58:46 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 224464] audio/faad installs incorrect include/neaacdec.h, which breaks multimedia/libquicktime Message-ID: <bug-224464-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224464 Bug ID: 224464 Summary: audio/faad installs incorrect include/neaacdec.h, which breaks multimedia/libquicktime Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: mi@FreeBSD.org CC: multimedia@FreeBSD.org CC: multimedia@FreeBSD.org The ${LOCALBASE}/include/neaacdec.h installed by audio/faad defines the FAAD2_VERSION as "unknown". This breaks the FAAD2-option of multimedia/libquicktime, because the configure-script tries to parse the FAAD2_VERSION: if(sscanf(FAAD2_VERSION, "%d.%d", &faad_major, &faad_minor) < 2) return -1; The above test fails and the configure declares faad to be unavailable. It = then proceeds to build libquicktime without faad (instead erroring-out) and the = port fails to install, because ${STAGEDIR}${PREFIX}/lib/libquicktime/lqt_faad2.so does not exist. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224464-13>