Date: Sat, 21 Mar 2009 16:10:48 +0300 (MSK) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: leeym@FreeBSD.org Subject: ports/132901: [PATCH] sysutils/fusefs-encfs: prepare for upcoming boost 1.37.0 Message-ID: <20090321131048.31435108839@hades.panopticon> Resent-Message-ID: <200903211320.n2LDK28l065989@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132901 >Category: ports >Synopsis: [PATCH] sysutils/fusefs-encfs: prepare for upcoming boost 1.37.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 21 13:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 8.0-CURRENT i386 >Organization: >Environment: System: FreeBSD hades.panopticon 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Tue Feb 10 23:56:47 MSK 2009 >Description: Fix build with boost 1.37.0 (see http://wiki.freebsd.org/BoostPortingProject). Note, that this PR breaks build with current boost, so if you approve it please reassign to lwhsu@ to be committed along with boost update. Added file(s): - files/patch-encfs-FileUtils.cpp - files/patch-encfs-Makefile.in Port maintainer (leeym@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- fusefs-encfs-1.4.2_2.patch begins here --- Index: files/patch-encfs-FileUtils.cpp =================================================================== RCS file: files/patch-encfs-FileUtils.cpp diff -N files/patch-encfs-FileUtils.cpp --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-encfs-FileUtils.cpp 21 Mar 2009 01:33:30 -0000 @@ -0,0 +1,10 @@ +--- encfs/FileUtils.cpp.orig 2008-04-14 03:13:23.000000000 +0400 ++++ encfs/FileUtils.cpp 2009-03-21 04:33:29.000000000 +0300 +@@ -61,6 +61,7 @@ + #include <boost/archive/xml_iarchive.hpp> + #include <boost/archive/xml_oarchive.hpp> + #include <boost/serialization/split_free.hpp> ++#include <boost/serialization/binary_object.hpp> + + using namespace rel; + using namespace rlog; Index: files/patch-encfs-Makefile.in =================================================================== RCS file: files/patch-encfs-Makefile.in diff -N files/patch-encfs-Makefile.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-encfs-Makefile.in 21 Mar 2009 01:37:08 -0000 @@ -0,0 +1,11 @@ +--- encfs/Makefile.in.orig 2008-04-14 04:10:40.000000000 +0400 ++++ encfs/Makefile.in 2009-03-21 04:37:08.000000000 +0300 +@@ -279,7 +279,7 @@ + KDE_OPTIONS = qtonly + ALL_INCLUDES = @RLOG_CFLAGS@ @OPENSSL_CFLAGS@ @BOOST_CPPFLAGS@ + ALL_LDFLAGS = @RLOG_LIBS@ @OPENSSL_LIBS@ @FUSE_LIBS@ \ +- @BOOST_SERIALIZATION_LIB@ $(am__append_2) ++ @BOOST_SERIALIZATION_LIB@ $(am__append_2) -lboost_system + INCLUDES = $(all_includes) -I../intl + AM_CXXFLAGS = -DRLOG_COMPONENT="encfs" $(ALL_INCLUDES) $(am__append_1) + lib_LTLIBRARIES = libencfs.la --- fusefs-encfs-1.4.2_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090321131048.31435108839>