Subject: pkg/27109: devel/gtexinfo bmake install/deinstall error on Solaris 8
To: None <gnats-bugs@gnats.NetBSD.org>
From: None <ishit@oak.dti.ne.jp>
List: pkgsrc-bugs
Date: 10/01/2004 19:46:21
>Number:         27109
>Category:       pkg
>Synopsis:       devel/gtexinfo bmake install/deinstall error on Solaris 8
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri Oct 01 19:47:01 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     ISIHARA Takanori
>Release:        Solaris 8 intel
>Organization:
Nagoya *BSD Users' Group :-)
>Environment:
SunOS xxxxx 5.8 Generic_117351-06 i86pc i386 i86pc

>Description:
devel/gettext bmake install/deinstall error on Solaris 8.

cf. pkg/27106.

>How-To-Repeat:

% cd /opt.local/bsd/pkgsrc/devel/gtexinfo
% sudo env LANG=C bmake install
===> Checking for vulnerabilities in gtexinfo-4.7
===> Installing for gtexinfo-4.7
Making install in intl
if { test "texinfo" = "gettext-runtime" || test "texinfo" = "gettext-tools"; }  && test 'no' = yes; then  /bin/sh .././mkinstalldirs /opt.local/bsd/lib /opt.local/bsd/include;  /usr/ucb/install -c -o root -g root -m 444 libintl.h /opt.local/bsd/include/libintl.h;  @LIBTOOL@ --mode=install  /usr/ucb/install -c -o root -g root -m 444 libintl.a /opt.local/bsd/lib/libintl.a;  if test "@RELOCATABLE@" = yes; then  dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < /opt.local/bsd/lib/libintl.la | sed -e "s,^',," -e "s,'\$,,"`;  if test -n "$dependencies"; then  rm -f /opt.local/bsd/lib/libintl.la;  fi;  fi;  else  : ;  fi
if test "texinfo" = "gettext-tools"  && test 'no' = no; then  /bin/sh .././mkinstalldirs /opt.local/bsd/lib;  @LIBTOOL@ --mode=install  /usr/ucb/install -c -o root -g root -m 444 libgnuintl.a /opt.local/bsd/lib/libgnuintl.a;  rm -f /opt.local/bsd/lib/preloadable_libintl.so;  /usr/ucb/install -c -o root -g root -m 444 /opt.local/bsd/lib/libgnuintl.so /opt.local/bsd/lib/preloadable_libintl.so;  @LIBTOOL@ --mode=uninstall  rm -f /opt.local/bsd/lib/libgnuintl.a;  else  : ;  fi
if test 'no' = yes; then  test no != no || /bin/sh .././mkinstalldirs /opt.local/bsd/lib;  temp=/opt.local/bsd/lib/t-charset.alias;  dest=/opt.local/bsd/lib/charset.alias;  if test -f /opt.local/bsd/lib/charset.alias; then  orig=/opt.local/bsd/lib/charset.alias;  sed -f ref-add.sed $orig > $temp;  /usr/ucb/install -c -o root -g root -m 444 $temp $dest;  rm -f $temp;  else  if test no = no; then  orig=charset.alias;  sed -f ref-add.sed $orig > $temp;  /usr/ucb/install -c -o root -g root -m 444 $temp $dest;  rm -f $temp;  fi;  fi;  /bin/sh .././mkinstalldirs /opt.local/bsd/share/locale;  test -f /opt.local/bsd/share/locale/locale.alias  && orig=/opt.local/bsd/share/locale/locale.alias  || orig=./locale.alias;  temp=/opt.local/bsd/share/locale/t-locale.alias;  dest=/opt.local/bsd/share/locale/locale.alias;  sed -f ref-add.sed $orig > $temp;  /usr/ucb/install -c -o root -g root -m 444 $temp $dest;  rm -f $temp;  else  : ;  fi
if test "texinfo" = "gettext-tools"; then  /bin/sh .././mkinstalldirs /opt.local/bsd/share/gettext/intl;  /usr/ucb/install -c -o root -g root -m 444 VERSION /opt.local/bsd/share/gettext/intl/VERSION;  /usr/ucb/install -c -o root -g root -m 444 ChangeLog.inst /opt.local/bsd/share/gettext/intl/ChangeLog;  dists="COPYING.LIB-2.0 COPYING.LIB-2.1 Makefile.in  config.charset locale.alias ref-add.sin ref-del.sin gmo.h  gettextP.h  hash-string.h  loadinfo.h  plural-exp.h  eval-plural.h  localcharset.h  relocatable.h  xsize.h  printf-args.h printf-args.c  printf-parse.h wprintf-parse.h printf-parse.c  vasnprintf.h vasnwprintf.h vasnprintf.c  os2compat.h  libgnuintl.h.in bindtextdom.c  dcgettext.c  dgettext.c  gettext.c  finddomain.c  loadmsgcat.c  localealias.c  textdomain.c  l10nflist.c  explodename.c  dcigettext.c  dcngettext.c  dngettext.c  ngettext.c  plural.y  plural-exp.c  localcharset.c  relocatable.c  localename.c  log.c  printf.c  osdep.c  os2compat.c  intl-compat.c";  for fi
 le in $dists; do  /usr/ucb/install -c -o root -g root -m 444 ./$file  /opt.local/bsd/share/gettext/intl/$file;  done;  chmod a+x /opt.local/bsd/share/gettext/intl/config.charset;  dists="plural.c";  for file in $dists; do  if test -f $file; then dir=.; else dir=.; fi;  /usr/ucb/install -c -o root -g root -m 444 $dir/$file  /opt.local/bsd/share/gettext/intl/$file;  done;  dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c  COPYING.LIB-2 gettext.h libgettext.h plural-eval.c libgnuintl.h";  for file in $dists; do  rm -f /opt.local/bsd/share/gettext/intl/$file;  done;  else  : ;  fi
Making install in m4
Making install in lib
Making install in info
/opt.local/bsd/bin/bmake  install-am
test -z "/opt.local/bsd/bin" || /bin/ksh ../mkinstalldirs "/opt.local/bsd/bin"
  /usr/ucb/install -c -s -o root -g root -m 555 'ginfo' '/opt.local/bsd/bin/info'
  /usr/ucb/install -c -s -o root -g root -m 555 'infokey' '/opt.local/bsd/bin/infokey'
Making install in makeinfo
Making install in tests
test -z "/opt.local/bsd/bin" || /bin/ksh ../mkinstalldirs "/opt.local/bsd/bin"
  /usr/ucb/install -c -s -o root -g root -m 555 'makeinfo' '/opt.local/bsd/bin/makeinfo'
Making install in po
/bin/sh .././mkinstalldirs /opt.local/bsd/share
mkdir /opt.local/bsd/share/locale
mkdir /opt.local/bsd/share/locale/cs
mkdir /opt.local/bsd/share/locale/cs/LC_MESSAGES
installing cs.gmo as /opt.local/bsd/share/locale/cs/LC_MESSAGES/texinfo.mo
mkdir /opt.local/bsd/share/locale/da
mkdir /opt.local/bsd/share/locale/da/LC_MESSAGES
installing da.gmo as /opt.local/bsd/share/locale/da/LC_MESSAGES/texinfo.mo
mkdir /opt.local/bsd/share/locale/de
mkdir /opt.local/bsd/share/locale/de/LC_MESSAGES
installing de.gmo as /opt.local/bsd/share/locale/de/LC_MESSAGES/texinfo.mo
mkdir /opt.local/bsd/share/locale/de_AT
mkdir /opt.local/bsd/share/locale/de_AT/LC_MESSAGES
installing de_AT.gmo as /opt.local/bsd/share/locale/de_AT/LC_MESSAGES/texinfo.mo
mkdir /opt.local/bsd/share/locale/eo
mkdir /opt.local/bsd/share/locale/eo/LC_MESSAGES
installing eo.gmo as /opt.local/bsd/share/locale/eo/LC_MESSAGES/texinfo.mo
mkdir /opt.local/bsd/share/locale/fr
mkdir /opt.local/bsd/share/locale/fr/LC_MESSAGES
installing fr.gmo as /opt.local/bsd/share/locale/fr/LC_MESSAGES/texinfo.mo
mkdir /opt.local/bsd/share/locale/he
mkdir /opt.local/bsd/share/locale/he/LC_MESSAGES
installing he.gmo as /opt.local/bsd/share/locale/he/LC_MESSAGES/texinfo.mo
mkdir /opt.local/bsd/share/locale/hr
mkdir /opt.local/bsd/share/locale/hr/LC_MESSAGES
installing hr.gmo as /opt.local/bsd/share/locale/hr/LC_MESSAGES/texinfo.mo
mkdir /opt.local/bsd/share/locale/ja
mkdir /opt.local/bsd/share/locale/ja/LC_MESSAGES
installing ja.gmo as /opt.local/bsd/share/locale/ja/LC_MESSAGES/texinfo.mo
mkdir /opt.local/bsd/share/locale/nl
mkdir /opt.local/bsd/share/locale/nl/LC_MESSAGES
installing nl.gmo as /opt.local/bsd/share/locale/nl/LC_MESSAGES/texinfo.mo
mkdir /opt.local/bsd/share/locale/nb
mkdir /opt.local/bsd/share/locale/nb/LC_MESSAGES
installing nb.gmo as /opt.local/bsd/share/locale/nb/LC_MESSAGES/texinfo.mo
mkdir /opt.local/bsd/share/locale/no
mkdir /opt.local/bsd/share/locale/no/LC_MESSAGES
installing no.gmo as /opt.local/bsd/share/locale/no/LC_MESSAGES/texinfo.mo
mkdir /opt.local/bsd/share/locale/pl
mkdir /opt.local/bsd/share/locale/pl/LC_MESSAGES
installing pl.gmo as /opt.local/bsd/share/locale/pl/LC_MESSAGES/texinfo.mo
mkdir /opt.local/bsd/share/locale/ro
mkdir /opt.local/bsd/share/locale/ro/LC_MESSAGES
installing ro.gmo as /opt.local/bsd/share/locale/ro/LC_MESSAGES/texinfo.mo
mkdir /opt.local/bsd/share/locale/ru
mkdir /opt.local/bsd/share/locale/ru/LC_MESSAGES
installing ru.gmo as /opt.local/bsd/share/locale/ru/LC_MESSAGES/texinfo.mo
mkdir /opt.local/bsd/share/locale/sv
mkdir /opt.local/bsd/share/locale/sv/LC_MESSAGES
installing sv.gmo as /opt.local/bsd/share/locale/sv/LC_MESSAGES/texinfo.mo
mkdir /opt.local/bsd/share/locale/tr
mkdir /opt.local/bsd/share/locale/tr/LC_MESSAGES
installing tr.gmo as /opt.local/bsd/share/locale/tr/LC_MESSAGES/texinfo.mo
mkdir /opt.local/bsd/share/locale/zh_CN
mkdir /opt.local/bsd/share/locale/zh_CN/LC_MESSAGES
installing zh_CN.gmo as /opt.local/bsd/share/locale/zh_CN/LC_MESSAGES/texinfo.mo
mkdir /opt.local/bsd/share/locale/zh_TW
mkdir /opt.local/bsd/share/locale/zh_TW/LC_MESSAGES
installing zh_TW.gmo as /opt.local/bsd/share/locale/zh_TW/LC_MESSAGES/texinfo.mo
if test "texinfo" = "gettext-tools"; then  /bin/sh .././mkinstalldirs /opt.local/bsd/share/gettext/po;  for file in Makefile.in.in remove-potcdate.sin  quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do  /usr/ucb/install -c -o root -g root -m 444 ./$file  /opt.local/bsd/share/gettext/po/$file;  done;  for file in Makevars; do  rm -f /opt.local/bsd/share/gettext/po/$file;  done;  else  : ;  fi
Making install in util
test -z "/opt.local/bsd/bin" || /bin/ksh ../mkinstalldirs "/opt.local/bsd/bin"
  /usr/ucb/install -c -s -o root -g root -m 555 'ginstall-info' '/opt.local/bsd/bin/install-info'
  /usr/ucb/install -c -s -o root -g root -m 555 'texindex' '/opt.local/bsd/bin/texindex'
test -z "/opt.local/bsd/bin" || /bin/ksh ../mkinstalldirs "/opt.local/bsd/bin"
 /usr/ucb/install -c -o root -g root -m 555 'texi2dvi' '/opt.local/bsd/bin/texi2dvi'
test -z "/opt.local/bsd/share/texinfo" || /bin/ksh ../mkinstalldirs "/opt.local/bsd/share/texinfo"
mkdir /opt.local/bsd/share/texinfo
 /usr/ucb/install -c -o root -g root -m 444 'texinfo.dtd' '/opt.local/bsd/share/texinfo/texinfo.dtd'
 /usr/ucb/install -c -o root -g root -m 444 'texinfo.xsl' '/opt.local/bsd/share/texinfo/texinfo.xsl'
test -z "/opt.local/bsd/share/texinfo" || /bin/ksh ../mkinstalldirs "/opt.local/bsd/share/texinfo"
 /usr/ucb/install -c -o root -g root -m 444 'texinfo.cat' '/opt.local/bsd/share/texinfo/texinfo.cat'
Making install in doc

WARNING: You must install texinfo.tex and txi-??.tex manually,
         perhaps in TEXMF/tex/texinfo/,
         where TEXMF is a root of your TeX tree.
         See doc/README for some considerations.
         You can run make TEXMF=/your/texmf install-tex to do this.

         You may also need to install epsf.tex and (if you
         use pdftex) pdfcolor.tex in TEXMF/tex/generic/dvips
         and TEXMF/pdftex/plain/misc/pdfcolor.tex respectively,
         if your TeX installation did not include them.
test -z "/opt.local/bsd/info" || /bin/ksh ../mkinstalldirs "/opt.local/bsd/info"
 /usr/ucb/install -c -o root -g root -m 444 './texinfo' '/opt.local/bsd/info/texinfo'
 /usr/ucb/install -c -o root -g root -m 444 './texinfo-1' '/opt.local/bsd/info/texinfo-1'
 /usr/ucb/install -c -o root -g root -m 444 './texinfo-2' '/opt.local/bsd/info/texinfo-2'
 /usr/ucb/install -c -o root -g root -m 444 './texinfo-3' '/opt.local/bsd/info/texinfo-3'
 /usr/ucb/install -c -o root -g root -m 444 './info-stnd.info' '/opt.local/bsd/info/info-stnd.info'
 /usr/ucb/install -c -o root -g root -m 444 './info.info' '/opt.local/bsd/info/info.info'
test -z "/opt.local/bsd/man/man1" || /bin/ksh ../mkinstalldirs "/opt.local/bsd/man/man1"
 /usr/ucb/install -c -o root -g root -m 444 './info.1' '/opt.local/bsd/man/man1/info.1'
 /usr/ucb/install -c -o root -g root -m 444 './infokey.1' '/opt.local/bsd/man/man1/infokey.1'
 /usr/ucb/install -c -o root -g root -m 444 './install-info.1' '/opt.local/bsd/man/man1/install-info.1'
 /usr/ucb/install -c -o root -g root -m 444 './makeinfo.1' '/opt.local/bsd/man/man1/makeinfo.1'
 /usr/ucb/install -c -o root -g root -m 444 './texindex.1' '/opt.local/bsd/man/man1/texindex.1'
 /usr/ucb/install -c -o root -g root -m 444 './texi2dvi.1' '/opt.local/bsd/man/man1/texi2dvi.1'
test -z "/opt.local/bsd/man/man5" || /bin/ksh ../mkinstalldirs "/opt.local/bsd/man/man5"
 /usr/ucb/install -c -o root -g root -m 444 './info.5' '/opt.local/bsd/man/man5/info.5'
 /usr/ucb/install -c -o root -g root -m 444 './texinfo.5' '/opt.local/bsd/man/man5/texinfo.5'
/opt.local/bsd/lib/locale/cs/LC_MESSAGES/texinfo.mo: No such file or directory
/opt.local/bsd/lib/locale/da/LC_MESSAGES/texinfo.mo: No such file or directory
/opt.local/bsd/lib/locale/de/LC_MESSAGES/texinfo.mo: No such file or directory
/opt.local/bsd/lib/locale/de_AT/LC_MESSAGES/texinfo.mo: No such file or directory
/opt.local/bsd/lib/locale/eo/LC_MESSAGES/texinfo.mo: No such file or directory
/opt.local/bsd/lib/locale/fr/LC_MESSAGES/texinfo.mo: No such file or directory
/opt.local/bsd/lib/locale/he/LC_MESSAGES/texinfo.mo: No such file or directory
/opt.local/bsd/lib/locale/hr/LC_MESSAGES/texinfo.mo: No such file or directory
/opt.local/bsd/lib/locale/ja/LC_MESSAGES/texinfo.mo: No such file or directory
/opt.local/bsd/lib/locale/nb/LC_MESSAGES/texinfo.mo: No such file or directory
/opt.local/bsd/lib/locale/nl/LC_MESSAGES/texinfo.mo: No such file or directory
/opt.local/bsd/lib/locale/no/LC_MESSAGES/texinfo.mo: No such file or directory
/opt.local/bsd/lib/locale/pl/LC_MESSAGES/texinfo.mo: No such file or directory
/opt.local/bsd/lib/locale/ro/LC_MESSAGES/texinfo.mo: No such file or directory
/opt.local/bsd/lib/locale/ru/LC_MESSAGES/texinfo.mo: No such file or directory
/opt.local/bsd/lib/locale/sv/LC_MESSAGES/texinfo.mo: No such file or directory
/opt.local/bsd/lib/locale/tr/LC_MESSAGES/texinfo.mo: No such file or directory
/opt.local/bsd/lib/locale/zh_CN/LC_MESSAGES/texinfo.mo: No such file or directory
/opt.local/bsd/lib/locale/zh_TW/LC_MESSAGES/texinfo.mo: No such file or directory
===> Registering installation for gtexinfo-4.7
pkg_create: can't stat `/opt.local/bsd/lib/locale/cs/LC_MESSAGES/texinfo.mo'
pkg_create: can't stat `/opt.local/bsd/lib/locale/da/LC_MESSAGES/texinfo.mo'
pkg_create: can't stat `/opt.local/bsd/lib/locale/de/LC_MESSAGES/texinfo.mo'
pkg_create: can't stat `/opt.local/bsd/lib/locale/de_AT/LC_MESSAGES/texinfo.mo'
pkg_create: can't stat `/opt.local/bsd/lib/locale/eo/LC_MESSAGES/texinfo.mo'
pkg_create: can't stat `/opt.local/bsd/lib/locale/fr/LC_MESSAGES/texinfo.mo'
pkg_create: can't stat `/opt.local/bsd/lib/locale/he/LC_MESSAGES/texinfo.mo'
pkg_create: can't stat `/opt.local/bsd/lib/locale/hr/LC_MESSAGES/texinfo.mo'
pkg_create: can't stat `/opt.local/bsd/lib/locale/ja/LC_MESSAGES/texinfo.mo'
pkg_create: can't stat `/opt.local/bsd/lib/locale/nb/LC_MESSAGES/texinfo.mo'
pkg_create: can't stat `/opt.local/bsd/lib/locale/nl/LC_MESSAGES/texinfo.mo'
pkg_create: can't stat `/opt.local/bsd/lib/locale/no/LC_MESSAGES/texinfo.mo'
pkg_create: can't stat `/opt.local/bsd/lib/locale/pl/LC_MESSAGES/texinfo.mo'
pkg_create: can't stat `/opt.local/bsd/lib/locale/ro/LC_MESSAGES/texinfo.mo'
pkg_create: can't stat `/opt.local/bsd/lib/locale/ru/LC_MESSAGES/texinfo.mo'
pkg_create: can't stat `/opt.local/bsd/lib/locale/sv/LC_MESSAGES/texinfo.mo'
pkg_create: can't stat `/opt.local/bsd/lib/locale/tr/LC_MESSAGES/texinfo.mo'
pkg_create: can't stat `/opt.local/bsd/lib/locale/zh_CN/LC_MESSAGES/texinfo.mo'
pkg_create: can't stat `/opt.local/bsd/lib/locale/zh_TW/LC_MESSAGES/texinfo.mo'
gtexinfo-4.7 requires installed package gettext-lib-0.11.5nb3
gtexinfo-4.7 requires installed package pkg_install-info-4.5nb2
%
% sudo env LANG=C bmake deinstall
===> Deinstalling for gtexinfo
Running /opt.local/bsd/sbin/pkg_delete -K /var/opt/pkgsrc gtexinfo-4.7
pkg_delete: file `/opt.local/bsd/lib/locale/cs/LC_MESSAGES/texinfo.mo' doesn't really exist
pkg_delete: file `/opt.local/bsd/lib/locale/da/LC_MESSAGES/texinfo.mo' doesn't really exist
pkg_delete: file `/opt.local/bsd/lib/locale/de/LC_MESSAGES/texinfo.mo' doesn't really exist
pkg_delete: file `/opt.local/bsd/lib/locale/de_AT/LC_MESSAGES/texinfo.mo' doesn't really exist
pkg_delete: file `/opt.local/bsd/lib/locale/eo/LC_MESSAGES/texinfo.mo' doesn't really exist
pkg_delete: file `/opt.local/bsd/lib/locale/fr/LC_MESSAGES/texinfo.mo' doesn't really exist
pkg_delete: file `/opt.local/bsd/lib/locale/he/LC_MESSAGES/texinfo.mo' doesn't really exist
pkg_delete: file `/opt.local/bsd/lib/locale/hr/LC_MESSAGES/texinfo.mo' doesn't really exist
pkg_delete: file `/opt.local/bsd/lib/locale/ja/LC_MESSAGES/texinfo.mo' doesn't really exist
pkg_delete: file `/opt.local/bsd/lib/locale/nb/LC_MESSAGES/texinfo.mo' doesn't really exist
pkg_delete: file `/opt.local/bsd/lib/locale/nl/LC_MESSAGES/texinfo.mo' doesn't really exist
pkg_delete: file `/opt.local/bsd/lib/locale/no/LC_MESSAGES/texinfo.mo' doesn't really exist
pkg_delete: file `/opt.local/bsd/lib/locale/pl/LC_MESSAGES/texinfo.mo' doesn't really exist
pkg_delete: file `/opt.local/bsd/lib/locale/ro/LC_MESSAGES/texinfo.mo' doesn't really exist
pkg_delete: file `/opt.local/bsd/lib/locale/ru/LC_MESSAGES/texinfo.mo' doesn't really exist
pkg_delete: file `/opt.local/bsd/lib/locale/sv/LC_MESSAGES/texinfo.mo' doesn't really exist
pkg_delete: file `/opt.local/bsd/lib/locale/tr/LC_MESSAGES/texinfo.mo' doesn't really exist
pkg_delete: file `/opt.local/bsd/lib/locale/zh_CN/LC_MESSAGES/texinfo.mo' doesn't really exist
pkg_delete: file `/opt.local/bsd/lib/locale/zh_TW/LC_MESSAGES/texinfo.mo' doesn't really exist
pkg_delete: couldn't entirely delete package `gtexinfo-4.7'
(perhaps the packing list is incorrectly specified?)
%

