Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Sep 2014 17:28:35 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367293 - head/security/libgcrypt
Message-ID:  <201409041728.s84HSZD4042821@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Thu Sep  4 17:28:34 2014
New Revision: 367293
URL: http://svnweb.freebsd.org/changeset/ports/367293
QAT: https://qat.redports.org/buildarchive/r367293/

Log:
  security/libgcrypt: fix build with GCC on 8.x/amd64, 2nd attempt
  
  Thanks to tijl@ for spotting the Makefile bug.
  
  PR:		192555
  Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es>
  Approved by:	maintainer (timeout)

Modified:
  head/security/libgcrypt/Makefile

Modified: head/security/libgcrypt/Makefile
==============================================================================
--- head/security/libgcrypt/Makefile	Thu Sep  4 17:07:15 2014	(r367292)
+++ head/security/libgcrypt/Makefile	Thu Sep  4 17:28:34 2014	(r367293)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libgcrypt
 PORTVERSION=	1.6.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNUPG}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -19,6 +19,7 @@ RUN_DEPENDS=	libgpg-error>=1.8:${PORTSDI
 USES=		libtool makeinfo tar:bzip2
 USE_CSTD=	gnu89
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-drng-support
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
 CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL}
 INSTALL_TARGET=	install-strip
@@ -41,8 +42,6 @@ CONFIGURE_ARGS+=	--disable-asm
 CONFIGURE_ARGS+=	--disable-aesni-support
 .endif
 
-CONFIGURE_ARGS+=	--disable-drng-support
-
 .endif
 
 post-patch:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409041728.s84HSZD4042821>