From nobody  Tue Nov 17 18:44:28 1998
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id SAA05691;
          Tue, 17 Nov 1998 18:44:28 -0800 (PST)
          (envelope-from nobody)
Message-Id: <199811180244.SAA05691@hub.freebsd.org>
Date: Tue, 17 Nov 1998 18:44:28 -0800 (PST)
From: nakai@TokyoNet.AD.JP
To: freebsd-gnats-submit@freebsd.org
Subject: Fixed port: gettext 
X-Send-Pr-Version: www-1.0

>Number:         8736
>Category:       ports
>Synopsis:       Fixed port: gettext
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 17 18:50:00 PST 1998
>Closed-Date:    Wed Nov 18 07:15:03 PST 1998
>Last-Modified:  Wed Nov 18 07:15:48 PST 1998
>Originator:     Yukihiro Nakai
>Release:        2.2.7
>Organization:
Apricot Computer, Japan
>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:

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: vanilla 
State-Changed-When: Wed Nov 18 07:15:03 PST 1998 
State-Changed-Why:  
Committed, thanks. 
>Unformatted:
