svn commit: r370682 - in head/security/p11-kit: . files

Antoine Brodin antoine at FreeBSD.org
Sun Oct 12 06:35:06 UTC 2014


On Sun, Oct 12, 2014 at 8:13 AM, Roman Bogorodskiy <novel at freebsd.org> wrote:
> Author: novel
> Date: Sun Oct 12 06:12:59 2014
> New Revision: 370682
> URL: https://svnweb.freebsd.org/changeset/ports/370682
> QAT: https://qat.redports.org/buildarchive/r370682/
>
> Log:
>   Update to 0.22.1.
>
> Deleted:
>   head/security/p11-kit/files/
> Modified:
>   head/security/p11-kit/Makefile
>   head/security/p11-kit/distinfo
>   head/security/p11-kit/pkg-plist

Hi,

This fails to build on freebsd 8 and freebsd 9.

Cheers,

Antoine


>
> Modified: head/security/p11-kit/Makefile
> ==============================================================================
> --- head/security/p11-kit/Makefile      Sun Oct 12 05:55:24 2014        (r370681)
> +++ head/security/p11-kit/Makefile      Sun Oct 12 06:12:59 2014        (r370682)
> @@ -2,8 +2,7 @@
>  # $FreeBSD$
>
>  PORTNAME=      p11-kit
> -PORTVERSION=   0.20.3
> -PORTREVISION=  1
> +PORTVERSION=   0.22.1
>  CATEGORIES=    security devel
>  MASTER_SITES=  http://p11-glue.freedesktop.org/releases/
>
> @@ -17,8 +16,7 @@ LIB_DEPENDS=  libtasn1.so:${PORTSDIR}/sec
>
>  GNU_CONFIGURE= yes
>  CONFIGURE_ARGS=        --disable-nls --enable-debug=no \
> -               --with-trust-paths=${LOCALBASE}/share/certs/ca-root-nss.crt \
> -               ac_cv_func_pthread_mutexattr_init=no
> +               --with-trust-paths=${LOCALBASE}/share/certs/ca-root-nss.crt
>  MAKE_ENV=      exampledir=${STAGEDIR}${EXAMPLESDIR}
>
>  USES=          gmake libtool:keepla pathfix pkgconfig
> @@ -27,6 +25,6 @@ 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: head/security/p11-kit/distinfo
> ==============================================================================
> --- head/security/p11-kit/distinfo      Sun Oct 12 05:55:24 2014        (r370681)
> +++ head/security/p11-kit/distinfo      Sun Oct 12 06:12:59 2014        (r370682)
> @@ -1,2 +1,2 @@
> -SHA256 (p11-kit-0.20.3.tar.gz) = b77032bc68c24e6c3cfd8cb340a4a3bb8b7d62a7c659dae08e9b6bb7287193c3
> -SIZE (p11-kit-0.20.3.tar.gz) = 1171155
> +SHA256 (p11-kit-0.22.1.tar.gz) = ef3a339fcf6aa0e32c8c23f79ba7191e57312be2bda8b24e6d121c2670539a5c
> +SIZE (p11-kit-0.22.1.tar.gz) = 992099
>
> Modified: head/security/p11-kit/pkg-plist
> ==============================================================================
> --- head/security/p11-kit/pkg-plist     Sun Oct 12 05:55:24 2014        (r370681)
> +++ head/security/p11-kit/pkg-plist     Sun Oct 12 06:12:59 2014        (r370682)
> @@ -5,12 +5,15 @@ include/p11-kit-1/p11-kit/iter.h
>  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.0.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
>


More information about the svn-ports-all mailing list