svn commit: r418108 - head/net/openntpd

Adam Weinberger adamw at adamw.org
Tue Jul 5 19:37:10 UTC 2016


> On 5 Jul, 2016, at 13:32, Christian Weisgerber <naddy at FreeBSD.org> wrote:
> 
> Author: naddy
> Date: Tue Jul  5 19:32:17 2016
> New Revision: 418108
> URL: https://svnweb.freebsd.org/changeset/ports/418108
> 
> Log:
>  Minor changes/improvements:
>  * switch to USES=ssl
>  * use the paths set by Mk/Uses/ssl.mk
>  * move post-install to post-stage
> 
>  Submitted by:	brnrd
> 
> Modified:
>  head/net/openntpd/Makefile
> 
> Modified: head/net/openntpd/Makefile
> ==============================================================================
> --- 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=		SSL/TLS support via LibreSS
> OPTIONS_DEFAULT=	RESSL
> 
> # Requires libtls from LibreSSL
> -RESSL_USE=		openssl=yes
> -RESSL_VARS=		with_openssl_port=yes
> +RESSL_USES=		ssl
> RESSL_CONFIGURE_WITH=	cacert=${LOCALBASE}/etc/ssl/cert.pem
> -RESSL_CPPFLAGS=		-I${LOCALBASE}/include
> -RESSL_LDFLAGS=		-L${LOCALBASE}/lib
> +RESSL_CPPFLAGS=		-I${OPENSSLINC}
> +RESSL_LDFLAGS=		-L${OPENSSLLIB}

OPENSSLINC/LIB doesn’t necessarily contain anything before bsd.port.pre.mk. I think you want to assign these farther down.

# Adam


—
Adam Weinberger
adamw at adamw.org
http://www.adamw.org



More information about the svn-ports-all mailing list