From amdmi3@amdmi3.ru  Sat Mar 21 13:11:56 2009
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 65710106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 21 Mar 2009 13:11:53 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from smtp.timeweb.ru (smtp.timeweb.ru [217.170.79.85])
	by mx1.freebsd.org (Postfix) with ESMTP id 220E58FC18
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 21 Mar 2009 13:11:53 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from [213.148.20.85] (helo=hive.panopticon)
	by smtp.timeweb.ru with esmtpsa (TLSv1:AES256-SHA:256)
	(Exim 4.69)
	(envelope-from <amdmi3@amdmi3.ru>)
	id 1Ll0zT-0007rW-4o; Sat, 21 Mar 2009 16:11:55 +0300
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id C281159BD;
	Sat, 21 Mar 2009 16:11:26 +0300 (MSK)
Received: by hades.panopticon (Postfix, from userid 1000)
	id 31435108839; Sat, 21 Mar 2009 16:10:48 +0300 (MSK)
Message-Id: <20090321131048.31435108839@hades.panopticon>
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: [PATCH] sysutils/fusefs-encfs: prepare for upcoming boost 1.37.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         132901
>Category:       ports
>Synopsis:       [PATCH] sysutils/fusefs-encfs: prepare for upcoming boost 1.37.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lwhsu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 21 13:20:01 UTC 2009
>Closed-Date:    Tue Apr 07 12:28:14 UTC 2009
>Last-Modified:  Tue Apr  7 12:30:13 UTC 2009
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->leeym 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Mar 21 13:20:17 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132901 
State-Changed-From-To: open->analyzed 
State-Changed-By: leeym 
State-Changed-When: Sat Mar 21 15:09:03 UTC 2009 
State-Changed-Why:  
Approved, reassign to lwhsu@. 


Responsible-Changed-From-To: leeym->lwhsu 
Responsible-Changed-By: leeym 
Responsible-Changed-When: Sat Mar 21 15:09:03 UTC 2009 
Responsible-Changed-Why:  
Approved, reassign to lwhsu@. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132901 
State-Changed-From-To: analyzed->closed 
State-Changed-By: lwhsu 
State-Changed-When: Tue Apr 7 12:28:13 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132901 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/132901: commit references a PR
Date: Tue,  7 Apr 2009 12:28:10 +0000 (UTC)

 lwhsu       2009-04-07 12:28:00 UTC
 
   FreeBSD ports repository
 
   Added files:
     sysutils/fusefs-encfs/files patch-encfs-FileUtils.cpp 
                                 patch-encfs-Makefile.in 
   Log:
   - Fix building with boost 1.37
   
   PR:             ports/132901
   Submitted by:   amdmi3
   Approved by:    leeym (maintainer)
   
   Revision  Changes    Path
   1.1       +10 -0     ports/sysutils/fusefs-encfs/files/patch-encfs-FileUtils.cpp (new)
   1.1       +11 -0     ports/sysutils/fusefs-encfs/files/patch-encfs-Makefile.in (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
