From freebsd@wanadoo.es  Thu Jun  3 16:14:51 2004
Return-Path: <freebsd@wanadoo.es>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6D38D16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  3 Jun 2004 16:14:51 -0700 (PDT)
Received: from smtp13.eresmas.com (smtp13.eresmas.com [62.81.235.113])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E94C043D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  3 Jun 2004 16:14:50 -0700 (PDT)
	(envelope-from freebsd@wanadoo.es)
Received: from [192.168.108.52] (helo=mx02.eresmas.com)
	by smtp13.eresmas.com with esmtp (Exim 4.10)
	id 1BW1Q1-0006KS-00
	for FreeBSD-gnats-submit@freebsd.org; Fri, 04 Jun 2004 01:14:41 +0200
Received: from [62.37.23.112] (helo=orion.animas.redesjm.local)
	by mx02.eresmas.com with esmtp (Exim 4.30)
	id 1BW1Q0-0007oQ-A8
	for FreeBSD-gnats-submit@freebsd.org; Fri, 04 Jun 2004 01:14:40 +0200
Received: from orion.animas.redesjm.local (localhost.animas.redesjm.local [127.0.0.1])
	by orion.animas.redesjm.local (8.12.11/8.12.11) with ESMTP id i53NEmUX000854
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 4 Jun 2004 01:14:48 +0200 (CEST)
	(envelope-from freebsd@orion.animas.redesjm.local)
Received: (from freebsd@localhost)
	by orion.animas.redesjm.local (8.12.11/8.12.11/Submit) id i53NEm3P000853;
	Fri, 4 Jun 2004 01:14:48 +0200 (CEST)
	(envelope-from freebsd)
Message-Id: <200406032314.i53NEm3P000853@orion.animas.redesjm.local>
Date: Fri, 4 Jun 2004 01:14:48 +0200 (CEST)
From: Jose M Rodriguez <freebsd@wanadoo.es>
Reply-To: Jose M Rodriguez <freebsd@wanadoo.es>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Bad i18n pdd in gimp-print
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         67551
>Category:       ports
>Synopsis:       Bad i18n pdd in gimp-print
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 03 16:20:17 PDT 2004
>Closed-Date:    Fri Jun 04 10:17:24 PDT 2004
>Last-Modified:  Fri Jun 04 10:17:24 PDT 2004
>Originator:     Jose M Rodriguez
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
Redes JM
>Environment:
System: FreeBSD orion.animas.redesjm.local 4.10-STABLE FreeBSD 4.10-STABLE #0: Thu Jun 3 15:48:44 CEST 2004 root@orion.animas.redesjm.local:/usr/obj/usr/src/sys/ORION i386


>Description:
	The original code is linux-centric and use gettext with LANGUAGE,
	but in xBSD, LANG must be used, not LANGUAGE
>How-To-Repeat:
>Fix:


--- patch-gimp-print begins here ---
diff -Nru ../FreeBSD/ports/print/gimp-print/files/patch-src_cups_Makefile.in print/gimp-print/files/patch-src_cups_Makefile.in
--- ../FreeBSD/ports/print/gimp-print/files/patch-src_cups_Makefile.in	Tue Feb 18 03:53:23 2003
+++ print/gimp-print/files/patch-src_cups_Makefile.in	Sun May 16 16:51:06 2004
@@ -14,3 +14,14 @@
  LIBPRINTUT = $(top_builddir)/lib/libprintut.la
  LIBS = $(INTLLIBS) @LIBS@
  
+--- src/cups/Makefile.in.orig	Fri Sep  5 02:16:48 2003
++++ src/cups/Makefile.in	Fri Sep  5 02:17:15 2003
+@@ -765,7 +765,7 @@
+ 	for language in $(LINGUAS) ; do \
+ 	  mkdir ppd/$$language ; \
+ 	  echo "$$language:" ; \
+-	  LANGUAGE=$$language ./genppd --prefix=ppd/$$language --catalog=`pwd`/catalog/share/locale ; \
++	  LANG=$$language ./genppd --prefix=ppd/$$language --catalog=`pwd`/catalog/share/locale ; \
+ 	done
+ 	$(RM) -r catalog
+ 
--- patch-gimp-print ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Fri Jun 4 10:17:17 PDT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=67551 
>Unformatted:
