033684dda6
2007/04/23: version 2.8.5 = tag release-2-8-5 5855: Increase Unix32.max_cache_size, fix max_opened_connections check (thx to pango) 2007/04/21 5878: HTML: Fix preview in vd <num> broken by patch #5866 2007/04/20 5876: HTML: Send mime-type video/mpeg for file extension .vob 2007/04/19 5857: EDK: Remove upload compression (patch #5665) due to ineffective caching 5875: Swarmer: Some cosmetic changes (pango) 5856: EDK: Set TCP backlog to max_upload_slots for donkey_port socket 5869: EDK/Swarmer: Try harder to read corrupt files.ini - reset chunk table to missing after re-creating a missing temp file - discard swarmers without files entry in files.ini instead of stopping - check that partial hashes file_md4s match with file_md4 when reading files.ini 5870: Updated distrib/mldonkey_submit, it now uses command dllink instead of dd, it also supports http and sig2dat links (atordo) 2007/04/13 5866: HTML: fix third button row to also successful act within frames (schlumpf) 2007/04/12 5867: EDK: Show country code/flags for indirect clients 5862: BT: Informative GUI console messages after sending a .torrent file to GUI 5859: HTML: Support sending files from $MLDONKEY_DIR/html_themes/ 2007/04/10 5861: HTML: Fix errors reported by w3.org validator in html_header_mods0 5860: HTML: fix broken refresh on Opera/Safari (schlumpf) 2007/04/08 5854: Set shared_check_files = 0 to disable scanning of shared directories 5853: New option defaults - download_sample_size 100, 10 is too low, download rate is computed wrong - ED2K-propagate_sources false, this activates outdated MLDonkey-style source exchange, MLDonkey supports eMule-style source exchange which is not affected by this option - ED2K-update_server_list_server should be false, there are lots of fake servers out there, trust only servers from trusted server lists. For more details read http://mldonkey.sourceforge.net/ServerList#Fake_search_results - ED2K-upload_full_chunks should be true to reflect the same default eMule uses - ED2K-upload_compression_table_size should not be smaller than max_upload_slots 2007/04/03 5821: New variables for file_completed_cmd: file_group_cnt, file_group_user, file_group_dir 5849: EDK: Report correct short versions for Windows clients 2007/04/02 5847: BT: Fix exceptions when handling BT clients as friends 5845: Do not reverse order in files.ini after restart (pango) 5844: HTML: Keep totals line when sorting statistics tables (schlumpf)
36 lines
1.1 KiB
Makefile
36 lines
1.1 KiB
Makefile
# $NetBSD: Makefile.common,v 1.25 2007/05/03 11:44:27 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= mldonkey-2.8.5
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mldonkey/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= http://www.nongnu.org/mldonkey/
|
|
COMMENT= Free peer-to-peer client with eDonkey support and more
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../net/mldonkey/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../net/mldonkey/patches
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake perl
|
|
|
|
CONFIGURE_ENV+= WGET=""
|
|
CONFIGURE_ENV+= ac_cv_prog_WGET="no"
|
|
LDFLAGS+= ${PTHREAD_LDFLAGS}
|
|
MAKE_ENV+= BUILDLINK_PREFIX.pthread=${BUILDLINK_PREFIX.pthread}
|
|
CONFIGURE_ARGS+= --enable-pthread-lib
|
|
|
|
UNLIMIT_RESOURCES= stacksize
|
|
|
|
PRINT_PLIST_AWK+= /^@dirrm libexec\/mldonkey$$/ \
|
|
{ print "@unexec $${RMDIR} %D/libexec/mldonkey"\
|
|
" >/dev/null 2>&1 || $${TRUE}"; next }
|
|
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../graphics/gd/buildlink3.mk"
|
|
.include "../../lang/ocaml/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|