Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/varnish/files: varnish-4.0.1-fix-warning.patch varnish-4.0.1-fix-man-Makefile_am.patch varnish-4.0.1-fix-doc-Makefile_am.patch
Date: Wed, 25 Jun 2014 12:46:58
Message-Id: 20140625124650.56D7F2004E@flycatcher.gentoo.org
1 blueness 14/06/25 12:46:50
2
3 Added: varnish-4.0.1-fix-warning.patch
4 varnish-4.0.1-fix-man-Makefile_am.patch
5 varnish-4.0.1-fix-doc-Makefile_am.patch
6 Log:
7 Version bump
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
10
11 Revision Changes Path
12 1.1 www-servers/varnish/files/varnish-4.0.1-fix-warning.patch
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/varnish/files/varnish-4.0.1-fix-warning.patch?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/varnish/files/varnish-4.0.1-fix-warning.patch?rev=1.1&content-type=text/plain
16
17 Index: varnish-4.0.1-fix-warning.patch
18 ===================================================================
19 diff -Naur /root/varnish-4.0.1/lib/libvcc/vcc_expr.c varnish-4.0.1/lib/libvcc/vcc_expr.c
20 --- /root/varnish-4.0.1/lib/libvcc/vcc_expr.c 2014-06-25 07:06:42.550508615 -0400
21 +++ varnish-4.0.1/lib/libvcc/vcc_expr.c 2014-06-23 09:43:06.000000000 -0400
22 @@ -670,7 +670,7 @@
23 struct expr *e1, *e2;
24 const char *ip;
25 const struct symbol *sym;
26 - double d;
27 + double d = 0.0;
28
29 *e = NULL;
30 if (tl->t->tok == '(') {
31
32
33
34 1.1 www-servers/varnish/files/varnish-4.0.1-fix-man-Makefile_am.patch
35
36 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/varnish/files/varnish-4.0.1-fix-man-Makefile_am.patch?rev=1.1&view=markup
37 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/varnish/files/varnish-4.0.1-fix-man-Makefile_am.patch?rev=1.1&content-type=text/plain
38
39 Index: varnish-4.0.1-fix-man-Makefile_am.patch
40 ===================================================================
41 diff -Naur varnish-4.0.1.orig/doc/sphinx/Makefile.am varnish-4.0.1/doc/sphinx/Makefile.am
42 --- varnish-4.0.1.orig/doc/sphinx/Makefile.am 2014-06-23 09:43:06.000000000 -0400
43 +++ varnish-4.0.1/doc/sphinx/Makefile.am 2014-06-25 08:35:11.887750279 -0400
44 @@ -144,11 +144,13 @@
45 BUILT_SOURCES += include/varnishhist_options.rst \
46 include/varnishhist_synopsis.rst
47
48 -reference/vmod_std.generated.rst: $(top_srcdir)/lib/libvmod_std/vmod_std.rst
49 +reference/vmod_std.generated.rst: $(top_builddir)/lib/libvmod_std/vmod_std.rst
50 + mkdir -p reference
51 cp $? $@
52 BUILT_SOURCES += reference/vmod_std.generated.rst
53
54 -reference/vmod_directors.generated.rst: $(top_srcdir)/lib/libvmod_directors/vmod_directors.rst
55 +reference/vmod_directors.generated.rst: $(top_builddir)/lib/libvmod_directors/vmod_directors.rst
56 + mkdir -p reference
57 cp $? $@
58 BUILT_SOURCES += reference/vmod_directors.generated.rst
59
60
61
62
63 1.1 www-servers/varnish/files/varnish-4.0.1-fix-doc-Makefile_am.patch
64
65 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/varnish/files/varnish-4.0.1-fix-doc-Makefile_am.patch?rev=1.1&view=markup
66 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/varnish/files/varnish-4.0.1-fix-doc-Makefile_am.patch?rev=1.1&content-type=text/plain
67
68 Index: varnish-4.0.1-fix-doc-Makefile_am.patch
69 ===================================================================
70 diff -Naur varnish-4.0.1.orig/man/Makefile.am varnish-4.0.1/man/Makefile.am
71 --- varnish-4.0.1.orig/man/Makefile.am 2014-06-23 09:43:06.000000000 -0400
72 +++ varnish-4.0.1/man/Makefile.am 2014-06-25 08:40:43.498765372 -0400
73 @@ -86,8 +86,8 @@
74 $(top_srcdir)/doc/sphinx/include/varnishhist_synopsis.rst
75 ${RST2MAN} $(RST2ANY_FLAGS) $(top_srcdir)/doc/sphinx/reference/varnishhist.rst $@
76
77 -vmod_std.3: $(top_srcdir)/lib/libvmod_std/vmod_std.man.rst
78 +vmod_std.3: $(top_builddir)/lib/libvmod_std/vmod_std.man.rst
79 ${RST2MAN} $(RST2ANY_FLAGS) $? $@
80
81 -vmod_directors.3: $(top_srcdir)/lib/libvmod_directors/vmod_directors.man.rst
82 +vmod_directors.3: $(top_builddir)/lib/libvmod_directors/vmod_directors.man.rst
83 ${RST2MAN} $(RST2ANY_FLAGS) $? $@