From owner-svn-ports-all@freebsd.org Fri Dec 30 21:55:23 2016 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 762B5C9729F; Fri, 30 Dec 2016 21:55:23 +0000 (UTC) (envelope-from brnrd@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 45C5E12B4; Fri, 30 Dec 2016 21:55:23 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBULtMlM019216; Fri, 30 Dec 2016 21:55:22 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBULtMSG019215; Fri, 30 Dec 2016 21:55:22 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201612302155.uBULtMSG019215@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Fri, 30 Dec 2016 21:55:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430074 - head/security/acme-client 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.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: Fri, 30 Dec 2016 21:55:23 -0000 Author: brnrd Date: Fri Dec 30 21:55:22 2016 New Revision: 430074 URL: https://svnweb.freebsd.org/changeset/ports/430074 Log: security/acme-client: Fix build for SSL_DEFAULT=libressl - Add USES= ssl - Tested on vanilla 103amd64 with SSL_DEFAULT=base and =libressl Reported by: adamw Modified: head/security/acme-client/Makefile Modified: head/security/acme-client/Makefile ============================================================================== --- head/security/acme-client/Makefile Fri Dec 30 21:54:51 2016 (r430073) +++ head/security/acme-client/Makefile Fri Dec 30 21:55:22 2016 (r430074) @@ -13,7 +13,7 @@ COMMENT= Native C client for Let's Encry LICENSE= ISCL -USES= gmake tar:tgz +USES= gmake tar:tgz ssl MAKEFILE= GNUmakefile MAKE_ENV= PREFIX=${STAGEDIR}/${PREFIX}