Date: Mon, 24 Dec 2001 15:07:58 +0100 (CET) From: Jochem Kossen <j.kossen@home.nl> To: FreeBSD-gnats-submit@freebsd.org Cc: gnome@freebsd.org Subject: ports/33146: Update port: gnomeicu from 0.96.1 to 0.98 Message-ID: <200112241407.fBOE7wm73129@jochem.dyndns.org>
next in thread | raw e-mail | index | archive | help
>Number: 33146 >Category: ports >Synopsis: Update port: gnomeicu from 0.96.1 to 0.98 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Dec 24 06:10:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Jochem Kossen >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: >Environment: System: FreeBSD lisa.jochem.dyndns.org 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #0: Sun Dec 23 18:40:25 CET 2001 root@lisa.jochem.dyndns.org:/usr/obj/usr/src/sys/LISA i386 >Description: This patch updates gnomeicu 0.96.1 to 0.98. GnomeICU 0.98 supports the ICQ 2001b protocol other changes to the port: - use .tar.gz distfile, the .tar.bz2 does not seem to work at this time - gnomeicu now depends on net/gnet >How-To-Repeat: >Fix: --- update-gnomeicu_0961-098.diff begins here --- diff -urN net/gnomeicu.orig/Makefile net/gnomeicu/Makefile --- net/gnomeicu.orig/Makefile Tue Jun 19 10:15:01 2001 +++ net/gnomeicu/Makefile Mon Dec 24 13:20:53 2001 @@ -6,8 +6,7 @@ # PORTNAME= gnomeicu -PORTVERSION= 0.96.1 -PORTREVISION= 2 +PORTVERSION= 0.98 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnomeicu @@ -15,9 +14,10 @@ MAINTAINER= gnome@FreeBSD.org USE_X_PREFIX= yes -USE_BZIP2= yes USE_GNOME= yes GNU_CONFIGURE= yes +USE_GMAKE= yes +BUILD_DEPENDS+= gnet-config:${PORTSDIR}/net/gnet .if defined(WITH_DANTE) LIB_DEPENDS+= socks.1:${PORTSDIR}/net/dante SOCKSFLAGS= -Dconnect=Rconnect -Dbind=Rbind -Dgetsockname=Rgetsockname \ diff -urN net/gnomeicu.orig/distinfo net/gnomeicu/distinfo --- net/gnomeicu.orig/distinfo Thu Mar 1 23:46:28 2001 +++ net/gnomeicu/distinfo Mon Dec 24 12:44:58 2001 @@ -1 +1 @@ -MD5 (gnomeicu-0.96.1.tar.bz2) = 1286c2d250562fc416836882b89bcdf1 +MD5 (gnomeicu-0.98.tar.gz) = aed40d1993611c3c29e12dfb2c9d5135 diff -urN net/gnomeicu.orig/files/patch-ac net/gnomeicu/files/patch-ac --- net/gnomeicu.orig/files/patch-ac Tue Aug 22 20:40:41 2000 +++ net/gnomeicu/files/patch-ac Mon Dec 24 12:48:03 2001 @@ -1,11 +1,11 @@ ---- po/Makefile.in.in.orig Sat Jan 29 16:04:07 2000 -+++ po/Makefile.in.in Sat Jan 29 16:08:19 2000 -@@ -19,7 +19,7 @@ +--- po/Makefile.in.in.orig Mon Dec 24 12:47:03 2001 ++++ po/Makefile.in.in Mon Dec 24 12:47:35 2001 +@@ -23,7 +23,7 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ - datadir = $(prefix)/@DATADIRNAME@ + datadir = @datadir@ -localedir = $(datadir)/locale -+localedir = $(prefix)/share/locale - gnulocaledir = $(prefix)/share/locale - gettextsrcdir = $(prefix)/share/gettext/po - subdir = po ++localedir = $(prefix)/locale + gettextsrcdir = $(datadir)/gettext/po + + INSTALL = @INSTALL@ diff -urN net/gnomeicu.orig/files/patch-configure net/gnomeicu/files/patch-configure --- net/gnomeicu.orig/files/patch-configure Fri May 4 23:51:12 2001 +++ net/gnomeicu/files/patch-configure Mon Dec 24 12:50:36 2001 @@ -1,16 +1,29 @@ ---- configure.orig Tue Feb 27 13:35:06 2001 -+++ configure Thu Apr 19 15:50:55 2001 -@@ -5039,5 +5039,5 @@ - --ac_safe=`echo "iconv.h" | sed 'y%./+-%__p_%'` --echo $ac_n "checking for iconv.h""... $ac_c" 1>&6 --echo "configure:5043: checking for iconv.h" >&5 -+ac_safe=`echo "giconv.h" | sed 'y%./+-%__p_%'` -+echo $ac_n "checking for giconv.h""... $ac_c" 1>&6 -+echo "configure:5043: checking for giconv.h" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then -@@ -5048,3 +5048,3 @@ +--- configure.orig Mon Dec 24 12:48:23 2001 ++++ configure Mon Dec 24 12:50:03 2001 +@@ -3017,7 +3017,7 @@ + #line 3018 "configure" + #include "confdefs.h" + #include <stdlib.h> +-#include <iconv.h> ++#include <giconv.h> + int main() { + iconv_t cd = iconv_open("",""); + iconv(cd,NULL,NULL,NULL,NULL); +@@ -3039,7 +3039,7 @@ + #line 3040 "configure" #include "confdefs.h" + #include <stdlib.h> +-#include <iconv.h> ++#include <giconv.h> + int main() { + iconv_t cd = iconv_open("",""); + iconv(cd,NULL,NULL,NULL,NULL); +@@ -3077,7 +3077,7 @@ + #include "confdefs.h" + + #include <stdlib.h> -#include <iconv.h> +#include <giconv.h> - EOF + extern + #ifdef __cplusplus + "C" diff -urN net/gnomeicu.orig/files/patch-src::kanji_conv.c net/gnomeicu/files/patch-src::kanji_conv.c --- net/gnomeicu.orig/files/patch-src::kanji_conv.c Fri May 4 23:51:12 2001 +++ net/gnomeicu/files/patch-src::kanji_conv.c Mon Dec 24 12:52:14 2001 @@ -1,7 +1,11 @@ ---- src/kanji_conv.c.orig Wed Jan 3 16:14:39 2001 -+++ src/kanji_conv.c Thu Apr 19 15:51:21 2001 -@@ -32,3 +32,3 @@ +--- src/kanji_conv.c.orig Mon Dec 24 12:51:08 2001 ++++ src/kanji_conv.c Mon Dec 24 12:51:21 2001 +@@ -30,7 +30,7 @@ + #include <locale.h> + #ifdef HAVE_ICONV -#include <iconv.h> +#include <giconv.h> #endif + + #include "kanji_conv.h" diff -urN net/gnomeicu.orig/pkg-plist net/gnomeicu/pkg-plist --- net/gnomeicu.orig/pkg-plist Tue Feb 27 16:00:46 2001 +++ net/gnomeicu/pkg-plist Mon Dec 24 14:33:46 2001 @@ -1,124 +1,149 @@ -bin/gnomeicu -bin/gnomeicu-client -etc/CORBA/servers/GnomeICU.gnorba -etc/sound/events/GnomeICU.soundlist -share/gnome/applets/Network/GnomeICU.desktop -share/gnome/apps/Internet/GnomeICU.desktop -share/gnome/gnomeicu/icons/Default/gnomeicu-animation.png -share/gnome/gnomeicu/icons/Default/gnomeicu-auth.png -share/gnome/gnomeicu/icons/Default/gnomeicu-away.png -share/gnome/gnomeicu/icons/Default/gnomeicu-blank.png -share/gnome/gnomeicu/icons/Default/gnomeicu-cancel.png -share/gnome/gnomeicu/icons/Default/gnomeicu-chat.png -share/gnome/gnomeicu/icons/Default/gnomeicu-contact.png -share/gnome/gnomeicu/icons/Default/gnomeicu-dnd.png -share/gnome/gnomeicu/icons/Default/gnomeicu-ffc.png -share/gnome/gnomeicu/icons/Default/gnomeicu-file.png -share/gnome/gnomeicu/icons/Default/gnomeicu-hist.png -share/gnome/gnomeicu/icons/Default/gnomeicu-info -share/gnome/gnomeicu/icons/Default/gnomeicu-info.png -share/gnome/gnomeicu/icons/Default/gnomeicu-inv.png -share/gnome/gnomeicu/icons/Default/gnomeicu-message.png -share/gnome/gnomeicu/icons/Default/gnomeicu-na.png -share/gnome/gnomeicu/icons/Default/gnomeicu-occ.png -share/gnome/gnomeicu/icons/Default/gnomeicu-offline.png -share/gnome/gnomeicu/icons/Default/gnomeicu-ok.png -share/gnome/gnomeicu/icons/Default/gnomeicu-online.png -share/gnome/gnomeicu/icons/Default/gnomeicu-rename.png -share/gnome/gnomeicu/icons/Default/gnomeicu-still.png -share/gnome/gnomeicu/icons/Default/gnomeicu-url.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-animation.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-auth.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-away.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-blank.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-cancel.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-chat.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-contact.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-dnd.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-ffc.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-file.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-hist.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-info -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-info.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-inv.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-message.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-na.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-occ.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-offline.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-ok.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-online.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-rename.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-still.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-url.png -share/gnome/gnomeicu/icons/Gradients/gnomeicu-animation.png -share/gnome/gnomeicu/icons/Gradients/gnomeicu-away.png -share/gnome/gnomeicu/icons/Gradients/gnomeicu-dnd.png -share/gnome/gnomeicu/icons/Gradients/gnomeicu-ffc.png -share/gnome/gnomeicu/icons/Gradients/gnomeicu-info -share/gnome/gnomeicu/icons/Gradients/gnomeicu-inv.png -share/gnome/gnomeicu/icons/Gradients/gnomeicu-na.png -share/gnome/gnomeicu/icons/Gradients/gnomeicu-occ.png -share/gnome/gnomeicu/icons/Gradients/gnomeicu-offline.png -share/gnome/gnomeicu/icons/Gradients/gnomeicu-online.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-animation.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-auth.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-away.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-blank.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-cancel.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-chat.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-contact.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-dnd.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-ffc.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-file.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-hist.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-info -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-info.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-inv.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-message.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-na.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-occ.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-offline.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-ok.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-online.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-rename.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-still.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-url.png -share/gnome/help/gnomeicu/C/topic.dat -share/gnome/pixmaps/gnome-gnomeicu.xpm share/gnome/sounds/gnomeicu/message.wav -share/locale/ca/LC_MESSAGES/gnomeicu.mo -share/locale/da/LC_MESSAGES/gnomeicu.mo -share/locale/de/LC_MESSAGES/gnomeicu.mo -share/locale/el/LC_MESSAGES/gnomeicu.mo -share/locale/es/LC_MESSAGES/gnomeicu.mo -share/locale/fi/LC_MESSAGES/gnomeicu.mo -share/locale/fr/LC_MESSAGES/gnomeicu.mo -share/locale/ga/LC_MESSAGES/gnomeicu.mo -share/locale/gl/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 -share/locale/ko/LC_MESSAGES/gnomeicu.mo -share/locale/lt/LC_MESSAGES/gnomeicu.mo -share/locale/nl/LC_MESSAGES/gnomeicu.mo -share/locale/no/LC_MESSAGES/gnomeicu.mo -share/locale/pl/LC_MESSAGES/gnomeicu.mo -share/locale/pt/LC_MESSAGES/gnomeicu.mo -share/locale/pt_BR/LC_MESSAGES/gnomeicu.mo -share/locale/ro/LC_MESSAGES/gnomeicu.mo -share/locale/ru/LC_MESSAGES/gnomeicu.mo -share/locale/sl/LC_MESSAGES/gnomeicu.mo -share/locale/sv/LC_MESSAGES/gnomeicu.mo -share/locale/tr/LC_MESSAGES/gnomeicu.mo -share/locale/uk/LC_MESSAGES/gnomeicu.mo -@dirrm share/gnome/gnomeicu/icons/Default -@dirrm share/gnome/gnomeicu/icons/Eyeballs -@dirrm share/gnome/gnomeicu/icons/Gradients +share/gnome/pixmaps/gnome-gnomeicu.xpm +share/gnome/help/gnomeicu/C/topic.dat +share/gnome/help/gnomeicu/C/stylesheet-images/warning.gif +share/gnome/help/gnomeicu/C/stylesheet-images/up.gif +share/gnome/help/gnomeicu/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnomeicu/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnomeicu/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnomeicu/C/stylesheet-images/tip.gif +share/gnome/help/gnomeicu/C/stylesheet-images/prev.gif +share/gnome/help/gnomeicu/C/stylesheet-images/note.gif +share/gnome/help/gnomeicu/C/stylesheet-images/next.gif +share/gnome/help/gnomeicu/C/stylesheet-images/important.gif +share/gnome/help/gnomeicu/C/stylesheet-images/home.gif +share/gnome/help/gnomeicu/C/stylesheet-images/caution.gif +share/gnome/help/gnomeicu/C/starting.html +share/gnome/help/gnomeicu/C/ln13.html +share/gnome/help/gnomeicu/C/index.html +share/gnome/help/gnomeicu/C/gnomeicu.sgml +share/gnome/help/gnomeicu/C/basics.html +share/gnome/gnomeicu/icons/reDubbed/gnomeicu-url.png +share/gnome/gnomeicu/icons/reDubbed/gnomeicu-still.png +share/gnome/gnomeicu/icons/reDubbed/gnomeicu-rename.png +share/gnome/gnomeicu/icons/reDubbed/gnomeicu-online.png +share/gnome/gnomeicu/icons/reDubbed/gnomeicu-ok.png +share/gnome/gnomeicu/icons/reDubbed/gnomeicu-offline.png +share/gnome/gnomeicu/icons/reDubbed/gnomeicu-occ.png +share/gnome/gnomeicu/icons/reDubbed/gnomeicu-na.png +share/gnome/gnomeicu/icons/reDubbed/gnomeicu-message.png +share/gnome/gnomeicu/icons/reDubbed/gnomeicu-inv.png +share/gnome/gnomeicu/icons/reDubbed/gnomeicu-info.png +share/gnome/gnomeicu/icons/reDubbed/gnomeicu-info +share/gnome/gnomeicu/icons/reDubbed/gnomeicu-hist.png +share/gnome/gnomeicu/icons/reDubbed/gnomeicu-file.png +share/gnome/gnomeicu/icons/reDubbed/gnomeicu-ffc.png +share/gnome/gnomeicu/icons/reDubbed/gnomeicu-dnd.png +share/gnome/gnomeicu/icons/reDubbed/gnomeicu-contact.png +share/gnome/gnomeicu/icons/reDubbed/gnomeicu-chat.png +share/gnome/gnomeicu/icons/reDubbed/gnomeicu-cancel.png +share/gnome/gnomeicu/icons/reDubbed/gnomeicu-blank.png +share/gnome/gnomeicu/icons/reDubbed/gnomeicu-away.png +share/gnome/gnomeicu/icons/reDubbed/gnomeicu-auth.png +share/gnome/gnomeicu/icons/reDubbed/gnomeicu-animation.png +share/gnome/gnomeicu/icons/Gradients/gnomeicu-online.png +share/gnome/gnomeicu/icons/Gradients/gnomeicu-offline.png +share/gnome/gnomeicu/icons/Gradients/gnomeicu-occ.png +share/gnome/gnomeicu/icons/Gradients/gnomeicu-na.png +share/gnome/gnomeicu/icons/Gradients/gnomeicu-inv.png +share/gnome/gnomeicu/icons/Gradients/gnomeicu-info +share/gnome/gnomeicu/icons/Gradients/gnomeicu-ffc.png +share/gnome/gnomeicu/icons/Gradients/gnomeicu-dnd.png +share/gnome/gnomeicu/icons/Gradients/gnomeicu-away.png +share/gnome/gnomeicu/icons/Gradients/gnomeicu-animation.png +share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-url.png +share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-still.png +share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-rename.png +share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-online.png +share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-ok.png +share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-offline.png +share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-occ.png +share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-na.png +share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-message.png +share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-inv.png +share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-info.png +share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-info +share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-hist.png +share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-file.png +share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-ffc.png +share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-dnd.png +share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-contact.png +share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-chat.png +share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-cancel.png +share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-blank.png +share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-away.png +share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-auth.png +share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-animation.png +share/gnome/gnomeicu/icons/Default/gnomeicu-url.png +share/gnome/gnomeicu/icons/Default/gnomeicu-still.png +share/gnome/gnomeicu/icons/Default/gnomeicu-rename.png +share/gnome/gnomeicu/icons/Default/gnomeicu-online.png +share/gnome/gnomeicu/icons/Default/gnomeicu-ok.png +share/gnome/gnomeicu/icons/Default/gnomeicu-offline.png +share/gnome/gnomeicu/icons/Default/gnomeicu-occ.png +share/gnome/gnomeicu/icons/Default/gnomeicu-na.png +share/gnome/gnomeicu/icons/Default/gnomeicu-message.png +share/gnome/gnomeicu/icons/Default/gnomeicu-inv.png +share/gnome/gnomeicu/icons/Default/gnomeicu-info.png +share/gnome/gnomeicu/icons/Default/gnomeicu-info +share/gnome/gnomeicu/icons/Default/gnomeicu-hist.png +share/gnome/gnomeicu/icons/Default/gnomeicu-file.png +share/gnome/gnomeicu/icons/Default/gnomeicu-ffc.png +share/gnome/gnomeicu/icons/Default/gnomeicu-dnd.png +share/gnome/gnomeicu/icons/Default/gnomeicu-contact.png +share/gnome/gnomeicu/icons/Default/gnomeicu-chat.png +share/gnome/gnomeicu/icons/Default/gnomeicu-cancel.png +share/gnome/gnomeicu/icons/Default/gnomeicu-blank.png +share/gnome/gnomeicu/icons/Default/gnomeicu-away.png +share/gnome/gnomeicu/icons/Default/gnomeicu-auth.png +share/gnome/gnomeicu/icons/Default/gnomeicu-animation.png +share/gnome/gnomeicu/glade/main.glade +share/gnome/apps/Internet/GnomeICU.desktop +share/gnome/applets/Network/GnomeICU.desktop +locale/zh_TW.mo/LC_MESSAGES/gnomeicu.mo +locale/zh_CN.mo/LC_MESSAGES/gnomeicu.mo +locale/uk.mo/LC_MESSAGES/gnomeicu.mo +locale/tr.mo/LC_MESSAGES/gnomeicu.mo +locale/sv.mo/LC_MESSAGES/gnomeicu.mo +locale/sl.mo/LC_MESSAGES/gnomeicu.mo +locale/sk.mo/LC_MESSAGES/gnomeicu.mo +locale/ru.mo/LC_MESSAGES/gnomeicu.mo +locale/ro.mo/LC_MESSAGES/gnomeicu.mo +locale/pt_BR.mo/LC_MESSAGES/gnomeicu.mo +locale/pt.mo/LC_MESSAGES/gnomeicu.mo +locale/pl.mo/LC_MESSAGES/gnomeicu.mo +locale/no.mo/LC_MESSAGES/gnomeicu.mo +locale/nn.mo/LC_MESSAGES/gnomeicu.mo +locale/nl.mo/LC_MESSAGES/gnomeicu.mo +locale/ms.mo/LC_MESSAGES/gnomeicu.mo +locale/lt.mo/LC_MESSAGES/gnomeicu.mo +locale/ko.mo/LC_MESSAGES/gnomeicu.mo +locale/ja.mo/LC_MESSAGES/gnomeicu.mo +locale/it.mo/LC_MESSAGES/gnomeicu.mo +locale/hu.mo/LC_MESSAGES/gnomeicu.mo +locale/gl.mo/LC_MESSAGES/gnomeicu.mo +locale/ga.mo/LC_MESSAGES/gnomeicu.mo +locale/fr.mo/LC_MESSAGES/gnomeicu.mo +locale/fi.mo/LC_MESSAGES/gnomeicu.mo +locale/es.mo/LC_MESSAGES/gnomeicu.mo +locale/el.mo/LC_MESSAGES/gnomeicu.mo +locale/de.mo/LC_MESSAGES/gnomeicu.mo +locale/da.mo/LC_MESSAGES/gnomeicu.mo +locale/cs.mo/LC_MESSAGES/gnomeicu.mo +locale/ca.mo/LC_MESSAGES/gnomeicu.mo +etc/sound/events/GnomeICU.soundlist +etc/CORBA/servers/GnomeICU.gnorba +bin/gnomeicu-client +bin/gnomeicu +@dirrm share/gnome/sounds/gnomeicu +@dirrm share/gnome/help/gnomeicu/C/stylesheet-images +@dirrm share/gnome/help/gnomeicu/C/figures +@dirrm share/gnome/help/gnomeicu/C +@dirrm share/gnome/help/gnomeicu @dirrm share/gnome/gnomeicu/icons/reDubbed +@dirrm share/gnome/gnomeicu/icons/Gradients +@dirrm share/gnome/gnomeicu/icons/Eyeballs +@dirrm share/gnome/gnomeicu/icons/Default @dirrm share/gnome/gnomeicu/icons +@dirrm share/gnome/gnomeicu/glade @dirrm share/gnome/gnomeicu -@exec mkdir -p %D/share/gnome/help/gnomeicu/C/images -@dirrm share/gnome/help/gnomeicu/C/images -@dirrm share/gnome/help/gnomeicu/C -@dirrm share/gnome/help/gnomeicu -@dirrm share/gnome/sounds/gnomeicu --- update-gnomeicu_0961-098.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112241407.fBOE7wm73129>