Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Nov 1998 18:44:28 -0800 (PST)
From:      nakai@TokyoNet.AD.JP
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/8736: Fixed port: gettext 
Message-ID:  <199811180244.SAA05691@hub.freebsd.org>

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

>Number:         8736
>Category:       ports
>Synopsis:       Fixed port: gettext
>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:   Tue Nov 17 18:50:00 PST 1998
>Last-Modified:
>Originator:     Yukihiro Nakai
>Organization:
Apricot Computer, Japan
>Release:        2.2.7
>Environment:
2.2.7
>Description:
I want to add CONFIGURE_ARGS=--with-gnu-gettext options in Makefile.
This is important for the complete 'gettextize' of some i18n ports.

Yukihiro Nakai
--------------
diff -ruN gettext.orig/Makefile gettext/Makefile
--- gettext.orig/Makefile	Wed Nov 18 11:35:15 1998
+++ gettext/Makefile	Wed Nov 18 11:28:12 1998
@@ -13,6 +13,7 @@
 MAINTAINER=	Nakai@technologist.com
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--with-gnu-gettext
 
 pre-configure:
 	${RM} ${WRKSRC}/doc/gettext.info*
diff -ruN gettext.orig/pkg/PLIST gettext/pkg/PLIST
--- gettext.orig/pkg/PLIST	Wed Nov 18 11:35:15 1998
+++ gettext/pkg/PLIST	Wed Nov 18 11:37:12 1998
@@ -12,11 +12,6 @@
 @exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
 @exec install-info %D/info/gettext.info %D/info/dir
 lib/libintl.a
-lib/locale/de/LC_MESSAGES/gettext.cat
-lib/locale/fr/LC_MESSAGES/gettext.cat
-lib/locale/no/LC_MESSAGES/gettext.cat
-lib/locale/no@nynorsk/LC_MESSAGES/gettext.cat
-lib/locale/sv/LC_MESSAGES/gettext.cat
 share/gettext/aclocal.m4
 share/gettext/intl-ChangeLog
 share/gettext/intl-Makefile.in
@@ -40,15 +35,21 @@
 share/gettext/intl-xopen-msg.sed
 share/gettext/po-Makefile.in.in
 share/gettext/root-ABOUT-NLS
+share/locale/de/LC_MESSAGES/gettext.mo
+share/locale/fr/LC_MESSAGES/gettext.mo
 share/locale/locale.alias
-@dirrm lib/locale/de/LC_MESSAGES
-@dirrm lib/locale/de
-@dirrm lib/locale/fr/LC_MESSAGES
-@dirrm lib/locale/fr
-@dirrm lib/locale/no/LC_MESSAGES
-@dirrm lib/locale/no
-@dirrm lib/locale/no@nynorsk/LC_MESSAGES
-@dirrm lib/locale/no@nynorsk
-@dirrm lib/locale/sv/LC_MESSAGES
-@dirrm lib/locale/sv
+share/locale/no/LC_MESSAGES/gettext.mo
+share/locale/no@nynorsk/LC_MESSAGES/gettext.mo
+share/locale/sv/LC_MESSAGES/gettext.mo
 @dirrm share/gettext
+@dirrm share/locale/de/LC_MESSAGES
+@dirrm share/locale/de
+@dirrm share/locale/fr/LC_MESSAGES
+@dirrm share/locale/fr
+@dirrm share/locale/no/LC_MESSAGES
+@dirrm share/locale/no
+@dirrm share/locale/no@nynorsk/LC_MESSAGES
+@dirrm share/locale/no@nynorsk
+@dirrm share/locale/sv/LC_MESSAGES
+@dirrm share/locale/sv
+@dirrm share/locale

>How-To-Repeat:

>Fix:

>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?199811180244.SAA05691>