[21810] trunk/dports/gnome/gnome-vfs

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 8 14:25:42 PST 2007


Revision: 21810
          http://trac.macosforge.org/projects/macports/changeset/21810
Author:   rhwood at macports.org
Date:     2007-02-08 14:25:41 -0800 (Thu, 08 Feb 2007)

Log Message:
-----------
Possible fix to build errors on Mac OS X 10.3.9

Modified Paths:
--------------
    trunk/dports/gnome/gnome-vfs/Portfile

Added Paths:
-----------
    trunk/dports/gnome/gnome-vfs/files/patch-modules_file-method-acl.c.diff

Modified: trunk/dports/gnome/gnome-vfs/Portfile
===================================================================
--- trunk/dports/gnome/gnome-vfs/Portfile	2007-02-08 22:14:28 UTC (rev 21809)
+++ trunk/dports/gnome/gnome-vfs/Portfile	2007-02-08 22:25:41 UTC (rev 21810)
@@ -88,5 +88,7 @@
 }
 
 platform darwin 7 {
-	patchfiles	patch-xdgmimecache.c
+	patchfiles	\
+		patch-xdgmimecache.c \
+		patch-modules_file-method-acl.c.diff
 }

Copied: trunk/dports/gnome/gnome-vfs/files/patch-modules_file-method-acl.c.diff (from rev 21633, trunk/dports/gnome/gnome-vfs/files/modules_file-method-acl.c.patch)
===================================================================
--- trunk/dports/gnome/gnome-vfs/files/patch-modules_file-method-acl.c.diff	                        (rev 0)
+++ trunk/dports/gnome/gnome-vfs/files/patch-modules_file-method-acl.c.diff	2007-02-08 22:25:41 UTC (rev 21810)
@@ -0,0 +1,26 @@
+--- modules/file-method-acl.c~	2006-08-05 11:45:02.000000000 -0400
++++ modules/file-method-acl.c	2006-08-05 11:58:27.000000000 -0400
+@@ -34,6 +34,7 @@
+ #include <unistd.h>
+ #include <stdlib.h>
+ #include <sys/types.h>
++#include <sys/time.h>
+ #include <sys/resource.h>
+ 
+ #ifdef HAVE_PWD_H
+@@ -59,6 +62,7 @@
+ #define CMD_PERM_EXECUTE        1
+ #define CMD_PERM_COND_EXECUTE   8
+ 
++#ifdef HAVE_ACL
+ 
+ static char *
+ uid_to_string (uid_t uid) 
+@@ -717,6 +721,7 @@
+ 	return GNOME_VFS_ERROR_GENERIC;
+ }
+ 
++#endif /* HAVE_ACL */
+ 
+ GnomeVFSResult file_get_acl (const char       *path,
+                              GnomeVFSFileInfo *info,

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


More information about the macports-changes mailing list