Date: Wed, 23 Jul 2014 20:00:28 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362724 - head/www/aria2/files Message-ID: <201407232000.s6NK0STf046552@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Jul 23 20:00:28 2014 New Revision: 362724 URL: http://svnweb.freebsd.org/changeset/ports/362724 QAT: https://qat.redports.org/buildarchive/r362724/ Log: - Fix build on 11-CURRENT Added: head/www/aria2/files/ head/www/aria2/files/patch-src-DownloadEngine.cc (contents, props changed) Added: head/www/aria2/files/patch-src-DownloadEngine.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/aria2/files/patch-src-DownloadEngine.cc Wed Jul 23 20:00:28 2014 (r362724) @@ -0,0 +1,10 @@ +--- src/DownloadEngine.cc.orig 2014-07-22 22:33:38.000000000 +0800 ++++ src/DownloadEngine.cc 2014-07-24 02:58:37.228676022 +0800 +@@ -37,6 +37,7 @@ + #include <signal.h> + + #include <cstring> ++#include <cstdlib> + #include <cerrno> + #include <algorithm> + #include <numeric>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407232000.s6NK0STf046552>