Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/R/files: R-2.14.1-tiff.patch
Date: Mon, 06 Feb 2012 21:20:06
Message-Id: 20120206211957.0679A2004B@flycatcher.gentoo.org
1 bicatali 12/02/06 21:19:57
2
3 Modified: R-2.14.1-tiff.patch
4 Log:
5 Fixed libtiff syntax in patch (bug #402327), remove bash_completion_post_install (bug #402329)
6
7 (Portage version: 2.1.10.41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-lang/R/files/R-2.14.1-tiff.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/files/R-2.14.1-tiff.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/files/R-2.14.1-tiff.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/files/R-2.14.1-tiff.patch?r1=1.1&r2=1.2
15
16 Index: R-2.14.1-tiff.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/R/files/R-2.14.1-tiff.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- R-2.14.1-tiff.patch 2 Jan 2012 19:47:54 -0000 1.1
23 +++ R-2.14.1-tiff.patch 6 Feb 2012 21:19:56 -0000 1.2
24 @@ -1,4 +1,4 @@
25 -Add a --with-tiff to avoid broken implicit dependencies
26 +Add a --with-libtiff to avoid broken implicit dependencies
27 Patch by Sebastien Fabbro
28
29 --- configure.ac.orig 2012-01-02 17:01:24.000000000 +0000
30 @@ -7,7 +7,7 @@
31 [AS_HELP_STRING([--with-jpeglib],[use jpeglib library (if available) @<:@yes@:>@])],
32 [R_ARG_USE(jpeglib)],
33 [use_jpeglib=yes])
34 -+AC_ARG_WITH([tiff],
35 ++AC_ARG_WITH([libtiff],
36 +[AS_HELP_STRING([--with-libtiff],[use libtiff library (if available) @<:@yes@:>@])],
37 +[R_ARG_USE(libtiff)],
38 +[use_libtiff=yes])