Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/djbfft/files: djbfft-0.76-shared.patch djbfft-0.76-headers.patch
Date: Fri, 10 Oct 2008 20:27:46
Message-Id: E1KoOaN-0000HY-U5@stork.gentoo.org
1 bicatali 08/10/10 20:27:43
2
3 Modified: djbfft-0.76-shared.patch
4 Added: djbfft-0.76-headers.patch
5 Log:
6 QA fixes: soname (closing bug #158373, missing header files, separate tests and library building, remove forced flags for x86.
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7 x86_64)
8
9 Revision Changes Path
10 1.2 sci-libs/djbfft/files/djbfft-0.76-shared.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/djbfft/files/djbfft-0.76-shared.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/djbfft/files/djbfft-0.76-shared.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/djbfft/files/djbfft-0.76-shared.patch?r1=1.1&r2=1.2
15
16 Index: djbfft-0.76-shared.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/djbfft/files/djbfft-0.76-shared.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- djbfft-0.76-shared.patch 28 Dec 2004 20:11:36 -0000 1.1
23 +++ djbfft-0.76-shared.patch 10 Oct 2008 20:27:43 -0000 1.2
24 @@ -79,7 +79,7 @@
25 + *) echo ' ranlib "$$main"' ;; \
26 + esac; \
27 + echo 'else'; \
28 -+ echo ' exec `head -1 conf-ld` -shared -o "$$main" $${1+"$$@"}'; \
29 ++ echo ' exec `head -1 conf-ld` -shared -Wl,-soname,libdjbfft.so.0.7.6 -o "$$main" $${1+"$$@"}'; \
30 + echo 'fi'; \
31 ) > makelib
32 chmod 755 makelib
33
34
35
36 1.1 sci-libs/djbfft/files/djbfft-0.76-headers.patch
37
38 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/djbfft/files/djbfft-0.76-headers.patch?rev=1.1&view=markup
39 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/djbfft/files/djbfft-0.76-headers.patch?rev=1.1&content-type=text/plain
40
41 Index: djbfft-0.76-headers.patch
42 ===================================================================
43 --- strerr.h.orig 1999-09-30 23:25:58.000000000 +0300
44 +++ strerr.h 2008-09-13 22:14:09.000000000 +0300
45 @@ -1,3 +1,5 @@
46 +#include <errno.h>
47 +
48 #ifndef STRERR_H
49 #define STRERR_H
50
51 --- substdio.h.orig 1999-09-30 23:25:58.000000000 +0300
52 +++ substdio.h 2008-09-13 22:13:41.000000000 +0300
53 @@ -1,3 +1,5 @@
54 +#include <errno.h>
55 +
56 #ifndef SUBSTDIO_H
57 #define SUBSTDIO_H
58
59 --- speed.c.orig 1999-09-30 23:25:58.000000000 +0300
60 +++ speed.c 2008-09-13 19:16:20.352525481 +0300
61 @@ -1,4 +1,5 @@
62 #include <stdio.h>
63 +#include <stdlib.h>
64 #include "fftr4.h"
65 #include "fftr8.h"
66 #include "fftc4.h"
67 --- accuracy2.c.orig 2008-10-10 20:51:06.000000000 +0100
68 +++ accuracy2.c 2008-10-10 20:51:55.000000000 +0100
69 @@ -1,3 +1,4 @@
70 +#include <stdlib.h>
71 #include <stdio.h>
72 #include <math.h>
73 #include "fftc4.h"
74 --- accuracy.c.orig 2008-10-10 21:03:30.000000000 +0100
75 +++ accuracy.c 2008-10-10 21:03:43.000000000 +0100
76 @@ -1,3 +1,4 @@
77 +#include <stdlib.h>
78 #include <stdio.h>
79 #include <math.h>
80 #include "fftc4.h"