ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/www/anyterm/files/patch-libpbe-src-parse_http_request.cc
Revision: 571
Committed: 2013-04-13T22:08:38-07:00 (12 years, 2 months ago) by douglas
Content type: text/x-diff
File size: 911 byte(s)
Log Message:
- Unbreak build
- Trim Makefile header

Submitted by:	sperber@freebsd.org
Reported by:	pointyhat
Approved by:	portmgr / mentor (miwi@freebsd.org)

File Contents

# User Rev Content
1 douglas 571 --- libpbe/src/parse_http_request.cc.orig 2013-03-30 16:57:51.000000000 +0100
2     +++ libpbe/src/parse_http_request.cc 2013-03-30 17:11:49.000000000 +0100
3     @@ -18,11 +18,11 @@
4    
5     #include "parse_http_request.hh"
6    
7     -#include <boost/spirit.hpp>
8     -#include <boost/spirit/actor/insert_at_actor.hpp>
9     -#include <boost/spirit/dynamic/if.hpp>
10     -#include <boost/spirit/utility/loops.hpp>
11     -#include <boost/spirit/iterator/multi_pass.hpp>
12     +#include <boost/spirit/include/classic.hpp>
13     +#include <boost/spirit/home/classic/actor/insert_at_actor.hpp>
14     +#include <boost/spirit/home/classic/dynamic/if.hpp>
15     +#include <boost/spirit/home/classic/utility/loops.hpp>
16     +#include <boost/spirit/home/classic/iterator/multi_pass.hpp>
17    
18     #include <boost/lexical_cast.hpp>
19     #include <boost/scoped_array.hpp>
20     @@ -31,7 +31,7 @@
21    
22    
23     using namespace std;
24     -using namespace boost::spirit;
25     +using namespace boost::spirit::classic;
26    
27    
28     namespace pbe {

Properties

Name Value
svn:mime-type text/x-diff