From dima@netserv1.chg.ru  Sat Jan 29 05:30:57 2000
Return-Path: <dima@netserv1.chg.ru>
Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3])
	by hub.freebsd.org (Postfix) with ESMTP id B7E5F15266
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 29 Jan 2000 05:30:53 -0800 (PST)
	(envelope-from dima@netserv1.chg.ru)
Received: (from dima@localhost)
	by netserv1.chg.ru (8.9.3/8.9.3) id QAA29649;
	Sat, 29 Jan 2000 16:30:51 +0300 (MSK)
Message-Id: <200001291330.QAA29649@netserv1.chg.ru>
Date: Sat, 29 Jan 2000 16:30:51 +0300 (MSK)
From: Dmitry Sivachenko <dima@Chg.RU>
Sender: dima@netserv1.chg.ru
Reply-To: dima@Chg.RU
To: FreeBSD-gnats-submit@freebsd.org
Subject: Fix net/gnome-icu to install i18n files
X-Send-Pr-Version: 3.2

>Number:         16438
>Category:       ports
>Synopsis:       Fix net/gnome-icu to install i18n files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    nectar
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 29 05:40:00 PST 2000
>Closed-Date:    Sat Mar 25 05:59:26 PST 2000
>Last-Modified:  Sat Mar 25 06:30:52 PST 2000
>Originator:     Dmitry Sivachenko
>Release:        FreeBSD 3.3-RELEASE i386
>Organization:
>Environment:

	

>Description:

	

>How-To-Repeat:

	

>Fix:
	
	

diff -Nur gnome-icu/Makefile gnome-icu.old/Makefile
--- gnome-icu/Makefile	Sun Jan 16 09:19:36 2000
+++ gnome-icu.old/Makefile	Sat Jan 29 16:11:09 2000
@@ -20,7 +20,9 @@
 USE_X_PREFIX=		YES
 USE_BZIP2=		YES
 GNU_CONFIGURE=		YES
-CONFIGURE_ENV=		GTK_CONFIG="${GTK_CONFIG}"
+CONFIGURE_ENV=		GTK_CONFIG="${GTK_CONFIG}" \
+			CPPFLAGS="-I${LOCALBASE}/include" \
+			LIBS="-L${LOCALBASE}/lib"
 CONFIGURE_ARGS=		--datadir=${PREFIX}/share/gnome
 
 .include <bsd.port.mk>
diff -Nur gnome-icu/patches/patch-ac gnome-icu.old/patches/patch-ac
--- gnome-icu/patches/patch-ac	Thu Jan  1 03:00:00 1970
+++ gnome-icu.old/patches/patch-ac	Sat Jan 29 16:09:26 2000
@@ -0,0 +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 @@
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
+ datadir = $(prefix)/@DATADIRNAME@
+-localedir = $(datadir)/locale
++localedir = $(prefix)/share/locale
+ gnulocaledir = $(prefix)/share/locale
+ gettextsrcdir = $(prefix)/share/gettext/po
+ subdir = po
diff -Nur gnome-icu/pkg/PLIST gnome-icu.old/pkg/PLIST
--- gnome-icu/pkg/PLIST	Sun Jan 16 09:19:39 2000
+++ gnome-icu.old/pkg/PLIST	Sat Jan 29 16:17:31 2000
@@ -36,6 +36,19 @@
 share/gnome/pixmaps/gnomeicu/rename.xpm
 share/gnome/pixmaps/gnomeicu/watermark.png
 share/gnome/sounds/gnomeicu/message.wav
+share/locale/da/LC_MESSAGES/gnomeicu.mo
+share/locale/de/LC_MESSAGES/gnomeicu.mo
+share/locale/es/LC_MESSAGES/gnomeicu.mo
+share/locale/fr/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/no/LC_MESSAGES/gnomeicu.mo
+share/locale/pl/LC_MESSAGES/gnomeicu.mo
+share/locale/pt_BR/LC_MESSAGES/gnomeicu.mo
+share/locale/tr/LC_MESSAGES/gnomeicu.mo
+share/locale/sv/LC_MESSAGES/gnomeicu.mo
+share/locale/uk/LC_MESSAGES/gnomeicu.mo
 @dirrm share/gnome/sounds/gnomeicu
 @dirrm share/gnome/pixmaps/gnomeicu
 @dirrm share/gnome/help/gnomeicu/C

>Release-Note:
>Audit-Trail:

From: Akinori MUSHA aka knu <knu@idaemons.org>
To: dima@Chg.RU
Cc: FreeBSD-gnats-submit@freebsd.org, freebsd-ports@freebsd.org
Subject: Re: ports/16438: Fix net/gnome-icu to install i18n files
Date: Sun, 30 Jan 2000 15:07:25 +0900

 Is this PR meant to be exactly the same as my PR `ports/16298'?
 Geez, this patch looks far smarter than my quick hack.
 
 If it works well and the PR is to be closed, feel free and don't
 forget to close mine too, Mr. Committer.
 
 -- 
                      /
                     /__  __
                    / )  )  ) )  /
 Akinori MUSHA aka / (_ /  ( (__(  <knu@idaemons.org>
 
 "If you choose not to decide you still have made a choice."
 

From: Dmitry Sivachenko <dima@Chg.RU>
To: dima@Chg.RU, knu@idaemons.org
Cc: FreeBSD-gnats-submit@freebsd.org, freebsd-ports@freebsd.org
Subject: Re: ports/16438: Fix net/gnome-icu to install i18n files
Date: Sun, 30 Jan 2000 14:16:25 +0300 (MSK)

 > Is this PR meant to be exactly the same as my PR `ports/16298'?
 > Geez, this patch looks far smarter than my quick hack.
 >
 > If it works well and the PR is to be closed, feel free and don't
 > forget to close mine too, Mr. Committer.
 >
 
 Unfortunatelly, I can't force your patch to work...
 
 --dima
 
 PS: I hope my patch will be commited before freeze...
 
 > -- 
 >                      /
 >                     /__  __
 >                    / )  )  ) )  /
 > Akinori MUSHA aka / (_ /  ( (__(  <knu@idaemons.org>
 >
 > "If you choose not to decide you still have made a choice."
 >
 
Responsible-Changed-From-To: freebsd-ports->nectar 
Responsible-Changed-By: steve 
Responsible-Changed-When: Sun Jan 30 10:07:08 PST 2000 
Responsible-Changed-Why:  
Over to port's maintainer. 
State-Changed-From-To: open->closed 
State-Changed-By: vanilla 
State-Changed-When: Sat Mar 25 05:59:26 PST 2000 
State-Changed-Why:  
Well, Committed, thanks. 
>Unformatted:
