FreeBSD/ports 4593df7 (r512511)net/ulxmlrpcpp Makefile, net/ulxmlrpcpp/files patch-ulxmlrpcpp__contrib__ssl_connection.cpp patch-ulxmlrpcpp__ulxr_ssl_connection.cpp

net/ulxmlrpcpp: fix build on GCC architectures

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());
   |   ^~~~~~

Approved by:    linimon (mentor)
Differential Revision:  https://reviews.freebsd.org/D21720
DeltaFile
+10-2net/ulxmlrpcpp/files/patch-ulxmlrpcpp__contrib__ssl_connection.cpp
+10-2net/ulxmlrpcpp/files/patch-ulxmlrpcpp__ulxr_ssl_connection.cpp
+1-1net/ulxmlrpcpp/Makefile
+21-53 files

UnifiedSplitRaw