Skip site navigation (1)Skip section navigation (2)
Date:      03 Apr 2003 20:57:45 -0500
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        Ilya Novoselov <nullguid@t72.ru>
Cc:        FreeBSD GNOME Users <gnome@freebsd.org>
Subject:   Re: gnomeicu2 port update
Message-ID:  <1049421464.49254.0.camel@shumai.marcuscom.com>
In-Reply-To: <20030404052250.53e39bb9.nullguid@t72.ru>
References:  <20030404052250.53e39bb9.nullguid@t72.ru>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-K3143awcK1ZXxBPYwY7V
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

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/.=20
They will be committed when 4.8 is released.

Joe

>=20
> Deleted files:
> files/patch-configure
> files/patch-src::gnomeicu-client.c
> files/patch-src::icu_db.c
>=20
> 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 @@
>  #
> =20
>  PORTNAME=3D	gnomeicu2
> -PORTVERSION=3D	0.98.126
> -PORTREVISION=3D	2
> +PORTVERSION=3D	0.99
>  CATEGORIES=3D	net gnome
>  MASTER_SITES=3D	${MASTER_SITE_SOURCEFORGE}
>  MASTER_SITE_SUBDIR=3D	gnomeicu
>  DISTNAME=3D	gnomeicu-${PORTVERSION}
> =20
> -MAINTAINER=3D	gnome@FreeBSD.org
> +MAINTAINER=3D	nullguid@t72.ru
>  COMMENT=3D	GNOME2 ICQ client
> =20
> -LIB_DEPENDS+=3D	glade-2.0.0:${PORTSDIR}/devel/libglade2 \
> -		panel-applet-2.0:${PORTSDIR}/x11/gnomepanel \
> +LIB_DEPENDS=3D	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=3D	-lsocks5
>  .endif
> =20
> -CONFIGURE_ARGS=3D	--with-statusmenu
> +CONFIGURE_ARGS=3D	--with-statusmenu --with-gdbm-dir=3D${LOCALBASE}
>  CONFIGURE_ENV=3D	CPPFLAGS=3D"${SOCKSFLAGS} -I${LOCALBASE}/include" \
>  		LDFLAGS=3D"-L${LOCALBASE}/lib" LIBS=3D"-liconv ${SOCKSLIBS} -lintl" \
>  		CFLAGS=3D"${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) =3D a63a66601444a175a923f888fd92e08b
> +MD5 (gnomeicu-0.99.tar.bz2) =3D d5e49557a3ed3545b98c3749257e58ef
> diff -ruN gnomeicu2.orig/files/patch-configure gnomeicu2/files/patch-conf=
igure
> --- 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 @@
> -=20
> - # This can be used to rebuild libtool when needed
> - LIBTOOL_DEPS=3D"$ac_aux_dir/ltmain.sh"
> -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
> -=20
> - # Always use our own libtool.
> - LIBTOOL=3D'$(SHELL) $(top_builddir)/libtool'
> diff -ruN gnomeicu2.orig/files/patch-src::gnomeicu-client.c gnomeicu2/fil=
es/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 @@
> -=20
> - #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/pat=
ch-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 @@
>  =20
>   #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
--=20
PGP Key : http://www.marcuscom.com/pgp.asc

--=-K3143awcK1ZXxBPYwY7V
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQA+jOaYb2iPiv4Uz4cRAvcaAKCFvck+XLVfo3MKUEbL0mvljrTaJACfU0Y/
22Qas8tuqVvHpIQTx0aM0Q8=
=qlrQ
-----END PGP SIGNATURE-----

--=-K3143awcK1ZXxBPYwY7V--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1049421464.49254.0.camel>