Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/fvwm-themes/files: fvwm-themes-0.7.0-posix-sort.patch
Date: Fri, 28 May 2010 12:39:35
Message-Id: 20100528123931.B41202CF37@corvid.gentoo.org
1 xarthisius 10/05/28 12:39:31
2
3 Modified: fvwm-themes-0.7.0-posix-sort.patch
4 Log:
5 QA cleaning, fixing bug 226397 and bug 314415
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 x11-themes/fvwm-themes/files/fvwm-themes-0.7.0-posix-sort.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/fvwm-themes/files/fvwm-themes-0.7.0-posix-sort.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/fvwm-themes/files/fvwm-themes-0.7.0-posix-sort.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/fvwm-themes/files/fvwm-themes-0.7.0-posix-sort.patch?r1=1.1&r2=1.2
14
15 Index: fvwm-themes-0.7.0-posix-sort.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-themes/fvwm-themes/files/fvwm-themes-0.7.0-posix-sort.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- fvwm-themes-0.7.0-posix-sort.patch 8 Feb 2006 08:07:20 -0000 1.1
22 +++ fvwm-themes-0.7.0-posix-sort.patch 28 May 2010 12:39:30 -0000 1.2
23 @@ -9,14 +9,3 @@
24 :
25 # fvwm version is ok
26 else
27 ---- fvwm-themes-0.7.0/configure
28 -+++ fvwm-themes-0.7.0/configure
29 -@@ -4863,7 +4863,7 @@
30 -
31 - # Hopefully this "sort" is portable (after many tries using awk and expr)
32 - if (echo $REQUIRED_FVWM_VERSION; echo $FVWM_VERSION) \
33 --| sed 's/\./ /g' | uniq | sort -n +0 -1 +1 -2 +2 -3 -c 2>/dev/null; then
34 -+| sort -c -n -t . -k 1,1 -k 2,2 -k 3,3 2>/dev/null; then
35 - :
36 - # fvwm version is ok
37 - else