Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #11680 (closed defect: fixed)

Opened 20 months ago

Last modified 19 months ago

gnome-vfs 2.18.0.1 patch fails on Panther

Reported by: stephen@… Owned by: rhwood@…
Priority: Normal Milestone: Port Bugs
Component: ports Version:
Keywords: Cc:
Port:

Description

the modules_file-method-acl.c.patch fails because the target file has changed. Some hunks succeed, and they result in duplicated #ifdefs.

Substituting the following for that patch gave a successful build, although I don't know if it is the RightThang.

tleeps7% cat ~/Software/MacPorts/dports/gnome/gnome-vfs/files/my.patch 
--- modules/file-method-acl.c~  Fri Mar 30 17:46:29 2007
+++ modules/file-method-acl.c   Fri Mar 30 17:48:33 2007
@@ -34,6 +34,7 @@
 #include <unistd.h>
 #include <stdlib.h>
 #include <sys/types.h>
+#include <sys/time.h>
 #ifdef HAVE_SYS_RESOURCE_H
 #include <sys/resource.h>
 #endif

Change History

Changed 20 months ago by pipping@…

  • milestone set to Port Bugs

Changed 20 months ago by rhwood@…

  • owner changed from macports-dev@… to rhwood@…
  • status changed from new to assigned

Changed 20 months ago by stephen@…

You can close this as far as I'm concerned -- I no longer need to support users using Panther, so I've upgraded that box to Tiger.

Changed 19 months ago by rhwood@…

  • status changed from assigned to closed
  • resolution set to fixed

changeset:25169 should fix this.

Note: See TracTickets for help on using tickets.