ports/132901: [PATCH] sysutils/fusefs-encfs: prepare for upcoming boost 1.37.0

Dmitry Marakasov amdmi3 at amdmi3.ru
Sat Mar 21 13:20:02 UTC 2009


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



More information about the freebsd-ports-bugs mailing list