[36276] trunk/dports/fuse/encfs/files

eridius at macports.org eridius at macports.org
Fri Apr 25 05:36:19 PDT 2008


Revision: 36276
          http://trac.macosforge.org/projects/macports/changeset/36276
Author:   eridius at macports.org
Date:     2008-04-25 05:36:18 -0700 (Fri, 25 Apr 2008)

Log Message:
-----------
Remove obsoleted patchfiles for encfs

Removed Paths:
-------------
    trunk/dports/fuse/encfs/files/patch-config.h
    trunk/dports/fuse/encfs/files/patch-encfs.cpp

Deleted: trunk/dports/fuse/encfs/files/patch-config.h
===================================================================
--- trunk/dports/fuse/encfs/files/patch-config.h	2008-04-25 12:32:32 UTC (rev 36275)
+++ trunk/dports/fuse/encfs/files/patch-config.h	2008-04-25 12:36:18 UTC (rev 36276)
@@ -1,10 +0,0 @@
---- encfs/Config.h.old	2007-03-14 19:32:37.000000000 -0400
-+++ encfs/Config.h	2007-03-14 19:32:50.000000000 -0400
-@@ -18,6 +18,7 @@
- #ifndef _Config_incl_
- #define _Config_incl_
- 
-+#include "../config.h"
- #include <string>
- #include <map>
- 

Deleted: trunk/dports/fuse/encfs/files/patch-encfs.cpp
===================================================================
--- trunk/dports/fuse/encfs/files/patch-encfs.cpp	2008-04-25 12:32:32 UTC (rev 36275)
+++ trunk/dports/fuse/encfs/files/patch-encfs.cpp	2008-04-25 12:36:18 UTC (rev 36276)
@@ -1,38 +0,0 @@
---- encfs/encfs.cpp.old	2007-03-14 19:34:49.000000000 -0400
-+++ encfs/encfs.cpp	2007-03-14 19:35:34.000000000 -0400
-@@ -609,7 +609,7 @@
- 
- 	rLog(Info, "setxattr %s", cyName.c_str());
- 
--	res = ::setxattr( cyName.c_str(), name, value, size, flags );
-+	res = ::setxattr( cyName.c_str(), name, value, size, flags, 0 );
- 	if(res == -1)
- 	    res = -errno;
-     } catch( rlog::Error &err )
-@@ -630,7 +630,7 @@
- 
- 	rLog(Info, "getxattr %s", cyName.c_str());
- 
--	res = ::getxattr( cyName.c_str(), name, value, size );
-+	res = ::getxattr( cyName.c_str(), name, value, size, 0, 0 );
- 	if(res == -1)
- 	    res = -errno;
-     } catch( rlog::Error &err )
-@@ -650,7 +650,7 @@
- 
- 	rLog(Info, "listxattr %s", cyName.c_str());
- 
--	res = ::listxattr( cyName.c_str(), list, size );
-+	res = ::listxattr( cyName.c_str(), list, size, 0 );
- 	if(res == -1)
- 	    res = -errno;
-     } catch( rlog::Error &err )
-@@ -670,7 +670,7 @@
- 
- 	rLog(Info, "removexattr %s", cyName.c_str());
- 
--	res = ::removexattr( cyName.c_str(), name );
-+	res = ::removexattr( cyName.c_str(), name, 0 );
- 	if(res == -1)
- 	    res = -errno;
-     } catch( rlog::Error &err )

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080425/b1b92de6/attachment.html


More information about the macports-changes mailing list