gnomeicu2 port update

Joe Marcus Clarke marcus at marcuscom.com
Thu Apr 3 17:57:55 PST 2003


On Thu, 2003-04-03 at 18:22, Ilya Novoselov wrote:
> Hi, why gnomeicu2 isn't get updated? If there are no problems, I have
> the working port update.

I already have patches at http://www.marcuscom.com/downloads/freeze/. 
They will be committed when 4.8 is released.

Joe

> 
> 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 at FreeBSD.org
> +MAINTAINER=	nullguid at 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 <stdio.h>
> - #include <stdlib.h>
> - #include <string.h>
> -+#include <sys/types.h>
> - #include <sys/socket.h>
> - #include <sys/stat.h>
> --#include <sys/types.h>
> - #include <sys/un.h>
> - #include <unistd.h>
> -
> 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 <fcntl.h>
> - #include <errno.h>
> -+#if defined(HAVE_STDLIB_H)
> -+#include <stdlib.h>
> -+#else
> - #include <malloc.h>
> -+#endif
> - #include <stdio.h>
> - #include <string.h>
> - #include <sys/param.h>
> 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 <gdk/gdk.h>
> + #include <gdk/gdkkeysyms.h>
>  +#include <sys/types.h>
>   #include <errno.h>
>   #include <netinet/in.h>
> 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
-- 
PGP Key : http://www.marcuscom.com/pgp.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20030403/6bb11ee4/attachment.bin


More information about the freebsd-gnome mailing list