Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/cinelerra: cinelerra-20111223.ebuild ChangeLog
Date: Fri, 23 Dec 2011 03:46:46
Message-Id: 20111223034634.5810820033@flycatcher.gentoo.org
1 ssuominen 11/12/23 03:46:34
2
3 Modified: cinelerra-20111223.ebuild ChangeLog
4 Log:
5 Link with -Wl,-z,noexecstack wrt #212959 by Sandro Bonazzola
6
7 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 media-video/cinelerra/cinelerra-20111223.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20111223.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20111223.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20111223.ebuild?r1=1.2&r2=1.3
15
16 Index: cinelerra-20111223.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20111223.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- cinelerra-20111223.ebuild 23 Dec 2011 03:17:04 -0000 1.2
23 +++ cinelerra-20111223.ebuild 23 Dec 2011 03:46:34 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20111223.ebuild,v 1.2 2011/12/23 03:17:04 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20111223.ebuild,v 1.3 2011/12/23 03:46:34 ssuominen Exp $
29
30 EAPI=4
31 inherit autotools eutils multilib flag-o-matic
32 @@ -61,6 +61,7 @@
33
34 src_configure() {
35 append-flags -D__STDC_CONSTANT_MACROS #321945
36 + append-ldflags -Wl,-z,noexecstack #212959
37
38 econf \
39 $(use_enable oss) \
40
41
42
43 1.50 media-video/cinelerra/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.50&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.50&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?r1=1.49&r2=1.50
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v
52 retrieving revision 1.49
53 retrieving revision 1.50
54 diff -u -r1.49 -r1.50
55 --- ChangeLog 23 Dec 2011 03:17:04 -0000 1.49
56 +++ ChangeLog 23 Dec 2011 03:46:34 -0000 1.50
57 @@ -1,6 +1,10 @@
58 # ChangeLog for media-video/cinelerra
59 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.49 2011/12/23 03:17:04 ssuominen Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.50 2011/12/23 03:46:34 ssuominen Exp $
62 +
63 + 23 Dec 2011; Samuli Suominen <ssuominen@g.o>
64 + cinelerra-20111223.ebuild:
65 + Link with -Wl,-z,noexecstack wrt #212959 by Sandro Bonazzola
66
67 23 Dec 2011; Samuli Suominen <ssuominen@g.o>
68 cinelerra-20111223.ebuild, +files/cinelerra-underlinking.patch: