Summary: | multimedia/xbmc: Latest curl (7.38) breaks scrape/download | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Michał Jędrzejczak <mj> | ||||
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Many People | CC: | freebsd-ports, mickael.maillot, mj, sunpoet | ||||
Priority: | --- | Keywords: | needs-patch, needs-qa, regression | ||||
Version: | Latest | Flags: | koobs:
maintainer-feedback?
(mickael.maillot) |
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
URL: | http://forum.xbmc.org/showthread.php?tid=204740 | ||||||
See Also: | http://trac.xbmc.org/ticket/15441 | ||||||
Attachments: |
|
Description
Michał Jędrzejczak
2014-09-27 12:27:34 UTC
This isn't unique to FreeBSD either, it's reported around plenty of Linux forums too (all saying a downgrade of curl fixes the issue) Maybe if pkgng supported different versions of the software would be much easier for new users .. it was great to then write on the forums Linux "Hey FreeBSD works without a problem try :)) Regards See also: https://bugs.archlinux.org/task/42001 So if i understand correctly, the bug is fixed on the curl side ? Created attachment 148013 [details]
patch for ftp/curl
OK so it's a simple patch for ftp/curl simply put it in ftp/curl/files and rebuild curl. no need to rebuild xbmc. it fixed all fetching in my xbmc 13.2 and 14.0 A commit references this bug: Author: sunpoet Date: Thu Oct 9 15:24:44 UTC 2014 New revision: 370549 URL: https://svnweb.freebsd.org/changeset/ports/370549 Log: - Fix threaded-resolver - Bump PORTREVISION for package change PR: ports/193972 Submitted by: bsduser <local@o2.pl>, mickael.maillot@gmail.com Obtained by: https://github.com/bagder/curl/commit/d9762a7cdb35e70f8cb0bf1c2f8019e8391616e1 Changes: head/ftp/curl/Makefile head/ftp/curl/files/patch-lib-asyn-thread.c Committed. Thanks! |