public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libmicrohttpd/files: libmicrohttpd-0.9.26-fix-doc-build.patch
@ 2013-03-30 21:11 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile (blueness) @ 2013-03-30 21:11 UTC (permalink / raw
  To: gentoo-commits

blueness    13/03/30 21:11:24

  Added:                libmicrohttpd-0.9.26-fix-doc-build.patch
  Log:
  Version bump
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.1                  net-libs/libmicrohttpd/files/libmicrohttpd-0.9.26-fix-doc-build.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/files/libmicrohttpd-0.9.26-fix-doc-build.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/files/libmicrohttpd-0.9.26-fix-doc-build.patch?rev=1.1&content-type=text/plain

Index: libmicrohttpd-0.9.26-fix-doc-build.patch
===================================================================
diff -Naur libmicrohttpd-0.9.26.orig/doc/examples/Makefile.am libmicrohttpd-0.9.26/doc/examples/Makefile.am
--- libmicrohttpd-0.9.26.orig/doc/examples/Makefile.am	2013-03-29 12:21:07.000000000 -0400
+++ libmicrohttpd-0.9.26/doc/examples/Makefile.am	2013-03-30 17:04:34.000000000 -0400
@@ -18,15 +18,16 @@
   basicauthentication \
   hellobrowser \
   logging \
-  responseheaders \
-  sessions 
+  responseheaders
 
 if ENABLE_HTTPS
 noinst_PROGRAMS += \
   tlsauthentication
 endif
 if HAVE_POSTPROCESSOR
-noinst_PROGRAMS += simplepost largepost
+noinst_PROGRAMS += \
+  simplepost largepost \
+  sessions 
 endif
 
 if HAVE_W32





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-libs/libmicrohttpd/files: libmicrohttpd-0.9.26-fix-doc-build.patch
@ 2013-03-30 21:21 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile (blueness) @ 2013-03-30 21:21 UTC (permalink / raw
  To: gentoo-commits

blueness    13/03/30 21:21:45

  Modified:             libmicrohttpd-0.9.26-fix-doc-build.patch
  Log:
  Obsessing over patch style
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.2                  net-libs/libmicrohttpd/files/libmicrohttpd-0.9.26-fix-doc-build.patch

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
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
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

Index: libmicrohttpd-0.9.26-fix-doc-build.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/files/libmicrohttpd-0.9.26-fix-doc-build.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libmicrohttpd-0.9.26-fix-doc-build.patch	30 Mar 2013 21:11:24 -0000	1.1
+++ libmicrohttpd-0.9.26-fix-doc-build.patch	30 Mar 2013 21:21:45 -0000	1.2
@@ -1,7 +1,7 @@
 diff -Naur libmicrohttpd-0.9.26.orig/doc/examples/Makefile.am libmicrohttpd-0.9.26/doc/examples/Makefile.am
 --- libmicrohttpd-0.9.26.orig/doc/examples/Makefile.am	2013-03-29 12:21:07.000000000 -0400
 +++ libmicrohttpd-0.9.26/doc/examples/Makefile.am	2013-03-30 17:04:34.000000000 -0400
-@@ -18,15 +18,16 @@
+@@ -18,15 +18,17 @@
    basicauthentication \
    hellobrowser \
    logging \
@@ -16,7 +16,8 @@
  if HAVE_POSTPROCESSOR
 -noinst_PROGRAMS += simplepost largepost
 +noinst_PROGRAMS += \
-+  simplepost largepost \
++  simplepost \
++  largepost \
 +  sessions 
  endif
  





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-libs/libmicrohttpd/files: libmicrohttpd-0.9.26-fix-doc-build.patch
@ 2013-05-06 11:55 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile (blueness) @ 2013-05-06 11:55 UTC (permalink / raw
  To: gentoo-commits

blueness    13/05/06 11:55:03

  Removed:              libmicrohttpd-0.9.26-fix-doc-build.patch
  Log:
  Version bump and remove 0.9.26 requiring autoreconf, bug #467852
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-06 11:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-30 21:21 [gentoo-commits] gentoo-x86 commit in net-libs/libmicrohttpd/files: libmicrohttpd-0.9.26-fix-doc-build.patch Anthony G. Basile (blueness)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-06 11:55 Anthony G. Basile (blueness)
2013-03-30 21:11 Anthony G. Basile (blueness)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox