Created attachment 184922 [details] v1 Hi there. I would like to ask for an exp-run for the update of audio/taglib to 1.11.1. The diff is attached, and can also be found here: http://people.freebsd.org/~tcberner/patches/taglib-1.11.1.v1.diff Thanks.
Oh, dumb typo there. Sorry :) thanks for fixing it.
Failure logs on 11.0 i386 : http://package23.nyi.freebsd.org/data/110i386-default-PR221157/2017-08-02_08h20m31s/logs/tomahawk-0.8.4_7.log http://package23.nyi.freebsd.org/data/110i386-default-PR221157/2017-08-02_08h20m31s/logs/mythtv-0.28.7_1.log
I think tomahawk was broken by the qt-keychain update in ports r447066 as the output of the configure is: ----------------------------------------------------------------------------- -- The following REQUIRED packages could NOT be located on your system. -- You must install these packages before continuing. ----------------------------------------------------------------------------- * QtKeychain <https://github.com/frankosterfeld/qtkeychain> Provides support for secure credentials storage The mythtv issue seems also not taglib related, but let me check.
I can reproduce the mythv error against a clean ports tree -- so it should not be taglib related.
(In reply to Tobias C. Berner from comment #4) Please mark it BROKEN in this case.
(In reply to Antoine Brodin from comment #5) https://reviews.freebsd.org/D11867 should I mark mythv also?
The issue with mythtv is a missing runtime dependency on ftp/py-pycurl in www/py-urlgrabber: https://reviews.freebsd.org/D11868
A commit references this bug: Author: tcberner Date: Sat Aug 5 07:07:02 UTC 2017 New revision: 447391 URL: https://svnweb.freebsd.org/changeset/ports/447391 Log: Readd pycurl as a runtime dependency. In the previous release [1] pycurl was only dropped as a build-time dependency. This fixes buildfailures for mythtv for example. PR: 221157 Approved by: portmgr (blanket) Differential Revision: https://reviews.freebsd.org/D11868 Changes: head/www/py-urlgrabber/Makefile
Exp-run looks fine, don't forget to mark tomahawk broken.
A commit references this bug: Author: tcberner Date: Sun Aug 6 09:11:45 UTC 2017 New revision: 447453 URL: https://svnweb.freebsd.org/changeset/ports/447453 Log: Mark audio/tomahawk broken. Project has been dead for a while now, and it does not build with the current qtkeychain-qt4 (while being that ports only consumer). PR: 221157 Differential Revision: https://reviews.freebsd.org/D11867 Changes: head/audio/tomahawk/Makefile
A commit references this bug: Author: tcberner Date: Sun Aug 6 09:13:11 UTC 2017 New revision: 447454 URL: https://svnweb.freebsd.org/changeset/ports/447454 Log: Update audio/taglib to 1.11.1 PR: 221157 Reviewed by: jhale Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11737 Changes: head/audio/taglib/Makefile head/audio/taglib/distinfo head/audio/taglib/files/extrapatch-rcc head/audio/taglib/pkg-plist
Thanks for the exp-run.