Created attachment 195911 [details] Update Couldn't find changelog for this version, closest I could find is for 2.7: ChangeLog for FAAD2 2.7: DAB+ support Use public headers internally to prevent duplicate declarations Explicitly typedef all types as signed Made sure MAIN prediction can't be started after the first frame Lot's of compilation issues solved Bugfix in SBR envelope border calculation Portlint: OK
Created attachment 195912 [details] Poudriere Log 11.2-Stable
Created attachment 195913 [details] Poudriere Log 10.4-Release
Comment on attachment 195911 [details] Update Unmaintained: Implicit Approval
A commit references this bug: Author: tobik Date: Mon Aug 6 05:50:10 UTC 2018 New revision: 476490 URL: https://svnweb.freebsd.org/changeset/ports/476490 Log: audio/xmms-faad: Update to 2.8.8 PR: 230390 Submitted by: Nathan <ndowens@gmx.us> (based on) Changes: head/audio/xmms-faad/Makefile head/audio/xmms-faad/distinfo head/audio/xmms-faad/files/
Committed with some changes. Thanks! - xmms-faad is an XMMS plugin and should not install libfaad.3, which is just API documentation for audio/faad. audio/faad should be changed to install it (audio/{faad,xmms-faad} share a distfile). Open a new PR for it! - Do not introduce new non-standard variables (i.e. WRKSRCDIR), when standard variables will do. Here BUILD_WRKSRC could have been set for just the build phase. (Since libfaad.3 is not being installed now it's not necessary anymore though.) - USE_LDCONFIG is not necessary here (portlint is sometimes wrong). The port installs a plugin that is directly dlopened by XMMS.