Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#11680 closed defect (fixed)

gnome-vfs 2.18.0.1 patch fails on Panther

Reported by: yaseppochi (Stephen J. Turnbull) Owned by: rhwood@…
Priority: Normal Milestone:
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 (5)

comment:1 Changed 17 years ago by pipping@…

Milestone: Port Bugs

comment:2 Changed 17 years ago by rhwood@…

Owner: changed from macports-dev@… to rhwood@…
Status: newassigned

comment:3 Changed 17 years ago by yaseppochi (Stephen J. Turnbull)

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.

comment:4 Changed 17 years ago by rhwood@…

Resolution: fixed
Status: assignedclosed

changeset:25169 should fix this.

comment:5 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.