>Fix:

diff -uNr gtexinfo/Makefile gtexinfo.new/Makefile
--- gtexinfo/Makefile	2004-07-13 12:05:29.000000000 +0900
+++ gtexinfo.new/Makefile	2004-09-28 19:23:57.781726000 +0900
@@ -34,6 +34,12 @@
 CONFIGURE_ARGS+=	--disable-nls
 .endif
 
+post-patch:
+	${MV} ${WRKSRC}/po/Makefile.in.in ${WRKSRC}/po/Makefile.in.in.orig
+	${SED} -e 's!@PKGLOCALEDIR@!${PKGLOCALEDIR}!g' \
+	< ${WRKSRC}/po/Makefile.in.in.orig \
+	> ${WRKSRC}/po/Makefile.in.in
+
 .include "../../mk/bsd.pkg.mk"
 
 # This need to be defined here to override the setting in texinfo.mk
diff -uNr gtexinfo/distinfo gtexinfo.new/distinfo
--- gtexinfo/distinfo	2004-07-13 12:05:29.000000000 +0900
+++ gtexinfo.new/distinfo	2004-09-28 19:34:08.382895000 +0900
@@ -8,3 +8,4 @@
 SHA1 (patch-ad) = c5c3374322eb8a2c8dfc7871971b73194ab1b14c
 SHA1 (patch-aj) = f827226cf8099e98f3359012d46cd53b8b724da4
 SHA1 (patch-ak) = 17a14166581dcdd7605cea1cab41f3231b0ffb0f
+SHA1 (patch-al) = 28fb5b488f2a68ed5a528c6b151a5757036f995c
diff -uNr gtexinfo/patches/patch-al gtexinfo.new/patches/patch-al
--- gtexinfo/patches/patch-al	1970-01-01 09:00:00.000000000 +0900
+++ gtexinfo.new/patches/patch-al	2004-09-28 19:24:45.530247000 +0900
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- po/Makefile.in.in.orig	2004-02-06 01:45:23.000000000 +0900
++++ po/Makefile.in.in
+@@ -23,7 +23,7 @@ VPATH = @srcdir@
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
+ datadir = @datadir@
+-localedir = $(datadir)/locale
++localedir = @prefix@/@PKGLOCALEDIR@/locale
+ gettextsrcdir = $(datadir)/gettext/po
+ 
+ INSTALL = @INSTALL@

>Release-Note:
>Audit-Trail:
>Unformatted: