ports/67551: Bad i18n pdd in gimp-print

Jose M Rodriguez freebsd at wanadoo.es
Thu Jun 3 23:20:18 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list