diff options
-rw-r--r-- | security/p11-kit/Makefile | 4 | ||||
-rw-r--r-- | security/p11-kit/distinfo | 4 | ||||
-rw-r--r-- | security/p11-kit/files/patch-configure.ac | 14 | ||||
-rw-r--r-- | security/p11-kit/pkg-plist | 6 |
4 files changed, 8 insertions, 20 deletions
diff --git a/security/p11-kit/Makefile b/security/p11-kit/Makefile index 3f877b868da9..b01df93e9b7a 100644 --- a/security/p11-kit/Makefile +++ b/security/p11-kit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= p11-kit -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= security devel MASTER_SITES= http://p11-glue.freedesktop.org/releases/ @@ -16,7 +16,7 @@ COMMENT= Library for loading and enumurating of PKCS\#11 modules GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtk-doc --disable-nls -USE_AUTOTOOLS= libtool autoconf +USE_AUTOTOOLS= libtool USE_GNOME= ltverhack gnomehack USE_LDCONFIG= yes diff --git a/security/p11-kit/distinfo b/security/p11-kit/distinfo index c4c6b5dd9f0c..e1fa801fd06d 100644 --- a/security/p11-kit/distinfo +++ b/security/p11-kit/distinfo @@ -1,2 +1,2 @@ -SHA256 (p11-kit-0.2.tar.gz) = 8d11db283891cb079c85579fb1a072ad84860389cf5d89722f9ebcdd1bc2bd60 -SIZE (p11-kit-0.2.tar.gz) = 505345 +SHA256 (p11-kit-0.3.tar.gz) = af4b77de19c7e8e5c63ec1ddcde47cf689cb065d73fd2dc5b37df0426f2625c4 +SIZE (p11-kit-0.3.tar.gz) = 505589 diff --git a/security/p11-kit/files/patch-configure.ac b/security/p11-kit/files/patch-configure.ac deleted file mode 100644 index 55ec39a50d21..000000000000 --- a/security/p11-kit/files/patch-configure.ac +++ /dev/null @@ -1,14 +0,0 @@ ---- configure.ac.orig 2011-07-24 08:07:08.000000000 +0400 -+++ configure.ac 2011-07-24 08:07:47.000000000 +0400 -@@ -29,9 +29,8 @@ - dnl Checks for libraries. - AC_CHECK_LIB(pthread, pthread_mutex_lock,, - [AC_MSG_ERROR([could not find pthread_mutex_lock])]) --AC_CHECK_LIB(dl, dlopen,, -- [AC_MSG_ERROR([could not find dlopen])]) -- -+AC_SEARCH_LIBS([dlopen], [dl dld], [], [ -+ AC_MSG_ERROR([unable to find the dlopen() function])]) - - dnl Checks for typedefs, structures, and compiler characteristics. - AC_CHECK_MEMBERS([struct dirent.d_type],,,[#include <dirent.h>]) diff --git a/security/p11-kit/pkg-plist b/security/p11-kit/pkg-plist index ead6ec118f06..67eee25a8d81 100644 --- a/security/p11-kit/pkg-plist +++ b/security/p11-kit/pkg-plist @@ -3,9 +3,11 @@ include/p11-kit-1/p11-kit/p11-kit.h include/p11-kit-1/p11-kit/pin.h include/p11-kit-1/p11-kit/uri.h include/p11-kit-1/p11-kit/pkcs11.h -lib/libp11-kit.so.0 -lib/libp11-kit.so +lib/libp11-kit.a lib/libp11-kit.la +lib/libp11-kit.so +lib/libp11-kit.so.0 +lib/p11-kit-proxy.so libdata/pkgconfig/p11-kit-1.pc share/gtk-doc/html/p11-kit/api-index-full.html share/gtk-doc/html/p11-kit/config-format.html |