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-astronomy/casacore/files: 1.5.0-sysdep.patch 1.5.0-gcc47.patch
Date: Tue, 05 Jun 2012 22:35:45
Message-Id: 20120605223534.963972004B@flycatcher.gentoo.org
1 bicatali 12/06/05 22:35:34
2
3 Added: 1.5.0-sysdep.patch 1.5.0-gcc47.patch
4 Log:
5 Version bump. Now adds the data package
6
7 (Portage version: 2.1.10.63/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-astronomy/casacore/files/1.5.0-sysdep.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/casacore/files/1.5.0-sysdep.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/casacore/files/1.5.0-sysdep.patch?rev=1.1&content-type=text/plain
14
15 Index: 1.5.0-sysdep.patch
16 ===================================================================
17 --- casacore-1.5.0/mirlib/sysdep.h.orig 2012-06-05 05:35:29.000000000 +0100
18 +++ casacore-1.5.0/mirlib/sysdep.h 2012-06-05 05:37:07.000000000 +0100
19 @@ -28,7 +28,8 @@
20 * removed 'trace' clutter from the old multiflow
21 * pjt 24jun01 PPC/powerpc is a BIGENDIAN (linux) machine
22 */
23 -
24 +#ifndef MIRIAD_SYSDEP_H
25 +#define MIRIAD_SYSDEP_H
26 #ifndef Null
27 #define Null '\0'
28 #endif
29 @@ -133,3 +134,4 @@
30 # define unpack32_c(a,b,c) memcpy((char *)(b),(a),sizeof(int)*(c))
31 #endif
32 #endif
33 +#endif /* MIRIAD_SYSDEP_H */
34
35
36
37 1.1 sci-astronomy/casacore/files/1.5.0-gcc47.patch
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/casacore/files/1.5.0-gcc47.patch?rev=1.1&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/casacore/files/1.5.0-gcc47.patch?rev=1.1&content-type=text/plain
41
42 Index: 1.5.0-gcc47.patch
43 ===================================================================
44 diff -Nur casacore-1.5.0.orig/casa/Arrays/IPosition.h casacore-1.5.0/casa/Arrays/IPosition.h
45 --- casacore-1.5.0.orig/casa/Arrays/IPosition.h 2012-03-14 14:30:48.000000000 +0000
46 +++ casacore-1.5.0/casa/Arrays/IPosition.h 2012-06-05 22:07:39.000000000 +0100
47 @@ -34,6 +34,7 @@
48 #include <casa/BasicSL/String.h>
49 #include <vector>
50 #include <cstddef> // for ptrdiff_t
51 +#include <unistd.h> // for ssize_t
52
53 namespace casa { //# NAMESPACE CASA - BEGIN
54
55 diff -Nur casacore-1.5.0.orig/casa/System/Casarc.cc casacore-1.5.0/casa/System/Casarc.cc
56 --- casacore-1.5.0.orig/casa/System/Casarc.cc 2011-10-18 08:39:05.000000000 +0100
57 +++ casacore-1.5.0/casa/System/Casarc.cc 2012-06-05 22:11:31.000000000 +0100
58 @@ -34,6 +34,7 @@
59 #include <fcntl.h>
60 #include <sys/mman.h>
61 #include <cstdio>
62 +#include <unistd.h>
63
64 #define USE_FLOCK 0
65 #define CASARC_DEBUG 0