Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jan 2000 16:30:51 +0300 (MSK)
From:      Dmitry Sivachenko <dima@Chg.RU>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16438: Fix net/gnome-icu to install i18n files
Message-ID:  <200001291330.QAA29649@netserv1.chg.ru>

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

>Number:         16438
>Category:       ports
>Synopsis:       Fix net/gnome-icu to install i18n files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 29 05:40:00 PST 2000
>Closed-Date:
>Last-Modified:
>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:
>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?200001291330.QAA29649>