Index: head/security/p11-kit/Makefile =================================================================== --- head/security/p11-kit/Makefile (revision 449173) +++ head/security/p11-kit/Makefile (revision 449174) @@ -1,36 +1,36 @@ # Created by: Roman Bogorodskiy # $FreeBSD$ PORTNAME= p11-kit -PORTVERSION= 0.23.7 +PORTVERSION= 0.23.8 CATEGORIES= security devel MASTER_SITES= https://github.com/p11-glue/p11-kit/releases/download/${PORTVERSION}/ MAINTAINER= novel@FreeBSD.org COMMENT= Library for loading and enumerating of PKCS\#11 modules LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss LIB_DEPENDS= libtasn1.so:security/libtasn1 \ libffi.so:devel/libffi GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls --enable-debug=no \ --with-trust-paths=${LOCALBASE}/share/certs/ca-root-nss.crt MAKE_ENV= exampledir=${STAGEDIR}${EXAMPLESDIR} INSTALL_TARGET= install-strip USES= gmake libtool pathfix pkgconfig USE_LDCONFIG= yes TEST_TARGET= check pre-configure: @${REINPLACE_CMD} -e \ 's|exampledir = $$(p11_system_config)|exampledir = ${EXAMPLESDIR}|' \ ${WRKSRC}/Makefile.in .include Index: head/security/p11-kit/distinfo =================================================================== --- head/security/p11-kit/distinfo (revision 449173) +++ head/security/p11-kit/distinfo (revision 449174) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496461827 -SHA256 (p11-kit-0.23.7.tar.gz) = 988e7c86f2641b36702503481292ef0686e6b1c39d80b215699b6dbf1024be41 -SIZE (p11-kit-0.23.7.tar.gz) = 1087009 +TIMESTAMP = 1503207736 +SHA256 (p11-kit-0.23.8.tar.gz) = 4ba134e5fe4b62bcaf7a2d66841767d9d23e875b977bba6939367a9f400b133f +SIZE (p11-kit-0.23.8.tar.gz) = 1090814 Index: head/security/p11-kit/files/patch-common_compat.c =================================================================== --- head/security/p11-kit/files/patch-common_compat.c (nonexistent) +++ head/security/p11-kit/files/patch-common_compat.c (revision 449174) @@ -0,0 +1,10 @@ +--- common/compat.c.orig 2017-08-26 16:30:23 UTC ++++ common/compat.c +@@ -51,6 +51,7 @@ + #include + #include + #include ++#include + #include + + /*- Property changes on: head/security/p11-kit/files/patch-common_compat.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property 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 Index: head/security/p11-kit/files/patch-common_debug.h =================================================================== --- head/security/p11-kit/files/patch-common_debug.h (nonexistent) +++ head/security/p11-kit/files/patch-common_debug.h (revision 449174) @@ -0,0 +1,13 @@ +--- common/debug.h.orig 2017-06-16 14:55:26 UTC ++++ common/debug.h +@@ -144,6 +144,10 @@ void p11_debug_precond (const + + #else /* !defined (WITH_DEBUG) */ + ++#undef p11_debug ++#define p11_debug(format, ...) \ ++ do {} while (false) ++ + #undef p11_debug_err + #define p11_debug_err(errnum, format, ...) \ + do {} while (false) Property changes on: head/security/p11-kit/files/patch-common_debug.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property 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