From owner-svn-ports-all@FreeBSD.ORG Thu Jul 31 18:30:52 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2CAF5631; Thu, 31 Jul 2014 18:30:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A49125C0; Thu, 31 Jul 2014 18:30:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6VIUpxn038301; Thu, 31 Jul 2014 18:30:51 GMT (envelope-from pi@svn.freebsd.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6VIUp3i038300; Thu, 31 Jul 2014 18:30:51 GMT (envelope-from pi@svn.freebsd.org) Message-Id: <201407311830.s6VIUp3i038300@svn.freebsd.org> From: Kurt Jaeger Date: Thu, 31 Jul 2014 18:30:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363648 - head/security/libgcrypt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2014 18:30:52 -0000 Author: pi Date: Thu Jul 31 18:30:51 2014 New Revision: 363648 URL: http://svnweb.freebsd.org/changeset/ports/363648 QAT: https://qat.redports.org/buildarchive/r363648/ Log: security/libgcrypt: avoid non-portable use of assembler instruction on amd64 PR: 191256 Submitted by: arcade@b1t.name Modified: head/security/libgcrypt/Makefile Modified: head/security/libgcrypt/Makefile ============================================================================== --- head/security/libgcrypt/Makefile Thu Jul 31 18:08:53 2014 (r363647) +++ head/security/libgcrypt/Makefile Thu Jul 31 18:30:51 2014 (r363648) @@ -3,6 +3,7 @@ PORTNAME= libgcrypt PORTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -45,6 +46,7 @@ CONFIGURE_ARGS+= --disable-aesni-support .if (${OSVERSION} < 900000) USE_GCC= yes .endif +CONFIGURE_ARGS+= --disable-drng-support .endif