From: Stefan Schantl Date: Wed, 27 Jul 2011 18:28:29 +0000 (+0200) Subject: texinfo: Fix error in testsuite. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=045f6086c758e8faae50a6654af9e3435992b83d;p=ipfire-3.x.git texinfo: Fix error in testsuite. Fixes #222 --- diff --git a/pkgs/texinfo/patches/texinfo-4.13a-testsuite_fix.patch b/pkgs/texinfo/patches/texinfo-4.13a-testsuite_fix.patch new file mode 100644 index 000000000..5286e7d7f --- /dev/null +++ b/pkgs/texinfo/patches/texinfo-4.13a-testsuite_fix.patch @@ -0,0 +1,13 @@ +diff -Nur a/makeinfo/tests/accentenc b/makeinfo/tests/accentenc +--- a/makeinfo/tests/accentenc 2004-04-11 19:56:47.000000000 +0200 ++++ b/makeinfo/tests/accentenc 2011-07-27 20:24:36.603237061 +0200 +@@ -1,7 +1,8 @@ + #!/bin/sh + # Test encoded accent info output. + +-unset TEXINFO_OUTPUT ++unset TEXINFO_OUTPUT LANG LANGUAGE ++LC_ALL=POSIX; export LC_ALL + : ${srcdir=.} + input=`basename $0`.txi + output=`basename $0`.info diff --git a/pkgs/texinfo/texinfo.nm b/pkgs/texinfo/texinfo.nm index 99cea53c6..04ea3eb29 100644 --- a/pkgs/texinfo/texinfo.nm +++ b/pkgs/texinfo/texinfo.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = texinfo PKG_VER = 4.13a -PKG_REL = 1 +PKG_REL = 2 PKG_MAINTAINER = PKG_GROUPS = Applications/Publishing @@ -46,7 +46,6 @@ PKG_TARBALL = $(THISAPP).tar.gz DIR_APP = $(DIR_SRC)/$(PKG_NAME)-4.13 -# XXX testsuite fails and needs to be fixed. -#define STAGE_TEST -# cd $(DIR_APP) && make check -#endef +define STAGE_TEST + cd $(DIR_APP) && make check +endef