Index: head/net-p2p/gtk-gnutella/files/patch-gcc2.diff =================================================================== --- head/net-p2p/gtk-gnutella/files/patch-gcc2.diff (revision 175800) +++ head/net-p2p/gtk-gnutella/files/patch-gcc2.diff (nonexistent) @@ -1,12 +0,0 @@ ---- src/ui/gtk/misc.c Wed Feb 22 17:50:25 2006 -+++ src/ui/gtk/misc.c Sun Feb 26 16:00:59 2006 -@@ -645,9 +645,6 @@ - - gui_prop_get_guint32_val(prop, &pos); - gtk_paned_set_position(paned, pos); -- --guint32 after = gtk_paned_get_position(paned); --printf("paned_restore_position: pos=%d, after=%d\n", pos, after); - } - - #ifdef USE_GTK2 Property changes on: head/net-p2p/gtk-gnutella/files/patch-gcc2.diff ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.3 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net-p2p/gtk-gnutella/Makefile =================================================================== --- head/net-p2p/gtk-gnutella/Makefile (revision 175800) +++ head/net-p2p/gtk-gnutella/Makefile (revision 175801) @@ -1,116 +1,122 @@ # New ports collection makefile for: gtk-gnutella # Date created: 19 May, 2000 # Whom: rbt@zort.on.ca # # $FreeBSD$ # # # A quick note on configurable make symbols: # # INTERACTIVE_CONFIGURE: Launches Configure in its default mode, # which is *very* interactive. Disabled here by default to conform to # FreeBSD guidelines, this mode is useful if you have problems with the # default Configure. # # WITH_GTK2: Configure and build for gtk2. # # WITH_PORTABILITY: Configure code to use the PATH variable at run-time # at a cost in performance. Useful if you intend to move the executable # to multiple machines. # # WITH_DEBUG: Compile with debugging symbols. Useful if you intend to make # a bug report. # PORTNAME= gtk-gnutella -PORTVERSION= 0.96.1 +PORTVERSION= 0.96.2 CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://gtk-gnutella.sourceforge.net/download/ \ ftp://gtk-gnutella.sourceforge.net/pub/gtk-gnutella/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jonas@schiebtsich.net COMMENT= GTK based Gnutella client USE_PERL5= yes USE_X_PREFIX= yes USE_BZIP2= yes USE_BISON= yes USE_GNOME= libxml2 INSTALL_TARGET= install install.man HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= -Dyacc='bison -y' -Dofficial='true' -Dprefix=${PREFIX} \ -Dprivlib=${PREFIX}/share/gtk-gnutella \ -Dsysman=${PREFIX}/man/man1 -Dlocale=${PREFIX}/share/locale \ -Dcc='${CC}' -Dccflags='${CFLAGS} -I${LOCALBASE}/include' \ -Doptimize='undef' -Dlibpth='/usr/lib ${LOCALBASE}/lib' MAN1= gtk-gnutella.1 OPTIONS= GTK2 "Build with GTK2 frontend" on \ TLS "Enable GNU TLS encryption support" on \ NLS "Enable native language support" on \ IPV6 "Enable IPv6 support" on \ DBUS "Enable D-BUS IPC support" off \ + SQLITE "Enable SQLite support" off \ DEBUG "Build with debugging symbols" off \ PORTABILITY "Use the PATH variable at run-time" off .include .if !defined(INTERACTIVE_CONFIGURE) CONFIGURE_ARGS+= -d -e .endif .if defined(WITH_DEBUG) CONFIGURE_ARGS+= -Doptimize=-g -Uofficial= .endif .if defined(WITH_GTK2) CONFIGURE_ARGS+= -Dgtkversion=2 USE_GNOME+= gtk20 .else CONFIGURE_ARGS+= -Dgtkversion=1 USE_GNOME+= gtk12 .endif .if defined(WITH_PORTABILITY) CONFIGURE_ARGS+= -Dd_portable=true .endif .if defined(WITH_TLS) LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= -U d_gnutls .endif .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= -U d_enablenls .else CONFIGURE_ARGS+= -D d_enablenls LIB_DEPENDS+= intl:${PORTSDIR}/devel/gettext PLIST_FILES= share/locale/de/LC_MESSAGES/gtk-gnutella.mo \ share/locale/el/LC_MESSAGES/gtk-gnutella.mo \ share/locale/es/LC_MESSAGES/gtk-gnutella.mo \ share/locale/fr/LC_MESSAGES/gtk-gnutella.mo \ share/locale/hu/LC_MESSAGES/gtk-gnutella.mo \ + share/locale/it/LC_MESSAGES/gtk-gnutella.mo \ share/locale/ja/LC_MESSAGES/gtk-gnutella.mo \ share/locale/nb/LC_MESSAGES/gtk-gnutella.mo \ share/locale/nl/LC_MESSAGES/gtk-gnutella.mo \ share/locale/uk/LC_MESSAGES/gtk-gnutella.mo \ share/locale/zh_CN/LC_MESSAGES/gtk-gnutella.mo .endif .if !defined(WITH_IPV6) CONFIGURE_ARGS+= -D ipv6=false .endif .if defined(WITH_DBUS) LIB_DEPENDS+= dbus:${PORTSDIR}/devel/dbus .else CONFIGURE_ARGS+= -D dbus=false +.endif + +.if defined(WITH_SQLITE) +USE_SQLITE= yes .endif .include Property changes on: head/net-p2p/gtk-gnutella/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.35 \ No newline at end of property +1.36 \ No newline at end of property Index: head/net-p2p/gtk-gnutella/distinfo =================================================================== --- head/net-p2p/gtk-gnutella/distinfo (revision 175800) +++ head/net-p2p/gtk-gnutella/distinfo (revision 175801) @@ -1,3 +1,3 @@ -MD5 (gtk-gnutella-0.96.1.tar.bz2) = 6529379cc105c1e98f501a67e8e875fd -SHA256 (gtk-gnutella-0.96.1.tar.bz2) = a56b53f8ecd2d246b66603cebcaafccbf3fd2ff2ebf05fd2c2e57fd804cf030a -SIZE (gtk-gnutella-0.96.1.tar.bz2) = 2661487 +MD5 (gtk-gnutella-0.96.2.tar.bz2) = a7c2db6223bbabff3581edc6f8b45106 +SHA256 (gtk-gnutella-0.96.2.tar.bz2) = c3aae885de5973a807ffe5bed4752896673801dcf409b10e398a01445cbd1ffa +SIZE (gtk-gnutella-0.96.2.tar.bz2) = 2814145 Property changes on: head/net-p2p/gtk-gnutella/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/net-p2p/gtk-gnutella/pkg-plist =================================================================== --- head/net-p2p/gtk-gnutella/pkg-plist (revision 175800) +++ head/net-p2p/gtk-gnutella/pkg-plist (revision 175801) @@ -1,49 +1,52 @@ bin/gtk-gnutella share/applications/gtk-gnutella.desktop %%DATADIR%%/bogons.txt %%DATADIR%%/favicon.png %%DATADIR%%/geo-ip.txt %%DATADIR%%/gwcache.boot %%DATADIR%%/hostiles.txt %%DATADIR%%/robots.txt %%DATADIR%%/en/FAQ %%DATADIR%%/el/FAQ %%DATADIR%%/ja/FAQ %%DATADIR%%/pixmaps/arrow_down.xpm %%DATADIR%%/pixmaps/arrow_up.xpm %%DATADIR%%/pixmaps/booklib.xpm %%DATADIR%%/pixmaps/booksha.xpm %%DATADIR%%/pixmaps/bookshav.xpm %%DATADIR%%/pixmaps/chip.xpm %%DATADIR%%/pixmaps/clanbomber_red.xpm %%DATADIR%%/pixmaps/clanbomber_yellow.xpm %%DATADIR%%/pixmaps/download.xpm %%DATADIR%%/pixmaps/exit.xpm %%DATADIR%%/pixmaps/filter.xpm %%DATADIR%%/pixmaps/firewall.xpm %%DATADIR%%/pixmaps/firewall_punchable.xpm %%DATADIR%%/pixmaps/firewall_tcp.xpm %%DATADIR%%/pixmaps/firewall_udp.xpm %%DATADIR%%/pixmaps/firewall_udp_punchable.xpm %%DATADIR%%/pixmaps/freeze.xpm %%DATADIR%%/pixmaps/icon.xpm %%DATADIR%%/pixmaps/leaf.xpm %%DATADIR%%/pixmaps/legacy.xpm +%%DATADIR%%/pixmaps/magnet.16x16.png +%%DATADIR%%/pixmaps/magnet.32x32.png +%%DATADIR%%/pixmaps/magnet.64x64.png %%DATADIR%%/pixmaps/no_firewall.xpm %%DATADIR%%/pixmaps/offline.xpm %%DATADIR%%/pixmaps/online.xpm %%DATADIR%%/pixmaps/save.xpm %%DATADIR%%/pixmaps/smallserver.xpm %%DATADIR%%/pixmaps/stock_form-time-field-16.xpm %%DATADIR%%/pixmaps/thaw.xpm %%DATADIR%%/pixmaps/ultra.xpm %%DATADIR%%/pixmaps/upload.xpm %%DATADIR%%/pixmaps/warning.xpm share/pixmaps/gtk-gnutella.png share/pixmaps/gtk-gnutella.svg @dirrmtry share/applications @dirrm %%DATADIR%%/pixmaps @dirrm %%DATADIR%%/el @dirrm %%DATADIR%%/en @dirrm %%DATADIR%%/ja @dirrm %%DATADIR%% Property changes on: head/net-p2p/gtk-gnutella/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property