git: 4bfb9d039ce8 - main - net/nuster: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 May 2023 01:44:41 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=4bfb9d039ce87c20b5471d77e3c507053c820b07 commit 4bfb9d039ce87c20b5471d77e3c507053c820b07 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-03 18:23:42 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-04 01:44:28 +0000 net/nuster: Mark BROKEN_SSL - Fails to build with error: token is not a valid binary operator in a preprocessor subexpression Approved by: portmgr (blanket) --- net/nuster/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/nuster/Makefile b/net/nuster/Makefile index af6460d54864..4d7272541242 100644 --- a/net/nuster/Makefile +++ b/net/nuster/Makefile @@ -41,6 +41,8 @@ DEVICEATLAS_MAKE_ARGS= USE_DEVICEATLAS=1 DEVICEATLAS_LIB=${LOCALBASE}/lib DEVIC PROMEX_MAKE_ARGS= EXTRA_OBJS="contrib/prometheus-exporter/service-prometheus.o" OPENSSL_USES= ssl OPENSSL_MAKE_ARGS= USE_OPENSSL=1 SSL_LIB=${OPENSSLLIB} SSL_INC=${OPENSSLINC} +OPENSSL_VARS= BROKEN_SSL="openssl30 openssl31" \ + BROKEN_SSL_REASON="error: token is not a valid binary operator in a preprocessor subexpression" LUA_USES= lua:53 LUA_MAKE_ARGS= USE_LUA=1 LUA_INC=${LUA_INCDIR} LUA_LIB=${LUA_LIBDIR} LUA_LIB_NAME=lua-${LUA_VER}