Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/cufflinks/files: cufflinks-1.3.0-autotools.patch
Date: Wed, 05 Feb 2014 08:16:17
Message-Id: 20140205081611.D50632004E@flycatcher.gentoo.org
1 pinkbyte 14/02/05 08:16:11
2
3 Modified: cufflinks-1.3.0-autotools.patch
4 Log:
5 Revision bump: EAPI 5, add subslot to Boost dependency, fix compatibility with Automake 1.14, wrt bug #499046. Drop old revision
6
7 (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
8
9 Revision Changes Path
10 1.2 sci-biology/cufflinks/files/cufflinks-1.3.0-autotools.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/cufflinks/files/cufflinks-1.3.0-autotools.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/cufflinks/files/cufflinks-1.3.0-autotools.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/cufflinks/files/cufflinks-1.3.0-autotools.patch?r1=1.1&r2=1.2
15
16 Index: cufflinks-1.3.0-autotools.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-biology/cufflinks/files/cufflinks-1.3.0-autotools.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- cufflinks-1.3.0-autotools.patch 10 Nov 2012 10:58:55 -0000 1.1
23 +++ cufflinks-1.3.0-autotools.patch 5 Feb 2014 08:16:11 -0000 1.2
24 @@ -1,8 +1,3 @@
25 - configure.ac | 7 ++++---
26 - 1 file changed, 4 insertions(+), 3 deletions(-)
27 -
28 -diff --git a/configure.ac b/configure.ac
29 -index b8a0b9b..b0a4635 100755
30 --- a/configure.ac
31 +++ b/configure.ac
32 @@ -27,6 +27,7 @@ AC_PROG_AWK
33 @@ -22,7 +17,7 @@
34 ext_CFLAGS=""
35 debug_CFLAGS=""
36 #echo "${host_cpu}-${host_os}"
37 -@@ -99,9 +100,9 @@ AC_ARG_ENABLE(profiling, [ --enable-profiling enable profiling with
38 +@@ -99,15 +100,15 @@ AC_ARG_ENABLE(profiling, [ --enable-profiling enable profiling with
39 [ext_LDFLAGS="-lprofiler -ltcmalloc"], [])
40
41 CFLAGS="${generic_CFLAGS} ${ext_CFLAGS} ${user_CFLAGS} ${debug_CFLAGS} ${OPENMP_CFLAGS}"
42 @@ -34,3 +29,10 @@
43
44 # Checks for structures/functions that can be used to determine system memory
45 AC_CHECK_MEMBERS([struct sysinfo.totalram], [], [], [#include <sys/sysinfo.h>])
46 + AC_CHECK_DECLS([sysctl, CTL_HW, HW_PHYSMEM], [], [], [#include <sys/sysctl.h>])
47 +
48 +-AM_INIT_AUTOMAKE([-Wall -Werror tar-pax foreign])
49 ++AM_INIT_AUTOMAKE([-Wall tar-pax foreign subdir-objects])
50 +
51 + AC_CONFIG_FILES([Makefile
52 + src/Makefile])