diff -Naur dports/devel/libksba/Portfile dports-devel/devel/libksba/Portfile
old
|
new
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name libksba |
5 | | version 0.9.12 |
| 5 | version 1.0.1 |
6 | 6 | categories devel |
7 | 7 | maintainers yeled@macports.org |
8 | 8 | description X.509 and CMS library |
… |
… |
|
26 | 26 | master_sites ftp://ftp.gnupg.org/gcrypt/alpha/libksba/ \ |
27 | 27 | ftp://ftp.planetmirror.com/pub/gcrypt/alpha/libksba |
28 | 28 | |
29 | | checksums md5 4d40a09134c5a0d2dcc6416f9abdcc98 |
| 29 | checksums md5 43646aa414f28e4962f8db138efbf249 |
30 | 30 | |
31 | | depends_lib port:libgpg-error port:libgcrypt |
32 | | |
33 | | configure.args --infodir=${prefix}/share/info |
34 | | |
35 | | patchfiles patch-alloca |
36 | | |
37 | | # Yuck |
38 | | post-destroot { |
39 | | file delete ${destpath}/${prefix}/share/info/dir |
40 | | } |
| 31 | depends_lib port:libgpg-error port:gettext port:libiconv |
diff -Naur dports/devel/libksba/files/patch-alloca dports-devel/devel/libksba/files/patch-alloca
old
|
new
|
|
1 | | --- gl/Makefile.in 2005-08-01 17:15:04.000000000 +0200 |
2 | | +++ gl/Makefile.in 2005-11-19 13:39:12.000000000 +0100 |
3 | | @@ -64,7 +64,7 @@ |
4 | | CONFIG_CLEAN_FILES = |
5 | | LTLIBRARIES = $(noinst_LTLIBRARIES) |
6 | | libgnu_la_DEPENDENCIES = @LTLIBOBJS@ @LTALLOCA@ |
7 | | -am_libgnu_la_OBJECTS = |
8 | | +am_libgnu_la_OBJECTS = alloca.lo |
9 | | libgnu_la_OBJECTS = $(am_libgnu_la_OBJECTS) |
10 | | DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) |
11 | | depcomp = |