From owner-svn-ports-all@freebsd.org Wed Sep 27 16:06:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A8D5E081E5; Wed, 27 Sep 2017 16:06:32 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 37EFD7D1D9; Wed, 27 Sep 2017 16:06:32 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8RG6VwR028573; Wed, 27 Sep 2017 16:06:31 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RG6VSV028572; Wed, 27 Sep 2017 16:06:31 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201709271606.v8RG6VSV028572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 27 Sep 2017 16:06:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450764 - head/security/libtomcrypt X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/security/libtomcrypt X-SVN-Commit-Revision: 450764 X-SVN-Commit-Repository: ports 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.23 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: Wed, 27 Sep 2017 16:06:32 -0000 Author: gahr Date: Wed Sep 27 16:06:31 2017 New Revision: 450764 URL: https://svnweb.freebsd.org/changeset/ports/450764 Log: security/libtomcrypt: fix dependencies Modified: head/security/libtomcrypt/Makefile Modified: head/security/libtomcrypt/Makefile ============================================================================== --- head/security/libtomcrypt/Makefile Wed Sep 27 16:00:42 2017 (r450763) +++ head/security/libtomcrypt/Makefile Wed Sep 27 16:06:31 2017 (r450764) @@ -35,9 +35,9 @@ LIBTOMMATH_BUILD_DEPENDS= ${LOCALBASE}/include/tommath LIBTOMMATH_CFLAGS= -DLTM_DESC LIBTOMMATH_VARS= EXTRALIBS+=-ltommath -LIBTOMSFASTMATH_BUILD_DEPENDS= ${LOCALBASE}/include/tfm.h:math/tomsfastmath -LIBTOMSFASTMATH_CFLAGS= -DTFM_DESC -LIBTOMSFASTMATH_VARS= EXTRALIBS+=-ltfm +TOMSFASTMATH_BUILD_DEPENDS= ${LOCALBASE}/include/tfm.h:math/tomsfastmath +TOMSFASTMATH_CFLAGS= -DTFM_DESC +TOMSFASTMATH_VARS= EXTRALIBS+=-ltfm GMP_LIB_DEPENDS= libgmp.so:math/gmp GMP_CFLAGS= -DGMP_DESC