Ticket #11528: libksba-1.0.1.diff
File libksba-1.0.1.diff, 1.7 KB (added by pipping@…, 18 years ago) |
---|
-
files/patch-alloca
1 --- gl/Makefile.in 2005-08-01 17:15:04.000000000 +02002 +++ gl/Makefile.in 2005-11-19 13:39:12.000000000 +01003 @@ -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.lo9 libgnu_la_OBJECTS = $(am_libgnu_la_OBJECTS)10 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)11 depcomp = -
Portfile
2 2 3 3 PortSystem 1.0 4 4 name libksba 5 version 0.9.125 version 1.0.1 6 6 categories devel 7 7 maintainers yeled@macports.org 8 8 description X.509 and CMS library … … 23 23 and over again. Libksba hides this by providing just one \ 24 24 API which does the Right Thing. 25 25 26 master_sites ftp://ftp.gnupg.org/gcrypt/alpha/libksba/ \ 27 ftp://ftp.planetmirror.com/pub/gcrypt/alpha/libksba 26 master_sites http://mirrors.rootmode.com/ftp.gnupg.org/${name}/ \ 27 ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/${name}/ \ 28 ftp://ftp.gnupg.org/gcrypt/${name}/ 28 29 29 checksums md5 4 d40a09134c5a0d2dcc6416f9abdcc9830 checksums md5 43646aa414f28e4962f8db138efbf249 30 31 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 } 32 depends_lib port:libgpg-error port:gettext port:libiconv 33 test.run yes 34 test.target check