svn commit: r520231 - head/net/relayd

Kurt Jaeger pi at FreeBSD.org
Mon Dec 16 08:27:07 UTC 2019


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 at chaosophia.net (maintainer), franco at 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>


More information about the svn-ports-all mailing list