diff -Naur dports/devel/libassuan/Portfile dports-devel/devel/libassuan/Portfile
old
|
new
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name libassuan |
5 | | version 0.6.10 |
| 5 | version 1.0.1 |
6 | 6 | categories devel |
7 | 7 | maintainers yeled@macports.org |
8 | 8 | description Assuan IPC Library |
… |
… |
|
19 | 19 | ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/alpha/libassuan/ \ |
20 | 20 | ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/ |
21 | 21 | |
22 | | checksums md5 4cde037c3fcb2f0eeb695b1db6e56bba |
| 22 | checksums md5 6109ea5c8c34ee5591afbd4618dd5ab4 |
23 | 23 | |
24 | | configure.args --infodir=${prefix}/share/info |
25 | | |
26 | | variant darwin { |
27 | | patchfiles patch-assuan-domain-connect.c |
28 | | } |
29 | | |
30 | | # Yuck |
31 | | post-destroot { |
32 | | file delete ${destpath}/${prefix}/share/info/dir |
33 | | } |
| 24 | use_bzip2 yes |
| 25 | depends_lib port:pth |
diff -Naur dports/devel/libassuan/files/patch-assuan-domain-connect.c dports-devel/devel/libassuan/files/patch-assuan-domain-connect.c
old
|
new
|
|
1 | | --- src/assuan-domain-connect.c.orig Mon Apr 19 16:41:29 2004 |
2 | | +++ src/assuan-domain-connect.c Wed Aug 4 17:00:32 2004 |
3 | | @@ -33,6 +33,7 @@ |
4 | | #include <fcntl.h> |
5 | | #include <string.h> |
6 | | #include <assert.h> |
7 | | +#include <sys/uio.h> |
8 | | |
9 | | #include "assuan-defs.h" |
10 | | |