From owner-svn-ports-head@freebsd.org Tue Jul 5 19:37:10 2016 Return-Path: Delivered-To: svn-ports-head@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 11703B21A84; Tue, 5 Jul 2016 19:37:10 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7A92B12DB; Tue, 5 Jul 2016 19:37:09 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 92da9a41 TLS version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Tue, 5 Jul 2016 13:36:45 -0600 (MDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r418108 - head/net/openntpd From: Adam Weinberger In-Reply-To: <201607051932.u65JWH1S024239@repo.freebsd.org> Date: Tue, 5 Jul 2016 13:37:05 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201607051932.u65JWH1S024239@repo.freebsd.org> To: Christian Weisgerber X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2016 19:37:10 -0000 > On 5 Jul, 2016, at 13:32, Christian Weisgerber = wrote: >=20 > Author: naddy > Date: Tue Jul 5 19:32:17 2016 > New Revision: 418108 > URL: https://svnweb.freebsd.org/changeset/ports/418108 >=20 > Log: > Minor changes/improvements: > * switch to USES=3Dssl > * use the paths set by Mk/Uses/ssl.mk > * move post-install to post-stage >=20 > Submitted by: brnrd >=20 > Modified: > head/net/openntpd/Makefile >=20 > Modified: head/net/openntpd/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/net/openntpd/Makefile Tue Jul 5 19:31:56 2016 = (r418107) > +++ head/net/openntpd/Makefile Tue Jul 5 19:32:17 2016 = (r418108) > @@ -26,18 +26,17 @@ RESSL_DESC=3D SSL/TLS support via = LibreSS > OPTIONS_DEFAULT=3D RESSL >=20 > # Requires libtls from LibreSSL > -RESSL_USE=3D openssl=3Dyes > -RESSL_VARS=3D with_openssl_port=3Dyes > +RESSL_USES=3D ssl > RESSL_CONFIGURE_WITH=3D cacert=3D${LOCALBASE}/etc/ssl/cert.pem > -RESSL_CPPFLAGS=3D -I${LOCALBASE}/include > -RESSL_LDFLAGS=3D -L${LOCALBASE}/lib > +RESSL_CPPFLAGS=3D -I${OPENSSLINC} > +RESSL_LDFLAGS=3D -L${OPENSSLLIB} OPENSSLINC/LIB doesn=E2=80=99t necessarily contain anything before = bsd.port.pre.mk. I think you want to assign these farther down. # Adam =E2=80=94 Adam Weinberger adamw@adamw.org http://www.adamw.org