Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Apr 2021 10:58:31 GMT
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 69e938dbc5e1 - main - security/libressl-devel: Properly define LIBTLS option
Message-ID:  <202104211058.13LAwVeS059605@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tobik:

URL: https://cgit.FreeBSD.org/ports/commit/?id=69e938dbc5e197832191d0174f8a35e1915d6f8b

commit 69e938dbc5e197832191d0174f8a35e1915d6f8b
Author:     Tobias Kortkamp <tobik@FreeBSD.org>
AuthorDate: 2021-04-21 10:16:24 +0000
Commit:     Tobias Kortkamp <tobik@FreeBSD.org>
CommitDate: 2021-04-21 10:57:21 +0000

    security/libressl-devel: Properly define LIBTLS option
    
    Even though users will never see it since it is either excluded or
    forced on, let's not rely on options implementation quirks and
    define it properly.
    
    Reported by:    portscan
---
 security/libressl-devel/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/libressl-devel/Makefile b/security/libressl-devel/Makefile
index 4ba1966b0e4a..df976c788cbd 100644
--- a/security/libressl-devel/Makefile
+++ b/security/libressl-devel/Makefile
@@ -20,7 +20,7 @@ libtls_PLIST=	pkg-plist-libtls
 
 CPE_VENDOR=	openbsd
 
-OPTIONS_DEFINE=	MAN3 NC
+OPTIONS_DEFINE=	LIBTLS MAN3 NC
 OPTIONS_DEFAULT=	MAN3 NC
 LIBTLS_DESC=	Only install libtls (no libcrypto/libssl)
 MAN3_DESC=	Install API manpages (section 3)



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