ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/www/anyterm/files/patch-libpbe-src-URI.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: 880 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

# Content
1 --- libpbe/src/URI.cc.orig 2008-11-09 15:16:16.000000000 +0100
2 +++ libpbe/src/URI.cc 2013-03-30 17:45:57.000000000 +0100
3 @@ -18,11 +18,11 @@
4
5 #include "URI.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 @@ -30,7 +30,7 @@
21 #include <map>
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