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 net-libs/libmicrohttpd/files: libmicrohttpd-0.9.26-fix-doc-build.patch
Date: Sat, 30 Mar 2013 21:21:49
Message-Id: 20130330212145.24ACC2171D@flycatcher.gentoo.org
1 blueness 13/03/30 21:21:45
2
3 Modified: libmicrohttpd-0.9.26-fix-doc-build.patch
4 Log:
5 Obsessing over patch style
6
7 (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.2 net-libs/libmicrohttpd/files/libmicrohttpd-0.9.26-fix-doc-build.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/files/libmicrohttpd-0.9.26-fix-doc-build.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/files/libmicrohttpd-0.9.26-fix-doc-build.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/files/libmicrohttpd-0.9.26-fix-doc-build.patch?r1=1.1&r2=1.2
15
16 Index: libmicrohttpd-0.9.26-fix-doc-build.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/files/libmicrohttpd-0.9.26-fix-doc-build.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libmicrohttpd-0.9.26-fix-doc-build.patch 30 Mar 2013 21:11:24 -0000 1.1
23 +++ libmicrohttpd-0.9.26-fix-doc-build.patch 30 Mar 2013 21:21:45 -0000 1.2
24 @@ -1,7 +1,7 @@
25 diff -Naur libmicrohttpd-0.9.26.orig/doc/examples/Makefile.am libmicrohttpd-0.9.26/doc/examples/Makefile.am
26 --- libmicrohttpd-0.9.26.orig/doc/examples/Makefile.am 2013-03-29 12:21:07.000000000 -0400
27 +++ libmicrohttpd-0.9.26/doc/examples/Makefile.am 2013-03-30 17:04:34.000000000 -0400
28 -@@ -18,15 +18,16 @@
29 +@@ -18,15 +18,17 @@
30 basicauthentication \
31 hellobrowser \
32 logging \
33 @@ -16,7 +16,8 @@
34 if HAVE_POSTPROCESSOR
35 -noinst_PROGRAMS += simplepost largepost
36 +noinst_PROGRAMS += \
37 -+ simplepost largepost \
38 ++ simplepost \
39 ++ largepost \
40 + sessions
41 endif