svn commit: r367081 - in head/security/libgcrypt: . files

Tijl Coosemans tijl at FreeBSD.org
Tue Sep 2 21:11:22 UTC 2014


On Tue, 2 Sep 2014 20:47:44 +0000 (UTC) Kurt Jaeger <pi at FreeBSD.org> wrote:
> Author: pi
> Date: Tue Sep  2 20:47:43 2014
> New Revision: 367081
> URL: http://svnweb.freebsd.org/changeset/ports/367081
> QAT: https://qat.redports.org/buildarchive/r367081/
> 
> Log:
>   security/libgcrypt: fix build without assembler on 8.x/amd64
>   
>   PR:		192555
>   Submitted by:	Carlos Jacobo Puga Medina <cpm at fbsd.es>
>   Approved by:	maintainer (timeout)
> 
> Added:
>   head/security/libgcrypt/files/extra-patch-configure   (contents, props changed)
> Modified:
>   head/security/libgcrypt/Makefile
> 
> Modified: head/security/libgcrypt/Makefile
> ==============================================================================
> --- head/security/libgcrypt/Makefile	Tue Sep  2 20:35:33 2014	(r367080)
> +++ head/security/libgcrypt/Makefile	Tue Sep  2 20:47:43 2014	(r367081)
> @@ -2,7 +2,7 @@
>  
>  PORTNAME=	libgcrypt
>  PORTVERSION=	1.6.1
> -PORTREVISION=	3
> +PORTREVISION=	4
>  CATEGORIES=	security
>  MASTER_SITES=	${MASTER_SITE_GNUPG}
>  MASTER_SITE_SUBDIR=	${PORTNAME}
> @@ -41,10 +41,6 @@ CONFIGURE_ARGS+=	--disable-asm
>  CONFIGURE_ARGS+=	--disable-aesni-support
>  .endif
>  
> -.elif ${ARCH} == "amd64"
> -.if (${OSVERSION} < 900000)
> -USE_GCC=	yes
> -.endif
>  CONFIGURE_ARGS+=	--disable-drng-support
>  
>  .endif

Did you mean to remove that .elif?  It changes the effect of
that CONFIGURE_ARGS+=--disable-drng-support


More information about the svn-ports-head mailing list