Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Aug 2023 21:55:05 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: df5e2d02f86b - main - databases/movine: Mark BROKEN on 14
Message-ID:  <202308252155.37PLt5Dt031261@gitrepo.freebsd.org>

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

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

commit df5e2d02f86b484d531a32154e402e4286d8752f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-23 13:14:44 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-25 21:54:50 +0000

    databases/movine: Mark BROKEN on 14
    
    Although this port was marked BROKEN_SSL but there was a missing
    USES=ssl. There was also OPENSSLINC and OPENSSLLIB which do not work
    without USES=ssl. Even with that fix the port is BROKEN.
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 databases/movine/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/databases/movine/Makefile b/databases/movine/Makefile
index c49249e29fa8..5f205168b7f0 100644
--- a/databases/movine/Makefile
+++ b/databases/movine/Makefile
@@ -11,7 +11,7 @@ WWW=		https://github.com/byronwasti/movine
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cargo
+USES=		cargo ssl
 USE_GITHUB=	yes
 GH_ACCOUNT=	byronwasti
 
@@ -181,8 +181,7 @@ PLIST_FILES=	bin/${PORTNAME}
 .include <bsd.port.options.mk>
 
 .if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
-BROKEN_SSL=	base openssl30 openssl31
-BROKEN_SSL_REASON=	Fails to detect OpenSSL 3 and later
+BROKEN=	Fails to detect OpenSSL 3 and later
 .endif
 
 post-install:



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