Page MenuHomeFreeBSD

net/ulxmlrpcpp: fix build on GCC architectures
ClosedPublic

Authored by pkubaj on Sep 19 2019, 4:29 PM.
Tags
None
Referenced Files
F163628980: D21720.id.diff
Sat, Jul 25, 12:01 AM
Unknown Object (File)
Fri, Jul 24, 2:51 AM
Unknown Object (File)
Wed, Jul 22, 8:33 PM
Unknown Object (File)
Wed, Jul 22, 2:41 PM
Unknown Object (File)
Tue, Jul 21, 2:46 AM
Unknown Object (File)
Wed, Jul 8, 8:25 AM
Unknown Object (File)
Jun 4 2026, 12:04 AM
Unknown Object (File)
Jun 3 2026, 8:58 PM
Subscribers
None

Details

Summary

Use new GCC because of:
ulxr_value.cpp:895: error: 'snprintf' is not a member of 'std'

Also add include cstring because of:
ulxr_ssl_connection.cpp: In function 'int ulxr::password_cb(char*, int, int, void*)':
ulxr_ssl_connection.cpp:63:3: error: 'strcpy' was not declared in this scope

63 |   strcpy(buf, pass.c_str());
   |   ^~~~~~

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable