Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 2019 08:27:07 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520231 - head/net/relayd
Message-ID:  <201912160827.xBG8R7sj027974@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Mon Dec 16 08:27:06 2019
New Revision: 520231
URL: https://svnweb.freebsd.org/changeset/ports/520231

Log:
  net/relayd: fix build if SSL_DEFAULT is libressl
  
  PR:		239860
  Submitted by:	koue@chaosophia.net (maintainer), franco@opnsense.org

Modified:
  head/net/relayd/Makefile

Modified: head/net/relayd/Makefile
==============================================================================
--- head/net/relayd/Makefile	Mon Dec 16 08:24:14 2019	(r520230)
+++ head/net/relayd/Makefile	Mon Dec 16 08:27:06 2019	(r520231)
@@ -43,6 +43,8 @@ post-install:
 STAGEDIR_libressl!=	${MAKE} -V STAGEDIR -C ${PORTSDIR}/security/libressl
 . endif
 BUILD_DEPENDS+=	${NONEXISTENT}:security/libressl:stage
+.endif # SSL_DEFAULT
+
 CFLAGS+=	-I${STAGEDIR_libressl}${LOCALBASE}/include
 
 post-configure:
@@ -50,6 +52,5 @@ post-configure:
 		 ${WRKSRC}/relayd/Makefile
 	${REINPLACE_CMD} 's|-lcrypto|${STAGEDIR_libressl}${LOCALBASE}/lib/libcrypto.a|g' \
 		${WRKSRC}/relayd/Makefile
-.endif # SSL_DEFAULT
 
 .include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912160827.xBG8R7sj027974>