polynomial-c 15/02/16 21:05:23 Added: dos2unix-7.2-gb18030-test.patch Log: Version bump. Removed old (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path 1.1 app-text/dos2unix/files/dos2unix-7.2-gb18030-test.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/files/dos2unix-7.2-gb18030-test.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/files/dos2unix-7.2-gb18030-test.patch?rev=1.1&content-type=text/plain Index: dos2unix-7.2-gb18030-test.patch =================================================================== diff -r -N -u dos2unix-7.2.orig/test/Makefile dos2unix-7.2/test/Makefile --- dos2unix-7.2.orig/test/Makefile 2014-12-26 23:53:46.000000000 +0100 +++ dos2unix-7.2/test/Makefile 2015-02-16 13:05:52.829468088 +0100 @@ -2,12 +2,10 @@ d2u_os=$(shell uname -s) -# GB18030 test is not working on Cygwin and MSYS. They do not support zh_CN.GB18030 locale. -ifeq ($(findstring CYGWIN,$(d2u_os)),) -ifeq ($(findstring MSYS,$(d2u_os)),) +# Checking WIN32 version in MSYS shell. +ifeq ($(findstring MINGW,$(d2u_os)),MINGW) TESTS += gb18030.t endif -endif # Windows version does not support symlinks like the Unix version. ifneq ($(findstring MINGW,$(d2u_os)),MINGW)
