Ticket #11680 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.

