[Midnightbsd-cvs] mports [18972] trunk/security/p11-kit: p11-kit 0.22.1
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri May 15 08:26:00 EDT 2015
Revision: 18972
http://svnweb.midnightbsd.org/mports/?rev=18972
Author: laffer1
Date: 2015-05-15 08:25:59 -0400 (Fri, 15 May 2015)
Log Message:
-----------
p11-kit 0.22.1
Modified Paths:
--------------
trunk/security/p11-kit/Makefile
trunk/security/p11-kit/distinfo
trunk/security/p11-kit/pkg-plist
Added Paths:
-----------
trunk/security/p11-kit/files/patch-common__compat.c
Removed Paths:
-------------
trunk/security/p11-kit/files/patch-common-tests-Makefile.in
Modified: trunk/security/p11-kit/Makefile
===================================================================
--- trunk/security/p11-kit/Makefile 2015-05-15 12:17:56 UTC (rev 18971)
+++ trunk/security/p11-kit/Makefile 2015-05-15 12:25:59 UTC (rev 18972)
@@ -1,7 +1,7 @@
# $MidnightBSD$
PORTNAME= p11-kit
-PORTVERSION= 0.20.2
+PORTVERSION= 0.22.1
CATEGORIES= security devel
MASTER_SITES= http://p11-glue.freedesktop.org/releases/
@@ -12,21 +12,21 @@
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
-LIB_DEPENDS= tasn1:${PORTSDIR}/security/libtasn1 \
- ffi:${PORTSDIR}/devel/libffi
+LIB_DEPENDS= libtasn1.so:${PORTSDIR}/security/libtasn1 \
+ libffi.so:${PORTSDIR}/devel/libffi
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-nls --enable-debug=no \
--with-trust-paths=${LOCALBASE}/share/certs/ca-root-nss.crt
-CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
-MAKE_ENV= exampledir=${EXAMPLESDIR}
+MAKE_ENV= exampledir=${STAGEDIR}${EXAMPLESDIR}
+INSTALL_TARGET= install-strip
-USES= gmake pkgconfig pathfix libtool
+USES= gmake libtool:keepla pathfix pkgconfig
USE_LDCONFIG= yes
pre-configure:
@${REINPLACE_CMD} -e \
's|exampledir = $$(p11_system_config)|exampledir = ${EXAMPLESDIR}|' \
- ${WRKSRC}/${PORTNAME}/Makefile.in
+ ${WRKSRC}/Makefile.in
.include <bsd.port.mk>
Modified: trunk/security/p11-kit/distinfo
===================================================================
--- trunk/security/p11-kit/distinfo 2015-05-15 12:17:56 UTC (rev 18971)
+++ trunk/security/p11-kit/distinfo 2015-05-15 12:25:59 UTC (rev 18972)
@@ -1,2 +1,2 @@
-SHA256 (p11-kit-0.20.2.tar.gz) = 04ed51d92fc46c2b632e13d73e0293090e9f8aa29c8aa8c6bc95c12475e5ef7c
-SIZE (p11-kit-0.20.2.tar.gz) = 979999
+SHA256 (p11-kit-0.22.1.tar.gz) = ef3a339fcf6aa0e32c8c23f79ba7191e57312be2bda8b24e6d121c2670539a5c
+SIZE (p11-kit-0.22.1.tar.gz) = 992099
Deleted: trunk/security/p11-kit/files/patch-common-tests-Makefile.in
===================================================================
--- trunk/security/p11-kit/files/patch-common-tests-Makefile.in 2015-05-15 12:17:56 UTC (rev 18971)
+++ trunk/security/p11-kit/files/patch-common-tests-Makefile.in 2015-05-15 12:25:59 UTC (rev 18972)
@@ -1,10 +0,0 @@
---- common/tests/Makefile.in.orig 2013-11-03 13:55:44.000000000 +0400
-+++ common/tests/Makefile.in 2013-11-03 13:55:44.000000000 +0400
-@@ -457,6 +457,7 @@
- -I$(srcdir)/.. \
- -I$(COMMON) \
- -DBUILDDIR=\"$(abs_builddir)\" \
-+ $(LIBTASN1_CFLAGS) \
- $(TEST_CFLAGS)
-
- LDADD = $(NULL) $(top_builddir)/common/libp11-test.la \
Added: trunk/security/p11-kit/files/patch-common__compat.c
===================================================================
--- trunk/security/p11-kit/files/patch-common__compat.c (rev 0)
+++ trunk/security/p11-kit/files/patch-common__compat.c 2015-05-15 12:25:59 UTC (rev 18972)
@@ -0,0 +1,15 @@
+--- common/compat.c.orig 2014-10-06 05:29:32 UTC
++++ common/compat.c
+@@ -34,12 +34,6 @@
+
+ #include "config.h"
+
+-/*
+- * This is needed to expose pthread_mutexattr_settype and PTHREAD_MUTEX_DEFAULT
+- * on older pthreads implementations
+- */
+-#define _XOPEN_SOURCE 700
+-
+ #include "compat.h"
+
+ #include <assert.h>
Property changes on: trunk/security/p11-kit/files/patch-common__compat.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/security/p11-kit/pkg-plist
===================================================================
--- trunk/security/p11-kit/pkg-plist 2015-05-15 12:17:56 UTC (rev 18971)
+++ trunk/security/p11-kit/pkg-plist 2015-05-15 12:25:59 UTC (rev 18972)
@@ -5,11 +5,15 @@
include/p11-kit-1/p11-kit/p11-kit.h
include/p11-kit-1/p11-kit/pin.h
include/p11-kit-1/p11-kit/pkcs11.h
+include/p11-kit-1/p11-kit/pkcs11x.h
+include/p11-kit-1/p11-kit/remote.h
include/p11-kit-1/p11-kit/uri.h
lib/libp11-kit.la
lib/libp11-kit.so
lib/libp11-kit.so.0
+lib/libp11-kit.so.0.1.0
lib/p11-kit-proxy.so
+lib/p11-kit/p11-kit-remote
lib/p11-kit/trust-extract-compat
lib/pkcs11/p11-kit-trust.la
lib/pkcs11/p11-kit-trust.so
@@ -55,13 +59,3 @@
share/gtk-doc/html/p11-kit/up.png
%%DATADIR%%/modules/p11-kit-trust.module
%%EXAMPLESDIR%%/pkcs11.conf.example
- at dirrm share/gtk-doc/html/p11-kit
- at dirrmtry share/gtk-doc/html
- at dirrmtry share/gtk-doc
- at dirrm %%DATADIR%%/modules
- at dirrm %%DATADIR%%
- at dirrm %%EXAMPLESDIR%%
- at dirrm include/p11-kit-1/p11-kit
- at dirrm include/p11-kit-1
- at dirrm lib/p11-kit
- at dirrm lib/pkcs11
More information about the Midnightbsd-cvs
mailing list