head 1.2; access; symbols pkgsrc-2016Q3:1.1.0.2 pkgsrc-2016Q3-base:1.1; locks; strict; comment @// @; 1.2 date 2016.12.06.15.21.00; author ryoon; state dead; branches; next 1.1; commitid Xlum0ZASyhky7Wwz; 1.1 date 2016.07.25.13.11.17; author wiz; state Exp; branches; next ; commitid 38esT69HLoN9IHfz; desc @@ 1.2 log @Update to 5.2.3.3 * Drop external PostgreSQL dependency. Use internal one to reduce conflict * Add cups option, from mrg@@. Thank you. * Calc does not work properly in some case. I will revisit later. * i386 build will fails. I will revisit later. Changelog: New features and bugfixes including: @ text @$NetBSD: patch-ucb_source_ucp_ftp_ftploaderthread.cxx,v 1.1 2016/07/25 13:11:17 wiz Exp $ Add cast to fix build with curl-7.50. --- ucb/source/ucp/ftp/ftploaderthread.cxx.orig 2016-06-14 20:05:10.000000000 +0000 +++ ucb/source/ucp/ftp/ftploaderthread.cxx @@@@ -79,7 +79,7 @@@@ FTPLoaderThread::~FTPLoaderThread() { CURL* FTPLoaderThread::handle() { - CURL* ret = osl_getThreadKeyData(m_threadKey); + CURL* ret = static_cast(osl_getThreadKeyData(m_threadKey)); if(!ret) { ret = curl_easy_init(); if (ret != nullptr) { @ 1.1 log @Fix build with curl-7.50. @ text @d1 1 a1 1 $NetBSD$ @