diff options
author | adam <adam@pkgsrc.org> | 2006-05-12 20:43:54 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-05-12 20:43:54 +0000 |
commit | a73a54293f78b2b295bf4e22c8f4816b6a608ebe (patch) | |
tree | 3164b06a8a9b4a128e6ef66319323b38e4734900 /net/gtk-gnutella/Makefile | |
parent | 3aa108a0bd6644ab5a49ef371876a7fb3c1bd66e (diff) | |
download | pkgsrc-a73a54293f78b2b295bf4e22c8f4816b6a608ebe.tar.gz |
Changes 0.96.1:
Bug fixes:
- Fixed issue when browse host is the only search in the list.
- Reset download buffers on incomplete writes.
- Fixed ever-growing sidebar at each relaunch under GTK1.
- Fixed misdetection of chunk completion, causing undue abortion of downloads.
- Was wrongly showing the source download speed twice in download status.
- Range column was sometimes inexact in downloads.
Improvements:
- Print PFS indication for actively queued entries as well.
- Take buffered data into account when showing download progress.
- Downloads now show how many HTTP requests were made on the same connection.
- Try to reposition the main window correctly.
Configuration Changes:
- Minimum connection timeout is set to 15 seconds.
- Default for "maximum % of slots / vendor" raised to 90.
Diffstat (limited to 'net/gtk-gnutella/Makefile')
-rw-r--r-- | net/gtk-gnutella/Makefile | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/net/gtk-gnutella/Makefile b/net/gtk-gnutella/Makefile index ce4d8afe5ac..43b6d7a71ee 100644 --- a/net/gtk-gnutella/Makefile +++ b/net/gtk-gnutella/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2006/04/22 17:32:34 joerg Exp $ +# $NetBSD: Makefile,v 1.54 2006/05/12 20:43:54 adam Exp $ -DISTNAME= gtk-gnutella-0.96 -PKGREVISION= 4 +DISTNAME= gtk-gnutella-0.96.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk-gnutella/} EXTRACT_SUFX= .tar.bz2 @@ -14,20 +13,22 @@ USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake msgfmt HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./Configure -CONFIGURE_ARGS+= -d -e -r -s \ - -D prefix=${PREFIX:Q} \ - -D privlib="${PREFIX}/share/gtk-gnutella" \ - -D sysman="${PREFIX}/man" \ - -D locale="${PREFIX}/${PKGLOCALEDIR}/locale" \ - -D cc=${CC:Q} \ - -D ccflags="${CFLAGS:Unone}" \ - -D gtkversion=2 \ - -D yacc="yacc" \ - -D official="true" \ - -U optimize +CONFIGURE_ARGS+= -d -e -r -s +CONFIGURE_ARGS+= -D prefix=${PREFIX:Q} +CONFIGURE_ARGS+= -D privlib="${PREFIX}/share/gtk-gnutella" +CONFIGURE_ARGS+= -D sysman="${PREFIX}/man" +CONFIGURE_ARGS+= -D locale="${PREFIX}/${PKGLOCALEDIR}/locale" +CONFIGURE_ARGS+= -D cc=${CC:Q} +CONFIGURE_ARGS+= -D ccflags="${CFLAGS:Unone}" +CONFIGURE_ARGS+= -D yacc="yacc" +CONFIGURE_ARGS+= -D official="true" +CONFIGURE_ARGS+= -U optimize + +.include "options.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../security/gnutls/buildlink3.mk" +.include "../../sysutils/dbus/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |