Update to 0.3.

This commit is contained in:
Roman Bogorodskiy 2011-07-30 15:26:49 +00:00
parent 2daf019cec
commit 152be9df88
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278580
4 changed files with 8 additions and 20 deletions

View file

@ -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

View file

@ -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

View file

@ -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>])

View file

@ -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