Bug 231229 - [PATCH] multimedia/kodi: build fail fix and display name fix for WebDAV
Summary: [PATCH] multimedia/kodi: build fail fix and display name fix for WebDAV
Status: Closed Feedback Timeout
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-07 14:56 UTC by Ivan Rozhuk
Modified: 2019-11-03 17:12 UTC (History)
2 users (show)

See Also:
mickael.maillot: maintainer-feedback+


Attachments
patch (522 bytes, patch)
2018-09-07 14:56 UTC, Ivan Rozhuk
no flags Details | Diff
up (1.71 KB, patch)
2018-09-07 22:11 UTC, Ivan Rozhuk
no flags Details | Diff
Add read CPU temp on all FreeBSD platforms. (1.71 KB, patch)
2018-10-21 04:05 UTC, Ivan Rozhuk
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Rozhuk 2018-09-07 14:56:27 UTC
Created attachment 196946 [details]
patch

...
wrapper.c:492:71: error: unknown type name '_G_va_list'; did you mean '__va_list'?
int __wrap___vfprintf_chk(FILE* stream, int flag, const char *format, _G_va_list ap)
                                                                      ^~~~~~~~~~
                                                                      __va_list
/usr/include/x86/_types.h:158:27: note: '__va_list' declared here
typedef __builtin_va_list       __va_list;      /* internally known to gcc */
                                ^
1 error generated.
gmake[3]: *** [Makefile:14: wrapper.o] Error 1
gmake[3]: *** Waiting for unfinished jobs....
gmake[3]: Leaving directory '/tmp/ports/usr/ports/multimedia/kodi/work/xbmc-17.6-Krypton/xbmc/cores/DllLoader/exports'
gmake[2]: *** [Makefile:436: xbmc/cores/DllLoader/exports/exports.a] Error 2
...
Comment 1 Ivan Rozhuk 2018-09-07 22:11:10 UTC
Created attachment 196953 [details]
up

* Make patch file for build issue
+ add display name fix for WebDAV folders
Comment 2 mickael.maillot 2018-09-09 13:07:51 UTC
looks good to me
Comment 3 Ivan Rozhuk 2018-09-17 08:00:49 UTC
https://github.com/xbmc/xbmc/pull/14403
Comment 4 Ivan Rozhuk 2018-10-21 04:05:16 UTC
Created attachment 198426 [details]
Add read CPU temp on all FreeBSD platforms.

Read CPU temp on all FreeBSD platforms.
Comment 5 Ivan Rozhuk 2019-11-03 17:12:37 UTC
Looks like no one need this, I switch to devel version and webdav fix already there.