svn commit: r362724 - head/www/aria2/files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jul 23 20:00:29 UTC 2014
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>
More information about the svn-ports-all
mailing list