Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jun 2004 01:14:48 +0200 (CEST)
From:      Jose M Rodriguez <freebsd@wanadoo.es>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/67551: Bad i18n pdd in gimp-print
Message-ID:  <200406032314.i53NEm3P000853@orion.animas.redesjm.local>
Resent-Message-ID: <200406032320.i53NKHta050339@freefall.freebsd.org>

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

>Number:         67551
>Category:       ports
>Synopsis:       Bad i18n pdd in gimp-print
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 03 16:20:17 PDT 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406032314.i53NEm3P000853>