Update it to the lastest version of CVS, at 2006-09-11 in changelog. See in
the changelog for details: http://tinyurl.com/b3myl
This commit is contained in:
parent
9a891a097e
commit
cce892a6a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172892
3 changed files with 17 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= linuxdcpp
|
||||
PORTVERSION= 0.0.1.20060901 #0.0.1.YYYYMMDD
|
||||
PORTVERSION= 0.0.1.20060911 #0.0.1.YYYYMMDD
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR=mezz
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (linuxdcpp-0.0.1.20060901.tar.bz2) = d0cb7cebb39182ecf6ab5a1f13f0e3d9
|
||||
SHA256 (linuxdcpp-0.0.1.20060901.tar.bz2) = bf18172b3348f2aa35a665f6c769026f48f686619b4c95008b8224ec4892de96
|
||||
SIZE (linuxdcpp-0.0.1.20060901.tar.bz2) = 348060
|
||||
MD5 (linuxdcpp-0.0.1.20060911.tar.bz2) = f8990b033af251a6a7e8032bc229a3d0
|
||||
SHA256 (linuxdcpp-0.0.1.20060911.tar.bz2) = 4a890cc770e740e307413ba710df358ceea3a7b8d012362b132f19a036f73da2
|
||||
SIZE (linuxdcpp-0.0.1.20060911.tar.bz2) = 348540
|
||||
|
|
13
net-p2p/linuxdcpp/files/patch-client_HashManager.cpp
Normal file
13
net-p2p/linuxdcpp/files/patch-client_HashManager.cpp
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- client/HashManager.cpp.orig Mon Sep 11 22:01:37 2006
|
||||
+++ client/HashManager.cpp Mon Sep 11 22:02:43 2006
|
||||
@@ -552,6 +552,10 @@
|
||||
|
||||
#else // _WIN32
|
||||
|
||||
+#ifndef O_LARGEFILE
|
||||
+#define O_LARGEFILE 0
|
||||
+#endif
|
||||
+
|
||||
static const int64_t BUF_SIZE = 0x1000000 - (0x1000000 % getpagesize());
|
||||
|
||||
bool HashManager::Hasher::fastHash(const string& filename, u_int8_t* , TigerTree& tth, int64_t size, CRC32Filter* xcrc32) {
|
Loading…
Reference in a new issue