#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 18 years ago by pipping@…
Milestone: | → Port Bugs |
---|
comment:2 Changed 18 years ago by rhwood@…
Owner: | changed from macports-dev@… to rhwood@… |
---|---|
Status: | new → assigned |
comment:3 Changed 18 years ago by yaseppochi (Stephen J. Turnbull)
comment:4 Changed 18 years ago by rhwood@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
changeset:25169 should fix this.
Note: See
TracTickets for help on using
tickets.
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.