From owner-freebsd-gnome@FreeBSD.ORG Thu Apr 3 15:22:53 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5995A37B405 for ; Thu, 3 Apr 2003 15:22:53 -0800 (PST) Received: from a-tuin.t72.ru (ns.t72.ru [193.111.45.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A9C143FB1 for ; Thu, 3 Apr 2003 15:22:51 -0800 (PST) (envelope-from nullguid@t72.ru) Received: from localhost (dialup-44.t72.ru [193.111.45.108]) by a-tuin.t72.ru (8.12.8/8.12.3) with SMTP id h33NMjjE051669 for ; Fri, 4 Apr 2003 05:22:47 +0600 (YEKST) (envelope-from nullguid@t72.ru) Date: Fri, 4 Apr 2003 05:22:50 +0600 From: Ilya Novoselov To: gnome@freebsd.org Message-Id: <20030404052250.53e39bb9.nullguid@t72.ru> Organization: Russian Company JSC X-Mailer: Sylpheed version 0.8.10 (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: gnomeicu2 port update X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2003 23:22:53 -0000 Hi, why gnomeicu2 isn't get updated? If there are no problems, I have the working port update. Deleted files: files/patch-configure files/patch-src::gnomeicu-client.c files/patch-src::icu_db.c Diff: diff -ruN gnomeicu2.orig/Makefile gnomeicu2/Makefile --- gnomeicu2.orig/Makefile Thu Mar 6 21:28:10 2003 +++ gnomeicu2/Makefile Fri Apr 4 05:02:25 2003 @@ -6,18 +6,16 @@ # PORTNAME= gnomeicu2 -PORTVERSION= 0.98.126 -PORTREVISION= 2 +PORTVERSION= 0.99 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnomeicu DISTNAME= gnomeicu-${PORTVERSION} -MAINTAINER= gnome@FreeBSD.org +MAINTAINER= nullguid@t72.ru COMMENT= GNOME2 ICQ client -LIB_DEPENDS+= glade-2.0.0:${PORTSDIR}/devel/libglade2 \ - panel-applet-2.0:${PORTSDIR}/x11/gnomepanel \ +LIB_DEPENDS= glade-2.0.0:${PORTSDIR}/devel/libglade2 \ xml2.5:${PORTSDIR}/textproc/libxml2 \ gnet-glib2.7:${PORTSDIR}/net/gnet-glib2 \ gdbm.3:${PORTSDIR}/databases/gdbm @@ -45,7 +43,7 @@ SOCKSLIBS= -lsocks5 .endif -CONFIGURE_ARGS= --with-statusmenu +CONFIGURE_ARGS= --with-statusmenu --with-gdbm-dir=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="${SOCKSFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" LIBS="-liconv ${SOCKSLIBS} -lintl" \ CFLAGS="${CFLAGS}" diff -ruN gnomeicu2.orig/distinfo gnomeicu2/distinfo --- gnomeicu2.orig/distinfo Mon Nov 11 21:30:06 2002 +++ gnomeicu2/distinfo Fri Apr 4 04:59:32 2003 @@ -1 +1 @@ -MD5 (gnomeicu-0.98.126.tar.bz2) = a63a66601444a175a923f888fd92e08b +MD5 (gnomeicu-0.99.tar.bz2) = d5e49557a3ed3545b98c3749257e58ef diff -ruN gnomeicu2.orig/files/patch-configure gnomeicu2/files/patch-configure --- gnomeicu2.orig/files/patch-configure Wed Sep 11 15:42:06 2002 +++ gnomeicu2/files/patch-configure Thu Jan 1 05:00:00 1970 @@ -1,13 +0,0 @@ - -$FreeBSD: ports/net/gnomeicu2/files/patch-configure,v 1.4 2002/09/11 09:42:06 sobomax Exp $ - ---- configure 2002/09/11 08:57:13 1.1 -+++ configure 2002/09/11 08:57:46 -@@ -7490,6 +7490,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff -ruN gnomeicu2.orig/files/patch-src::gnomeicu-client.c gnomeicu2/files/patch-src::gnomeicu-client.c --- gnomeicu2.orig/files/patch-src::gnomeicu-client.c Sun Oct 13 01:28:35 2002 +++ gnomeicu2/files/patch-src::gnomeicu-client.c Thu Jan 1 05:00:00 1970 @@ -1,13 +0,0 @@ ---- src/gnomeicu-client.c.orig Sun Sep 29 14:59:15 2002 -+++ src/gnomeicu-client.c Sun Sep 29 14:59:25 2002 -@@ -17,9 +17,9 @@ - #include - #include - #include -+#include - #include - #include --#include - #include - #include - diff -ruN gnomeicu2.orig/files/patch-src::icu_db.c gnomeicu2/files/patch-src::icu_db.c --- gnomeicu2.orig/files/patch-src::icu_db.c Wed Sep 11 15:42:06 2002 +++ gnomeicu2/files/patch-src::icu_db.c Thu Jan 1 05:00:00 1970 @@ -1,17 +0,0 @@ - -$FreeBSD: ports/net/gnomeicu2/files/patch-src::icu_db.c,v 1.2 2002/09/11 09:42:06 sobomax Exp $ - ---- src/icu_db.c.orig Sat Jun 22 22:11:46 2002 -+++ src/icu_db.c Wed Sep 11 11:45:05 2002 -@@ -27,7 +27,11 @@ - - #include - #include -+#if defined(HAVE_STDLIB_H) -+#include -+#else - #include -+#endif - #include - #include - #include diff -ruN gnomeicu2.orig/files/patch-src_userserver.c gnomeicu2/files/patch-src_userserver.c --- gnomeicu2.orig/files/patch-src_userserver.c Mon Nov 11 02:31:42 2002 +++ gnomeicu2/files/patch-src_userserver.c Fri Apr 4 04:59:32 2003 @@ -1,9 +1,9 @@ ---- src/userserver.c.orig Sun Nov 10 03:20:44 2002 -+++ src/userserver.c Sun Nov 10 03:20:56 2002 -@@ -25,13 +25,13 @@ - #include "showlist.h" +--- src/userserver.c.orig Fri Apr 4 03:27:19 2003 ++++ src/userserver.c Fri Apr 4 03:27:48 2003 +@@ -27,13 +27,13 @@ #include + #include +#include #include #include diff -ruN gnomeicu2.orig/pkg-plist gnomeicu2/pkg-plist --- gnomeicu2.orig/pkg-plist Sat Feb 1 22:41:53 2003 +++ gnomeicu2/pkg-plist Fri Apr 4 05:09:35 2003 @@ -1,10 +1,8 @@ bin/gnomeicu bin/gnomeicu-client +etc/gconf/schemas/gnomeicu.schemas etc/sound/events/GnomeICU.soundlist -libdata/bonobo/servers/GNOME_GnomeICUApplet.server -libexec/gnomeicu-applet share/gnome/applications/GnomeICU.desktop -share/gnome/gnome-2.0/ui/GNOME_GnomeICUApplet.xml share/gnome/gnomeicu/emoticons/AIM/angel.xpm share/gnome/gnomeicu/emoticons/AIM/bigsmile.xpm share/gnome/gnomeicu/emoticons/AIM/crossedlips.xpm @@ -63,6 +61,7 @@ share/gnome/gnomeicu/emoticons/Default/bigsmile.png share/gnome/gnomeicu/emoticons/Default/cry.png share/gnome/gnomeicu/emoticons/Default/emoticon-data +share/gnome/gnomeicu/emoticons/Default/glasses.png share/gnome/gnomeicu/emoticons/Default/sad.png share/gnome/gnomeicu/emoticons/Default/scream.png share/gnome/gnomeicu/emoticons/Default/smile.png @@ -126,12 +125,14 @@ share/gnome/gnomeicu/emoticons/Yahoo/wonder.gif share/gnome/gnomeicu/glade/addcontact.glade share/gnome/gnomeicu/glade/auth.glade +share/gnome/gnomeicu/glade/auto_respond.glade share/gnome/gnomeicu/glade/grpmgr.glade share/gnome/gnomeicu/glade/history.glade share/gnome/gnomeicu/glade/main.glade share/gnome/gnomeicu/glade/message.glade -share/gnome/gnomeicu/glade/pref.glade +share/gnome/gnomeicu/glade/prefs.glade share/gnome/gnomeicu/glade/user_info.glade +share/gnome/gnomeicu/glade/welcome.glade share/gnome/gnomeicu/icons/Default/gnomeicu-animation.gif share/gnome/gnomeicu/icons/Default/gnomeicu-auth.png share/gnome/gnomeicu/icons/Default/gnomeicu-away.png @@ -197,11 +198,21 @@ share/gnome/gnomeicu/icons/reDubbed/gnomeicu-occ.png share/gnome/gnomeicu/icons/reDubbed/gnomeicu-offline.png share/gnome/gnomeicu/icons/reDubbed/gnomeicu-online.png +share/gnome/gnomeicu/prefs_icon_gnomeicu.png +share/gnome/gnomeicu/prefs_icon_icq.png share/gnome/help/gnomeicu/C/gnomeicu.xml share/gnome/omf/gnomeicu/gnomeicu-C.omf @exec scrollkeeper-install -q %D/share/gnome/omf/gnomeicu/gnomeicu-C.omf 2>/dev/null || /usr/bin/true share/gnome/pixmaps/gnome-gnomeicu.png +share/gnome/sounds/gnomeicu/Auth.wav +share/gnome/sounds/gnomeicu/File.wav +share/gnome/sounds/gnomeicu/Online.wav +share/gnome/sounds/gnomeicu/URL.wav +share/gnome/sounds/gnomeicu/contlist.wav share/gnome/sounds/gnomeicu/message.wav +share/locale/am/LC_MESSAGES/gnomeicu.mo +share/locale/az/LC_MESSAGES/gnomeicu.mo +share/locale/bg/LC_MESSAGES/gnomeicu.mo share/locale/ca/LC_MESSAGES/gnomeicu.mo share/locale/cs/LC_MESSAGES/gnomeicu.mo share/locale/da/LC_MESSAGES/gnomeicu.mo @@ -213,6 +224,7 @@ share/locale/fr/LC_MESSAGES/gnomeicu.mo share/locale/ga/LC_MESSAGES/gnomeicu.mo share/locale/gl/LC_MESSAGES/gnomeicu.mo +share/locale/he/LC_MESSAGES/gnomeicu.mo share/locale/hu/LC_MESSAGES/gnomeicu.mo share/locale/it/LC_MESSAGES/gnomeicu.mo share/locale/ja/LC_MESSAGES/gnomeicu.mo @@ -231,6 +243,7 @@ share/locale/sk/LC_MESSAGES/gnomeicu.mo share/locale/sl/LC_MESSAGES/gnomeicu.mo share/locale/sv/LC_MESSAGES/gnomeicu.mo +share/locale/th/LC_MESSAGES/gnomeicu.mo share/locale/tr/LC_MESSAGES/gnomeicu.mo share/locale/uk/LC_MESSAGES/gnomeicu.mo share/locale/vi/LC_MESSAGES/gnomeicu.mo -- Ilya Novoselov nullguid@t72.ru