diff --exclude CVS --exclude .svn -Naur /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/sysutils/rpm/Portfile PRODREQUEST/MacPorts/rpm/Portfile
|
|
|
4 | 4 | name rpm |
5 | 5 | version 4.4.5 |
6 | 6 | platforms darwin |
| 7 | revision 2 |
7 | 8 | categories sysutils archivers |
8 | 9 | maintainers n3npq@mac.com |
9 | 10 | description The RPM package management system. |
… |
… |
|
52 | 53 | patchfiles-append \ |
53 | 54 | patch-file-src-Makefile.in \ |
54 | 55 | patch-lib-rpmds \ |
55 | | patch-macros.in |
| 56 | patch-macros.in \ |
| 57 | patch-files |
56 | 58 | |
57 | 59 | post-patch { |
58 | 60 | file delete -force ${worksrcpath}/beecrypt |
diff --exclude CVS --exclude .svn -Naur /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/sysutils/rpm/files/patch-files PRODREQUEST/MacPorts/rpm/files/patch-files
|
|
|
| 1 | --- rpmio/fts.h 2006-01-20 17:10:10.000000000 +0100 |
| 2 | +++ rpmio/fts.h.new 2007-04-24 08:54:20.000000000 +0200 |
| 3 | @@ -56,7 +56,7 @@ |
| 4 | #endif |
| 5 | |
| 6 | #if defined(__APPLE__) |
| 7 | -# define _D_EXACT_NAMLEN(d) ((d)->d_reclen) |
| 8 | +# define _D_EXACT_NAMLEN(d) (strlen((d)->d_name)) |
| 9 | #endif |
| 10 | |
| 11 | #endif |